path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
apache-cassandra-2.1.0/javadoc/org/apache/cassandra/thrift/TCustomServerSocket.html
|
varunmc/cassandra-server
|
<!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 Sun Sep 07 15:29:35 CEST 2014 -->
<title>TCustomServerSocket (apache-cassandra API)</title>
<meta name="date" content="2014-09-07">
<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="TCustomServerSocket (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TCustomServerSocket.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/thrift/TCustomNonblockingServerSocket.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/thrift/TCustomSocket.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/thrift/TCustomServerSocket.html" target="_top">Frames</a></li>
<li><a href="TCustomServerSocket.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.thrift</div>
<h2 title="Class TCustomServerSocket" class="title">Class TCustomServerSocket</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.thrift.transport.TServerTransport</li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.thrift.TCustomServerSocket</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">TCustomServerSocket</span>
extends org.apache.thrift.transport.TServerTransport</pre>
<div class="block">Extends Thrift's TServerSocket to allow customization of various desirable TCP properties.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/thrift/TCustomServerSocket.html#TCustomServerSocket(java.net.InetSocketAddress,%20boolean,%20java.lang.Integer,%20java.lang.Integer,%20java.lang.Integer)">TCustomServerSocket</a></strong>(java.net.InetSocketAddress bindAddr,
boolean keepAlive,
java.lang.Integer sendBufferSize,
java.lang.Integer recvBufferSize,
java.lang.Integer listenBacklog)</code>
<div class="block">Allows fine-tuning of the server socket including keep-alive, reuse of addresses, send and receive buffer sizes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/thrift/TCustomServerSocket.html#TCustomServerSocket(java.net.ServerSocket,%20boolean,%20java.lang.Integer,%20java.lang.Integer)">TCustomServerSocket</a></strong>(java.net.ServerSocket socket,
boolean keepAlive,
java.lang.Integer sendBufferSize,
java.lang.Integer recvBufferSize)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cassandra/thrift/TCustomSocket.html" title="class in org.apache.cassandra.thrift">TCustomSocket</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/TCustomServerSocket.html#acceptImpl()">acceptImpl</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/TCustomServerSocket.html#close()">close</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/TCustomServerSocket.html#interrupt()">interrupt</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/thrift/TCustomServerSocket.html#listen()">listen</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.thrift.transport.TServerTransport">
<!-- -->
</a>
<h3>Methods inherited from class org.apache.thrift.transport.TServerTransport</h3>
<code>accept</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="TCustomServerSocket(java.net.InetSocketAddress, boolean, java.lang.Integer, java.lang.Integer, java.lang.Integer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TCustomServerSocket</h4>
<pre>public TCustomServerSocket(java.net.InetSocketAddress bindAddr,
boolean keepAlive,
java.lang.Integer sendBufferSize,
java.lang.Integer recvBufferSize,
java.lang.Integer listenBacklog)
throws org.apache.thrift.transport.TTransportException</pre>
<div class="block">Allows fine-tuning of the server socket including keep-alive, reuse of addresses, send and receive buffer sizes.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bindAddr</code> - </dd><dd><code>keepAlive</code> - </dd><dd><code>sendBufferSize</code> - </dd><dd><code>recvBufferSize</code> - </dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.thrift.transport.TTransportException</code></dd></dl>
</li>
</ul>
<a name="TCustomServerSocket(java.net.ServerSocket, boolean, java.lang.Integer, java.lang.Integer)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TCustomServerSocket</h4>
<pre>public TCustomServerSocket(java.net.ServerSocket socket,
boolean keepAlive,
java.lang.Integer sendBufferSize,
java.lang.Integer recvBufferSize)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="acceptImpl()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>acceptImpl</h4>
<pre>protected <a href="../../../../org/apache/cassandra/thrift/TCustomSocket.html" title="class in org.apache.cassandra.thrift">TCustomSocket</a> acceptImpl()
throws org.apache.thrift.transport.TTransportException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>acceptImpl</code> in class <code>org.apache.thrift.transport.TServerTransport</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.thrift.transport.TTransportException</code></dd></dl>
</li>
</ul>
<a name="listen()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listen</h4>
<pre>public void listen()
throws org.apache.thrift.transport.TTransportException</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>listen</code> in class <code>org.apache.thrift.transport.TServerTransport</code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.thrift.transport.TTransportException</code></dd></dl>
</li>
</ul>
<a name="close()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>close</h4>
<pre>public void close()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>close</code> in class <code>org.apache.thrift.transport.TServerTransport</code></dd>
</dl>
</li>
</ul>
<a name="interrupt()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>interrupt</h4>
<pre>public void interrupt()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>interrupt</code> in class <code>org.apache.thrift.transport.TServerTransport</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/TCustomServerSocket.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/thrift/TCustomNonblockingServerSocket.html" title="class in org.apache.cassandra.thrift"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/thrift/TCustomSocket.html" title="class in org.apache.cassandra.thrift"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/thrift/TCustomServerSocket.html" target="_top">Frames</a></li>
<li><a href="TCustomServerSocket.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014 The Apache Software Foundation</small></p>
</body>
</html>
|
rest/war/RestGWT.html
|
Andre-Pires/SoftwareEngineering
|
<!doctype html>
<!-- The DOCTYPE declaration above will set the -->
<!-- browser's rendering engine into -->
<!-- "Standards Mode". Replacing this declaration -->
<!-- with a "Quirks Mode" doctype is not supported. -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- -->
<!-- Consider inlining CSS to reduce the number of requested files -->
<!-- -->
<link type="text/css" rel="stylesheet" href="RestGWT.css">
<!-- -->
<!-- Any title is fine -->
<!-- -->
<title>Aplicação Rest</title>
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="restgwt/restgwt.nocache.js"></script>
</head>
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Your web browser must have JavaScript enabled
in order for this application to display correctly.
</div>
</noscript>
<h1>Aplicação Rest</h1>
<div id="loginContainer">
</div>
<div id="managementContainer">
</div>
</body>
</html>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_02_testAbaNumberCheck_1700_bad_aqh.html
|
dcarda/aba.route.validator
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_02.html">Class Test_AbaRouteValidator_02</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_1700_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_02.html?line=18712#src-18712" >testAbaNumberCheck_1700_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:32:04
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_1700_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=13913#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_03_testAbaNumberCheck_4982_bad_ue7.html
|
dcarda/aba.route.validator
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_03.html">Class Test_AbaRouteValidator_03</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_4982_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_03.html?line=59633#src-59633" >testAbaNumberCheck_4982_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:32:41
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_4982_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=39391#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=39391#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=39391#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>
|
thirdparty/source/asio-1.11.0/doc/asio/reference/executor_wrapper/first_argument_type.html
|
letitvi/VideoGridPlayer
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>executor_wrapper::first_argument_type</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" title="Asio">
<link rel="up" href="../executor_wrapper.html" title="executor_wrapper">
<link rel="prev" href="executor_wrapper/overload9.html" title="executor_wrapper::executor_wrapper (9 of 9 overloads)">
<link rel="next" href="get_executor.html" title="executor_wrapper::get_executor">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="executor_wrapper/overload9.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../executor_wrapper.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="get_executor.html"><img src="../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="asio.reference.executor_wrapper.first_argument_type"></a><a class="link" href="first_argument_type.html" title="executor_wrapper::first_argument_type">executor_wrapper::first_argument_type</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp161603136"></a>
The type of the function's first argument.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">see_below</span> <span class="identifier">first_argument_type</span><span class="special">;</span>
</pre>
<p>
The type of <code class="computeroutput"><span class="identifier">first_argument_type</span></code>
is based on the type <code class="computeroutput"><span class="identifier">T</span></code>
of the wrapper's target object:
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
if <code class="computeroutput"><span class="identifier">T</span></code> is a pointer to
a function type accepting two arguments, <code class="computeroutput"><span class="identifier">first_argument_type</span></code>
is a synonym for the return type of <code class="computeroutput"><span class="identifier">T</span></code>;
</li>
<li class="listitem">
if <code class="computeroutput"><span class="identifier">T</span></code> is a class type
with a member type <code class="computeroutput"><span class="identifier">first_argument_type</span></code>,
then <code class="computeroutput"><span class="identifier">first_argument_type</span></code>
is a synonym for <code class="computeroutput"><span class="identifier">T</span><span class="special">::</span><span class="identifier">first_argument_type</span></code>;
</li>
<li class="listitem">
otherwise <code class="computeroutput"><span class="identifier">first_argument_type</span></code>
is not defined.
</li>
</ul></div>
<h6>
<a name="asio.reference.executor_wrapper.first_argument_type.h0"></a>
<span><a name="asio.reference.executor_wrapper.first_argument_type.requirements"></a></span><a class="link" href="first_argument_type.html#asio.reference.executor_wrapper.first_argument_type.requirements">Requirements</a>
</h6>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">asio/wrap.hpp</code>
</p>
<p>
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">asio.hpp</code>
</p>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="executor_wrapper/overload9.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../executor_wrapper.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="get_executor.html"><img src="../../../next.png" alt="Next"></a>
</div>
</body>
</html>
|
docs/bindings/ocl/flags/constant.MIGRATE_MEM_OBJECT_HOST.html
|
liebharc/clFFT
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `MIGRATE_MEM_OBJECT_HOST` constant in crate `ocl`.">
<meta name="keywords" content="rust, rustlang, rust-lang, MIGRATE_MEM_OBJECT_HOST">
<title>ocl::flags::MIGRATE_MEM_OBJECT_HOST - Rust</title>
<link rel="stylesheet" type="text/css" href="../../normalize.css">
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc constant">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>ocl</a>::<wbr><a href='index.html'>flags</a></p><script>window.sidebarCurrent = {name: 'MIGRATE_MEM_OBJECT_HOST', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content">
<h1 class='fqn'><span class='in-band'>Constant <a href='../index.html'>ocl</a>::<wbr><a href='index.html'>flags</a>::<wbr><a class="constant" href=''>MIGRATE_MEM_OBJECT_HOST</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span></span></h1>
<pre class='rust const'>pub const MIGRATE_MEM_OBJECT_HOST: <a class="struct" href="../../ocl/flags/struct.MemMigrationFlags.html" title="struct ocl::flags::MemMigrationFlags">MemMigrationFlags</a><code> = </code><code>MemMigrationFlags{bits: 1 << 0,}</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "ocl";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html>
|
app/views/join.scala.html
|
GoogleCloudPlatform/cloudbowl-microservice-game
|
@*
* Copyright 2020 Google LLC
*
* 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.
*@
@this(webJarsUtil: org.webjars.play.WebJarsUtil)
@(arena: Arena.Path, name: Option[String], nameInvalid: Option[String], url: Option[String], urlInvalid: Option[String], githubUser: Option[String], githubUserInvalid: Option[String])(implicit request: RequestHeader)
@import helper._
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cloud Bowl</title>
@webJarsUtil.locate("bootstrap.min.css").css()
<style type="text/css">
.container {
margin-top: 50px;
}
</style>
<script src="@routes.Assets.versioned("javascripts/join.js")"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm">
<div class="card">
<h5 class="card-header">Join the @arena Arena</h5>
<div class="card-body">
@form(controllers.routes.Main.joinValidate(arena)) {
@CSRF.formField
<div class="form-group">
<label for="name">Your Name</label>
@name.fold {
<input class="form-control" id="name" name="name" required>
} { sName =>
@nameInvalid.fold {
<input class="form-control is-valid" id="name" name="name" value="@sName" required>
} { message =>
<input class="form-control is-invalid" id="name" name="name" value="@sName" required>
<div class="invalid-feedback">
@message
</div>
}
}
</div>
<div class="form-group">
<label for="url">Microservice URL</label>
@url.fold {
<input type="url" class="form-control" id="url" name="url" required>
} { sUrl =>
@urlInvalid.fold {
<input type="url" class="form-control is-valid" id="url" name="url" value="@sUrl" required>
<div class="valid-feedback">
Looks good!
</div>
} { message =>
<input type="url" class="form-control is-invalid" id="url" name="url" value="@sUrl" required>
<div class="invalid-feedback">
@message
</div>
}
}
</div>
<div class="form-group">
<label for="githubUsername">GitHub Username (optional)</label>
@githubUser.fold {
<input class="form-control" id="githubUsername" name="githubUsername">
} { sGithubUser =>
@githubUserInvalid.fold {
<input class="form-control is-valid" id="githubUsername" name="githubUsername" value="@sGithubUser">
<img src="https://avatars.githubusercontent.com/@{sGithubUser}" width="64" style="margin-top: 10px;">
} { message =>
<input class="form-control is-invalid" id="githubUsername" name="githubUsername" value="@sGithubUser">
<div class="invalid-feedback">
@message
</div>
}
}
</div>
@if(name.isDefined && url.isDefined && nameInvalid.isEmpty && urlInvalid.isEmpty && githubUserInvalid.isEmpty) {
<button class="btn btn-primary" type="submit" name="action" value="verify">Reverify</button>
<button class="btn btn-success" type="submit" name="action" value="add">Add Microservice</button>
} else {
<button class="btn btn-primary" type="submit" name="action" value="verify">Verify</button>
}
}
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
_includes/studio/contact.html
|
wherebyus/wherebyus.github.io
|
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Us</h2>
<h3 class="section-subheading text-muted">Have a question? Want to work with us? Just want to say hey? We'd love to hear from you.</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form name="sentMessage" id="contactForm" novalidate action="https://getsimpleform.com/messages?form_api_token=5de872ca17ea9c5f1bdeb642027a66b6" method="POST">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control validated" placeholder="Your Name *" id="name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="email" class="form-control validated" placeholder="Your Email *" id="email" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input type="tel" class="form-control validated" placeholder="Your Phone *" id="phone" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control validated" placeholder="Your Message *" id="message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button type="submit" class="btn btn-xl">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
|
docs/NetworkObject/RemoteProcedureCalls/rpc-validation-by-server/index.html
|
BeardedManStudios/ForgeNetworkingRemastered
|
<!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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../../../img/favicon.ico">
<title>RPC Validation by Server - Forge Networking Remastered</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../../../css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../css/theme_extra.css" type="text/css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
<script>
// Current page data
var mkdocs_page_name = "RPC Validation by Server";
var mkdocs_page_input_path = "NetworkObject/RemoteProcedureCalls/rpc-validation-by-server.md";
var mkdocs_page_url = null;
</script>
<script src="../../../js/jquery-2.1.1.min.js" defer></script>
<script src="../../../js/modernizr-2.8.3.min.js" defer></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</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 stickynav">
<div class="wy-side-nav-search">
<a href="../../.." class="icon icon-home"> Forge Networking Remastered</a>
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
</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">
<span class="caption-text">Home</span>
<ul class="subnav">
<li class="">
<a class="" href="../../..">User Manual (Forge Networking Remastered)</a>
</li>
<li class="">
<a class="" href="../../../authoritative-design/">Authoritative Design</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Getting Started</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../GettingStarted/getting-started/">Getting Started</a>
</li>
<li class="">
<a class="" href="../../../GettingStarted/basic-moving-cube-example/">Basic Moving Cube Example</a>
</li>
<li class="">
<a class="" href="../../../GettingStarted/basic-rpc-example/">Basic RPC Example</a>
</li>
<li class="">
<a class="" href="../../../GettingStarted/basic-instantiation-example/">Basic Instantiation Example</a>
</li>
<li class="">
<a class="" href="../../../GettingStarted/jump-start-guide/">Jump Start Guide</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Network Contract Wizard (NCW)</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../NetworkContractWizard/network-contract-wizard-ncw/">Network Contract Wizard (NCW)</a>
</li>
<li class="">
<a class="" href="../../../NetworkContractWizard/extending-generated-classes/">Extending Generated Classes</a>
</li>
<li class="">
<a class="" href="../../../NetworkContractWizard/name-collision-issues/">Name Collision Issues</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Network Object</span>
<ul class="subnav">
<li class="">
<a class="" href="../../changing-ownership/">Changing Ownership</a>
</li>
<li class="">
<a class="" href="../../destroying-the-network-object/">Destroying the Network Object</a>
</li>
<li class="">
<a class="" href="../../fields/">Fields</a>
</li>
<li class=" current">
<span class="caption-text">Remote Procedure Calls (RPCs)</span>
<ul class="subnav">
<li class="toctree-l3">
<a class="" href="../remote-procedure-calls/">Remote Procedure Calls</a>
</li>
<li class="toctree-l3">
<a class="" href="../buffered-rpcs/">Buffered RPCs</a>
</li>
<li class="toctree-l3">
<a class="" href="../sending-rpc-to-a-single-player/">Sending RPC to a Single Player</a>
</li>
<li class="toctree-l3">
<a class="" href="../rpcargs-and-rpcinfo-structs/">RpcArgs and RpcInfo Structs</a>
</li>
<li class="toctree-l3 current">
<a class="current" href="./">RPC Validation by Server</a>
<ul class="subnav">
<li class="toctree-l4"><a href="#rpc-validation-by-server">RPC Validation by Server</a></li>
<ul>
<li><a class="toctree-l5" href="#serverallowrpc">ServerAllowRpc</a></li>
</ul>
</ul>
</li>
<li class="toctree-l3">
<a class="" href="../replacing-previous-buffered-rpcs/">Replacing Previous Buffered RPCs</a>
</li>
<li class="toctree-l3">
<a class="" href="../clearing-buffered-rpcs/">Clearing Buffered RPCs</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Unity Integration</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../UnityIntegration/gameobject-execution-order/">GameObject Execution Order</a>
</li>
<li class="">
<a class="" href="../../../UnityIntegration/network-instantiation/">Network Instantiation</a>
</li>
<li class="">
<a class="" href="../../../UnityIntegration/threading-in-unity/">Threading in Unity</a>
</li>
<li class="">
<a class="" href="../../../UnityIntegration/main-threading-rpcs/">Main Threading RPCs</a>
</li>
<li class="">
<a class="" href="../../../UnityIntegration/running-unity-specific-code-on-the-main-thread/">Running Unity specific code on the main thread</a>
</li>
<li class="">
<a class="" href="../../../UnityIntegration/network-start/">Unity Integration Network Start</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Basic Network Samples</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../BasicNetworkSamples/server-hosting-code/">Server Hosting Code</a>
</li>
<li class="">
<a class="" href="../../../BasicNetworkSamples/client-connecting-code/">Client Connecting Code</a>
</li>
<li class="">
<a class="" href="../../../BasicNetworkSamples/server-disconnect-client-code/">Server Disconnect Client Code</a>
</li>
<li class="">
<a class="" href="../../../BasicNetworkSamples/ban-client-code/">Ban Client Code</a>
</li>
<li class="">
<a class="" href="../../../BasicNetworkSamples/send-binary-frame/">Send Binary Frame</a>
</li>
<li class="">
<a class="" href="../../../BasicNetworkSamples/send-file/">Send File</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Scene Navigation</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../SceneNavigation/loading-scenes/">Loading Scenes</a>
</li>
<li class="">
<a class="" href="../../../SceneNavigation/scene-events/">Scene Events</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">NetWorker</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../NetWorker/temporarily-blocking-connections/">Temporarily Blocking Connections</a>
</li>
<li class="">
<a class="" href="../../../NetWorker/thread-safe-player-iteration/">Thread Safe Player Iteration</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Master Server</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../MasterServer/quick-start/">Master Server Quick Start</a>
</li>
<li class="">
<a class="" href="../../../MasterServer/connecting-to-master-server/">Connecting to Master Server</a>
</li>
<li class="">
<a class="" href="../../../MasterServer/getting-host-list/">Getting Host List From Master Server</a>
</li>
<li class="">
<a class="" href="../../../MasterServer/windows-server-firewall-setup/">Windows Server Firewall Setup</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Web Server</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../WebServer/jumpstart/">Web Server Jumpstart</a>
</li>
<li class="">
<a class="" href="../../../WebServer/extending-with-mvc/">Web Server Extending With MVC</a>
</li>
<li class="">
<a class="" href="../../../WebServer/command-plugins/">Web Server Command Plugins</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<span class="caption-text">Troubleshooting</span>
<ul class="subnav">
<li class="">
<a class="" href="../../../Troubleshooting/troubleshooting/">Troubleshooting</a>
</li>
<li class="">
<a class="" href="../../../Troubleshooting/throttling-network-internal/">Throttling Network Internal</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<a class="" href="../../../connection-cycle-events/">Events</a>
</li>
<li class="toctree-l1">
<a class="" href="../../../rewinding/">Rewinding</a>
</li>
<li class="toctree-l1">
<a class="" href="../../../network-logging/">Debugging</a>
</li>
<li class="toctree-l1">
<a class="" href="../../../working-with-multiple-sockets/">Working With Multiple Sockets</a>
</li>
<li class="toctree-l1">
<a class="" href="../../../nat-hole-punching/">NAT Hole Punching</a>
</li>
<li class="toctree-l1">
<a class="" href="../../../lan-discovery/">LAN Discovery</a>
</li>
<li class="toctree-l1">
<a class="" href="../../../offline-mode/">Offline Mode</a>
</li>
<li class="toctree-l1">
<a class="" href="../../../lobby/">Lobby System</a>
</li>
<li class="toctree-l1">
<a class="" href="../../../adding-and-updating-docs/">Contributing</a>
</li>
</ul>
</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="../../..">Forge Networking Remastered</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="../../..">Docs</a> »</li>
<li>Remote Procedure Calls (RPCs) »</li>
<li>Network Object »</li>
<li>RPC Validation by Server</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main">
<div class="section">
<h1 id="rpc-validation-by-server">RPC Validation by Server</h1>
<p>We live in a world where we just can't trust our clients to send us messages that they should be in the way that we wish them to. Clients may want to cheat the system and try to exploit the network for fun or just so that they can win. Because of this we have created a simple method for you to override in order to check any game critical RPCs that are received from the client and verify them. Before continuing with this part of the documentation, please review the <a href="/NetworkContractWizard/extending-generated-classes.md">Extending Generated Classes</a> documentation to learn more about <strong>partial</strong> classes.</p>
<p>When we use the Network Contract Wizard (NCW), it will create 2 generated classes; one for our <code>MonoBehaviour</code> and one for our <code>NetworkObject</code>.</p>
<p>The one that we want to focus on in this example is the generated <code>NetworkObject</code>. So let's say that we opened up the Network Contract Wizard (NCW) and we created a contract named <strong>Ball</strong> ; this will generate a <code>NetworkObject</code> class named <strong>BallNetworkObject</strong>. </p>
<p>Now in another folder (not in the Generated folder) you will create a new C# script called <strong>BallNetworkObject</strong>. In here you will create your <a href="https://msdn.microsoft.com/en-us/library/wa80x488.aspx">partial class</a> for the <strong>BallNetworkObject</strong> and you will override the <strong>ServerAllowRpc</strong> method like so:</p>
<h3 id="serverallowrpc">ServerAllowRpc</h3>
<pre><code class="csharp">namespace BeardedManStudios.Forge.Networking.Generated
{
public partial class BallNetworkObject : NetworkObject
{
protected override bool ServerAllowRpc(byte methodId, Receivers receivers, RpcArgs args)
{
// The methodName is the name of the RPC that is trying to be called right now
// The receivers is who the client is trying to send the RPC to
// The args are the arguments that were sent as part of the RPC message and what the receivers will receive as arguments to the call
}
}
}
</code></pre>
<p>Notice that you need to return a boolean from this function. If you return <strong>true</strong> then the RPC will be allowed to go through, it will be invoked on the server and on the clients (if specified in Receivers). If you return <strong>false</strong> then the RPC will not be invoked at all and will be dropped.</p>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../replacing-previous-buffered-rpcs/" class="btn btn-neutral float-right" title="Replacing Previous Buffered RPCs">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../rpcargs-and-rpcinfo-structs/" class="btn btn-neutral" title="RpcArgs and RpcInfo Structs"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<!-- Copyright etc -->
</div>
Built with <a href="http://www.mkdocs.org">MkDocs</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>
<div class="rst-versions" role="note" style="cursor: pointer">
<span class="rst-current-version" data-toggle="rst-current-version">
<span><a href="../rpcargs-and-rpcinfo-structs/" style="color: #fcfcfc;">« Previous</a></span>
<span style="margin-left: 15px"><a href="../replacing-previous-buffered-rpcs/" style="color: #fcfcfc">Next »</a></span>
</span>
</div>
<script>var base_url = '../../..';</script>
<script src="../../../js/theme.js" defer></script>
<script src="../../../search/main.js" defer></script>
</body>
</html>
|
2.3.0.Final/apidocs/org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.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 11:48:17 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HTTPAuthenticationFactoryConsumer (BOM: * : All 2.3.0.Final 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="HTTPAuthenticationFactoryConsumer (BOM: * : All 2.3.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/HTTPAuthenticationFactoryConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactory.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactorySupplier.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" target="_top">Frames</a></li>
<li><a href="HTTPAuthenticationFactoryConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.config.elytron</div>
<h2 title="Interface HTTPAuthenticationFactoryConsumer" class="title">Interface HTTPAuthenticationFactoryConsumer<T extends <a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactory.html" title="class in org.wildfly.swarm.config.elytron">HTTPAuthenticationFactory</a><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">HTTPAuthenticationFactoryConsumer<T extends <a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactory.html" title="class in org.wildfly.swarm.config.elytron">HTTPAuthenticationFactory</a><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="type parameter in HTTPAuthenticationFactoryConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of HTTPAuthenticationFactory
resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="interface in org.wildfly.swarm.config.elytron">HTTPAuthenticationFactoryConsumer</a><<a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="type parameter in HTTPAuthenticationFactoryConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html#andThen-org.wildfly.swarm.config.elytron.HTTPAuthenticationFactoryConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="interface in org.wildfly.swarm.config.elytron">HTTPAuthenticationFactoryConsumer</a><<a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="type parameter in HTTPAuthenticationFactoryConsumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.elytron.HTTPAuthenticationFactory-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="type parameter in HTTPAuthenticationFactoryConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of HTTPAuthenticationFactory
resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.elytron.HTTPAuthenticationFactoryConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="interface in org.wildfly.swarm.config.elytron">HTTPAuthenticationFactoryConsumer</a><<a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="type parameter in HTTPAuthenticationFactoryConsumer">T</a>> andThen(<a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="interface in org.wildfly.swarm.config.elytron">HTTPAuthenticationFactoryConsumer</a><<a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" title="type parameter in HTTPAuthenticationFactoryConsumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/HTTPAuthenticationFactoryConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactory.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/config/elytron/HTTPAuthenticationFactorySupplier.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/HTTPAuthenticationFactoryConsumer.html" target="_top">Frames</a></li>
<li><a href="HTTPAuthenticationFactoryConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
_layouts/about.html
|
bbockelm/bbockelm.github.io
|
---
layout: default
---
<section>
<div class="row">
{% include about_contents.html %}
<div class="col-sm-9">
{% if page.title %}
<h1>{{ page.title }}</h1>
{% endif %}
<article>
{{ content }}
</article>
</div>
</div>
</section>
|
docs/cpp/classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.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: MPIndicatorConstraint::_Internal</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
 <span id="projectnumber">9.2</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function(){initNavTree('classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">MPIndicatorConstraint::_Internal</div></div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock">
<p class="definition">Definition at line <a class="el" href="linear__solver_8pb_8cc_source.html#l02440">2440</a> of file <a class="el" href="linear__solver_8pb_8cc_source.html">linear_solver.pb.cc</a>.</p>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-types" name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:abb9fa1b71818af2620bc71619ded9e65"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#abb9fa1b71818af2620bc71619ded9e65">HasBits</a> = decltype(std::declval< <a class="el" href="classoperations__research_1_1_m_p_indicator_constraint.html">MPIndicatorConstraint</a> >()._has_bits_)</td></tr>
<tr class="separator:abb9fa1b71818af2620bc71619ded9e65"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-static-methods" name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:aea62ea59fcf7a030b792bf69aeb5d905"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#aea62ea59fcf7a030b792bf69aeb5d905">set_has_var_index</a> (<a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#abb9fa1b71818af2620bc71619ded9e65">HasBits</a> *has_bits)</td></tr>
<tr class="separator:aea62ea59fcf7a030b792bf69aeb5d905"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aaec320a5d589a83e8ae5e46a0b5e6daa"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#aaec320a5d589a83e8ae5e46a0b5e6daa">set_has_var_value</a> (<a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#abb9fa1b71818af2620bc71619ded9e65">HasBits</a> *has_bits)</td></tr>
<tr class="separator:aaec320a5d589a83e8ae5e46a0b5e6daa"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1b2d576f46c2c5b13c4edb77a2da5003"><td class="memItemLeft" align="right" valign="top">static const ::<a class="el" href="classoperations__research_1_1_m_p_constraint_proto.html">operations_research::MPConstraintProto</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#a1b2d576f46c2c5b13c4edb77a2da5003">constraint</a> (const <a class="el" href="classoperations__research_1_1_m_p_indicator_constraint.html">MPIndicatorConstraint</a> *msg)</td></tr>
<tr class="separator:a1b2d576f46c2c5b13c4edb77a2da5003"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae9c2d1e305227f6de289e78c7c81316e"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#ae9c2d1e305227f6de289e78c7c81316e">set_has_constraint</a> (<a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#abb9fa1b71818af2620bc71619ded9e65">HasBits</a> *has_bits)</td></tr>
<tr class="separator:ae9c2d1e305227f6de289e78c7c81316e"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Member Typedef Documentation</h2>
<a id="abb9fa1b71818af2620bc71619ded9e65" name="abb9fa1b71818af2620bc71619ded9e65"></a>
<h2 class="memtitle"><span class="permalink"><a href="#abb9fa1b71818af2620bc71619ded9e65">◆ </a></span>HasBits</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">using <a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#abb9fa1b71818af2620bc71619ded9e65">HasBits</a> = decltype(std::declval<<a class="el" href="classoperations__research_1_1_m_p_indicator_constraint.html">MPIndicatorConstraint</a>>()._has_bits_)</td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="linear__solver_8pb_8cc_source.html#l02442">2442</a> of file <a class="el" href="linear__solver_8pb_8cc_source.html">linear_solver.pb.cc</a>.</p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a1b2d576f46c2c5b13c4edb77a2da5003" name="a1b2d576f46c2c5b13c4edb77a2da5003"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1b2d576f46c2c5b13c4edb77a2da5003">◆ </a></span>constraint()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">const ::<a class="el" href="classoperations__research_1_1_m_p_constraint_proto.html">operations_research::MPConstraintProto</a> & constraint </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classoperations__research_1_1_m_p_indicator_constraint.html">MPIndicatorConstraint</a> * </td>
<td class="paramname"><em>msg</em></td><td>)</td>
<td></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="linear__solver_8pb_8cc_source.html#l02456">2456</a> of file <a class="el" href="linear__solver_8pb_8cc_source.html">linear_solver.pb.cc</a>.</p>
</div>
</div>
<a id="ae9c2d1e305227f6de289e78c7c81316e" name="ae9c2d1e305227f6de289e78c7c81316e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae9c2d1e305227f6de289e78c7c81316e">◆ </a></span>set_has_constraint()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void set_has_constraint </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#abb9fa1b71818af2620bc71619ded9e65">HasBits</a> * </td>
<td class="paramname"><em>has_bits</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="linear__solver_8pb_8cc_source.html#l02450">2450</a> of file <a class="el" href="linear__solver_8pb_8cc_source.html">linear_solver.pb.cc</a>.</p>
</div>
</div>
<a id="aea62ea59fcf7a030b792bf69aeb5d905" name="aea62ea59fcf7a030b792bf69aeb5d905"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aea62ea59fcf7a030b792bf69aeb5d905">◆ </a></span>set_has_var_index()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void set_has_var_index </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#abb9fa1b71818af2620bc71619ded9e65">HasBits</a> * </td>
<td class="paramname"><em>has_bits</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="linear__solver_8pb_8cc_source.html#l02443">2443</a> of file <a class="el" href="linear__solver_8pb_8cc_source.html">linear_solver.pb.cc</a>.</p>
</div>
</div>
<a id="aaec320a5d589a83e8ae5e46a0b5e6daa" name="aaec320a5d589a83e8ae5e46a0b5e6daa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aaec320a5d589a83e8ae5e46a0b5e6daa">◆ </a></span>set_has_var_value()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void set_has_var_value </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html#abb9fa1b71818af2620bc71619ded9e65">HasBits</a> * </td>
<td class="paramname"><em>has_bits</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="linear__solver_8pb_8cc_source.html#l02446">2446</a> of file <a class="el" href="linear__solver_8pb_8cc_source.html">linear_solver.pb.cc</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="linear__solver_8pb_8cc_source.html">linear_solver.pb.cc</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_m_p_indicator_constraint.html">MPIndicatorConstraint</a></li><li class="navelem"><a class="el" href="classoperations__research_1_1_m_p_indicator_constraint_1_1___internal.html">_Internal</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>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_07_testAbaNumberCheck_14282_bad_5c3.html
|
dcarda/aba.route.validator
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_07.html">Class Test_AbaRouteValidator_07</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_14282_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_07.html?line=44032#src-44032" >testAbaNumberCheck_14282_bad</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:37:02
</td>
<td>
0.0 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_14282_bad</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=6915#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=6915#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a>
</td>
<td>
<span class="sortValue">0.5714286</span>57.1%
</td>
<td class="align-middle" style="width: 100%" colspan="3">
<div>
<div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td>
</tr>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=6915#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>
|
canvas/drawingWithCanvas.html
|
fxrodriguez1/webdev202
|
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Drawwing with Canvas Element</title>
<style>
canvas {
border: #333 10px solid;
}
</style>
</head>
<body>
<canvas id="myCanvas" width="500px" height="500px"></canvas>
<script>
var canvas = document.querySelector("#myCanvas");
var context = canvas.getContext("2d");
context.beginPath();
context.arc(250, 200, 200, 0, Math.PI, false);
context.closePath();
context.lineWidth = 5;
context.fillStyle = 'brown';
context.fill();
context.strokeStyle = '#550000';
context.stroke();
context.moveTo(150,200);
context.lineTo(150,20);
context.stroke();
context.moveTo(150,20);
context.lineTo(400,90);
context.lineTo(150,130);
context.lineWidth = 1;
context.fillStyle = 'red';
context.stroke();
context.lineWidth = 4;
context.beginPath();
context.moveTo(10, 490);
context.bezierCurveTo(150, 420, 300, 490, 490, 480);
context.stroke();
context.strokeStyle = "blue";
context.stroke();
context.closePath();
context.lineWidth = 4;
context.beginPath();
context.moveTo(10, 480);
context.bezierCurveTo(150, 410, 300, 480, 490, 470);
context.stroke();
context.strokeStyle = "blue";
context.stroke();
context.closePath();
context.lineWidth = 4;
context.beginPath();
context.moveTo(10, 470);
context.bezierCurveTo(150, 400, 300, 470, 490, 460);
context.stroke();
context.strokeStyle = "blue";
context.stroke();
context.closePath();
context.lineWidth = 4;
context.beginPath();
context.moveTo(10, 460);
context.bezierCurveTo(150, 390, 300, 460, 490, 450);
context.stroke();
context.strokeStyle = "blue";
context.stroke();
context.closePath();
context.lineWidth = 4;
context.beginPath();
context.moveTo(10, 450);
context.bezierCurveTo(150, 380, 300, 450, 490, 440);
context.stroke();
context.strokeStyle = "blue";
context.stroke();
context.closePath();
context.lineWidth = 4;
context.beginPath();
context.moveTo(10, 440);
context.bezierCurveTo(150, 370, 300, 440, 490, 430);
context.stroke();
context.strokeStyle = "blue";
context.stroke();
context.closePath();
</script>
</body>
</html>
|
index.html
|
ankyyyjst4u/aws-code-deploy-linux
|
<html>
<body bgcolor = "red">
<h1> Hi SEXY </h2>
</body>
</html>
|
index.html
|
nexttv/nexttv.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Open Source OTT Platform">
<meta name="author" content="">
<title>Open OTT - Open Source OTT Platform</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<!-- <link rel="stylesheet" href="css/animate.min.css" type="text/css"> -->
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="icon" type="image/png" href="img/favicon.png">
<!-- Yandex.Metrika counter --><script type="text/javascript">(function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter29663205 = new Ya.Metrika({id:29663205, clickmap:true, trackLinks:true, accurateTrackBounce:true}); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks");</script><noscript><div><img src="//mc.yandex.ru/watch/29663205" style="position:absolute; left:-9999px;" alt="" /></div></noscript><!-- /Yandex.Metrika counter -->
<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-61791435-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="page-top">
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Next TV</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#features">Features</a>
</li>
<li>
<a class="page-scroll" href="#contact">About</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<header>
<div class="header-content">
<div class="header-content-inner">
<h1>Open Source OTT<br>platform</h1>
</div>
</div>
</header>
<a href="https://bitbucket.org/account/user/nexttv/projects/NOTT" target="_blank">
<img style="position: absolute; top: 576; right: 0; border: 0;" src="img/Fork-Me-Ribbon-Black.svg" alt="Fork me on BitBucket">
</a>
<section id="features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">OpenOTT Features</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-files-o wow bounceIn text-primary"></i>
<h3>Multi-Protocols</h3>
<p class="text-muted">Apple HLS</p>
<p class="text-muted">Microsoft Smooth Streaming</p>
<p class="text-muted">MPEG-DASH</p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-bar-chart wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>High Availability</h3>
<p class="text-muted">OpenOTT platform is distributed by design and tolerant to loss of any reasonable number of hardware nodes</p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-play-circle-o wow bounceIn text-primary" data-wow-delay=".4s"></i>
<h3>Playback Features</h3>
<p class="text-muted">Timeshift</p>
<p class="text-muted">Archive</p>
<p class="text-muted">Rewind</p>
<p class="text-muted">Pause live tv</p>
<p class="text-muted">Multiple audio tracks</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-hdd-o wow bounceIn text-primary" data-wow-delay=".3s"></i>
<h3>Small Storage</h3>
<p class="text-muted">OpenOTT platform is designed to keep storage as small as possible so there is no duplication of data for multiple formats, DRMs and device dialects</p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-credit-card wow bounceIn text-primary" data-wow-delay=".6s"></i>
<h3>Billing</h3>
<p class="text-muted">OpenOTT provides simple REST API for HAS streams generation and statistics</p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-share-alt wow bounceIn text-primary" data-wow-delay=".7s"></i>
<h3>Deploy with Docker</h3>
<p class="text-muted">Easy deploy using docker orchestration tools</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-cloud wow bounceIn text-primary" data-wow-delay=".5s"></i>
<h3>CDN integration</h3>
<p class="text-muted">CDN support can be easily integrated in current design</p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-share wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Url Protection<sup>*</sup></h3>
<p class="text-muted">HAS Url access control based on user ip</p>
<p class="text-muted">Protection from sharing urls between users and devices</p>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="service-box">
<i class="fa fa-4x fa-lock wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>DRM<sup>*</sup></h3>
<p class="text-muted">Microsoft Playready for Smooth Streaming</p>
<p class="text-muted">AES encryption for Apple HLS</p>
</div>
</div>
</div>
<div class="row">
<br>
<p class="text-muted text-right">* feature not released</p>
</div>
</div>
</section>
<section id="sources" class="bg-dark">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">What it is</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-3 text-center">
<i class="fa fa-check text-primary" style="font-size: 10em; margin: auto 0;"></i>
</div>
<div class="col-sm-9 text-justify">
<p>Open OTT is prototype made for one Russian telecom company looking for extending their business with OTT service.</p>
<p>It serves real streams and VOD files and shows it's potential to be developed to real product.</p>
<p>The company for which prototype was developed decided not to proceed with OTT department (and still doesn't have) and prototype has been abandoned for a while.</p>
<p>So we decided to opensource this project with hope it will be usefull for someone.</p>
</div>
</div>
</div>
</section>
<section id="sources" class="bg">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">What it's not</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-3 text-center">
<i class="fa fa-times text-primary" style="font-size: 10em; margin: auto 0;"></i>
</div>
<div class="col-sm-9 text-justify">
<p>It's not production ready platform:</p>
<ul>
<li>It was not tested in real environment</li>
<li>Not all designed features were implemented, though there is clear api</li>
<li>Performance could rise questions (though there is roadmap for boosting)</li>
</ul>
</div>
</div>
</div>
</section>
<section id="sources" class="bg-dark">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Source Code</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-3 text-center">
<i class="fa fa-file-code-o text-primary" style="font-size: 10em; margin: auto 0;"></i>
</div>
<div class="col-sm-9 text-justify">
<p>Source code is hosted on <a href="https://bitbucket.org/account/user/nexttv/projects/NOTT" target="_blank">BitBucket</a> and spread into several repositories.</p>
<p>Each repository contains sources for one service or utility.</p>
<p>Building is quite simple, just run docker build from root of each repo.</p>
<p>To run and connect entire project follow <a href="https://bitbucket.org/nexttv/bootstrap" target="_blank">bootstrap</a> project. There is quite exhaustive readme over there as long as one-click script to run entire project on single host for development or demonstration purposes.</p>
</div>
</div>
</div>
</section>
<section id="design">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Design Overview</h2>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<img src="img/design.png" width="100%" border="none" alt="system overview" />
</div>
</div>
</div>
</section>
<section id="contact" class="bg-dark">
<div class="container">
<div class="row">
<div class="col text-center">
<!-- <i class="fa fa-envelope-o fa-3x wow bounceIn" data-wow-delay=".1s"></i> -->
<p>(c) Next TV <br>
<a href="mailto:contact-nexttv@ya.ru">contact-nexttv@ya.ru</a></p>
</div>
</div>
</div>
</section>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<!-- <script src="js/wow.min.js"></script> -->
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
</body>
</html>
|
testsrc/test_pubsub.html
|
benkroeger/open-ajax-hub
|
<html>
<head>
<!-- Reusable HTML file that acts as shell for the various pubsub tests in the test suite, driven by URL params -->
<title> Publish/subscribe tests </title>
<script src="../dojo/dojo/dojo.js" djConfig="isDebug: true"></script>
<script src="config.js"></script>
<script type="text/javascript">loadHub_dirDepth="1";</script>
<script src="util/loadHub.js"></script>
<script src="util/test_hub.js"></script>
<script src="util/testHelper.js"></script>
<script src="ifr/test_iframe_container.js"></script>
<script src="inline/test_inline_container.js"></script>
<script src="manager/test_manager_container.js"></script>
<script type="text/javascript">
var TestURLParams = {};
TestURLParams.testname = null;
TestURLParams.testscriptfile = null;
TestURLParams.testobjname = null;
TestURLParams.getTestURLParams = function () {
TestURLParams.testname = OpenAjax.gadgets.util.getUrlParameters()["testname"];
TestURLParams.testscriptfile = OpenAjax.gadgets.util.getUrlParameters()["testscriptfile"];
TestURLParams.testobjname = OpenAjax.gadgets.util.getUrlParameters()["testobjname"];
document.write("<scr"+"ipt type='text/javascript' src='pubsubtests/"+TestURLParams.testscriptfile+"'></scr"+"ipt>");
}();
</script>
<script>
dojo.require( "doh.runner" );
dojo.addOnLoad( function() {
doh.run();
});
// create test container object based on URL param
var testctn = null;
var re = new RegExp( "[\\?&]module=([^&#]*)" );
var match = (re.exec( window.location.search ))[1];
var containerName = decodeURIComponent( match.replace( /\+/g, "%20" ) );
switch( containerName ) {
case "inline":
testctn = TestInlineContainer;
break;
case "iframe":
testctn = TestIframeContainer;
break;
case "manager":
testctn = TestManagerContainer;
break;
}
var managedHub = null;
var testname = TestURLParams.testname;
var testscriptfile = TestURLParams.testscriptfile;
var testobjname = TestURLParams.testobjname;
doh.registerGroup( "HubClient tests for " + containerName + " containers",
// tests
[
////////////////////////////////////////////////////////////////
{
name: "test pubsub "+testname,
description: "test pubsub "+testname,
timeout: 40000,
setUp: function()
{
this.testManager = new TestHubManager();
},
runTest: function()
{
this.d = new doh.Deferred();
var origin = window.location.protocol + "//" + window.location.hostname;
// listen for msg from client
var that = this;
this.testManager.onMsg = function( data ) {
var msg = data[0];
var result = data[1];
that.d.getTestErrback( function() {
switch( msg ) {
case "start":
that.testManager.sendMsg( "runscript");
break;
case "done":
that.d.callback( true );
break;
}
})();
};
function onClientSecurityAlert( container, securityAlert ) {
this.d.errback( "client " + container.getClientID() + " security alert: " + securityAlert );
}
var container = testctn.createContainerForTest(
"pubsub_client",
managedHub,
"pubsub_client",
{ Container: {
onSecurityAlert: onClientSecurityAlert,
scope: this,
log: this.testManager.log
},
IframeContainer: {
parent: document.getElementById( "iframe_widget" )
}
},
null,
"testscriptfile="+testscriptfile+"&testobjname="+testobjname
);
return this.d;
},
tearDown: function()
{
this.testManager.cleanup();
}
}
],
// group setup
function() {
managedHub = new OpenAjax.hub.ManagedHub({
onPublish: function() { return true; },
onSubscribe: function() { return true; },
log: function( msg ) {
console.log( msg );
}
});
doh.assertTrue( managedHub );
}
// Comment this out - causes FF2 to hang in DOH
// ,
// // group tear down
// function() {
// managedHub.disconnect();
// }
);
</script>
</head>
<body>
<div id="iframe_widget"></div>
</body>
</html>
|
2.7.0.Final/apidocs/org/wildfly/swarm/config/undertow/servlet_container/class-use/PersistentSessionsSettingConsumer.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:03 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.undertow.servlet_container.PersistentSessionsSettingConsumer (BOM: * : All 2.7.0.Final API)</title>
<meta name="date" content="2020-06-10">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.wildfly.swarm.config.undertow.servlet_container.PersistentSessionsSettingConsumer (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/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_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/undertow/servlet_container/class-use/PersistentSessionsSettingConsumer.html" target="_top">Frames</a></li>
<li><a href="PersistentSessionsSettingConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.config.undertow.servlet_container.PersistentSessionsSettingConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.undertow.servlet_container.PersistentSessionsSettingConsumer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow.servlet_container">org.wildfly.swarm.config.undertow.servlet_container</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.undertow">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/undertow/ServletContainer.html" title="type parameter in ServletContainer">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">ServletContainer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/ServletContainer.html#persistentSessionsSetting-org.wildfly.swarm.config.undertow.servlet_container.PersistentSessionsSettingConsumer-">persistentSessionsSetting</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a> consumer)</code>
<div class="block">Session persistence sessions</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.undertow.servlet_container">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/package-summary.html">org.wildfly.swarm.config.undertow.servlet_container</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/undertow/servlet_container/package-summary.html">org.wildfly.swarm.config.undertow.servlet_container</a> that return <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="type parameter in PersistentSessionsSettingConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">PersistentSessionsSettingConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html#andThen-org.wildfly.swarm.config.undertow.servlet_container.PersistentSessionsSettingConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="type parameter in PersistentSessionsSettingConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/package-summary.html">org.wildfly.swarm.config.undertow.servlet_container</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="type parameter in PersistentSessionsSettingConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">PersistentSessionsSettingConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html#andThen-org.wildfly.swarm.config.undertow.servlet_container.PersistentSessionsSettingConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_container">PersistentSessionsSettingConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="type parameter in PersistentSessionsSettingConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/undertow/servlet_container/PersistentSessionsSettingConsumer.html" title="interface in org.wildfly.swarm.config.undertow.servlet_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/undertow/servlet_container/class-use/PersistentSessionsSettingConsumer.html" target="_top">Frames</a></li>
<li><a href="PersistentSessionsSettingConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
2.5.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/undertow/configuration/class-use/ErrorPageConsumer.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:10 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildfly.swarm.config.undertow.configuration.ErrorPageConsumer (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 Interface org.wildfly.swarm.config.undertow.configuration.ErrorPageConsumer (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><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">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.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/undertow/configuration/class-use/ErrorPageConsumer.html" target="_top">Frames</a></li>
<li><a href="ErrorPageConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.wildfly.swarm.config.undertow.configuration.ErrorPageConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.undertow.configuration.ErrorPageConsumer</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow.configuration">org.wildfly.swarm.config.undertow.configuration</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.undertow">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="type parameter in FilterConfiguration">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">FilterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html#errorPage-java.lang.String-org.wildfly.swarm.config.undertow.configuration.ErrorPageConsumer-">errorPage</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> childKey,
<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a> consumer)</code>
<div class="block">Create and configure a ErrorPage object to the list of subresources</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.undertow.configuration">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</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/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a> that return <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="type parameter in ErrorPageConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">ErrorPageConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html#andThen-org.wildfly.swarm.config.undertow.configuration.ErrorPageConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="type parameter in ErrorPageConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="type parameter in ErrorPageConsumer">T</a>></code></td>
<td class="colLast"><span class="typeNameLabel">ErrorPageConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html#andThen-org.wildfly.swarm.config.undertow.configuration.ErrorPageConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ErrorPageConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="type parameter in ErrorPageConsumer">T</a>> after)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ErrorPageConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">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.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/undertow/configuration/class-use/ErrorPageConsumer.html" target="_top">Frames</a></li>
<li><a href="ErrorPageConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
target/docs/net/floodlightcontroller/topology/TopologyInstance.NodeDist.html
|
fbotelho-university-code/poseidon
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Sat Jul 13 18:59:07 WEST 2013 -->
<TITLE>
TopologyInstance.NodeDist
</TITLE>
<META NAME="date" CONTENT="2013-07-13">
<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="TopologyInstance.NodeDist";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TopologyInstance.NodeDist.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.html" title="class in net.floodlightcontroller.topology"><B>PREV CLASS</B></A>
<A HREF="../../../net/floodlightcontroller/topology/TopologyInstanceWrapper.html" title="class in net.floodlightcontroller.topology"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?net/floodlightcontroller/topology/TopologyInstance.NodeDist.html" target="_top"><B>FRAMES</B></A>
<A HREF="TopologyInstance.NodeDist.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
net.floodlightcontroller.topology</FONT>
<BR>
Class TopologyInstance.NodeDist</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>net.floodlightcontroller.topology.TopologyInstance.NodeDist</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>java.lang.Comparable<<A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html" title="class in net.floodlightcontroller.topology">TopologyInstance.NodeDist</A>></DD>
</DL>
<DL>
<DT><B>Enclosing class:</B><DD><A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.html" title="class in net.floodlightcontroller.topology">TopologyInstance</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>protected class <B>TopologyInstance.NodeDist</B><DT>extends java.lang.Object<DT>implements java.lang.Comparable<<A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html" title="class in net.floodlightcontroller.topology">TopologyInstance.NodeDist</A>></DL>
</PRE>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html#TopologyInstance.NodeDist(java.lang.Long, int)">TopologyInstance.NodeDist</A></B>(java.lang.Long node,
int dist)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html#compareTo(net.floodlightcontroller.topology.TopologyInstance.NodeDist)">compareTo</A></B>(<A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html" title="class in net.floodlightcontroller.topology">TopologyInstance.NodeDist</A> o)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object obj)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html#getDist()">getDist</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.Long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html#getNode()">getNode</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html#hashCode()">hashCode</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="TopologyInstance.NodeDist(java.lang.Long, int)"><!-- --></A><H3>
TopologyInstance.NodeDist</H3>
<PRE>
public <B>TopologyInstance.NodeDist</B>(java.lang.Long node,
int dist)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getNode()"><!-- --></A><H3>
getNode</H3>
<PRE>
public java.lang.Long <B>getNode</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDist()"><!-- --></A><H3>
getDist</H3>
<PRE>
public int <B>getDist</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="compareTo(net.floodlightcontroller.topology.TopologyInstance.NodeDist)"><!-- --></A><H3>
compareTo</H3>
<PRE>
public int <B>compareTo</B>(<A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html" title="class in net.floodlightcontroller.topology">TopologyInstance.NodeDist</A> o)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>compareTo</CODE> in interface <CODE>java.lang.Comparable<<A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.NodeDist.html" title="class in net.floodlightcontroller.topology">TopologyInstance.NodeDist</A>></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(java.lang.Object obj)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hashCode()"><!-- --></A><H3>
hashCode</H3>
<PRE>
public int <B>hashCode</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>hashCode</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TopologyInstance.NodeDist.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../net/floodlightcontroller/topology/TopologyInstance.html" title="class in net.floodlightcontroller.topology"><B>PREV CLASS</B></A>
<A HREF="../../../net/floodlightcontroller/topology/TopologyInstanceWrapper.html" title="class in net.floodlightcontroller.topology"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?net/floodlightcontroller/topology/TopologyInstance.NodeDist.html" target="_top"><B>FRAMES</B></A>
<A HREF="TopologyInstance.NodeDist.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
docs/2021.1.0-RELEASE-JAVA/zircon.jvm.swing/zircon.jvm.swing/org.hexworks.zircon.internal.uievent/-mouse-event-listener/mouse-clicked.html
|
Hexworks/zircon
|
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>mouseClicked</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../";</script>
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
<link href="../../../styles/style.css" rel="Stylesheet">
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
<link href="../../../styles/jetbrains-mono.css" rel="Stylesheet">
<link href="../../../styles/main.css" rel="Stylesheet">
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
<script type="text/javascript" src="../../../scripts/main.js" async="async"></script>
</head>
<body>
<div id="container">
<div id="leftColumn">
<div id="logo"></div>
<div id="paneSearch"></div>
<div id="sideMenu"></div>
</div>
<div id="main">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<script type="text/javascript" src="../../../scripts/pages.js"></script>
<script type="text/javascript" src="../../../scripts/main.js"></script>
<div class="main-content" id="content" pageIds="org.hexworks.zircon.internal.uievent/MouseEventListener/mouseClicked/#java.awt.event.MouseEvent/PointingToDeclaration//1470803228">
<div class="navigation-wrapper" id="navigation-wrapper">
<div class="breadcrumbs"><a href="../../index.html">zircon.jvm.swing</a>/<a href="../index.html">org.hexworks.zircon.internal.uievent</a>/<a href="index.html">MouseEventListener</a>/<a href="mouse-clicked.html">mouseClicked</a></div>
<div class="pull-right d-flex">
<div id="searchBar"></div>
</div>
</div>
<div class="cover ">
<h1 class="cover"><span>mouse</span><wbr></wbr><span>Clicked</span></h1>
</div>
<div class="divergent-group" data-filterable-current=":zircon.jvm.swing:dokkaHtmlAsJava/main" data-filterable-set=":zircon.jvm.swing:dokkaHtmlAsJava/main"><div class="with-platform-tags"><span class="pull-right"></span></div>
<div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":zircon.jvm.swing:dokkaHtmlAsJava/main"><div class="symbol monospace block"><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a> <a href="mouse-clicked.html">mouseClicked</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/awt/event/MouseEvent.html">MouseEvent</a> <a href="mouse-clicked.html">e</a>)<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
</div>
</div>
<h2 class="">Sources</h2>
<div class="table" data-togglable="Sources"><a data-name="%5Borg.hexworks.zircon.internal.uievent%2FMouseEventListener%2FmouseClicked%2F%23java.awt.event.MouseEvent%2FPointingToDeclaration%2F%5D%2FSource%2F1470803228" anchor-label="https://github.com/Hexworks/zircon/tree/master/zircon.jvm.swing/src/main/kotlin/org/hexworks/zircon/internal/uievent/MouseEventListener.kt#L32" id="%5Borg.hexworks.zircon.internal.uievent%2FMouseEventListener%2FmouseClicked%2F%23java.awt.event.MouseEvent%2FPointingToDeclaration%2F%5D%2FSource%2F1470803228" data-filterable-set=":zircon.jvm.swing:dokkaHtmlAsJava/main"></a>
<div class="table-row" data-filterable-current=":zircon.jvm.swing:dokkaHtmlAsJava/main" data-filterable-set=":zircon.jvm.swing:dokkaHtmlAsJava/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex"><a href="https://github.com/Hexworks/zircon/tree/master/zircon.jvm.swing/src/main/kotlin/org/hexworks/zircon/internal/uievent/MouseEventListener.kt#L32">(source)</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Borg.hexworks.zircon.internal.uievent%2FMouseEventListener%2FmouseClicked%2F%23java.awt.event.MouseEvent%2FPointingToDeclaration%2F%5D%2FSource%2F1470803228"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div></div>
</div>
</div>
</div>
</div>
<div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div>
</div>
</div>
</body>
</html>
|
rtk/v4/1145.html
|
hochanh/hochanh.github.io
|
<!DOCTYPE html>
<meta charset=utf-8>
<title>Redirecting...</title>
<link rel=canonical href="../尋/index.html">
<meta http-equiv=refresh content="0; url='../尋/index.html'">
<h1>Redirecting...</h1>
<a href="../尋/index.html">Click here if you are not redirected.</a>
<script>location='../尋/index.html'</script>
|
docs/JavaDocs/index-files/index-4.html
|
CMPUT301F15T01/YesWeCandroid
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Mon Nov 30 16:57:12 MST 2015 -->
<title>D-Index</title>
<meta name="date" content="2015-11-30">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="D-Index";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li>
<li><a href="index-4.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">Y</a> <a href="index-23.html">Z</a> <a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#dark">dark</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.color.html#dark_grey">dark_grey</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.color.html" title="class in ca.ualberta.trinkettrader">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.color.html#dark_sea">dark_sea</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.color.html" title="class in ca.ualberta.trinkettrader">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/BuildConfig.html#DEBUG">DEBUG</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/BuildConfig.html" title="class in ca.ualberta.trinkettrader">BuildConfig</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.string.html#decline">decline</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.string.html" title="class in ca.ualberta.trinkettrader">R.string</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Trades/TradeManager.html#declineTrade(ca.ualberta.trinkettrader.Trades.Trade)">declineTrade(Trade)</a></span> - Method in class ca.ualberta.trinkettrader.Trades.<a href="../ca/ualberta/trinkettrader/Trades/TradeManager.html" title="class in ca.ualberta.trinkettrader.Trades">TradeManager</a></dt>
<dd>
<div class="block">Decline trade.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#declineTradeButton">declineTradeButton</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Trades/TradeReceivedActivity.html#declineTradeButtonOnClick(android.view.View)">declineTradeButtonOnClick(View)</a></span> - Method in class ca.ualberta.trinkettrader.Trades.<a href="../ca/ualberta/trinkettrader/Trades/TradeReceivedActivity.html" title="class in ca.ualberta.trinkettrader.Trades">TradeReceivedActivity</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Trades/TradeReceivedController.html#declineTradeButtonOnClick()">declineTradeButtonOnClick()</a></span> - Method in class ca.ualberta.trinkettrader.Trades.<a href="../ca/ualberta/trinkettrader/Trades/TradeReceivedController.html" title="class in ca.ualberta.trinkettrader.Trades">TradeReceivedController</a></dt>
<dd>
<div class="block">onClick method for when the "Decline" button is clicked on a trade.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#decor_content_parent">decor_content_parent</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#default_activity_button">default_activity_button</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#default_control_frame">default_control_frame</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#defaultQueryHint">defaultQueryHint</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Inventory/Trinket/Pictures/Picture.html#delete()">delete()</a></span> - Method in class ca.ualberta.trinkettrader.Inventory.Trinket.Pictures.<a href="../ca/ualberta/trinkettrader/Inventory/Trinket/Pictures/Picture.html" title="class in ca.ualberta.trinkettrader.Inventory.Trinket.Pictures">Picture</a></dt>
<dd>
<div class="block">Deletes information related to the picture from the device's memory and
from the elasticsearch server.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Inventory/Trinket/TrinketDetailsActivity.html#deleteClick(android.view.View)">deleteClick(View)</a></span> - Method in class ca.ualberta.trinkettrader.Inventory.Trinket.<a href="../ca/ualberta/trinkettrader/Inventory/Trinket/TrinketDetailsActivity.html" title="class in ca.ualberta.trinkettrader.Inventory.Trinket">TrinketDetailsActivity</a></dt>
<dd>
<div class="block">Method called when the "Delete" button is clicked.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Elastic/ElasticStorable.html#deleteFromNetwork()">deleteFromNetwork()</a></span> - Method in class ca.ualberta.trinkettrader.Elastic.<a href="../ca/ualberta/trinkettrader/Elastic/ElasticStorable.html" title="class in ca.ualberta.trinkettrader.Elastic">ElasticStorable</a></dt>
<dd>
<div class="block">This method deletes this object from the elasticsearch server.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#deleteItemButton">deleteItemButton</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/ApplicationState.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/ApplicationState.html" title="class in ca.ualberta.trinkettrader">ApplicationState</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Friends/FriendsList.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.Friends.<a href="../ca/ualberta/trinkettrader/Friends/FriendsList.html" title="class in ca.ualberta.trinkettrader.Friends">FriendsList</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Inventory/Inventory.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.Inventory.<a href="../ca/ualberta/trinkettrader/Inventory/Inventory.html" title="class in ca.ualberta.trinkettrader.Inventory">Inventory</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Inventory/Searcher.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.Inventory.<a href="../ca/ualberta/trinkettrader/Inventory/Searcher.html" title="class in ca.ualberta.trinkettrader.Inventory">Searcher</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Inventory/Trinket/Pictures/Picture.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.Inventory.Trinket.Pictures.<a href="../ca/ualberta/trinkettrader/Inventory/Trinket/Pictures/Picture.html" title="class in ca.ualberta.trinkettrader.Inventory.Trinket.Pictures">Picture</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Inventory/Trinket/Trinket.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.Inventory.Trinket.<a href="../ca/ualberta/trinkettrader/Inventory/Trinket/Trinket.html" title="class in ca.ualberta.trinkettrader.Inventory.Trinket">Trinket</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Notification.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/Notification.html" title="class in ca.ualberta.trinkettrader">Notification</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Observable.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in interface ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/Observable.html" title="interface in ca.ualberta.trinkettrader">Observable</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Trades/Trade.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.Trades.<a href="../ca/ualberta/trinkettrader/Trades/Trade.html" title="class in ca.ualberta.trinkettrader.Trades">Trade</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Trades/TradeArchiver.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.Trades.<a href="../ca/ualberta/trinkettrader/Trades/TradeArchiver.html" title="class in ca.ualberta.trinkettrader.Trades">TradeArchiver</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/User/Profile/ContactInfo.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.User.Profile.<a href="../ca/ualberta/trinkettrader/User/Profile/ContactInfo.html" title="class in ca.ualberta.trinkettrader.User.Profile">ContactInfo</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/User/Profile/UserProfile.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.User.Profile.<a href="../ca/ualberta/trinkettrader/User/Profile/UserProfile.html" title="class in ca.ualberta.trinkettrader.User.Profile">UserProfile</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/User/User.html#deleteObserver(java.util.Observer)">deleteObserver(Observer)</a></span> - Method in class ca.ualberta.trinkettrader.User.<a href="../ca/ualberta/trinkettrader/User/User.html" title="class in ca.ualberta.trinkettrader.User">User</a></dt>
<dd>
<div class="block">Removes the specified observer from the list of observers.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/TradeWithFriendsTest.html#deleteProposedTrade()">deleteProposedTrade()</a></span> - Method in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/TradeWithFriendsTest.html" title="class in ca.ualberta.trinkettrader">TradeWithFriendsTest</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Trades/TradeArchiver.html#deleteTrade(ca.ualberta.trinkettrader.Trades.Trade)">deleteTrade(Trade)</a></span> - Method in class ca.ualberta.trinkettrader.Trades.<a href="../ca/ualberta/trinkettrader/Trades/TradeArchiver.html" title="class in ca.ualberta.trinkettrader.Trades">TradeArchiver</a></dt>
<dd>
<div class="block">Deletes specified trade from currentTrades ArrayList.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Trades/TradeManager.html#deleteTrade(ca.ualberta.trinkettrader.Trades.Trade)">deleteTrade(Trade)</a></span> - Method in class ca.ualberta.trinkettrader.Trades.<a href="../ca/ualberta/trinkettrader/Trades/TradeManager.html" title="class in ca.ualberta.trinkettrader.Trades">TradeManager</a></dt>
<dd>
<div class="block">Deletes specified trade from currentTrades ArrayList.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#description_text">description_text</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#detailsButton">detailsButton</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/Inventory/InventoryActivity.html#detailsClick(android.view.View)">detailsClick(View)</a></span> - Method in class ca.ualberta.trinkettrader.Inventory.<a href="../ca/ualberta/trinkettrader/Inventory/InventoryActivity.html" title="class in ca.ualberta.trinkettrader.Inventory">InventoryActivity</a></dt>
<dd>
<div class="block">Method called with the "Details" button is clicked.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#dialog">dialog</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.dimen.html#dialog_fixed_height_major">dialog_fixed_height_major</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.dimen.html" title="class in ca.ualberta.trinkettrader">R.dimen</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.dimen.html#dialog_fixed_height_minor">dialog_fixed_height_minor</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.dimen.html" title="class in ca.ualberta.trinkettrader">R.dimen</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.dimen.html#dialog_fixed_width_major">dialog_fixed_width_major</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.dimen.html" title="class in ca.ualberta.trinkettrader">R.dimen</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.dimen.html#dialog_fixed_width_minor">dialog_fixed_width_minor</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.dimen.html" title="class in ca.ualberta.trinkettrader">R.dimen</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#dialogPreferredPadding">dialogPreferredPadding</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#dialogTheme">dialogTheme</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.color.html#dim_foreground_disabled_material_dark">dim_foreground_disabled_material_dark</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.color.html" title="class in ca.ualberta.trinkettrader">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.color.html#dim_foreground_disabled_material_light">dim_foreground_disabled_material_light</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.color.html" title="class in ca.ualberta.trinkettrader">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.color.html#dim_foreground_material_dark">dim_foreground_material_dark</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.color.html" title="class in ca.ualberta.trinkettrader">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.color.html#dim_foreground_material_light">dim_foreground_material_light</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.color.html" title="class in ca.ualberta.trinkettrader">R.color</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#disableChildrenWhenDisabled">disableChildrenWhenDisabled</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a boolean value, either "<code>true</code>" or "<code>false</code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.dimen.html#disabled_alpha_material_dark">disabled_alpha_material_dark</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.dimen.html" title="class in ca.ualberta.trinkettrader">R.dimen</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.dimen.html#disabled_alpha_material_light">disabled_alpha_material_light</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.dimen.html" title="class in ca.ualberta.trinkettrader">R.dimen</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#disableHome">disableHome</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#disconnect">disconnect</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/meetme/android/horizontallistview/HorizontalListView.html#dispatchDraw(android.graphics.Canvas)">dispatchDraw(Canvas)</a></span> - Method in class com.meetme.android.horizontallistview.<a href="../com/meetme/android/horizontallistview/HorizontalListView.html" title="class in com.meetme.android.horizontallistview">HorizontalListView</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../com/meetme/android/horizontallistview/HorizontalListView.html#dispatchSetPressed(boolean)">dispatchSetPressed(boolean)</a></span> - Method in class com.meetme.android.horizontallistview.<a href="../com/meetme/android/horizontallistview/HorizontalListView.html" title="class in com.meetme.android.horizontallistview">HorizontalListView</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#displayedTrinkets">displayedTrinkets</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#displayOptions">displayOptions</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be one or more (separated by '|') of the following constant values.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#divider">divider</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#dividerHorizontal">dividerHorizontal</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#dividerPadding">dividerPadding</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#dividerVertical">dividerVertical</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#dividerWidth">dividerWidth</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#donate_with">donate_with</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#donate_with_google">donate_with_google</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#drawableSize">drawableSize</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#drawerArrowStyle">drawerArrowStyle</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle">DrawerArrowToggle</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">Attributes that can be used with a DrawerArrowToggle.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle_barSize">DrawerArrowToggle_barSize</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../ca/ualberta/trinkettrader/R.attr.html#barSize"><code>R.attr.barSize</code></a>
attribute's value can be found in the <a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle"><code>R.styleable.DrawerArrowToggle</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle_color">DrawerArrowToggle_color</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../ca/ualberta/trinkettrader/R.attr.html#color"><code>R.attr.color</code></a>
attribute's value can be found in the <a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle"><code>R.styleable.DrawerArrowToggle</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle_drawableSize">DrawerArrowToggle_drawableSize</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../ca/ualberta/trinkettrader/R.attr.html#drawableSize"><code>R.attr.drawableSize</code></a>
attribute's value can be found in the <a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle"><code>R.styleable.DrawerArrowToggle</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle_gapBetweenBars">DrawerArrowToggle_gapBetweenBars</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../ca/ualberta/trinkettrader/R.attr.html#gapBetweenBars"><code>R.attr.gapBetweenBars</code></a>
attribute's value can be found in the <a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle"><code>R.styleable.DrawerArrowToggle</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle_middleBarArrowSize">DrawerArrowToggle_middleBarArrowSize</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../ca/ualberta/trinkettrader/R.attr.html#middleBarArrowSize"><code>R.attr.middleBarArrowSize</code></a>
attribute's value can be found in the <a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle"><code>R.styleable.DrawerArrowToggle</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle_spinBars">DrawerArrowToggle_spinBars</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../ca/ualberta/trinkettrader/R.attr.html#spinBars"><code>R.attr.spinBars</code></a>
attribute's value can be found in the <a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle"><code>R.styleable.DrawerArrowToggle</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle_thickness">DrawerArrowToggle_thickness</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../ca/ualberta/trinkettrader/R.attr.html#thickness"><code>R.attr.thickness</code></a>
attribute's value can be found in the <a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle"><code>R.styleable.DrawerArrowToggle</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle_topBottomBarArrowSize">DrawerArrowToggle_topBottomBarArrowSize</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.styleable.html" title="class in ca.ualberta.trinkettrader">R.styleable</a></dt>
<dd>
<div class="block">This symbol is the offset where the <a href="../ca/ualberta/trinkettrader/R.attr.html#topBottomBarArrowSize"><code>R.attr.topBottomBarArrowSize</code></a>
attribute's value can be found in the <a href="../ca/ualberta/trinkettrader/R.styleable.html#DrawerArrowToggle"><code>R.styleable.DrawerArrowToggle</code></a> array.</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.id.html#dropdown">dropdown</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.id.html" title="class in ca.ualberta.trinkettrader">R.id</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#dropdownListPreferredItemHeight">dropdownListPreferredItemHeight</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".</div>
</dd>
<dt><span class="strong"><a href="../ca/ualberta/trinkettrader/R.attr.html#dropDownListViewStyle">dropDownListViewStyle</a></span> - Static variable in class ca.ualberta.trinkettrader.<a href="../ca/ualberta/trinkettrader/R.attr.html" title="class in ca.ualberta.trinkettrader">R.attr</a></dt>
<dd>
<div class="block">Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".</div>
</dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">L</a> <a href="index-11.html">M</a> <a href="index-12.html">N</a> <a href="index-13.html">O</a> <a href="index-14.html">P</a> <a href="index-15.html">Q</a> <a href="index-16.html">R</a> <a href="index-17.html">S</a> <a href="index-18.html">T</a> <a href="index-19.html">U</a> <a href="index-20.html">V</a> <a href="index-21.html">W</a> <a href="index-22.html">Y</a> <a href="index-23.html">Z</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-3.html">Prev Letter</a></li>
<li><a href="index-5.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li>
<li><a href="index-4.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
install/views/header.html
|
ikphp/PhalconSNS
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{{L._('page_title')}}</title>
<script src="public/theme/default/js/jquery.js" type="text/javascript"></script>
</head>
<body>
<!--header-->
<div class="header">
<div class="head">
<div class="logo"><a href="index.php"><img src="public/theme/default/images/inslogo.gif" alt="{{L._('page_title')}}" /></a></div>
<div class="menu">{{L._('page_title')}} 版本号:{{constant('IKPHP_VERSION')}}
</div>
</div>
</div>
|
Chess/src/settings/SettingsComponent.html
|
stephanrauh/ExploringAngular
|
<form (ngSubmit)="onSubmit()">
<div class="row">
<div class="col-md-6">
<label>Look ahead</label>
</div>
<div class="col-md-6">
<input [(ngModel)]="chessboard.lookahead" name="lookahead" type="number" placeholder="1..5" size="1" required/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<label>Current value: {{chessboard.lookahead}}</label>
</div>
</div>
<div class="row">
<div class="col-md-6">
<label>breadth of calculation</label>
</div>
<div class="col-md-6">
<input [(ngModel)]="chessboard.breadth" name="breadth"
ngControl="breadth" type="number"
placeholder="1..20" size="2" required/>
<div [hidden]="chessboard.breadth.valid" class="alert alert-danger hidden">
Breadth is required
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</div>
</form>
|
2017.5.0/apidocs/org/wildfly/swarm/undertow/detect/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 Mon May 01 08:43:55 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.undertow.detect (Public javadocs 2017.5.0 API)</title>
<meta name="date" content="2017-05-01">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.wildfly.swarm.undertow.detect (Public javadocs 2017.5.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.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/undertow/descriptors/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/vertx/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/undertow/detect/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.wildfly.swarm.undertow.detect</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/wildfly/swarm/undertow/detect/UndertowPackageDetector.html" title="class in org.wildfly.swarm.undertow.detect">UndertowPackageDetector</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/undertow/descriptors/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/vertx/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/undertow/detect/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
app/modules/profile/template/modal_selection.html
|
naveensf/bluemix
|
<div class="modal-header">
<h3 class="modal-title">Move To Select</h3>
</div>
<div class="modal-body">
<div>
<tabset class="tabs-dark" justified="true">
<tab heading="Existing Project">
<div class="form-group col-sm-12 row_padding_empty_both">
<div class="row row_padding_empty_both ">
<div class="col-sm-6 opportunity_modal_body row_padding_empty_both mr-10 border_right " >
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Customer Name:</label>
<label class="col-sm-5 row_padding_empty_left" >ABC Corp</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7 " >Opportunity Type:</label>
<label class="col-sm-5 row_padding_empty_left" >Opportunity1</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Expected Revenue:</label>
<label class="col-sm-5 row_padding_empty_left" >12L</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Expected Close date:</label>
<label class="col-sm-5 row_padding_empty_left" >15-12-2016</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Projected Start Date</label>
<label class="col-sm-5 row_padding_empty_left" >03-05-2015</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Domain:</label>
<label class="col-sm-5 row_padding_empty_left" >Banking</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Skills:</label>
<label class="col-sm-5 row_padding_empty_left" >Java</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Team Size::</label>
<label class="col-sm-5 row_padding_empty_left" >5</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Duration:</label>
<label class="col-sm-5 row_padding_empty_left" >18 Months</label>
</div>
</div>
<div class="col-sm-6 opportunity_modal_body row_padding_empty_both ml-10 ">
<h4 class="custom-font mt-0 text-strong">Opportunity Owner(s):</h4>
<div class="media" >
<div class="fleft icon-ef-2a " data-options="splash-1 splash-ef-1">
<div class="pull-left thumb" >
<img class="media-object img-circle" src="app/images/Male.svg" alt="">
</div>
<div class="media-body" title="{{name.doc.personal.first_name}} {{name.doc.personal.last_name}}">
<p class="media-heading mt-5 " >Opportunity Owner(s):</p>
</div>
</div>
</div>
<div class="media border_bottom mb-5 pb-10" >
<div class="fleft icon-ef-2a " data-options="splash-1 splash-ef-1">
<div class="pull-left thumb" >
<img class="media-object img-circle" src="app/images/sample_logo.png" alt="">
</div>
<div class="media-body" title="{{name.doc.personal.first_name}} {{name.doc.personal.last_name}}">
<p class="media-heading mt-5 " >Opportunity Owner(s):</p>
</div>
</div>
</div>
</div>
</div>
</div>
</tab>
<tab heading="Opportunity">
<div class="col-sm-6 opportunity_modal_body row_padding_empty_both border_right mr-10 " >
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Customer Name:</label>
<label class="col-sm-5 row_padding_empty_left" >ABC Corp</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7 " >Opportunity Type:</label>
<label class="col-sm-5 row_padding_empty_left" >Opportunity1</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Expected Revenue:</label>
<label class="col-sm-5 row_padding_empty_left" >12L</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Expected Close date:</label>
<label class="col-sm-5 row_padding_empty_left" >15-12-2016</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Projected Start Date</label>
<label class="col-sm-5 row_padding_empty_left" >03-05-2015</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Domain:</label>
<label class="col-sm-5 row_padding_empty_left" >Banking</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Skills:</label>
<label class="col-sm-5 row_padding_empty_left" >Java</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Team Size::</label>
<label class="col-sm-5 row_padding_empty_left" >5</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Duration:</label>
<label class="col-sm-5 row_padding_empty_left" >18 Months</label>
</div>
</div>
<div class="col-sm-6 opportunity_modal_body row_padding_empty_both ml-10 " >
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Customer Name:</label>
<label class="col-sm-5 row_padding_empty_left" >ABC Corp</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7 " >Opportunity Type:</label>
<label class="col-sm-5 row_padding_empty_left" >Opportunity1</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Expected Revenue:</label>
<label class="col-sm-5 row_padding_empty_left" >12L</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Expected Close date:</label>
<label class="col-sm-5 row_padding_empty_left" >15-12-2016</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Projected Start Date</label>
<label class="col-sm-5 row_padding_empty_left" >03-05-2015</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Domain:</label>
<label class="col-sm-5 row_padding_empty_left" >Banking</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Skills:</label>
<label class="col-sm-5 row_padding_empty_left" >Java</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Team Size::</label>
<label class="col-sm-5 row_padding_empty_left" >5</label>
</div>
<div class="row row_padding_empty_both">
<label class="col-sm-7" >Duration:</label>
<label class="col-sm-5 row_padding_empty_left" >18 Months</label>
</div>
</div>
<!--<div class="modal-footer employee_model_footer employee_model">
<button class="btn btn-primary" ng-click="saved(environment,oppdata.doc.opp_id)">Save</button>
<button class="btn btn-default" ng-click="cancel()">Cancel</button>
</div>-->
</tab>
</tabset>
</div>
</div>
<div class="modal-footer employee_model_footer employee_model">
<button class="btn btn-primary" ng-click="savedcnfm()">Save</button>
<button class="btn btn-default" ng-click="cancel()">Cancel</button>
</div>
|
2.3.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/infinispan/remote_cache_container/class-use/ConnectionPoolComponent.ExhaustedAction.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:57 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.infinispan.remote_cache_container.ConnectionPoolComponent.ExhaustedAction (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.infinispan.remote_cache_container.ConnectionPoolComponent.ExhaustedAction (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/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_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.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/infinispan/remote_cache_container/class-use/ConnectionPoolComponent.ExhaustedAction.html" target="_top">Frames</a></li>
<li><a href="ConnectionPoolComponent.ExhaustedAction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.infinispan.remote_cache_container.ConnectionPoolComponent.ExhaustedAction" class="title">Uses of Class<br>org.wildfly.swarm.config.infinispan.remote_cache_container.ConnectionPoolComponent.ExhaustedAction</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/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_cache_container">ConnectionPoolComponent.ExhaustedAction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.infinispan.remote_cache_container">org.wildfly.swarm.config.infinispan.remote_cache_container</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.infinispan.remote_cache_container">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_cache_container">ConnectionPoolComponent.ExhaustedAction</a> in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.remote_cache_container</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/infinispan/remote_cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.remote_cache_container</a> that return <a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_cache_container">ConnectionPoolComponent.ExhaustedAction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_cache_container">ConnectionPoolComponent.ExhaustedAction</a></code></td>
<td class="colLast"><span class="typeNameLabel">ConnectionPoolComponent.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.html#exhaustedAction--">exhaustedAction</a></span>()</code>
<div class="block">Specifies what happens when asking for a connection from a server's pool,
and that pool is exhausted.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_cache_container">ConnectionPoolComponent.ExhaustedAction</a></code></td>
<td class="colLast"><span class="typeNameLabel">ConnectionPoolComponent.ExhaustedAction.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_cache_container">ConnectionPoolComponent.ExhaustedAction</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">ConnectionPoolComponent.ExhaustedAction.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/package-summary.html">org.wildfly.swarm.config.infinispan.remote_cache_container</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_cache_container">ConnectionPoolComponent.ExhaustedAction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.html" title="type parameter in ConnectionPoolComponent">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">ConnectionPoolComponent.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.html#exhaustedAction-org.wildfly.swarm.config.infinispan.remote_cache_container.ConnectionPoolComponent.ExhaustedAction-">exhaustedAction</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/infinispan/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_cache_container">ConnectionPoolComponent.ExhaustedAction</a> value)</code>
<div class="block">Specifies what happens when asking for a connection from a server's pool,
and that pool is exhausted.</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/remote_cache_container/ConnectionPoolComponent.ExhaustedAction.html" title="enum in org.wildfly.swarm.config.infinispan.remote_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.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/infinispan/remote_cache_container/class-use/ConnectionPoolComponent.ExhaustedAction.html" target="_top">Frames</a></li>
<li><a href="ConnectionPoolComponent.ExhaustedAction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
css/app/index.css
|
wanderkpot/vision
|
.logo{
height: 35px !important;
margin-top: -8px;
float: left;
margin-right: 10px;
}
.main-div{
color: #5E5E5E;
position: relative;
}
.main-div h2{
margin-top: 15px;
text-align: center;
}
.content{
}
.buttons-form{
float: right;
width: 100%;
text-align: right;
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 10px;
}
.panel-default{
box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
}
table th{
text-align: center;
}
table td a{
padding: 5px;
cursor: pointer;
}
table tr{
text-align: center;
}
.clicker{
cursor: pointer;
position: relative;
}
.clicker:hover{
background-color: rgba(0,0,0,0.08);
}
#myChart{
height: auto !important;
width: 100% !important;
}
.hiddenDescription{
text-decoration: underline;
float: right;
font-size: 10px;
}
#dataTables-example_filter input{
width: 171px!important
}
.badge-notify{
background-color:rgb(255,0,0);
position:relative;
font-size: 11px;
color: #FFF;
border-radius: 50%;
right: 8px;
bottom: 10px;
padding: 3px;
padding-right: 4px;
padding-left: 5px;
border-right: 1px solid rgba(0,0,0,0.1);
box-shadow: 1px 1px 6px rgba(0,0,0,0.7)
}
|
DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/config/Config.RequestSchedulerId.html
|
elisska/cloudera-cassandra
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Apr 28 18:37:27 UTC 2016 -->
<title>Config.RequestSchedulerId (apache-cassandra API)</title>
<meta name="date" content="2016-04-28">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Config.RequestSchedulerId (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Config.RequestSchedulerId.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/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/config/ConfigurationLoader.html" title="interface in org.apache.cassandra.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/config/Config.RequestSchedulerId.html" target="_top">Frames</a></li>
<li><a href="Config.RequestSchedulerId.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cassandra.config</div>
<h2 title="Enum Config.RequestSchedulerId" class="title">Enum Config.RequestSchedulerId</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum<<a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html" title="enum in org.apache.cassandra.config">Config.RequestSchedulerId</a>></li>
<li>
<ul class="inheritance">
<li>org.apache.cassandra.config.Config.RequestSchedulerId</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable, java.lang.Comparable<<a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html" title="enum in org.apache.cassandra.config">Config.RequestSchedulerId</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../org/apache/cassandra/config/Config.html" title="class in org.apache.cassandra.config">Config</a></dd>
</dl>
<hr>
<br>
<pre>public static enum <span class="strong">Config.RequestSchedulerId</span>
extends java.lang.Enum<<a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html" title="enum in org.apache.cassandra.config">Config.RequestSchedulerId</a>></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum_constant_summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html#keyspace">keyspace</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html" title="enum in org.apache.cassandra.config">Config.RequestSchedulerId</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html" title="enum in org.apache.cassandra.config">Config.RequestSchedulerId</a>[]</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Enum</h3>
<code>clone, compareTo, equals, finalize, 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 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="keyspace">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>keyspace</h4>
<pre>public static final <a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html" title="enum in org.apache.cassandra.config">Config.RequestSchedulerId</a> keyspace</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static <a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html" title="enum in org.apache.cassandra.config">Config.RequestSchedulerId</a>[] values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (Config.RequestSchedulerId c : Config.RequestSchedulerId.values())
System.out.println(c);
</pre></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in
the order they are declared</dd></dl>
</li>
</ul>
<a name="valueOf(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static <a href="../../../../org/apache/cassandra/config/Config.RequestSchedulerId.html" title="enum in org.apache.cassandra.config">Config.RequestSchedulerId</a> valueOf(java.lang.String name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant
with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd></dl>
</li>
</ul>
</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/Config.RequestSchedulerId.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/config/Config.MemtableAllocationType.html" title="enum in org.apache.cassandra.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cassandra/config/ConfigurationLoader.html" title="interface in org.apache.cassandra.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cassandra/config/Config.RequestSchedulerId.html" target="_top">Frames</a></li>
<li><a href="Config.RequestSchedulerId.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum_constant_summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum_constant_detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 The Apache Software Foundation</small></p>
</body>
</html>
|
hadoop-common-project/hadoop-common/target/org/apache/hadoop/net/class-use/StandardSocketFactory.html
|
jsrudani/HadoopHDFSProject
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_45) on Fri Mar 06 22:11:40 CST 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.net.StandardSocketFactory (Apache Hadoop Common 2.3.0 API)
</TITLE>
<META NAME="date" CONTENT="2015-03-06">
<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.net.StandardSocketFactory (Apache Hadoop Common 2.3.0 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/net//class-useStandardSocketFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="StandardSocketFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.net.StandardSocketFactory</B></H2>
</CENTER>
No usage of org.apache.hadoop.net.StandardSocketFactory
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/net/StandardSocketFactory.html" title="class in org.apache.hadoop.net"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/net//class-useStandardSocketFactory.html" target="_top"><B>FRAMES</B></A>
<A HREF="StandardSocketFactory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>
|
src/ucenter/html/账号安全/D02账号安全-修改登录密码-修改密码.html
|
XGe1991/myProject
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://192.168.61.169:1234/ucenter/css/hlp.css"/>
</head>
<body>
<div class="top-bar-box">
<div class="top-bar">
<div class="welcome-msg">你好,欢迎来到互联支付</div>
<ul class="site-url">
<li><a href="//www.shikee.com">试客联盟</a></li>
<li><a href="//www.zhonghuasuan.com">众划算</a></li>
<li><a href="//help.shikee.com">帮助中心</a></li>
</ul>
</div>
</div>
<div class="global-top-box">
<div class="global-top">
<div class="logo-box">
<h1><a href="#" title="互联支付"><img src="http://192.168.61.169:1234/public/img/logo.png" alt=""/></a></h1>
<h2>修改登录密码</h2>
</div>
<div class="navigation">
<ul>
<li><a href="#">登录</a></li>
<li><a href="#">我的互联支付</a></li>
<li><a href="#">帮助中心</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="step-box">
<ul class="step-line-box three">
<li class="mr cur">
<em class="num1"></em>
<span>验证身份</span>
</li>
<li class="mr cur">
<em class="num2"></em>
<span>修改密码</span>
</li>
<li>
<em class="num3"></em>
<span>修改成功</span>
</li>
</ul>
</div>
<div class="main">
<div class="set-secret-box">
<p class="set-secret-tip"><i class="iconfont"></i>建议密码使用数字和字母组合,避免与用户名部分或完全相同;登录密码与支付密码不能设置不同!</p>
<form action="/" method="post" id="J_UpdatePwdForm">
<p class="form-line">
<label>原密码:</label>
<input type="password" autocomplete="off" id="J_OldPassword" name="old_password" class="input-text w200"/>
<span class="loading"></span>
<span class="error-mes"></span>
</p>
<p class="form-line">
<label>新登录密码:</label>
<input type="password" autocomplete="off" disabled id="J_Password" name="password" class="input-text w200"/>
<span class="error-mes"></span>
</p>
<div class="pwd-line-box">
<em style="width: 100px;*width:106px;"></em>
<i class="line-box">
<i id="J_PwdLine1"></i>
</i>
<span id="J_PwdText1">密码强度</span>
</div>
<p class="form-line">
<label>确认密码:</label>
<input type="password" autocomplete="off" disabled id="J_RepPassword" name="rep_passowrd" class="input-text w200"/>
<span class="error-mes"></span>
</p>
<p class="form-line">
<label> </label>
<input type="button" id="J_Submit" disabled class="disabled-btn w100" value="提交"/>
</p>
</form>
</div>
</div>
</div>
<div class="footer">
<div class="footer-hd-box">
<div class="footer-hd">
<ul>
<li><a href="#"><i class="iconfont"></i>互联支付简介</a></li>
<li><a href="#"><i class="iconfont"></i>用户协议</a></li>
<li><a href="#"><i class="iconfont"></i>联系我们</a></li>
<li><a href="#"><i class="iconfont"></i>帮助中心</a></li>
<li><a href="#"><i class="iconfont"></i>英才招聘</a></li>
</ul>
<div class="service-box">
<span class="iconfont"></span>
<div class="service-con">个人用户咨询:hykf@shikee.com<br/>商家用户咨询:sjkf@shikee.com</div>
</div>
</div>
<div class="footer-ft">
<a href="//www.shikee.com">试客联盟</a><em>|</em>
<a href="//www.zhonghuasuan.com">众划算</a><em>|</em>
<a href="//www.XXX.com">众用助手</a><em>|</em>
<a href="//www.XXX.com">衣扮网</a>
<br/><span>Copyright 2011-2015 <a href="//www.hulianpay.com">www.hulianpay.com</a> All Right Reserved 桂ICP备07009935号</span>
</div>
</div>
</div>
<script>var GV = {CDN_ROOT: "http://192.168.61.169:1234/"};</script>
<script src="http://192.168.61.169:1234/public/js/kee/kee.js"></script>
<script src="http://192.168.61.169:1234/min?f=public/libs/jquery/1.11.2/jquery.js,public/js/base/base.js,public/libs/validate/jquery.validate.js"></script>
<script src="http://192.168.61.169:1234/min?f=ucenter/js/pwd.js,ucenter/js/uppwd.js"></script>
</body>
</html>
|
2.3.0.Final/apidocs/org/wildfly/swarm/config/undertow/configuration/class-use/ModCluster.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 11:48:26 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.undertow.configuration.ModCluster (BOM: * : All 2.3.0.Final API)</title>
<meta name="date" content="2019-01-16">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.config.undertow.configuration.ModCluster (BOM: * : All 2.3.0.Final API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">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</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/undertow/configuration/class-use/ModCluster.html" target="_top">Frames</a></li>
<li><a href="ModCluster.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.undertow.configuration.ModCluster" class="title">Uses of Class<br>org.wildfly.swarm.config.undertow.configuration.ModCluster</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow">org.wildfly.swarm.config.undertow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.undertow.configuration">org.wildfly.swarm.config.undertow.configuration</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.undertow">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> that return <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></code></td>
<td class="colLast"><span class="typeNameLabel">FilterConfiguration.FilterConfigurationResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.FilterConfigurationResources.html#modCluster-java.lang.String-">modCluster</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> key)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> that return types with arguments of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a>></code></td>
<td class="colLast"><span class="typeNameLabel">FilterConfiguration.FilterConfigurationResources.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.FilterConfigurationResources.html#modClusters--">modClusters</a></span>()</code>
<div class="block">Get the list of ModCluster 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/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="type parameter in FilterConfiguration">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">FilterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html#modCluster-org.wildfly.swarm.config.undertow.configuration.ModCluster-">modCluster</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a> value)</code>
<div class="block">Add the ModCluster 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/undertow/package-summary.html">org.wildfly.swarm.config.undertow</a> with type arguments of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html" title="type parameter in FilterConfiguration">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">FilterConfiguration.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/FilterConfiguration.html#modClusters-java.util.List-">modClusters</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><<a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a>> value)</code>
<div class="block">Add all ModCluster objects to this subresource</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.undertow.configuration">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a> in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a> with type parameters of type <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a><T>></span></code>
<div class="block">A mod-cluster front end load balancer</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModClusterConsumer.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ModClusterConsumer</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModClusterSupplier.html" title="interface in org.wildfly.swarm.config.undertow.configuration">ModClusterSupplier</a><T extends <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a>></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/package-summary.html">org.wildfly.swarm.config.undertow.configuration</a> that return <a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">ModCluster</a></code></td>
<td class="colLast"><span class="typeNameLabel">ModClusterSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModClusterSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of ModCluster resource</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/undertow/configuration/ModCluster.html" title="class in org.wildfly.swarm.config.undertow.configuration">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</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/undertow/configuration/class-use/ModCluster.html" target="_top">Frames</a></li>
<li><a href="ModCluster.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
test/webpack.html
|
robflop/discord.js
|
<!DOCTYPE html>
<html>
<head>
<title>discord.js Webpack test</title>
<meta charset="utf-8" />
</head>
<body>
<script type="text/javascript" src="../webpack/discord.12.0.0-dev.js"></script>
<script type="text/javascript" src="auth.js"></script>
<script type="text/javascript">
(() => {
const client = window.client = new Discord.Client();
client.on('ready', () => {
console.log('[CLIENT] Ready!');
});
client.on('debug', console.log);
client.on('error', console.error);
client.ws.on('close', (event) => console.log('[CLIENT] Disconnect!', event));
client.on('message', (message) => {
console.log(message.author.username, message.author.id, message.content);
});
client.login(localStorage.token || window.token || prompt('token pls', 'abcdef123456'))
.then((token) => localStorage.token = token);
})();
</script>
</body>
</html>
|
target/apidocs/au/com/bytecode/opencsv/bean/class-use/ColumnPositionMappingStrategy.html
|
fmannhardt/opencsv
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Mon Aug 04 11:53:39 CEST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy (opencsv 2.4-SNAPSHOT API)</title>
<meta name="date" content="2014-08-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="Uses of Class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy (opencsv 2.4-SNAPSHOT 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="../../../../../../au/com/bytecode/opencsv/bean/ColumnPositionMappingStrategy.html" title="class in au.com.bytecode.opencsv.bean">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?au/com/bytecode/opencsv/bean/class-use/ColumnPositionMappingStrategy.html" target="_top">Frames</a></li>
<li><a href="ColumnPositionMappingStrategy.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 au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy" class="title">Uses of Class<br>au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy</h2>
</div>
<div class="classUseContainer">No usage of au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy</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="../../../../../../au/com/bytecode/opencsv/bean/ColumnPositionMappingStrategy.html" title="class in au.com.bytecode.opencsv.bean">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?au/com/bytecode/opencsv/bean/class-use/ColumnPositionMappingStrategy.html" target="_top">Frames</a></li>
<li><a href="ColumnPositionMappingStrategy.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p>
</body>
</html>
|
2012.12.0/apidocs/org/wildfly/swarm/config/security/class-use/Flag.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 Tue Dec 12 12:37:18 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.security.Flag (BOM: * : All 2012.12.0 API)</title>
<meta name="date" content="2017-12-12">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.config.security.Flag (BOM: * : All 2012.12.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/security/Flag.html" title="enum in org.wildfly.swarm.config.security">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, 2012.12.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/security/class-use/Flag.html" target="_top">Frames</a></li>
<li><a href="Flag.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.security.Flag" class="title">Uses of Class<br>org.wildfly.swarm.config.security.Flag</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/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.security">org.wildfly.swarm.config.security</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.security.security_domain.acl">org.wildfly.swarm.config.security.security_domain.acl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.security.security_domain.authentication">org.wildfly.swarm.config.security.security_domain.authentication</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.security.security_domain.authorization">org.wildfly.swarm.config.security.security_domain.authorization</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.security.security_domain.identity_trust">org.wildfly.swarm.config.security.security_domain.identity_trust</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.security">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> in <a href="../../../../../../org/wildfly/swarm/config/security/package-summary.html">org.wildfly.swarm.config.security</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/security/package-summary.html">org.wildfly.swarm.config.security</a> that return <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></code></td>
<td class="colLast"><span class="typeNameLabel">Flag.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/Flag.html#valueOf-java.lang.String-">valueOf</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> 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/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a>[]</code></td>
<td class="colLast"><span class="typeNameLabel">Flag.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/Flag.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>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.security.security_domain.acl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> in <a href="../../../../../../org/wildfly/swarm/config/security/security_domain/acl/package-summary.html">org.wildfly.swarm.config.security.security_domain.acl</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/security/security_domain/acl/package-summary.html">org.wildfly.swarm.config.security.security_domain.acl</a> that return <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></code></td>
<td class="colLast"><span class="typeNameLabel">ACLModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/acl/ACLModule.html#flag--">flag</a></span>()</code>
<div class="block">The flag controls how the module participates in the overall procedure.</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/security/security_domain/acl/package-summary.html">org.wildfly.swarm.config.security.security_domain.acl</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/acl/ACLModule.html" title="type parameter in ACLModule">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">ACLModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/acl/ACLModule.html#flag-org.wildfly.swarm.config.security.Flag-">flag</a></span>(<a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> value)</code>
<div class="block">The flag controls how the module participates in the overall procedure.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.security.security_domain.authentication">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> in <a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/package-summary.html">org.wildfly.swarm.config.security.security_domain.authentication</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/security/security_domain/authentication/package-summary.html">org.wildfly.swarm.config.security.security_domain.authentication</a> that return <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></code></td>
<td class="colLast"><span class="typeNameLabel">LoginModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModule.html#flag--">flag</a></span>()</code>
<div class="block">The flag controls how the module participates in the overall procedure.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></code></td>
<td class="colLast"><span class="typeNameLabel">AuthModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/AuthModule.html#flag--">flag</a></span>()</code>
<div class="block">The flag controls how the module participates in the overall procedure.</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/security/security_domain/authentication/package-summary.html">org.wildfly.swarm.config.security.security_domain.authentication</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModule.html" title="type parameter in LoginModule">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">LoginModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/LoginModule.html#flag-org.wildfly.swarm.config.security.Flag-">flag</a></span>(<a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> value)</code>
<div class="block">The flag controls how the module participates in the overall procedure.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/AuthModule.html" title="type parameter in AuthModule">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">AuthModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authentication/AuthModule.html#flag-org.wildfly.swarm.config.security.Flag-">flag</a></span>(<a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> value)</code>
<div class="block">The flag controls how the module participates in the overall procedure.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.security.security_domain.authorization">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> in <a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authorization/package-summary.html">org.wildfly.swarm.config.security.security_domain.authorization</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/security/security_domain/authorization/package-summary.html">org.wildfly.swarm.config.security.security_domain.authorization</a> that return <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></code></td>
<td class="colLast"><span class="typeNameLabel">PolicyModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authorization/PolicyModule.html#flag--">flag</a></span>()</code>
<div class="block">The flag controls how the module participates in the overall procedure.</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/security/security_domain/authorization/package-summary.html">org.wildfly.swarm.config.security.security_domain.authorization</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authorization/PolicyModule.html" title="type parameter in PolicyModule">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">PolicyModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/authorization/PolicyModule.html#flag-org.wildfly.swarm.config.security.Flag-">flag</a></span>(<a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> value)</code>
<div class="block">The flag controls how the module participates in the overall procedure.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.security.security_domain.identity_trust">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> in <a href="../../../../../../org/wildfly/swarm/config/security/security_domain/identity_trust/package-summary.html">org.wildfly.swarm.config.security.security_domain.identity_trust</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/security/security_domain/identity_trust/package-summary.html">org.wildfly.swarm.config.security.security_domain.identity_trust</a> that return <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></code></td>
<td class="colLast"><span class="typeNameLabel">TrustModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/identity_trust/TrustModule.html#flag--">flag</a></span>()</code>
<div class="block">The flag controls how the module participates in the overall procedure.</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/security/security_domain/identity_trust/package-summary.html">org.wildfly.swarm.config.security.security_domain.identity_trust</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/identity_trust/TrustModule.html" title="type parameter in TrustModule">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">TrustModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/security/security_domain/identity_trust/TrustModule.html#flag-org.wildfly.swarm.config.security.Flag-">flag</a></span>(<a href="../../../../../../org/wildfly/swarm/config/security/Flag.html" title="enum in org.wildfly.swarm.config.security">Flag</a> value)</code>
<div class="block">The flag controls how the module participates in the overall procedure.</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/security/Flag.html" title="enum in org.wildfly.swarm.config.security">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, 2012.12.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/security/class-use/Flag.html" target="_top">Frames</a></li>
<li><a href="Flag.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
workshop/exercise4/static/example-commons.css
|
mesosphere/hackers-at-berkeley
|
html {
color: #FFF;
font-family: sans-serif;
font-size: 16pt;
font-weight: 100;
line-height: 1.5em;
}
h1, h2 { text-align:center; }
h2 { font-size:1.2em; margin-top:20px; margin-bottom:10px; }
.hot { color:#ec1e1e; }
.demo-wrapper { background:rgba(0,0,0,.03); border:0px solid black; }
.heatmap { width:100%; height:100%; }
.btn { background:#ec1e1e; padding:10px; border:none; color:white; cursor:pointer; margin-left:5px; }
.trigger-refresh, .thankyou, .trigger-reconfig { float:right; }
.trigger-refresh, .trigger-reconfig { margin-top:10px; }
.breadcrumb-trail { margin-bottom:10px;}
#background {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}
.stretch {
width:100%;
height:100%;
}
|
_includes/footer.html
|
unfly/unfly.github.io
|
<footer class="container">
<div class="row">
<div class="col-md-8">
<p><img id="logo" src="{{ site.baseurl }}/img/logo.png"></img>
{{ site.title }}</p>
<p>{{ site.description }}</p>
</div>
<div class="col-md-4">
<ul class="nav navbar-nav navbar-right">{% for my_page in site.pages %}
{% if my_page.title %}
<li>
<a href="{{ my_page.url }}">{{ my_page.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
</footer>
|
2.2.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.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 Sep 05 03:08:38 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CustomStoreConsumer (BOM: * : All 2.2.0.Final API)</title>
<meta name="date" content="2018-09-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="CustomStoreConsumer (BOM: * : All 2.2.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/CustomStoreConsumer.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.2.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStore.CustomStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" target="_top">Frames</a></li>
<li><a href="CustomStoreConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.config.infinispan.cache_container</div>
<h2 title="Interface CustomStoreConsumer" class="title">Interface CustomStoreConsumer<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><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">CustomStoreConsumer<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><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="type parameter in CustomStoreConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of CustomStore resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">CustomStoreConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="type parameter in CustomStoreConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html#andThen-org.wildfly.swarm.config.infinispan.cache_container.CustomStoreConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">CustomStoreConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="type parameter in CustomStoreConsumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.infinispan.cache_container.CustomStore-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="type parameter in CustomStoreConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of CustomStore resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.infinispan.cache_container.CustomStoreConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">CustomStoreConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="type parameter in CustomStoreConsumer">T</a>> andThen(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">CustomStoreConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" title="type parameter in CustomStoreConsumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/CustomStoreConsumer.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.2.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStore.CustomStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/CustomStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/CustomStoreConsumer.html" target="_top">Frames</a></li>
<li><a href="CustomStoreConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
events/mlt/2014/taiwan-open-of-surfing.html
|
chicofilho/fst
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fantasy Surfing Tips - Stats from mlt Taiwan Open of Surfing 2014 </title>
<meta name="description" content="Statistics and analysis from all events of the 2014 year. From mlt of the Taiwan Open of Surfing event">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="57x57" href="/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Fantasy Surfing tips"/>
<meta property="og:image" content="https://fantasysurfingtips.com/img/just_waves.png"/>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: https://bootswatch.com/flatly/ -->
<link href="https://fantasysurfingtips.com/css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="https://fantasysurfingtips.com/css/freelancer.css" rel="stylesheet">
<link href="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet" />
<!-- Custom Fonts -->
<link href="https://fantasysurfingtips.com/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css">
<script src="https://code.jquery.com/jquery-2.x-git.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ujs/1.2.1/rails.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2675412311042802",
enable_page_level_ads: true
});
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.6";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Navigation -->
<div w3-include-html="https://fantasysurfingtips.com/layout/header.html"></div>
<div w3-include-html="https://fantasysurfingtips.com/layout/sponsor.html"></div>
<div class="row">
<div class="col-sm-12 text-center">
<h1> Taiwan Open of Surfing</h1>
<hr class="star-primary" />
<h4> Jinzun Harbor, Taitung County, Taiwan, Taiwan</h4>
<p> Nov 12, 2014</p>
<div class="row">
<div class="col-sm-2 text-center">
</div>
<div class="col-sm-4 text-center">
<span>Best AHS</span><br/>
<h5> Taylor Jensen</h5>
<p> 15.61</p>
</div>
<div class="col-sm-4 text-center">
<span>Best Winning Perc.</span><br/>
<h5> Taylor Jensen</h5>
<p> 100.0%</p>
</div>
<div class="col-sm-2 text-center">
</div>
</div>
<hr/>
</div>
</div>
<div class="container">
<div class="row">
<h3 class="text-center"> Stats from Taiwan Open of Surfing 2014</h3>
<div class="col-sm-12">
<table class="table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Average Heat Score</th>
<th>Heats</th>
<th>Victories</th>
<th>Winning Percentage</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/tjen">Taylor Jensen</a> </td>
<td>15.61</td>
<td>5</td>
<td>5</td>
<td>100.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/jent">Jack Entwistle</a> </td>
<td>13.15</td>
<td>4</td>
<td>3</td>
<td>75.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/njon">Nic Jones</a> </td>
<td>12.81</td>
<td>4</td>
<td>3</td>
<td>75.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/jredm">Justin Redman</a> </td>
<td>10.69</td>
<td>5</td>
<td>4</td>
<td>80.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/tchen">Toumei Chen</a> </td>
<td>6.93</td>
<td>3</td>
<td>2</td>
<td>66.67%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/chua">Chung Hua Cheng</a> </td>
<td>6.78</td>
<td>3</td>
<td>2</td>
<td>66.67%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/cchi">Chien Chih Lin</a> </td>
<td>6.68</td>
<td>2</td>
<td>1</td>
<td>50.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/ttak">Tsuyoshi Takahashi</a> </td>
<td>6.45</td>
<td>2</td>
<td>1</td>
<td>50.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/jhsu">Jen Hsuan Huang</a> </td>
<td>6.43</td>
<td>3</td>
<td>2</td>
<td>66.67%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/jtsa">Juo-Yu Tsai</a> </td>
<td>6.15</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/mshi">Miau-Sung Shiu</a> </td>
<td>4.83</td>
<td>2</td>
<td>1</td>
<td>50.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/whui">Wen Hui Chiu</a> </td>
<td>4.7</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/can">Chi An Chen</a> </td>
<td>4.55</td>
<td>2</td>
<td>1</td>
<td>50.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/hchu">Hsien-Chi Chu</a> </td>
<td>4.38</td>
<td>2</td>
<td>1</td>
<td>50.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/chsin">Can Hsing Shih</a> </td>
<td>4.25</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/ckuo">Chou Kuo-Sheng Chou</a> </td>
<td>4.22</td>
<td>3</td>
<td>2</td>
<td>66.67%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/hchen">Hou Cheng Li</a> </td>
<td>4.15</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/cwu">Chin-Fu Wu</a> </td>
<td>3.95</td>
<td>2</td>
<td>1</td>
<td>50.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/hchun">Hao Chung Wang</a> </td>
<td>3.55</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/shsu">Shao-Kuo Hsueh</a> </td>
<td>3.55</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/yyun">Yu Yun Liu</a> </td>
<td>3.45</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/chui">Chia Hui Lai</a> </td>
<td>2.98</td>
<td>2</td>
<td>1</td>
<td>50.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/cpin">Chih Ping Wang</a> </td>
<td>2.95</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/chsia">Chien Hsiang Chen</a> </td>
<td>2.7</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/pyi">Po Yi Chu</a> </td>
<td>2.7</td>
<td>2</td>
<td>1</td>
<td>50.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/hyu">Hsing Yu Chen</a> </td>
<td>2.0</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/cyen">Chun Yen Chen</a> </td>
<td>1.0</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/rsou">Rodrigo Sousa</a> </td>
<td>0.0</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/yhon">Yu Hong Chen</a> </td>
<td>0.0</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/chon">Chung Hong Chiou</a> </td>
<td>0.0</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
<tr>
<td><a href="http://fantasysurfingtips.com/surfers/mlt/jjiz">Jia Jiz Wu</a> </td>
<td>0.0</td>
<td>1</td>
<td>0</td>
<td>0.0%</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
$(document).ready(function() {
$('.table').dataTable({bFilter: false, bInfo: false, paging: false});
});
</script>
</div>
</div>
</div>
<!-- Footer -->
<div w3-include-html="https://fantasysurfingtips.com/layout/footer.html"></div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74337819-1', 'auto'); // Replace with your property ID.
ga('send', 'pageview');
</script>
<script>
w3IncludeHTML();
</script>
<!-- jQuery -->
<script src="https://fantasysurfingtips.com/js/jquery.js"></script>
<script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://fantasysurfingtips.com/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://fantasysurfingtips.com/js/classie.js"></script>
<script src="https://fantasysurfingtips.com/js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="https://fantasysurfingtips.com/js/jqBootstrapValidation.js"></script>
<script src="https://fantasysurfingtips.com/js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="https://fantasysurfingtips.com/js/freelancer.js"></script>
<script type="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script>
<script type="https://cdn.datatables.net/1.10.12/js/dataTables.bootstrap.min.js"></script>
</body>
</html>
|
2018.3.3/apidocs/org/wildfly/swarm/netflix/ribbon/secured/client/class-use/RibbonSecuredClientFraction.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:43 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.netflix.ribbon.secured.client.RibbonSecuredClientFraction (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 Class org.wildfly.swarm.netflix.ribbon.secured.client.RibbonSecuredClientFraction (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/netflix/ribbon/secured/client/RibbonSecuredClientFraction.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">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/netflix/ribbon/secured/client/class-use/RibbonSecuredClientFraction.html" target="_top">Frames</a></li>
<li><a href="RibbonSecuredClientFraction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.netflix.ribbon.secured.client.RibbonSecuredClientFraction" class="title">Uses of Class<br>org.wildfly.swarm.netflix.ribbon.secured.client.RibbonSecuredClientFraction</h2>
</div>
<div class="classUseContainer">No usage of org.wildfly.swarm.netflix.ribbon.secured.client.RibbonSecuredClientFraction</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/RibbonSecuredClientFraction.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">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/netflix/ribbon/secured/client/class-use/RibbonSecuredClientFraction.html" target="_top">Frames</a></li>
<li><a href="RibbonSecuredClientFraction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
2.3.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/mpopentracing/detect/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_151) on Sat Mar 16 04:11:55 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.mpopentracing.detect (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="org.wildfly.swarm.mpopentracing.detect (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 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">Thorntail API, 2.3.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/mpopentracing/deployment/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/msc/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/mpopentracing/detect/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.wildfly.swarm.mpopentracing.detect</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/wildfly/swarm/mpopentracing/detect/OpenTracingPackageDetector.html" title="class in org.wildfly.swarm.mpopentracing.detect">OpenTracingPackageDetector</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">Thorntail API, 2.3.1.Final-SNAPSHOT</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/wildfly/swarm/mpopentracing/deployment/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../org/wildfly/swarm/msc/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/mpopentracing/detect/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2019 <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/remoting/class-use/RemoteOutboundConnection.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.remoting.RemoteOutboundConnection (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.remoting.RemoteOutboundConnection (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/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">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/remoting/class-use/RemoteOutboundConnection.html" target="_top">Frames</a></li>
<li><a href="RemoteOutboundConnection.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.remoting.RemoteOutboundConnection" class="title">Uses of Class<br>org.wildfly.swarm.config.remoting.RemoteOutboundConnection</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/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.remoting">org.wildfly.swarm.config.remoting</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</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/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></code></td>
<td class="colLast"><span class="typeNameLabel">Remoting.RemotingResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Remoting.RemotingResources.html#remoteOutboundConnection-java.lang.String-">remoteOutboundConnection</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> key)</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> that return types with arguments of type <a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a>></code></td>
<td class="colLast"><span class="typeNameLabel">Remoting.RemotingResources.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Remoting.RemotingResources.html#remoteOutboundConnections--">remoteOutboundConnections</a></span>()</code>
<div class="block">Get the list of RemoteOutboundConnection 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/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/Remoting.html" title="type parameter in Remoting">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Remoting.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Remoting.html#remoteOutboundConnection-org.wildfly.swarm.config.remoting.RemoteOutboundConnection-">remoteOutboundConnection</a></span>(<a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a> value)</code>
<div class="block">Add the RemoteOutboundConnection 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/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/Remoting.html" title="type parameter in Remoting">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">Remoting.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/Remoting.html#remoteOutboundConnections-java.util.List-">remoteOutboundConnections</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><<a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a>> value)</code>
<div class="block">Add all RemoteOutboundConnection objects to this subresource</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.remoting">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a> in <a href="../../../../../../org/wildfly/swarm/config/remoting/package-summary.html">org.wildfly.swarm.config.remoting</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/remoting/package-summary.html">org.wildfly.swarm.config.remoting</a> with type parameters of type <a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a><T extends <a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a><T>></span></code>
<div class="block">Remoting outbound connection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnectionConsumer.html" title="interface in org.wildfly.swarm.config.remoting">RemoteOutboundConnectionConsumer</a><T extends <a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnectionSupplier.html" title="interface in org.wildfly.swarm.config.remoting">RemoteOutboundConnectionSupplier</a><T extends <a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a>></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/remoting/package-summary.html">org.wildfly.swarm.config.remoting</a> that return <a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">RemoteOutboundConnection</a></code></td>
<td class="colLast"><span class="typeNameLabel">RemoteOutboundConnectionSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/remoting/RemoteOutboundConnectionSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of RemoteOutboundConnection 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/remoting/RemoteOutboundConnection.html" title="class in org.wildfly.swarm.config.remoting">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/remoting/class-use/RemoteOutboundConnection.html" target="_top">Frames</a></li>
<li><a href="RemoteOutboundConnection.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
doc/cis/ramrodcs/addressbook/io/writers/class-use/HMUWriter.html
|
Team-RamrodCS/Address-Book
|
<!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 Sat Jan 24 15:52:43 PST 2015 -->
<title>Uses of Class cis.ramrodcs.addressbook.io.writers.HMUWriter</title>
<meta name="date" content="2015-01-24">
<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 cis.ramrodcs.addressbook.io.writers.HMUWriter";
}
}
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="../../../../../../cis/ramrodcs/addressbook/io/writers/HMUWriter.html" title="class in cis.ramrodcs.addressbook.io.writers">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?cis/ramrodcs/addressbook/io/writers/class-use/HMUWriter.html" target="_top">Frames</a></li>
<li><a href="HMUWriter.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 cis.ramrodcs.addressbook.io.writers.HMUWriter" class="title">Uses of Class<br>cis.ramrodcs.addressbook.io.writers.HMUWriter</h2>
</div>
<div class="classUseContainer">No usage of cis.ramrodcs.addressbook.io.writers.HMUWriter</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="../../../../../../cis/ramrodcs/addressbook/io/writers/HMUWriter.html" title="class in cis.ramrodcs.addressbook.io.writers">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?cis/ramrodcs/addressbook/io/writers/class-use/HMUWriter.html" target="_top">Frames</a></li>
<li><a href="HMUWriter.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>
|
doc/org/deidentifier/arx/package-summary.html
|
arx-deidentifier/arx
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_231) on Sun Nov 17 02:10:17 CET 2019 -->
<title>org.deidentifier.arx</title>
<meta name="date" content="2019-11-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="org.deidentifier.arx";
}
}
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-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 Package</li>
<li><a href="../../../org/deidentifier/arx/aggregates/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/deidentifier/arx/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package org.deidentifier.arx</h1>
<div class="docSummary">
<div class="block">This package provides the public API for the ARX anonymization framework.</div>
</div>
<p>See: <a href="#package.description">Description</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXListener.html" title="interface in org.deidentifier.arx">ARXListener</a></td>
<td class="colLast">
<div class="block">This class implements a listener for the ARX framework.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataHandleInternal.InterruptHandler.html" title="interface in org.deidentifier.arx">DataHandleInternal.InterruptHandler</a></td>
<td class="colLast">
<div class="block">Interface</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.DataTypeWithFormat.html" title="interface in org.deidentifier.arx">DataType.DataTypeWithFormat</a></td>
<td class="colLast">
<div class="block">An interface for data types with format.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.DataTypeWithRatioScale.html" title="interface in org.deidentifier.arx">DataType.DataTypeWithRatioScale</a><T></td>
<td class="colLast">
<div class="block">An interface for data types with a ratio scale.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXAnonymizer.html" title="class in org.deidentifier.arx">ARXAnonymizer</a></td>
<td class="colLast">
<div class="block">This class offers several methods to define parameters and execute the ARX
algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a><T extends <a href="../../../org/deidentifier/arx/ARXClassificationConfiguration.html" title="class in org.deidentifier.arx">ARXClassificationConfiguration</a><?>></td>
<td class="colLast">
<div class="block">An base class for configuration classes for classification experiments</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXConfiguration.html" title="class in org.deidentifier.arx">ARXConfiguration</a></td>
<td class="colLast">
<div class="block">A generic configuration for the ARX anonymizer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXConfiguration.ARXConfigurationInternal.html" title="class in org.deidentifier.arx">ARXConfiguration.ARXConfigurationInternal</a></td>
<td class="colLast">
<div class="block">Class for internal use that provides access to more parameters and functionality.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXCostBenefitConfiguration.html" title="class in org.deidentifier.arx">ARXCostBenefitConfiguration</a></td>
<td class="colLast">
<div class="block">Basic configuration of monetary amounts, such as the publisher's benefit
per record or the per-record fine fine for a successful re-identification attack.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXFeatureScaling.html" title="class in org.deidentifier.arx">ARXFeatureScaling</a></td>
<td class="colLast">
<div class="block">Configuration for feature scaling</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXLattice.html" title="class in org.deidentifier.arx">ARXLattice</a></td>
<td class="colLast">
<div class="block">This class implements a representation of the generalization lattice that is
exposed to users of the API.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXLattice.LatticeDeserializationContext.html" title="class in org.deidentifier.arx">ARXLattice.LatticeDeserializationContext</a></td>
<td class="colLast">
<div class="block">Context for deserialization.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXPopulationModel.html" title="class in org.deidentifier.arx">ARXPopulationModel</a></td>
<td class="colLast">
<div class="block">This class models population properties for risk estimation</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXProcessStatistics.html" title="class in org.deidentifier.arx">ARXProcessStatistics</a></td>
<td class="colLast">
<div class="block">Statistics about the anonymization process for output data</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXProcessStatistics.Step.html" title="class in org.deidentifier.arx">ARXProcessStatistics.Step</a></td>
<td class="colLast">
<div class="block">One individual anonymization step</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXResult.html" title="class in org.deidentifier.arx">ARXResult</a></td>
<td class="colLast">
<div class="block">Encapsulates the results of an execution of the ARX algorithm.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXSolverConfiguration.html" title="class in org.deidentifier.arx">ARXSolverConfiguration</a></td>
<td class="colLast">
<div class="block">Runtime configuration for the solver</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/AttributeType.html" title="class in org.deidentifier.arx">AttributeType</a></td>
<td class="colLast">
<div class="block">Represents an attribute type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy</a></td>
<td class="colLast">
<div class="block">This class implements a generalization hierarchy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/AttributeType.Hierarchy.DefaultHierarchy.html" title="class in org.deidentifier.arx">AttributeType.Hierarchy.DefaultHierarchy</a></td>
<td class="colLast">
<div class="block">The default implementation of a generalization hierarchy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/AttributeType.MicroAggregationFunction.html" title="class in org.deidentifier.arx">AttributeType.MicroAggregationFunction</a></td>
<td class="colLast">
<div class="block">This class is used to define aggregate functions for microaggregation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/AttributeType.MicroAggregationFunctionDescription.html" title="class in org.deidentifier.arx">AttributeType.MicroAggregationFunctionDescription</a></td>
<td class="colLast">
<div class="block">This class describes a microaggregation function</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/Data.html" title="class in org.deidentifier.arx">Data</a></td>
<td class="colLast">
<div class="block">Represents input data for the ARX framework.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/Data.DefaultData.html" title="class in org.deidentifier.arx">Data.DefaultData</a></td>
<td class="colLast">
<div class="block">The default implementation of a data object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataDefinition.html" title="class in org.deidentifier.arx">DataDefinition</a></td>
<td class="colLast">
<div class="block">Encapsulates a definition of the types of attributes contained in a dataset.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataGeneralizationScheme.html" title="class in org.deidentifier.arx">DataGeneralizationScheme</a></td>
<td class="colLast">
<div class="block">This class encapsulates a generalization scheme</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataHandle.html" title="class in org.deidentifier.arx">DataHandle</a></td>
<td class="colLast">
<div class="block">This class provides access to dictionary encoded data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataHandleInput.html" title="class in org.deidentifier.arx">DataHandleInput</a></td>
<td class="colLast">
<div class="block">An implementation of the DataHandle interface for input data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataHandleInternal.html" title="class in org.deidentifier.arx">DataHandleInternal</a></td>
<td class="colLast">
<div class="block">Wrapper class that provides information to StatisticsBuilder.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataHandleOutput.html" title="class in org.deidentifier.arx">DataHandleOutput</a></td>
<td class="colLast">
<div class="block">An implementation of the class DataHandle for output data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataHandleSubset.html" title="class in org.deidentifier.arx">DataHandleSubset</a></td>
<td class="colLast">
<div class="block">This implementation of a data handle projects a given data handle onto a given research subset.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataSelector.html" title="class in org.deidentifier.arx">DataSelector</a></td>
<td class="colLast">
<div class="block">A selector for tuples.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataSource.html" title="class in org.deidentifier.arx">DataSource</a></td>
<td class="colLast">
<div class="block">This class provides configuration options for importing data from CSV-files, from Excel-files
or via a JDBC connection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataSubset.html" title="class in org.deidentifier.arx">DataSubset</a></td>
<td class="colLast">
<div class="block">This class represents a the dataset that is to be de-identified
as a subset of the given population table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.html" title="class in org.deidentifier.arx">DataType</a><T></td>
<td class="colLast">
<div class="block">This class provides access to the data types supported by the ARX framework.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.ARXDate.html" title="class in org.deidentifier.arx">DataType.ARXDate</a></td>
<td class="colLast">
<div class="block">Base class for date/time types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.ARXDecimal.html" title="class in org.deidentifier.arx">DataType.ARXDecimal</a></td>
<td class="colLast">
<div class="block">Base class for numeric types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.ARXInteger.html" title="class in org.deidentifier.arx">DataType.ARXInteger</a></td>
<td class="colLast">
<div class="block">Base class for numeric types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.ARXOrderedString.html" title="class in org.deidentifier.arx">DataType.ARXOrderedString</a></td>
<td class="colLast">
<div class="block">Base class for ordered string types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.ARXString.html" title="class in org.deidentifier.arx">DataType.ARXString</a></td>
<td class="colLast">
<div class="block">Base class for string types.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataType.DataTypeDescription.html" title="class in org.deidentifier.arx">DataType.DataTypeDescription</a><T></td>
<td class="colLast">
<div class="block">An entry in the list of available data types.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/RowSet.html" title="class in org.deidentifier.arx">RowSet</a></td>
<td class="colLast">
<div class="block">A set of rows.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXConfiguration.Monotonicity.html" title="enum in org.deidentifier.arx">ARXConfiguration.Monotonicity</a></td>
<td class="colLast">
<div class="block">Monotonicity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXConfiguration.SearchStepSemantics.html" title="enum in org.deidentifier.arx">ARXConfiguration.SearchStepSemantics</a></td>
<td class="colLast">
<div class="block">The semantics of heuristic search steps.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXLattice.Anonymity.html" title="enum in org.deidentifier.arx">ARXLattice.Anonymity</a></td>
<td class="colLast">
<div class="block">Reflects different anonymity properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/ARXPopulationModel.Region.html" title="enum in org.deidentifier.arx">ARXPopulationModel.Region</a></td>
<td class="colLast">
<div class="block">Regions</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataGeneralizationScheme.GeneralizationDegree.html" title="enum in org.deidentifier.arx">DataGeneralizationScheme.GeneralizationDegree</a></td>
<td class="colLast">
<div class="block">A specific generalization degree</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/deidentifier/arx/DataScale.html" title="enum in org.deidentifier.arx">DataScale</a></td>
<td class="colLast">
<div class="block">This class represents different scales of measure.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package org.deidentifier.arx Description">Package org.deidentifier.arx Description</h2>
<div class="block">This package provides the public API for the ARX anonymization framework.
<p>
<ul>
<li>The class <code>AttributeType</code> encapsulates the four different kinds of attributes recognized by the framework.</li>
<li>The class <code>DataType</code> encapsulates the three different kinds of data types recognized by the framework.</li>
<li>The class <code>Data</code> represents an input dataset for the algorithm.</li>
<li>The class <code>DataDefinitio</code>, an instance of which can be obtain for any input data by calling <code>Data.getDefinition()</code>, allows assign attribute types, data types and further parameters to a dataset.</li>
<li>The class <code>DataHandle</code>, an instance of which can be obtain for any input data by calling <code>Data.getHandle()</code> and for any output data by calling <code>ARXResult.getHandle()</code>, implements convenience methods for accessing a dictionary encoded representation of a dataset. It also allows manipulating the data (e.g., sorting it) and makes sure that input and output data are always in sync.</li>
<li>The class <code>ARXAnonymizer</code> represents the actual algorithm and allows to derive anonymous representations of the input dataset, e.g., by calling <code>ARXAnonymizer.kAnonymize()</code> or <code>ARXAnonymizer.lDiversify()</code>.</li>
<li>The class <code>ARXResult</code> represents the results of executing the algorithm. It provides access to the globally optimal solution and the underlying generalization lattice <code>ARXLattice</code>.</li>
<li>The class <code>ARXAdapter</code> can be utilized to attach a listener to the ARX framework, tracking its progress while anonymizing a dataset.</li>
</ul></div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Fabian Prasser, Florian Kohlmayer</dd>
</dl>
</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-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 Package</li>
<li><a href="../../../org/deidentifier/arx/aggregates/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/deidentifier/arx/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
docs/jdiff/changes/org.apache.hadoop.mapred.join.OverrideRecordReader.html
|
Shmuma/hadoop
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<HTML>
<HEAD>
<meta name="generator" content="JDiff v1.0.9">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
org.apache.hadoop.mapred.join.OverrideRecordReader
</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
</HEAD>
<BODY>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/join/OverrideRecordReader.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u4</tt></B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.join.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="org.apache.hadoop.mapred.join.OuterJoinRecordReader.html"><B>PREV CLASS</B></A>
<A HREF="org.apache.hadoop.mapred.join.Parser.Node.html"><B>NEXT CLASS</B></A>
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="org.apache.hadoop.mapred.join.OverrideRecordReader.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:
CONSTRUCTORS |
<a href="#methods">METHODS</a> |
FIELDS
</FONT></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
<H2>
Class org.apache.hadoop.mapred.join.<A HREF="../../api/org/apache/hadoop/mapred/join/OverrideRecordReader.html" target="_top"><tt>OverrideRecordReader</tt></A>
</H2>
<p><font size="+1">The superclass changed from <code>org.apache.hadoop.mapred.join.MultiFilterRecordReader<K, V></code> to <code>org.apache.hadoop.mapred.join.MultiFilterRecordReader</code>.<br></font>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<p>
<a NAME="Changed"></a>
<TABLE summary="Changed Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD VALIGN="TOP" COLSPAN=3><FONT SIZE="+1"><B>Changed Methods</B></FONT></TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.mapred.join.OverrideRecordReader.emit_changed(org.apache.hadoop.mapred.join.TupleWritable)"></A>
<nobr><code>Writable</code> <A HREF="../../api/org/apache/hadoop/mapred/join/OverrideRecordReader.html#emit(org.apache.hadoop.mapred.join.TupleWritable)" target="_top"><tt>emit</tt></A>(<code>TupleWritable</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in return type from (<code>V, extends, Writable</code>) to <code>Writable</code>.<br>
</TD>
<TD VALIGN="TOP">Emit the value with the highest position in the tuple.</TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="org.apache.hadoop.mapred.join.OverrideRecordReader.fillJoinCollector_changed(org.apache.hadoop.io.WritableComparable)"></A>
<nobr><code>void</code> <A HREF="../../api/org/apache/hadoop/mapred/join/OverrideRecordReader.html#fillJoinCollector(org.apache.hadoop.io.WritableComparable)" target="_top"><tt>fillJoinCollector</tt></A>(<code>WritableComparable</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in signature from (<code>K, extends, WritableComparable</code>) to <code>WritableComparable</code>.<br>
</TD>
<TD VALIGN="TOP">Instead of filling the JoinCollector with iterators from all data sources fill only the rightmost for this key.</TD>
</TR>
</TABLE>
<a NAME="fields"></a>
<HR>
<!-- Start of nav bar -->
<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/join/OverrideRecordReader.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.2-cdh3u4</tt></B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.join.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD>
</TR>
<TR>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="org.apache.hadoop.mapred.join.OuterJoinRecordReader.html"><B>PREV CLASS</B></A>
<A HREF="org.apache.hadoop.mapred.join.Parser.Node.html"><B>NEXT CLASS</B></A>
<A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="org.apache.hadoop.mapred.join.OverrideRecordReader.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
<TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD>
</TR>
</TABLE>
<HR>
<!-- End of nav bar -->
</BODY>
</HTML>
|
templates/pair.html
|
dpjanes/homestar-tcp
|
{% extends "template" %}
{% block content %}
<h1>TCP Connected — {{ device.name }}</h1>
{% if d.is_configured %}
<p class="alert alert-info" role="alert">
Note that this Hub is already configured,
so you don't have to do this again.
</p>
{% endif %}
<p class="alert alert-info" role="alert">
When you're ready, push the button with two circular
arrows on the TCP Connected Hub.
After you do this, the lights around the button will
start rotating.
<br />
<br />
Then press the pair button below.
</p>
<p>
<a type="button" class="btn btn-primary" href="?action=pair">Pair</a>
</p>
<ul>
<li>
<a href="{{ html_root }}">Back to Hub List</a>
</li>
</ul>
{% endblock %}
|
2018.4.2/apidocs/org/wildfly/swarm/config/management/security_realm/authorization/class-use/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.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 Apr 06 09:47:28 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.management.security_realm.authorization.UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources (BOM: * : All 2018.4.2 API)</title>
<meta name="date" content="2018-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="Uses of Class org.wildfly.swarm.config.management.security_realm.authorization.UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources (BOM: * : All 2018.4.2 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">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.4.2</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/class-use/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" target="_top">Frames</a></li>
<li><a href="UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.management.security_realm.authorization.UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources" class="title">Uses of Class<br>org.wildfly.swarm.config.management.security_realm.authorization.UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources</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/management/security_realm/authorization/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.management.security_realm.authorization">org.wildfly.swarm.config.management.security_realm.authorization</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.management.security_realm.authorization">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources</a> in <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/package-summary.html">org.wildfly.swarm.config.management.security_realm.authorization</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/management/security_realm/authorization/package-summary.html">org.wildfly.swarm.config.management.security_realm.authorization</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources</a></code></td>
<td class="colLast"><span class="typeNameLabel">UsernameFilterUsernameToDn.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/UsernameFilterUsernameToDn.html#subresources--">subresources</a></span>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="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/management/security_realm/authorization/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">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.4.2</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/class-use/UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" target="_top">Frames</a></li>
<li><a href="UsernameFilterUsernameToDn.UsernameFilterUsernameToDnResources.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
2017.10.2/apidocs/org/wildfly/swarm/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.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 Tue Feb 06 09:38:19 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory (BOM: * : All 2017.10.2 API)</title>
<meta name="date" content="2018-02-06">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory (BOM: * : All 2017.10.2 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.10.2</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.html" target="_top">Frames</a></li>
<li><a href="SecuredRibbonResourceFactory.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory" class="title">Uses of Class<br>org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.netflix.ribbon.secured.client">org.wildfly.swarm.netflix.ribbon.secured.client</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.netflix.ribbon.secured.client">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a> in <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a> declared as <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></code></td>
<td class="colLast"><span class="typeNameLabel">SecuredRibbonResourceFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html#INSTANCE">INSTANCE</a></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/package-summary.html">org.wildfly.swarm.netflix.ribbon.secured.client</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a></span><span class="tabEnd"> </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 <T> T</code></td>
<td class="colLast"><span class="typeNameLabel">SecuredRibbon.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbon.html#from-org.wildfly.swarm.netflix.ribbon.secured.client.SecuredRibbonResourceFactory-java.lang.Class-">from</a></span>(<a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">SecuredRibbonResourceFactory</a> factory,
<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> classType)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/wildfly/swarm/netflix/ribbon/secured/client/SecuredRibbonResourceFactory.html" title="class in org.wildfly.swarm.netflix.ribbon.secured.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.10.2</div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/wildfly/swarm/netflix/ribbon/secured/client/class-use/SecuredRibbonResourceFactory.html" target="_top">Frames</a></li>
<li><a href="SecuredRibbonResourceFactory.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
xinteyao/新特药电商平台_Server端_UE终版xxx_V1/files/p4-3学术汇/styles.css
|
yicold/axure-case
|
body {
margin:0px;
background-image:none;
position:relative;
left:-0px;
width:1654px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u10257 {
position:absolute;
left:0px;
top:63px;
width:128px;
height:320px;
}
#u10257_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:326px;
}
#u10258 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:325px;
}
#u10259_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10259 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10260 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10261_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10261 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10262 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10263_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10263 {
position:absolute;
left:0px;
top:64px;
width:128px;
height:32px;
}
#u10264 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10265_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10265 {
position:absolute;
left:0px;
top:96px;
width:128px;
height:32px;
}
#u10266 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10267_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10267 {
position:absolute;
left:0px;
top:128px;
width:128px;
height:32px;
}
#u10268 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10269_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10269 {
position:absolute;
left:0px;
top:160px;
width:128px;
height:32px;
}
#u10270 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10271_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10271 {
position:absolute;
left:0px;
top:192px;
width:128px;
height:32px;
}
#u10272 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10273_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10273 {
position:absolute;
left:0px;
top:224px;
width:128px;
height:32px;
}
#u10274 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10275_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10275 {
position:absolute;
left:0px;
top:256px;
width:128px;
height:32px;
}
#u10276 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10277_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10277 {
position:absolute;
left:0px;
top:288px;
width:128px;
height:32px;
}
#u10278 {
position:absolute;
left:2px;
top:8px;
width:124px;
visibility:hidden;
word-wrap:break-word;
}
#u10279 {
position:absolute;
left:128px;
top:0px;
width:128px;
height:192px;
visibility:hidden;
}
#u10279_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:198px;
}
#u10280 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:197px;
}
#u10281_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10281 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10282 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10283_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10283 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10284 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10285_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10285 {
position:absolute;
left:0px;
top:64px;
width:128px;
height:32px;
}
#u10286 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10287_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10287 {
position:absolute;
left:0px;
top:96px;
width:128px;
height:32px;
}
#u10288 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10289_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10289 {
position:absolute;
left:0px;
top:128px;
width:128px;
height:32px;
}
#u10290 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10291_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10291 {
position:absolute;
left:0px;
top:160px;
width:128px;
height:32px;
}
#u10292 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10293 {
position:absolute;
left:128px;
top:32px;
width:128px;
height:128px;
visibility:hidden;
}
#u10293_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:134px;
}
#u10294 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:133px;
}
#u10295_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10295 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10296 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10297_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10297 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10298 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10299_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10299 {
position:absolute;
left:0px;
top:64px;
width:128px;
height:32px;
}
#u10300 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10301_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10301 {
position:absolute;
left:0px;
top:96px;
width:128px;
height:32px;
}
#u10302 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10303 {
position:absolute;
left:128px;
top:64px;
width:128px;
height:224px;
visibility:hidden;
}
#u10303_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:230px;
}
#u10304 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:229px;
}
#u10305_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10305 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10306 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10307_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10307 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10308 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10309_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10309 {
position:absolute;
left:0px;
top:64px;
width:128px;
height:32px;
}
#u10310 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10311_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10311 {
position:absolute;
left:0px;
top:96px;
width:128px;
height:32px;
}
#u10312 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10313_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10313 {
position:absolute;
left:0px;
top:128px;
width:128px;
height:32px;
}
#u10314 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10315_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10315 {
position:absolute;
left:0px;
top:160px;
width:128px;
height:32px;
}
#u10316 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10317_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10317 {
position:absolute;
left:0px;
top:192px;
width:128px;
height:32px;
}
#u10318 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10319 {
position:absolute;
left:128px;
top:96px;
width:128px;
height:128px;
visibility:hidden;
}
#u10319_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:134px;
}
#u10320 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:133px;
}
#u10321_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10321 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10322 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10323_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10323 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10324 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10325_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10325 {
position:absolute;
left:0px;
top:64px;
width:128px;
height:32px;
}
#u10326 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10327_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10327 {
position:absolute;
left:0px;
top:96px;
width:128px;
height:32px;
}
#u10328 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10329 {
position:absolute;
left:128px;
top:128px;
width:128px;
height:128px;
visibility:hidden;
}
#u10329_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:134px;
}
#u10330 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:133px;
}
#u10331_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10331 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10332 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10333_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10333 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10334 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10335_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10335 {
position:absolute;
left:0px;
top:64px;
width:128px;
height:32px;
}
#u10336 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10337_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10337 {
position:absolute;
left:0px;
top:96px;
width:128px;
height:32px;
}
#u10338 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10339 {
position:absolute;
left:128px;
top:160px;
width:128px;
height:64px;
visibility:hidden;
}
#u10339_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:70px;
}
#u10340 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:69px;
}
#u10341_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10341 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10342 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10343_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10343 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10344 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10345 {
position:absolute;
left:128px;
top:192px;
width:128px;
height:32px;
visibility:hidden;
}
#u10345_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:38px;
}
#u10346 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:37px;
}
#u10347_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10347 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10348 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10349 {
position:absolute;
left:128px;
top:224px;
width:128px;
height:224px;
visibility:hidden;
}
#u10349_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:230px;
}
#u10350 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:229px;
}
#u10351_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10351 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10352 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10353_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10353 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10354 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10355_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10355 {
position:absolute;
left:0px;
top:64px;
width:128px;
height:32px;
}
#u10356 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10357_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10357 {
position:absolute;
left:0px;
top:96px;
width:128px;
height:32px;
}
#u10358 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10359_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10359 {
position:absolute;
left:0px;
top:128px;
width:128px;
height:32px;
}
#u10360 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10361_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10361 {
position:absolute;
left:0px;
top:160px;
width:128px;
height:32px;
}
#u10362 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10363_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10363 {
position:absolute;
left:0px;
top:192px;
width:128px;
height:32px;
}
#u10364 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10365 {
position:absolute;
left:128px;
top:256px;
width:128px;
height:64px;
visibility:hidden;
}
#u10365_menu {
position:absolute;
left:-3px;
top:-3px;
width:134px;
height:70px;
}
#u10366 {
position:absolute;
left:0px;
top:0px;
width:133px;
height:69px;
}
#u10367_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10367 {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10368 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10369_img {
position:absolute;
left:0px;
top:0px;
width:128px;
height:32px;
}
#u10369 {
position:absolute;
left:0px;
top:32px;
width:128px;
height:32px;
}
#u10370 {
position:absolute;
left:2px;
top:8px;
width:124px;
word-wrap:break-word;
}
#u10372_div {
position:absolute;
left:0px;
top:0px;
width:1024px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10372 {
position:absolute;
left:0px;
top:0px;
width:1024px;
height:64px;
}
#u10373 {
position:absolute;
left:2px;
top:24px;
width:1020px;
visibility:hidden;
word-wrap:break-word;
}
#u10375_img {
position:absolute;
left:0px;
top:0px;
width:85px;
height:29px;
}
#u10375 {
position:absolute;
left:22px;
top:18px;
width:85px;
height:29px;
font-family:'华文琥珀 Regular', '华文琥珀';
font-weight:400;
font-style:normal;
font-size:28px;
}
#u10376 {
position:absolute;
left:2px;
top:6px;
width:81px;
visibility:hidden;
word-wrap:break-word;
}
#u10377_img {
position:absolute;
left:0px;
top:0px;
width:64px;
height:64px;
}
#u10377 {
position:absolute;
left:960px;
top:0px;
width:64px;
height:64px;
}
#u10378 {
position:absolute;
left:2px;
top:24px;
width:60px;
visibility:hidden;
word-wrap:break-word;
}
#u10379_div {
position:absolute;
left:0px;
top:0px;
width:85px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#666666;
}
#u10379 {
position:absolute;
left:858px;
top:11px;
width:85px;
height:16px;
color:#666666;
}
#u10380 {
position:absolute;
left:0px;
top:0px;
width:85px;
white-space:nowrap;
}
#u10381_div {
position:absolute;
left:0px;
top:0px;
width:29px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#666666;
}
#u10381 {
position:absolute;
left:914px;
top:37px;
width:29px;
height:16px;
color:#666666;
}
#u10382 {
position:absolute;
left:0px;
top:0px;
width:29px;
white-space:nowrap;
}
#u10383_div {
position:absolute;
left:0px;
top:0px;
width:57px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10383 {
position:absolute;
left:138px;
top:74px;
width:57px;
height:16px;
}
#u10384 {
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u10385_div {
position:absolute;
left:0px;
top:0px;
width:5px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10385 {
position:absolute;
left:205px;
top:74px;
width:5px;
height:16px;
}
#u10386 {
position:absolute;
left:0px;
top:0px;
width:5px;
white-space:nowrap;
}
#u10387_div {
position:absolute;
left:0px;
top:0px;
width:43px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10387 {
position:absolute;
left:219px;
top:74px;
width:43px;
height:16px;
}
#u10388 {
position:absolute;
left:0px;
top:0px;
width:43px;
white-space:nowrap;
}
#u10389_img {
position:absolute;
left:0px;
top:0px;
width:887px;
height:2px;
}
#u10389 {
position:absolute;
left:138px;
top:96px;
width:886px;
height:1px;
}
#u10390 {
position:absolute;
left:2px;
top:-8px;
width:882px;
visibility:hidden;
word-wrap:break-word;
}
#u10391_div {
position:absolute;
left:0px;
top:0px;
width:886px;
height:149px;
background:inherit;
background-color:rgba(204, 204, 204, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(204, 204, 204, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10391 {
position:absolute;
left:138px;
top:108px;
width:886px;
height:149px;
}
#u10392 {
position:absolute;
left:2px;
top:66px;
width:882px;
visibility:hidden;
word-wrap:break-word;
}
#u10393_div {
position:absolute;
left:0px;
top:0px;
width:182px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10393 {
position:absolute;
left:220px;
top:129px;
width:182px;
height:36px;
}
#u10394 {
position:absolute;
left:2px;
top:10px;
width:178px;
visibility:hidden;
word-wrap:break-word;
}
#u10395 {
position:absolute;
left:222px;
top:130px;
width:178px;
height:34px;
}
#u10395_input {
position:absolute;
left:0px;
top:0px;
width:178px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
border-color:transparent;
outline-style:none;
}
#u10396_div {
position:absolute;
left:0px;
top:0px;
width:29px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10396 {
position:absolute;
left:146px;
top:139px;
width:29px;
height:16px;
}
#u10397 {
position:absolute;
left:0px;
top:0px;
width:29px;
white-space:nowrap;
}
#u10398_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u10398 {
position:absolute;
left:911px;
top:193px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u10399 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u10400_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u10400 {
position:absolute;
left:911px;
top:129px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u10401 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u10402_div {
position:absolute;
left:0px;
top:0px;
width:886px;
height:171px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(204, 204, 204, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10402 {
position:absolute;
left:138px;
top:311px;
width:886px;
height:171px;
}
#u10403 {
position:absolute;
left:2px;
top:78px;
width:882px;
visibility:hidden;
word-wrap:break-word;
}
#u10404_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10404 {
position:absolute;
left:219px;
top:332px;
width:9px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10405 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u10406_div {
position:absolute;
left:0px;
top:0px;
width:66px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10406 {
position:absolute;
left:288px;
top:332px;
width:66px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10407 {
position:absolute;
left:0px;
top:0px;
width:66px;
word-wrap:break-word;
}
#u10408_img {
position:absolute;
left:-1px;
top:-1px;
width:858px;
height:5px;
}
#u10408 {
position:absolute;
left:152px;
top:358px;
width:855px;
height:2px;
}
#u10409 {
position:absolute;
left:2px;
top:-7px;
width:851px;
visibility:hidden;
word-wrap:break-word;
}
#u10410_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10410 {
position:absolute;
left:219px;
top:374px;
width:9px;
height:16px;
}
#u10411 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u10412_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10412 {
position:absolute;
left:219px;
top:411px;
width:9px;
height:16px;
}
#u10413 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u10414_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10414 {
position:absolute;
left:219px;
top:449px;
width:9px;
height:16px;
}
#u10415 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u10416_div {
position:absolute;
left:0px;
top:0px;
width:281px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10416 {
position:absolute;
left:250px;
top:374px;
width:281px;
height:16px;
}
#u10417 {
position:absolute;
left:0px;
top:0px;
width:281px;
word-wrap:break-word;
}
#u10418_img {
position:absolute;
left:0px;
top:0px;
width:856px;
height:2px;
}
#u10418 {
position:absolute;
left:152px;
top:401px;
width:855px;
height:1px;
}
#u10419 {
position:absolute;
left:2px;
top:-8px;
width:851px;
visibility:hidden;
word-wrap:break-word;
}
#u10420_img {
position:absolute;
left:0px;
top:0px;
width:856px;
height:2px;
}
#u10420 {
position:absolute;
left:152px;
top:438px;
width:855px;
height:1px;
}
#u10421 {
position:absolute;
left:2px;
top:-8px;
width:851px;
visibility:hidden;
word-wrap:break-word;
}
#u10422 {
position:absolute;
left:154px;
top:332px;
width:52px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10423 {
position:absolute;
left:16px;
top:0px;
width:34px;
word-wrap:break-word;
}
#u10422_input {
position:absolute;
left:-3px;
top:-2px;
}
#u10424 {
position:absolute;
left:154px;
top:374px;
width:39px;
height:16px;
}
#u10425 {
position:absolute;
left:16px;
top:0px;
width:21px;
visibility:hidden;
word-wrap:break-word;
}
#u10424_input {
position:absolute;
left:-3px;
top:-2px;
}
#u10426 {
position:absolute;
left:154px;
top:411px;
width:39px;
height:16px;
}
#u10427 {
position:absolute;
left:16px;
top:0px;
width:21px;
visibility:hidden;
word-wrap:break-word;
}
#u10426_input {
position:absolute;
left:-3px;
top:-2px;
}
#u10428 {
position:absolute;
left:154px;
top:449px;
width:39px;
height:16px;
}
#u10429 {
position:absolute;
left:16px;
top:0px;
width:21px;
visibility:hidden;
word-wrap:break-word;
}
#u10428_input {
position:absolute;
left:-3px;
top:-2px;
}
#u10430 {
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u10431_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-right:0px;
border-radius:5px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10431 {
position:absolute;
left:491px;
top:669px;
width:40px;
height:36px;
}
#u10432 {
position:absolute;
left:2px;
top:10px;
width:36px;
visibility:hidden;
word-wrap:break-word;
}
#u10433_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10433 {
position:absolute;
left:649px;
top:669px;
width:40px;
height:36px;
}
#u10434 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10435_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-left:0px;
border-radius:5px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10435 {
position:absolute;
left:920px;
top:669px;
width:40px;
height:36px;
}
#u10436 {
position:absolute;
left:2px;
top:10px;
width:36px;
visibility:hidden;
word-wrap:break-word;
}
#u10437_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10437 {
position:absolute;
left:571px;
top:669px;
width:40px;
height:36px;
}
#u10438 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10439_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10439 {
position:absolute;
left:610px;
top:669px;
width:40px;
height:36px;
}
#u10440 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10441_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10441 {
position:absolute;
left:688px;
top:669px;
width:40px;
height:36px;
}
#u10442 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10443_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10443 {
position:absolute;
left:724px;
top:669px;
width:40px;
height:36px;
}
#u10444 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10445_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10445 {
position:absolute;
left:763px;
top:669px;
width:40px;
height:36px;
}
#u10446 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10447_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10447 {
position:absolute;
left:802px;
top:669px;
width:40px;
height:36px;
}
#u10448 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10449_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10449 {
position:absolute;
left:841px;
top:669px;
width:40px;
height:36px;
}
#u10450 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10451_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10451 {
position:absolute;
left:532px;
top:669px;
width:40px;
height:36px;
}
#u10452 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10453_div {
position:absolute;
left:0px;
top:0px;
width:40px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10453 {
position:absolute;
left:880px;
top:669px;
width:40px;
height:36px;
}
#u10454 {
position:absolute;
left:2px;
top:10px;
width:36px;
word-wrap:break-word;
}
#u10455_img {
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u10455 {
position:absolute;
left:925px;
top:672px;
width:30px;
height:30px;
font-family:'IOS8-Icons Regular', 'IOS8-Icons';
font-weight:400;
font-style:normal;
font-size:28px;
}
#u10456 {
position:absolute;
left:0px;
top:7px;
width:30px;
visibility:hidden;
word-wrap:break-word;
}
#u10457_img {
position:absolute;
left:0px;
top:0px;
width:30px;
height:30px;
}
#u10457 {
position:absolute;
left:496px;
top:672px;
width:30px;
height:30px;
font-family:'IOS8-Icons Regular', 'IOS8-Icons';
font-weight:400;
font-style:normal;
font-size:28px;
}
#u10458 {
position:absolute;
left:0px;
top:7px;
width:30px;
visibility:hidden;
word-wrap:break-word;
}
#u10460_div {
position:absolute;
left:0px;
top:0px;
width:1024px;
height:64px;
background:inherit;
background-color:rgba(215, 215, 215, 1);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FFFFFF;
}
#u10460 {
position:absolute;
left:0px;
top:741px;
width:1024px;
height:64px;
color:#FFFFFF;
}
#u10461 {
position:absolute;
left:2px;
top:24px;
width:1020px;
word-wrap:break-word;
}
#u10462_div {
position:absolute;
left:0px;
top:0px;
width:64px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10462 {
position:absolute;
left:749px;
top:332px;
width:64px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10463 {
position:absolute;
left:0px;
top:0px;
width:64px;
word-wrap:break-word;
}
#u10464_div {
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10464 {
position:absolute;
left:919px;
top:332px;
width:36px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10465 {
position:absolute;
left:0px;
top:0px;
width:36px;
word-wrap:break-word;
}
#u10466_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u10466 {
position:absolute;
left:146px;
top:267px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u10467 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u10468_div {
position:absolute;
left:0px;
top:0px;
width:64px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0099FF;
}
#u10468 {
position:absolute;
left:880px;
top:374px;
width:64px;
height:16px;
color:#0099FF;
}
#u10469 {
position:absolute;
left:0px;
top:0px;
width:64px;
word-wrap:break-word;
}
#u10470_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u10470 {
position:absolute;
left:267px;
top:267px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u10471 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u10472_div {
position:absolute;
left:0px;
top:0px;
width:96px;
height:36px;
background:inherit;
background-color:rgba(70, 140, 200, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:14px;
color:#666666;
}
#u10472 {
position:absolute;
left:387px;
top:267px;
width:96px;
height:36px;
font-size:14px;
color:#666666;
}
#u10473 {
position:absolute;
left:2px;
top:10px;
width:92px;
word-wrap:break-word;
}
#u10474_div {
position:absolute;
left:0px;
top:0px;
width:9px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10474 {
position:absolute;
left:1645px;
top:116px;
width:9px;
height:16px;
}
#u10475 {
position:absolute;
left:0px;
top:0px;
width:9px;
white-space:nowrap;
}
#u10476_div {
position:absolute;
left:0px;
top:0px;
width:57px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10476 {
position:absolute;
left:146px;
top:203px;
width:57px;
height:16px;
}
#u10477 {
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u10478_div {
position:absolute;
left:0px;
top:0px;
width:182px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10478 {
position:absolute;
left:220px;
top:193px;
width:182px;
height:36px;
}
#u10479 {
position:absolute;
left:2px;
top:10px;
width:178px;
visibility:hidden;
word-wrap:break-word;
}
#u10480 {
position:absolute;
left:222px;
top:194px;
width:178px;
height:34px;
}
#u10480_input {
position:absolute;
left:0px;
top:0px;
width:178px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
border-color:transparent;
outline-style:none;
}
#u10481_div {
position:absolute;
left:0px;
top:0px;
width:15px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10481 {
position:absolute;
left:438px;
top:203px;
width:15px;
height:16px;
}
#u10482 {
position:absolute;
left:0px;
top:0px;
width:15px;
white-space:nowrap;
}
#u10483_div {
position:absolute;
left:0px;
top:0px;
width:182px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10483 {
position:absolute;
left:476px;
top:193px;
width:182px;
height:36px;
}
#u10484 {
position:absolute;
left:2px;
top:10px;
width:178px;
visibility:hidden;
word-wrap:break-word;
}
#u10485 {
position:absolute;
left:478px;
top:194px;
width:178px;
height:34px;
}
#u10485_input {
position:absolute;
left:0px;
top:0px;
width:178px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:center;
border-color:transparent;
outline-style:none;
}
#u10486_div {
position:absolute;
left:0px;
top:0px;
width:64px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0099FF;
}
#u10486 {
position:absolute;
left:880px;
top:412px;
width:64px;
height:16px;
color:#0099FF;
}
#u10487 {
position:absolute;
left:0px;
top:0px;
width:64px;
word-wrap:break-word;
}
#u10488_div {
position:absolute;
left:0px;
top:0px;
width:64px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0099FF;
}
#u10488 {
position:absolute;
left:880px;
top:449px;
width:64px;
height:16px;
color:#0099FF;
}
#u10489 {
position:absolute;
left:0px;
top:0px;
width:64px;
word-wrap:break-word;
}
#u10490_div {
position:absolute;
left:0px;
top:0px;
width:170px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10490 {
position:absolute;
left:696px;
top:374px;
width:170px;
height:16px;
}
#u10491 {
position:absolute;
left:0px;
top:0px;
width:170px;
word-wrap:break-word;
}
#u10492_div {
position:absolute;
left:0px;
top:0px;
width:170px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10492 {
position:absolute;
left:696px;
top:412px;
width:170px;
height:16px;
}
#u10493 {
position:absolute;
left:0px;
top:0px;
width:170px;
word-wrap:break-word;
}
#u10494_div {
position:absolute;
left:0px;
top:0px;
width:170px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10494 {
position:absolute;
left:696px;
top:449px;
width:170px;
height:16px;
}
#u10495 {
position:absolute;
left:0px;
top:0px;
width:170px;
word-wrap:break-word;
}
#u10496_div {
position:absolute;
left:0px;
top:0px;
width:281px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10496 {
position:absolute;
left:250px;
top:411px;
width:281px;
height:16px;
}
#u10497 {
position:absolute;
left:0px;
top:0px;
width:281px;
word-wrap:break-word;
}
#u10498_div {
position:absolute;
left:0px;
top:0px;
width:281px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10498 {
position:absolute;
left:250px;
top:449px;
width:281px;
height:16px;
}
#u10499 {
position:absolute;
left:0px;
top:0px;
width:281px;
word-wrap:break-word;
}
#u10500_div {
position:absolute;
left:0px;
top:0px;
width:57px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10500 {
position:absolute;
left:412px;
top:139px;
width:57px;
height:16px;
}
#u10501 {
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u10502_div {
position:absolute;
left:0px;
top:0px;
width:179px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10502 {
position:absolute;
left:479px;
top:129px;
width:179px;
height:36px;
}
#u10503 {
position:absolute;
left:2px;
top:10px;
width:175px;
visibility:hidden;
word-wrap:break-word;
}
#u10504 {
position:absolute;
left:481px;
top:130px;
width:176px;
height:34px;
}
#u10504_input {
position:absolute;
left:0px;
top:0px;
width:176px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
border-color:transparent;
outline-style:none;
}
#u10505_img {
position:absolute;
left:0px;
top:0px;
width:12px;
height:8px;
}
#u10505 {
position:absolute;
left:634px;
top:143px;
width:12px;
height:8px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
color:#000000;
}
#u10506 {
position:absolute;
left:2px;
top:-4px;
width:8px;
visibility:hidden;
word-wrap:break-word;
}
#u10507_div {
position:absolute;
left:0px;
top:0px;
width:64px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10507 {
position:absolute;
left:527px;
top:332px;
width:64px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10508 {
position:absolute;
left:0px;
top:0px;
width:64px;
word-wrap:break-word;
}
#u10509_div {
position:absolute;
left:0px;
top:0px;
width:75px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10509 {
position:absolute;
left:537px;
top:374px;
width:75px;
height:16px;
}
#u10510 {
position:absolute;
left:0px;
top:0px;
width:75px;
word-wrap:break-word;
}
#u10511_div {
position:absolute;
left:0px;
top:0px;
width:75px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10511 {
position:absolute;
left:537px;
top:412px;
width:75px;
height:16px;
}
#u10512 {
position:absolute;
left:0px;
top:0px;
width:75px;
word-wrap:break-word;
}
#u10513_div {
position:absolute;
left:0px;
top:0px;
width:75px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10513 {
position:absolute;
left:537px;
top:449px;
width:75px;
height:16px;
}
#u10514 {
position:absolute;
left:0px;
top:0px;
width:75px;
word-wrap:break-word;
}
#u10515_div {
position:absolute;
left:0px;
top:0px;
width:179px;
height:36px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(188, 188, 188, 1);
border-radius:3px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10515 {
position:absolute;
left:684px;
top:129px;
width:179px;
height:36px;
}
#u10516 {
position:absolute;
left:2px;
top:10px;
width:175px;
visibility:hidden;
word-wrap:break-word;
}
#u10517 {
position:absolute;
left:686px;
top:130px;
width:176px;
height:34px;
}
#u10517_input {
position:absolute;
left:0px;
top:0px;
width:176px;
height:34px;
font-family:'Arial Normal', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
border-color:transparent;
outline-style:none;
}
#u10518_img {
position:absolute;
left:0px;
top:0px;
width:12px;
height:8px;
}
#u10518 {
position:absolute;
left:839px;
top:143px;
width:12px;
height:8px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
color:#000000;
}
#u10519 {
position:absolute;
left:2px;
top:-4px;
width:8px;
visibility:hidden;
word-wrap:break-word;
}
#u10520_div {
position:absolute;
left:0px;
top:0px;
width:64px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10520 {
position:absolute;
left:603px;
top:332px;
width:64px;
height:16px;
font-family:'Arial Negreta', 'Arial';
font-weight:700;
font-style:normal;
}
#u10521 {
position:absolute;
left:0px;
top:0px;
width:64px;
word-wrap:break-word;
}
#u10522_div {
position:absolute;
left:0px;
top:0px;
width:75px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10522 {
position:absolute;
left:610px;
top:374px;
width:75px;
height:16px;
}
#u10523 {
position:absolute;
left:0px;
top:0px;
width:75px;
word-wrap:break-word;
}
#u10524_div {
position:absolute;
left:0px;
top:0px;
width:75px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10524 {
position:absolute;
left:610px;
top:412px;
width:75px;
height:16px;
}
#u10525 {
position:absolute;
left:0px;
top:0px;
width:75px;
word-wrap:break-word;
}
#u10526_div {
position:absolute;
left:0px;
top:0px;
width:75px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u10526 {
position:absolute;
left:610px;
top:449px;
width:75px;
height:16px;
}
#u10527 {
position:absolute;
left:0px;
top:0px;
width:75px;
word-wrap:break-word;
}
#u10528_div {
position:absolute;
left:0px;
top:0px;
width:53px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0099FF;
}
#u10528 {
position:absolute;
left:954px;
top:374px;
width:53px;
height:16px;
color:#0099FF;
}
#u10529 {
position:absolute;
left:0px;
top:0px;
width:53px;
word-wrap:break-word;
}
#u10530_div {
position:absolute;
left:0px;
top:0px;
width:56px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0099FF;
}
#u10530 {
position:absolute;
left:954px;
top:412px;
width:56px;
height:16px;
color:#0099FF;
}
#u10531 {
position:absolute;
left:0px;
top:0px;
width:56px;
word-wrap:break-word;
}
#u10532_div {
position:absolute;
left:0px;
top:0px;
width:56px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#0099FF;
}
#u10532 {
position:absolute;
left:954px;
top:449px;
width:56px;
height:16px;
color:#0099FF;
}
#u10533 {
position:absolute;
left:0px;
top:0px;
width:56px;
word-wrap:break-word;
}
#u10534_img {
position:absolute;
left:0px;
top:0px;
width:24px;
height:24px;
}
#u10534 {
position:absolute;
left:20px;
top:856px;
width:24px;
height:24px;
font-size:16px;
color:#FFFFFF;
}
#u10535 {
position:absolute;
left:2px;
top:2px;
width:20px;
word-wrap:break-word;
}
#u10536_div {
position:absolute;
left:0px;
top:0px;
width:57px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FF00FF;
}
#u10536 {
position:absolute;
left:54px;
top:860px;
width:57px;
height:16px;
color:#FF00FF;
}
#u10537 {
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u10538_img {
position:absolute;
left:0px;
top:0px;
width:24px;
height:30px;
}
#u10538 {
position:absolute;
left:1050px;
top:168px;
width:24px;
height:30px;
font-size:16px;
color:#FFFFFF;
}
#u10539 {
position:absolute;
left:2px;
top:2px;
width:20px;
word-wrap:break-word;
}
#u10540_div {
position:absolute;
left:0px;
top:0px;
width:619px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FF00FF;
}
#u10540 {
position:absolute;
left:54px;
top:894px;
width:619px;
height:16px;
color:#FF00FF;
}
#u10541 {
position:absolute;
left:0px;
top:0px;
width:619px;
white-space:nowrap;
}
#u10542_img {
position:absolute;
left:0px;
top:0px;
width:24px;
height:24px;
}
#u10542 {
position:absolute;
left:20px;
top:940px;
width:24px;
height:24px;
font-size:16px;
color:#FFFFFF;
}
#u10543 {
position:absolute;
left:2px;
top:2px;
width:20px;
word-wrap:break-word;
}
#u10544_div {
position:absolute;
left:0px;
top:0px;
width:462px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FF00FF;
}
#u10544 {
position:absolute;
left:54px;
top:944px;
width:462px;
height:16px;
color:#FF00FF;
}
#u10545 {
position:absolute;
left:0px;
top:0px;
width:462px;
white-space:nowrap;
}
|
2.2.0.Final/apidocs/org/wildfly/swarm/config/management/security_realm/authorization/class-use/AdvancedFilterUsernameToDn.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 Sep 05 03:08:46 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn (BOM: * : All 2.2.0.Final API)</title>
<meta name="date" content="2018-09-05">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn (BOM: * : All 2.2.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/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">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.2.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/management/security_realm/authorization/class-use/AdvancedFilterUsernameToDn.html" target="_top">Frames</a></li>
<li><a href="AdvancedFilterUsernameToDn.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn" class="title">Uses of Class<br>org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn</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/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.management.security_realm">org.wildfly.swarm.config.management.security_realm</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.wildfly.swarm.config.management.security_realm.authorization">org.wildfly.swarm.config.management.security_realm.authorization</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.wildfly.swarm.config.management.security_realm">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a> in <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/package-summary.html">org.wildfly.swarm.config.management.security_realm</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/management/security_realm/package-summary.html">org.wildfly.swarm.config.management.security_realm</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a></code></td>
<td class="colLast"><span class="typeNameLabel">LdapAuthorization.LdapAuthorizationResources.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/LdapAuthorization.LdapAuthorizationResources.html#advancedFilterUsernameToDn--">advancedFilterUsernameToDn</a></span>()</code>
<div class="block">An advanced filter configuration to identify the users distinguished
name from the username.</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/management/security_realm/package-summary.html">org.wildfly.swarm.config.management.security_realm</a> with parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/LdapAuthorization.html" title="type parameter in LdapAuthorization">T</a></code></td>
<td class="colLast"><span class="typeNameLabel">LdapAuthorization.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/LdapAuthorization.html#advancedFilterUsernameToDn-org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn-">advancedFilterUsernameToDn</a></span>(<a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a> value)</code>
<div class="block">An advanced filter configuration to identify the users distinguished name
from the username.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.wildfly.swarm.config.management.security_realm.authorization">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a> in <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/package-summary.html">org.wildfly.swarm.config.management.security_realm.authorization</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/management/security_realm/authorization/package-summary.html">org.wildfly.swarm.config.management.security_realm.authorization</a> with type parameters of type <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a><T extends <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a><T>></span></code>
<div class="block">An advanced filter configuration to identify the users distinguished name
from the username.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDnConsumer</a><T extends <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a><T>></span></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnSupplier.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDnSupplier</a><T extends <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a>></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/package-summary.html">org.wildfly.swarm.config.management.security_realm.authorization</a> that return <a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a></code></td>
<td class="colLast"><span class="typeNameLabel">AdvancedFilterUsernameToDnSupplier.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnSupplier.html#get--">get</a></span>()</code>
<div class="block">Constructed instance of AdvancedFilterUsernameToDn 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/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">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.2.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/management/security_realm/authorization/class-use/AdvancedFilterUsernameToDn.html" target="_top">Frames</a></li>
<li><a href="AdvancedFilterUsernameToDn.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
1.0.0.Final/apidocs/org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.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 Mon Jun 27 14:13:37 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BinaryJDBCStoreConsumer (WildFly Swarm: Public javadocs 1.0.0.Final API)</title>
<meta name="date" content="2016-06-27">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BinaryJDBCStoreConsumer (WildFly Swarm: Public javadocs 1.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/BinaryJDBCStoreConsumer.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, 1.0.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStore.BinaryJDBCStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" target="_top">Frames</a></li>
<li><a href="BinaryJDBCStoreConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.config.infinispan.cache_container</div>
<h2 title="Interface BinaryJDBCStoreConsumer" class="title">Interface BinaryJDBCStoreConsumer<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><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">BinaryJDBCStoreConsumer<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><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="type parameter in BinaryJDBCStoreConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of BinaryJDBCStore resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStoreConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="type parameter in BinaryJDBCStoreConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html#andThen-org.wildfly.swarm.config.infinispan.cache_container.BinaryJDBCStoreConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStoreConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="type parameter in BinaryJDBCStoreConsumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.infinispan.cache_container.BinaryJDBCStore-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="type parameter in BinaryJDBCStoreConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of BinaryJDBCStore resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.infinispan.cache_container.BinaryJDBCStoreConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStoreConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="type parameter in BinaryJDBCStoreConsumer">T</a>> andThen(<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container">BinaryJDBCStoreConsumer</a><<a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" title="type parameter in BinaryJDBCStoreConsumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/BinaryJDBCStoreConsumer.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, 1.0.0.Final</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStore.BinaryJDBCStoreResources.html" title="class in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreSupplier.html" title="interface in org.wildfly.swarm.config.infinispan.cache_container"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/wildfly/swarm/config/infinispan/cache_container/BinaryJDBCStoreConsumer.html" target="_top">Frames</a></li>
<li><a href="BinaryJDBCStoreConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2016 <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/spi/api/MarkerContainer.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:38 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MarkerContainer (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="MarkerContainer (Public javadocs 2017.4.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":18,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance 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/MarkerContainer.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/spi/api/JBossDeploymentStructureContainer.html" title="interface in org.wildfly.swarm.spi.api"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/spi/api/Module.html" title="class in org.wildfly.swarm.spi.api"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/spi/api/MarkerContainer.html" target="_top">Frames</a></li>
<li><a href="MarkerContainer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.spi.api</div>
<h2 title="Interface MarkerContainer" class="title">Interface MarkerContainer<T extends <any>></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/spi/api/DependenciesContainer.html" title="interface in org.wildfly.swarm.spi.api">DependenciesContainer</a><T>, <a href="../../../../../org/wildfly/swarm/jaxrs/JAXRSArchive.html" title="interface in org.wildfly.swarm.jaxrs">JAXRSArchive</a>, <a href="../../../../../org/wildfly/swarm/undertow/WARArchive.html" title="interface in org.wildfly.swarm.undertow">WARArchive</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">MarkerContainer<T extends <any>></span></pre>
<div class="block">Utility to track internal markers regarding operations performed upon archives.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Ken Finnigan</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </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 ArchivePath</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/spi/api/MarkerContainer.html#PATH_MARKERS">PATH_MARKERS</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/spi/api/MarkerContainer.html" title="type parameter in MarkerContainer">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/spi/api/MarkerContainer.html#addMarker-java.lang.String-">addMarker</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> markerName)</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/spi/api/MarkerContainer.html#hasMarker-java.lang.String-">hasMarker</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> markerName)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="PATH_MARKERS">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PATH_MARKERS</h4>
<pre>static final ArchivePath PATH_MARKERS</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="addMarker-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addMarker</h4>
<pre>default <a href="../../../../../org/wildfly/swarm/spi/api/MarkerContainer.html" title="type parameter in MarkerContainer">T</a> addMarker(<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> markerName)</pre>
</li>
</ul>
<a name="hasMarker-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hasMarker</h4>
<pre>default boolean hasMarker(<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> markerName)</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/MarkerContainer.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/spi/api/JBossDeploymentStructureContainer.html" title="interface in org.wildfly.swarm.spi.api"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../org/wildfly/swarm/spi/api/Module.html" title="class in org.wildfly.swarm.spi.api"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/wildfly/swarm/spi/api/MarkerContainer.html" target="_top">Frames</a></li>
<li><a href="MarkerContainer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field.summary">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
2017.5.0/apidocs/org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.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 May 01 08:43:50 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AdvancedFilterUsernameToDnConsumer (Public javadocs 2017.5.0 API)</title>
<meta name="date" content="2017-05-01">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AdvancedFilterUsernameToDnConsumer (Public javadocs 2017.5.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AdvancedFilterUsernameToDnConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnSupplier.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" target="_top">Frames</a></li>
<li><a href="AdvancedFilterUsernameToDnConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.wildfly.swarm.config.management.security_realm.authorization</div>
<h2 title="Interface AdvancedFilterUsernameToDnConsumer" class="title">Interface AdvancedFilterUsernameToDnConsumer<T extends <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a><T>></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Functional Interface:</dt>
<dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd>
</dl>
<hr>
<br>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
public interface <span class="typeNameLabel">AdvancedFilterUsernameToDnConsumer<T extends <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDn</a><T>></span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="type parameter in AdvancedFilterUsernameToDnConsumer">T</a> value)</code>
<div class="block">Configure a pre-constructed instance of AdvancedFilterUsernameToDn
resource</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDnConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="type parameter in AdvancedFilterUsernameToDnConsumer">T</a>></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html#andThen-org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDnConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDnConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="type parameter in AdvancedFilterUsernameToDnConsumer">T</a>> after)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="accept-org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDn-">
<!-- -->
</a><a name="accept-T-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>accept</h4>
<pre>void accept(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="type parameter in AdvancedFilterUsernameToDnConsumer">T</a> value)</pre>
<div class="block">Configure a pre-constructed instance of AdvancedFilterUsernameToDn
resource</div>
</li>
</ul>
<a name="andThen-org.wildfly.swarm.config.management.security_realm.authorization.AdvancedFilterUsernameToDnConsumer-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>andThen</h4>
<pre>default <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDnConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="type parameter in AdvancedFilterUsernameToDnConsumer">T</a>> andThen(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization">AdvancedFilterUsernameToDnConsumer</a><<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" title="type parameter in AdvancedFilterUsernameToDnConsumer">T</a>> after)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/AdvancedFilterUsernameToDnConsumer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">WildFly Swarm API, 2017.5.0</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDn.AdvancedFilterUsernameToDnResources.html" title="class in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnSupplier.html" title="interface in org.wildfly.swarm.config.management.security_realm.authorization"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/wildfly/swarm/config/management/security_realm/authorization/AdvancedFilterUsernameToDnConsumer.html" target="_top">Frames</a></li>
<li><a href="AdvancedFilterUsernameToDnConsumer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p>
</body>
</html>
|
docs/doc/reference-v1/com/google/android/exoplayer/text/tx3g/package-summary.html
|
amzn/exoplayer-amazon-port
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_101) on Wed Dec 14 17:18:31 GMT 2016 -->
<title>com.google.android.exoplayer.text.tx3g (ExoPlayer library)</title>
<meta name="date" content="2016-12-14">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.google.android.exoplayer.text.tx3g (ExoPlayer library)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>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/google/android/exoplayer/text/ttml/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../com/google/android/exoplayer/text/webvtt/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/google/android/exoplayer/text/tx3g/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package com.google.android.exoplayer.text.tx3g</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../../com/google/android/exoplayer/text/tx3g/Tx3gParser.html" title="class in com.google.android.exoplayer.text.tx3g">Tx3gParser</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../../com/google/android/exoplayer/text/SubtitleParser.html" title="interface in com.google.android.exoplayer.text"><code>SubtitleParser</code></a> for tx3g.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>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/google/android/exoplayer/text/ttml/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../../com/google/android/exoplayer/text/webvtt/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/google/android/exoplayer/text/tx3g/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_15_testAbaNumberCheck_33511_good_woy.html
|
dcarda/aba.route.validator
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title>
</head>
<body>
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online documentation" target="_blank"
href="http://openclover.org/documentation">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<a href="http://cardatechnologies.com" target="_top">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</a>
</div>
<div class="aui-page-header-main" >
<h1>
<a href="http://cardatechnologies.com" target="_top">
ABA Route Transit Number Validator 1.0.1-SNAPSHOT
</a>
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li>
<li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li>
<li><a href="test-Test_AbaRouteValidator_15.html">Class Test_AbaRouteValidator_15</a></li>
</ol></div>
<h1 class="aui-h2-clover">
Test testAbaNumberCheck_33511_good
</h1>
<table class="aui">
<thead>
<tr>
<th>Test</th>
<th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th>
<th><label title="When the test execution was started">Start time</label></th>
<th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th>
<th><label title="A failure or error message if the test is not successful.">Message</label></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_15.html?line=23825#src-23825" >testAbaNumberCheck_33511_good</a>
</td>
<td>
<span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span>
</td>
<td>
7 Aug 12:44:14
</td>
<td>
0.001 </td>
<td>
<div></div>
<div class="errorMessage"></div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<table class="aui aui-table-sortable">
<thead>
<tr>
<th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th>
<th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_33511_good</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span>
  <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=42370#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>
|
cdap-ui/app/directives/error/error-popover.html
|
anthcp/cdap
|
<!--
Copyright © 2015 Cask Data, Inc.
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.
-->
<div class="popover" ng-controller="myErrorController">
<div class="arrow"></div>
<div class="popover-title">
<div class="row">
<div class="col-xs-6">
<h4>Errors</h4>
</div>
<div class="col-xs-6">
<button class="btn btn-sm btn-default pull-right" ng-click="clear()">Clear All</button>
</div>
</div>
</div>
<div class="popover-content">
<div class="clearfix">
<div class="row bg-danger" ng-repeat="alert in alerts track by $index">
<div class="col-xs-10">
<span class="badge" ng-if="alert.count > 1">{{alert.count}}</span>
<strong>{{ alert.title }}</strong> {{ alert.content }}
<p>
<small class="text-muted">{{ alert.time | amCalendar }}</small>
</p>
</div>
<div class="col-xs-2">
<span class="pull-right" ng-click="remove(alert)"><i class="fa fa-times"></i></span>
</div>
</div>
</div>
</div>
</div>
|
Presentation/reveal.js-3.1.0/index.html
|
nbarnwell/distributed-systems-with-nsb
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Distributed Systems with NServiceBus</title>
<meta name="description" content="A quick-start on the relative merits of 'monolith' apps vs distributed apps.">
<meta name="author" content="Neil Barnwell">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/league.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Distributed Systems with NServiceBus</h1>
<h3>(from the trenches)</h3>
<p>
<small>Created by <a href="http://neilbarnwell.co.uk">Neil Barnwell</a> / <a href="http://twitter.com/neilbarnwell">@neilbarnwell</a></small>
</p>
<p>https://github.com/nbarnwell/distributed-systems-with-nsb</p>
</section>
<section>
<h2>"Monoliths" vs. "Distributed Systems"</h2>
</section>
<section>
<h2>Monolith</h2>
<blockquote>A single application/website that does <em>everything</em></blockquote>
</section>
<section>
<h2>Distributed System</h2>
<blockquote>An application split into several components according to duty. E.g. ASP.NET web site + web services + Windows services.</blockquote>
<p>SOA, or "Microservices" if you will...</p>
<p>Messaging is used for communications between components</p>
<p>Tend towards durable asynchronous messaging over RPC</p>
</section>
<section>
<h2>Comparing "Monolith" vs. "Distributed"</h2>
<p class="fragment">"One program" vs. "Many programs"</p>
<p class="fragment">Scaling</p>
<p class="fragment">Potential for "Big Ball of Mud"</p>
<p class="fragment">Team familiarity/productivity</p>
<p class="fragment">Flexibility in technology choices</p>
<p class="fragment">Deployment</p>
<p class="fragment">"Calling a method" == "sending a message" *</p>
<p class="fragment">Eventual consistency, concurrency, message ordering, idempotency, oh la la...</p>
<hr class="fragment" />
</section>
<section>
<h3>So which is right?</h3>
<p>Martin Fowler suggests considering a <a href="http://martinfowler.com/bliki/MonolithFirst.html">"Monolith-first"</a> approach:</p>
<blockquote>
<ol>
<li>"Almost all the successful microservice stories have started with a monolith that got too big and was broken up."</li>
<li>"Almost all the cases where I've heard of a system that was built as a microservice system from scratch, it has ended up in serious trouble."</li>
</ol>
</blockquote>
</section>
<section>
<h3>Moving to a Distributed Architecture</h3>
<p>Method -> Message Handler</p>
<p>"Service" class -> ESB Service</p>
</section>
<section>
<section>
<h1>Introducing... NServiceBus</h1>
<p>(What <em>is</em> it?)</p>
</section>
<section>
<h2>In their words...</h2>
<blockquote>"The most developer-friendly service bus for .NET."</blockquote>
</section>
<section>
<h2>In other words...</h2>
<p>A set of libraries to help build scalable apps that communicate using messages.</p>
</section>
<section>
<p>There is no bus...</p>
<p class="fragment">Well, no central "service bus" application to talk to; your apps have what they need built in.</p>
</section>
</section>
<section>
<section>
<h1>EXAMPLE CODEZ</h1>
</section>
<section>
<h1>#1</h1>
<h2>Home-grown</h2>
</section>
<section>
<h1>#1</h1>
<h3>But what's missing?</h3>
<ul>
<li class="fragment">Actually, y'know <em>processing</em> the messages...</li>
<li class="fragment">Exception/failed message handling</li>
<li class="fragment">Timeouts</li>
<li class="fragment">Sagas (a.k.a Process Managers)</li>
</ul>
</section>
<section>
<h1>#2</h1>
<h2>NServiceBus style</h2>
</section>
<section>
<h1>#2</h1>
<h3>So what do we get?</h3>
<ul>
<li class="fragment">Actually, y'know <em>processing</em> the messages...</li>
<li class="fragment">Exception/failed message handling</li>
<li class="fragment">Timeouts</li>
<li class="fragment">Sagas (a.k.a Process Managers)</li>
<li class="fragment">Message mutators/behaviours</li>
<li class="fragment">Handler ordering</li>
<li class="fragment">Performance counters</li>
<li class="fragment">...and more</li>
</ul>
</section>
</section>
<section>
<section>
<h1>Lessons Learned</h1>
<p>In no particular order...</p>
</section>
<section>
<h1>#1</h1>
<p><strong>Be able to measure performance from the outset</strong></p>
<blockquote>"This is crucial to ensure you know where you are failing your SLAs for message handling."</blockquote>
</section>
<section>
<h1>#2</h1>
<p><strong>Plan for scale-out early</strong></p>
<blockquote>Dealing with a bottleneck in production is a problem when for some reason (e.g. message ordering) you don't have the <em>ability</em> to scale those components</blockquote>
</section>
<section>
<h1>#3</h1>
<p><strong>Distributed transactions are sloooow</strong></p>
<blockquote>If you can support <q>at least once</q> messaging, then consider avoiding 2PC/DTC to gain potentially massive performance improvements</blockquote>
</section>
<section>
<h1>#4</h1>
<p><strong>Plan for handling out of order and duplicate messages</strong></p>
<blockquote>Consider some sort of pull/merge/commit/push to accept messages coming in after the system has moved on, and avoid strict logic or anything that throws exceptions</blockquote>
</section>
<section>
<h1>#5</h1>
<p><strong>Consider hosting domain model in ESB service</strong></p>
<blockquote>Scale-out could be useful, and allows for direct interaction between systems as well as all the built-in handler functionality and message failure tolerance/monitoring</blockquote>
</section>
<section>
<h1>#6</h1>
<p><strong>Build success/failure monitoring early</strong></p>
<blockquote>Failed messages should be visible alongside log entries generated while processing them, and failures should notify someone who can correct issues and have the messages retried (consider <a href="http://particular.net/ServicePulse">ServicePulse</a>)</blockquote>
</section>
</section>
<section style="text-align: left;">
<h1>Questions?</h1>
<p>
Tweet me if you prefer: <strong>@neilbarnwell</strong>
</p>
</section>
<section style="text-align: left;">
<h1>THE END</h1>
<p>
<a href="https://github.com/nbarnwell/distributed-systems-with-nsb">Source code & documentation</a>
</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function () { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function () { return !!document.querySelector('[data-markdown]'); } },
{ src: 'plugin/markdown/markdown.js', condition: function () { return !!document.querySelector('[data-markdown]'); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function () { return !!document.querySelector('pre code'); }, callback: function () { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>
|
templates/static_templates/theme-partners.html
|
reroes/edx-theme
|
## mako
<%!
from django.conf import settings
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext as _
%>
<%inherit file="/main.html" />
<%namespace name='static' file='/static_content.html'/>
<%block name="title"><title>Términos de Servicio</title></%block>
<section class="home">
<section class="courses-container">
<section class="highlighted-courses bloque4">
<div class="texto-titulo"><br/><h2 class="titulo">Partners</h2></div>
<section class="courses seccion-partners">
<ul class="courses-listing">
<li class="courses-listing-item border_bloques">
<a href="http://ambar.utpl.edu.ec/" target="_blank"><img src="${static.url('themes/utpl_final/images/ambar.jpg')}" width="100%" height="80px" alt=""/> </a> </li>
<li class="courses-listing-item border_bloques">
<a href="http://moocs.utpl.edu.ec/" target="_blank"><img src="${static.url('themes/utpl_final/images/Moccs-utpl.jpg')}" width="100%" height="80px" alt=""/> </a> </li>
<li class="courses-listing-item border_bloques">
<a href="http://es-la.dbpedia.org/" target="_blank"><img src="${static.url('themes/utpl_final/images/dbpedia.jpg')}" width="100%" height="80px" alt=""/> </a> </li>
<li class="courses-listing-item border_bloques">
<a href="http://www.utpl.edu.ec/" target="_blank"><img src="${static.url('themes/utpl_final/images/utpl_logo.jpg')}" width="100%" height="80px" alt=""/></a> </li>
<li class="courses-listing-item border_bloques">
<center> <a href="http://medialab.utpl.edu.ec/" target="_blank"><img src="${static.url('themes/utpl_final/images/mediaLab_logo.jpg')}" width="50%" height="80px" alt=""/></a> </center> </li>
</ul>
</section>
</section>
</section>
</section>
<section class="static-container tos">
</section>
</script>
|
app/views/helpers/forms/fieldErrors.scala.html
|
hmrc/self-service-time-to-pay-frontend
|
@*
* Copyright 2021 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*@
@(field:Field, args:(Symbol, String)*)(implicit messages: play.api.i18n.Messages)
@import helpers.forms.errorList
@errorList(field.errors.map { m => (m.key, Messages(m.message)) }, '_fieldId -> field.id)
|
src/main/webapp/html/editProfile.html
|
castronu/quickat
|
<div class="row" style="margin-bottom: 20px">
<p class="text-center pageTitle">Create Profile</p>
<div class="col-md-8 col-md-offset-2">
<hr>
<form class="form form-horizontal" ng-submit="submit()">
<div class="form-group">
<label for="firstName" class="col-sm-2 pull-left">First Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="firstName" placeholder="First Name" ng-model="user.firstName"/>
</div>
</div>
<div class="form-group">
<label for="lastName" class="col-sm-2 pull-left">Last Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="lastName" placeholder="Last Name" ng-model="user.lastName"/>
</div>
</div>
<div class="form-group">
<label for="username" class="col-sm-2 pull-left">Username</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="username" placeholder="Username" ng-model="user.nickname"/>
</div>
</div>
<div class="form-group">
<label for="email" class="col-sm-2 pull-left">E-mail</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="email" placeholder="E-mail" ng-model="user.email"/>
</div>
</div>
<div class="form-group">
<label for="website" class="col-sm-2 pull-left">Website</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="website" placeholder="Website" ng-model="user.webPage"/>
</div>
</div>
<div class="form-group">
<label for="bio" class="col-sm-2 pull-left">About me</label>
<div class="col-sm-10">
<textarea class="form-control" id="bio" placeholder="About me" rows="7" ng-model="user.about"></textarea>
</div>
</div>
<hr>
<button type="submit" class="btn btn-danger pull-right">Submit</button>
</form>
</div>
</div>
|
jacob-1.17/docs/api/com/jacob/activeX/package-summary.html
|
Eminenz/itunesJacobExample
|
<!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_22) on Sat Aug 03 06:31:20 EDT 2013 -->
<TITLE>
com.jacob.activeX (JACOB : Java COM Bridge API Docs)
</TITLE>
<META NAME="keywords" CONTENT="com.jacob.activeX package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.jacob.activeX (JACOB : Java COM Bridge API Docs)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV PACKAGE
<A HREF="../../../com/jacob/com/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/jacob/activeX/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package com.jacob.activeX
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/jacob/activeX/ActiveXComponent.html" title="class in com.jacob.activeX">ActiveXComponent</A></B></TD>
<TD>This class provides a higher level, more object like, wrapper for top of the
Dispatch object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/jacob/activeX/ActiveXDispatchEvents.html" title="class in com.jacob.activeX">ActiveXDispatchEvents</A></B></TD>
<TD>RELEASE 1.12 EXPERIMENTAL.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/jacob/activeX/ActiveXInvocationProxy.html" title="class in com.jacob.activeX">ActiveXInvocationProxy</A></B></TD>
<TD>RELEASE 1.12 EXPERIMENTAL.</TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV PACKAGE
<A HREF="../../../com/jacob/com/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?com/jacob/activeX/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>http://jacob-project.sourceforge.net</i>
</BODY>
</HTML>
|
docs/psidev/psi/mi/jami/xml/model/xml30/class-use/Entry.JAXBAvailabilitiesWrapper.html
|
MICommunity/psi-jami
|
<!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_252) on Fri Aug 20 17:47:58 BST 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class psidev.psi.mi.jami.xml.model.xml30.Entry.JAXBAvailabilitiesWrapper (PSI :: JAMI - Java framework for molecular interactions 3.2.12 API)</title>
<meta name="date" content="2021-08-20">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class psidev.psi.mi.jami.xml.model.xml30.Entry.JAXBAvailabilitiesWrapper (PSI :: JAMI - Java framework for molecular interactions 3.2.12 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="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/Entry.JAXBAvailabilitiesWrapper.html" title="class in psidev.psi.mi.jami.xml.model.xml30">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?psidev/psi/mi/jami/xml/model/xml30/class-use/Entry.JAXBAvailabilitiesWrapper.html" target="_top">Frames</a></li>
<li><a href="Entry.JAXBAvailabilitiesWrapper.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 psidev.psi.mi.jami.xml.model.xml30.Entry.JAXBAvailabilitiesWrapper" class="title">Uses of Class<br>psidev.psi.mi.jami.xml.model.xml30.Entry.JAXBAvailabilitiesWrapper</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="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/Entry.JAXBAvailabilitiesWrapper.html" title="class in psidev.psi.mi.jami.xml.model.xml30">Entry.JAXBAvailabilitiesWrapper</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#psidev.psi.mi.jami.xml.model.xml30">psidev.psi.mi.jami.xml.model.xml30</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="psidev.psi.mi.jami.xml.model.xml30">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/Entry.JAXBAvailabilitiesWrapper.html" title="class in psidev.psi.mi.jami.xml.model.xml30">Entry.JAXBAvailabilitiesWrapper</a> in <a href="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/package-summary.html">psidev.psi.mi.jami.xml.model.xml30</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="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/package-summary.html">psidev.psi.mi.jami.xml.model.xml30</a> with parameters of type <a href="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/Entry.JAXBAvailabilitiesWrapper.html" title="class in psidev.psi.mi.jami.xml.model.xml30">Entry.JAXBAvailabilitiesWrapper</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="typeNameLabel">Entry.</span><code><span class="memberNameLink"><a href="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/Entry.html#setJAXBAvailabilityWrapper-psidev.psi.mi.jami.xml.model.xml30.Entry.JAXBAvailabilitiesWrapper-">setJAXBAvailabilityWrapper</a></span>(<a href="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/Entry.JAXBAvailabilitiesWrapper.html" title="class in psidev.psi.mi.jami.xml.model.xml30">Entry.JAXBAvailabilitiesWrapper</a> wrapper)</code>
<div class="block">setJAXBAvailabilityWrapper.</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="../../../../../../../../psidev/psi/mi/jami/xml/model/xml30/Entry.JAXBAvailabilitiesWrapper.html" title="class in psidev.psi.mi.jami.xml.model.xml30">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?psidev/psi/mi/jami/xml/model/xml30/class-use/Entry.JAXBAvailabilitiesWrapper.html" target="_top">Frames</a></li>
<li><a href="Entry.JAXBAvailabilitiesWrapper.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 © 2021. All rights reserved.</small></p>
</body>
</html>
|
doc/com/github/rtoshiro/example/fvvapplication/R.id.html
|
rtoshiro/FullscreenVideoView
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Tue Dec 15 17:42:16 BRST 2015 -->
<title>R.id</title>
<meta name="date" content="2015-12-15">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="R.id";
}
//-->
</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/R.id.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.drawable.html" title="class in com.github.rtoshiro.example.fvvapplication"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.layout.html" title="class in com.github.rtoshiro.example.fvvapplication"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/github/rtoshiro/example/fvvapplication/R.id.html" target="_top">Frames</a></li>
<li><a href="R.id.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.github.rtoshiro.example.fvvapplication</div>
<h2 title="Class R.id" class="title">Class R.id</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.github.rtoshiro.example.fvvapplication.R.id</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.html" title="class in com.github.rtoshiro.example.fvvapplication">R</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="strong">R.id</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#action_settings">action_settings</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#rel_videocontrols">rel_videocontrols</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#textview">textview</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#vcv_img_fullscreen">vcv_img_fullscreen</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#vcv_img_play">vcv_img_play</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#vcv_seekbar">vcv_seekbar</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#vcv_txt_elapsed">vcv_txt_elapsed</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#vcv_txt_total">vcv_txt_total</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#videoview">videoview</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.id.html#R.id()">R.id</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="action_settings">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_settings</h4>
<pre>public static final int action_settings</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.action_settings">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="rel_videocontrols">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rel_videocontrols</h4>
<pre>public static final int rel_videocontrols</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.rel_videocontrols">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="textview">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>textview</h4>
<pre>public static final int textview</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.textview">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="vcv_img_fullscreen">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>vcv_img_fullscreen</h4>
<pre>public static final int vcv_img_fullscreen</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.vcv_img_fullscreen">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="vcv_img_play">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>vcv_img_play</h4>
<pre>public static final int vcv_img_play</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.vcv_img_play">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="vcv_seekbar">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>vcv_seekbar</h4>
<pre>public static final int vcv_seekbar</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.vcv_seekbar">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="vcv_txt_elapsed">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>vcv_txt_elapsed</h4>
<pre>public static final int vcv_txt_elapsed</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.vcv_txt_elapsed">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="vcv_txt_total">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>vcv_txt_total</h4>
<pre>public static final int vcv_txt_total</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.vcv_txt_total">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="videoview">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>videoview</h4>
<pre>public static final int videoview</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#com.github.rtoshiro.example.fvvapplication.R.id.videoview">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="R.id()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>R.id</h4>
<pre>public R.id()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/R.id.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.drawable.html" title="class in com.github.rtoshiro.example.fvvapplication"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../com/github/rtoshiro/example/fvvapplication/R.layout.html" title="class in com.github.rtoshiro.example.fvvapplication"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/github/rtoshiro/example/fvvapplication/R.id.html" target="_top">Frames</a></li>
<li><a href="R.id.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
closure/goog/style/style_quirks_test.html
|
olegshnitko/closure-library
|
<!-- BackCompat -->
<!--
This is a copy of style_test.html but without a doctype. Make sure these two
are in sync.
-->
<html>
<!--
Copyright 2006 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by an Apache 2.0 License.
See the COPYING file for details.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Closure Unit Tests - goog.dom.style</title>
<script src="../base.js"></script>
<script>
goog.require('goog.color');
goog.require('goog.dom');
goog.require('goog.math.Coordinate');
goog.require('goog.math.Size');
goog.require('goog.style');
goog.require('goog.testing.ExpectedFailures');
goog.require('goog.testing.jsunit');
goog.require('goog.userAgent');
goog.require('goog.userAgent.product');
goog.require('goog.userAgent.product.isVersion');
</script>
<script>
var isBorderBox = true;
</script>
<style>
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
</style>
<style>
i {
font-family: Times, sans-serif;
font-size: 5em;
}
#testEl5 {
display: none;
}
#styleTest1 {
width: 120px;
text-decoration: underline;
}
#bgcolorTest0 {
background-color: #f00;
}
#bgcolorTest1 {
background-color: #ff0000;
}
#bgcolorTest2 {
background-color: rgb(255, 0, 0);
}
#bgcolorTest3 {
background-color: rgb(100%, 0%, 0%);
}
#bgcolorTest5 {
background-color: lightblue;
}
#bgcolorTest6 {
background-color: inherit;
}
#bgcolorTest7 {
background-color: transparent;
}
.rtl {
direction: rtl;
}
.ltr {
direction: ltr;
}
#pos-scroll-abs {
position: absolute;
top: 200px;
left: 100px;
}
#pos-scroll-abs-1 {
overflow: scroll;
width: 100px;
height: 100px;
}
#pos-scroll-abs-2 {
position: absolute;
top: 100px;
left: 100px;
width: 500px;
background-color: pink;
}
#abs-upper-left {
position: absolute;
top: 0px;
left: 0px;
}
#no-text-font-styles {
font-family: "Helvetica", Times, serif;
font-size: 30px;
}
.century {
font-family: "Comic Sans MS", "Century Schoolbook L", serif;
}
#size-a,
#size-e {
width: 100px;
height: 100px;
background: red;
padding: 0;
border-style: solid;
border-color: black;
border-width: 0;
}
#size-b {
width: 100px;
height: 100px;
background: red;
border: 10px solid black;
}
#size-c {
width: 100px;
height: 100px;
background: red;
border: 10px solid black;
padding: 10px;
overflow: auto;
}
#size-f {
border-width: 0;
margin: 0;
padding: 0;
}
#size-d {
width: 10em;
height: 2cm;
background: red;
border: thick solid black;
padding: 2mm;
}
#test-opacity {
opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);
}
#test-frame-offset {
display: block;
position: absolute;
top: 50px;
left: 50px;
width: 50px;
height: 50px;
}
#test-visible {
position: absolute;
overflow: hidden;
}
.scrollable-container {
border: 8px solid blue;
padding: 16px;
margin: 32px;
width: 100px;
height: 100px;
overflow: auto;
position: absolute;
left: 400px;
top: 0;
}
.scrollable-container-item {
margin: 1px;
border: 2px solid gray;
padding: 4px;
width: auto;
/* The overflow is different from style_test so that we have consistent
scroll positions in all browsers. */
overflow: hidden;
height: 20px;
}
</style>
</head>
<body>
<div id="testEl">
<span>Test Element</span>
</div>
<div id="testEl5">
<span>Test Element 5</span>
</div>
<table id="table1">
<tr>
<td id="td1">td1</td>
</tr>
</table>
<span id="span0">span0</span>
<ul>
<li id="li1">li1</li>
</ul>
<span id="span1" class="test1"></span>
<span id="span2" class="test1"></span>
<span id="span3" class="test2"></span>
<span id="span4" class="test3"></span>
<span id="span5" class="test1"></span>
<span id="span6" class="test1"></span>
<p id="p1"></p>
<div id="styleTest1"></div>
<div id="styleTest2" style="width:100px;text-decoration:underline"></div>
<div id="styleTest3"></div>
<!-- Paragraph to test element child and sibling -->
<p id="p2">
<!-- Comment -->
a
<b id="b1">c</b>
d
<!-- Comment -->
e
<b id="b2">f</b>
g
<!-- Comment -->
</p>
<p style="background-color: #eee">
<span id="bgcolorTest0">1</span>
<span id="bgcolorTest1">1</span>
<span id="bgcolorTest2">2</span>
<span id="bgcolorTest3">3</span>
<span id="bgcolorTest4" style="background-color:#ff0000">4</span>
<span id="bgcolorTest5">5</span>
<span id="bgcolorTest6">6</span>
<span id="bgcolorTest7">7</span>
<span id="bgcolorDest">Dest</span>
<span id="installTest0">Styled 0</span>
<span id="installTest1">Styled 1</span>
</p>
<div class='rtl-test' dir='ltr' id='rtl1'>
<div dir='rtl' id='rtl2'>right to left</div>
<div dir='ltr' id='rtl3'>left to right</div>
<div id='rtl4'>left to right (inherited)</div>
<div id='rtl5' style="direction: rtl">right to left (style)</div>
<div id='rtl6' style="direction: ltr">left to right (style)</div>
<div id='rtl7' class=rtl>right to left (css)</div>
<div id='rtl8' class=ltr>left to right (css)</div>
<div class=rtl>
<div id='rtl9'>right to left (css)</div>
</div>
<div class=ltr>
<div id='rtl10'>left to right (css)</div>
</div>
</div>
<div id="pos-scroll-abs">
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text some
text some text some text some text some text some text. Some text some text
some text some text some text some text some text some text some text some
text. Some text some text some text some text some text some text some text
some text some text some text.
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text some
text some text some text some text some text some text. Some text some text
some text some text some text some text some text some text some text some
text. Some text some text some text some text some text some text some text
some text some text some text.
<div id="pos-scroll-abs-1">
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text
some text some text some text some text some text some text. Some text
some text some text some text some text some text some text some text some
text some text. Some text some text some text some text some text some
text some text some text some text some text.
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text
some text some text some text some text some text some text. Some text
some text some text some text some text some text some text some text some
text some text. Some text some text some text some text some text some
text some text some text some text some text.
<div id="pos-scroll-abs-2">
<p>Some text some text some text some text some text some text some text
some text some text some text. Some text some text some text some text
some text some text some text some text some text some text. Some text
some text some text some text some text some text some text some text
some text some text. Some text some text some text some text some text
some text some text some text some text some text.
</div>
</div>
</div>
<div id="abs-upper-left">
foo
</div>
<div id="no-text-font-styles">
<font size="+1" face="Times,serif" id="font-tag">Times</font>
<pre id="pre-font">pre text</pre>
<span style="font:inherit" id="inherit-font">inherited</span>
<span style="font-family:Times,sans-serif; font-size:3in"
id="times-font-family">Times</span>
<b id="bold-font">Bolded</b>
<i id="css-html-tag-redefinition">Times</i>
<span id="small-text" class="century" style="font-size:small">eensy</span>
<span id="x-small-text" style="font-size:x-small">weensy</span>
<span style="font:50% badFont" id="font-style-badfont">
badFont
<span style="font:inherit" id="inherit-50pct-font">
same size as badFont
</span>
</span>
<span id="icon-font" style="font:icon">Icon Font</span>
</div>
<span id="no-font-style">plain</span>
<span style="font-family:Arial" id="nested-font">Arial<span style="font-family:Times">Times nested inside Arial</span></span>
<img id="img-font-test" src=""/>
<span style="font-size:25px">
<span style="font-size:12.5px" id="font-size-12-point-5-px">12.5PX</span>
<span style="font-size:0.5em" id="font-size-50-pct-of-25-px">12.5PX</span>
</span>
<div id="size-a"></div>
<div id="size-b"></div>
<div id="size-c">xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxxxxxxxxxx
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
<div id="size-f">hello</div>
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
xxxxxxxxxxxxxxxx</div>
<div id="size-d">xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxxxxxxxxxx
xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
xxxxxxxx x</div>
<div id="size-e"></div>
<div id="no-float"></div>
<div id="float-none" style="float:none"></div>
<div id="float-left" style="float:left"></div>
<div id="float-test"></div>
<div id="height-test" style="display:inline-block;position:relative">
<div id="height-test-inner" style="display:inline-block">
foo
</div>
</div>
<div id="test-opacity"></div>
<iframe id="test-frame-offset"></iframe>
<iframe id="test-translate-frame-standard" src="style_test_standard.html"
style="overflow:auto;position:absolute;left:100px;top:150px;width:200px;height:200px;border:0px;">
</iframe>
<iframe id="test-translate-frame-quirk" src="style_test_quirk.html"
style="overflow:auto;position:absolute;left:100px;top:350px;width:200px;height:200px;border:0px;margin:0px;">
</iframe>
<iframe
id="test-visible-frame"
src="style_test_iframe_quirk.html"
style="width: 200px; height: 200px; border: 0px;">
</iframe>
<div id="test-scrollbarwidth" style="background-color: orange; width: 100px; height: 100px; overflow: auto;">
<div style='width: 200px; height: 200px; background-color: red'>Test Scroll bar width with scroll</div>
</div>
<div id="scrollable-container" class="scrollable-container">
<!--
Workaround for overlapping top padding of the container and top margin of
the first item in Internet Explorer 6 and 7.
See http://www.quirksmode.org/bugreports/archives/2005/01/IE_nested_boxes_padding_topmargin_top.html#c11285
-->
<div style="height: 0"><!-- --></div>
<div id="item1" class="scrollable-container-item">1</div>
<div id="item2" class="scrollable-container-item">2</div>
<div id="item3" class="scrollable-container-item">3</div>
<div id="item4" class="scrollable-container-item">4</div>
<div id="item5" class="scrollable-container-item">5</div>
<div id="item6" class="scrollable-container-item">6</div>
<div id="item7" class="scrollable-container-item">7</div>
<div id="item8" class="scrollable-container-item">8</div>
</div>
<div id="test-visible" style="background-color:yellow;">
Test-visible
<div id="test-visible-el" style="height:200px;">Test-visible</div>
Test-visible
</div>
<div id="msFilter" style="-ms-filter:'alpha(opacity=0)'">
A div</div>
<div id="filter" style="filter:alpha(opacity=0)">
Another div</div>
<script>
var expectedFailures = new goog.testing.ExpectedFailures();
function setUpPage() {
var viewportSize = goog.dom.getViewportSize();
// When the window is too short or not wide enough, some tests, especially
// those for off-screen elements, fail. Oddly, the most reliable
// height sometimes includes a scroll bar. We can make no assumptions on
// window size on the Selenium farm.
if (goog.userAgent.IE && !viewportSize.width) {
// Move to origin, since IE won't resize outside the screen.
window.moveTo(0, 0);
window.resizeTo(640, 480);
}
}
function setUp() {
window.scrollTo(0, 0);
}
function tearDown() {
expectedFailures.handleTearDown();
}
function testSetStyle() {
var el = goog.dom.getElement('span1');
goog.style.setStyle(el, 'textDecoration', 'underline');
assertEquals('Should be underline', 'underline', el.style.textDecoration);
}
function testSetStyleMap() {
var el = goog.dom.getElement('span6');
var styles = {
'background-color': 'blue',
'font-size': '100px',
textAlign: 'center'
};
goog.style.setStyle(el, styles);
var answers = {
backgroundColor: 'blue',
fontSize: '100px',
textAlign: 'center'
};
goog.object.forEach(answers, function(value, style) {
assertEquals('Should be ' + value, value, el.style[style]);
});
}
function testSetStyleWithNonCamelizedString() {
var el = goog.dom.getElement('span5');
goog.style.setStyle(el, 'text-decoration', 'underline');
assertEquals('Should be underline', 'underline', el.style.textDecoration);
}
function testGetStyle() {
var el = goog.dom.getElement('styleTest3');
goog.style.setStyle(el, 'width', '80px');
goog.style.setStyle(el, 'textDecoration', 'underline');
assertEquals('80px', goog.style.getStyle(el, 'width'));
assertEquals('underline', goog.style.getStyle(el, 'textDecoration'));
assertEquals('underline', goog.style.getStyle(el, 'text-decoration'));
// Non set properties are always empty strings.
assertEquals('', goog.style.getStyle(el, 'border'));
}
function testGetStyleMsFilter() {
// Element with -ms-filter style set.
var e = goog.dom.getElement('msFilter');
if (goog.userAgent.IE && goog.userAgent.isVersion(8)) {
// Only IE8 supports -ms-filter and returns it as value for the "filter"
// property. When in compatibility mode, -ms-filter is not supported
// and IE8 behaves as IE7 so the other case will apply.
assertEquals('alpha(opacity=0)', goog.style.getStyle(e, 'filter'));
} else {
// Any other browser does not support ms-filter so it returns empty string.
assertEquals('', goog.style.getStyle(e, 'filter'));
}
}
function testGetStyleFilter() {
// Element with filter style set.
var e = goog.dom.getElement('filter');
if (goog.userAgent.IE) {
// Filter supported.
assertEquals('alpha(opacity=0)', goog.style.getStyle(e, 'filter'));
} else {
assertEquals('', goog.style.getStyle(e, 'filter'));
}
}
function testGetComputedStyleMsFilter() {
// Element with -ms-filter style set.
var e = goog.dom.getElement('msFilter');
if (goog.userAgent.IE) {
// IE always returns empty string for computed styles.
assertEquals('', goog.style.getComputedStyle(e, 'filter'));
} else {
// Non IE returns 'none' for filter as it is a SVG property
assertEquals('none', goog.style.getComputedStyle(e, 'filter'));
}
}
function testGetComputedStyleFilter() {
// Element with filter style set.
var e = goog.dom.getElement('filter');
if (goog.userAgent.IE) {
// IE always returns empty string for computed styles.
assertEquals('', goog.style.getComputedStyle(e, 'filter'));
} else {
// Non IE returns 'none' for filter as it is a SVG property
assertEquals('none', goog.style.getComputedStyle(e, 'filter'));
}
}
function testGetBackgroundColor() {
var dest = goog.dom.getElement('bgcolorDest');
for (var i = 0; goog.dom.getElement('bgcolorTest' + i); i++) {
var src = goog.dom.getElement('bgcolorTest' + i);
var bgColor = goog.style.getBackgroundColor(src);
dest.style.backgroundColor = bgColor;
assertEquals('Background colors should be equal',
goog.style.getBackgroundColor(src),
goog.style.getBackgroundColor(dest));
try {
// goog.color.parse throws a generic exception if handed input it
// doesn't understand.
var c = goog.color.parse(bgColor);
assertEquals('rgb(255,0,0)', goog.color.hexToRgbStyle(c.hex));
} catch (e) {
// Internet Explorer is unable to parse colors correctly after test 4.
// Other browsers may vary, but all should be able to handle straight
// hex input.
assertFalse('Should be able to parse color "' + bgColor + '"', i < 5);
}
}
}
function testToCamelCase() {
assertEquals('OneTwoThree', goog.style.toCamelCase('-one-two-three'));
assertEquals('oneTwoThree', goog.style.toCamelCase('one-two-three'));
assertEquals('oneTwo', goog.style.toCamelCase('one-two'));
assertEquals('one', goog.style.toCamelCase('one'));
assertEquals('oneTwo', goog.style.toCamelCase('oneTwo'));
}
function testTotoSelectorCase() {
assertEquals('-one-two-three', goog.style.toSelectorCase('OneTwoThree'));
assertEquals('one-two-three',goog.style.toSelectorCase('oneTwoThree'));
assertEquals('one-two', goog.style.toSelectorCase('oneTwo'));
assertEquals('one', goog.style.toSelectorCase('one'));
assertEquals('one-two', goog.style.toSelectorCase('one-two'));
}
function testSetPosition() {
var el = goog.dom.getElement('testEl');
goog.style.setPosition(el, 100, 100);
assertEquals('100px', el.style.left);
assertEquals('100px', el.style.top);
goog.style.setPosition(el, '50px', '25px');
assertEquals('50px', el.style.left);
assertEquals('25px', el.style.top);
goog.style.setPosition(el, '10ex', '25px');
assertEquals('10ex', el.style.left);
assertEquals('25px', el.style.top);
goog.style.setPosition(el, '10%', '25%');
assertEquals('10%', el.style.left);
assertEquals('25%', el.style.top);
// ignores stupid units
goog.style.setPosition(el, 0, 0);
// TODO(user): IE errors if you set these values. Should we make setStyle
// catch these? Or leave it up to the app. Fixing the tests for now.
//goog.style.setPosition(el, '10rainbows', '25rainbows');
assertEquals('0px', el.style.left);
assertEquals('0px', el.style.top);
goog.style.setPosition(el, new goog.math.Coordinate(20,40));
assertEquals('20px', el.style.left);
assertEquals('40px', el.style.top);
}
function testGetClientPositionAbsPositionElement() {
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '100px';
div.style.top = '200px';
document.body.appendChild(div);
var pos = goog.style.getClientPosition(div);
assertEquals(100, pos.x);
assertEquals(200, pos.y);
}
function testGetClientPositionNestedElements() {
var innerDiv = goog.dom.createDom('DIV');
innerDiv.style.position = 'relative';
innerDiv.style.left = '-10px';
innerDiv.style.top = '-10px';
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '150px';
div.style.top = '250px';
div.appendChild(innerDiv);
document.body.appendChild(div);
var pos = goog.style.getClientPosition(innerDiv);
assertEquals(140, pos.x);
assertEquals(240, pos.y);
}
function testGetClientPositionOfOffscreenElement() {
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '2000px';
div.style.top = '2000px';
div.style.width = '10px';
div.style.height = '10px';
document.body.appendChild(div);
window.scroll(0, 0);
var pos = goog.style.getClientPosition(div);
assertEquals(2000, pos.x);
assertEquals(2000, pos.y);
// The following tests do not work in Gecko 1.8 and below, due to an
// obscure off-by-one bug in goog.style.getPageOffset. Same for IE.
if (!(goog.userAgent.IE) &&
!(goog.userAgent.GECKO && !goog.userAgent.isVersion('1.9'))) {
window.scroll(1, 1);
var pos = goog.style.getClientPosition(div);
assertEquals(1999, pos.x);
assertEquals(1999, pos.y);
window.scroll(2, 2);
pos = goog.style.getClientPosition(div);
assertEquals(1998, pos.x);
assertEquals(1998, pos.y);
window.scroll(100, 100);
pos = goog.style.getClientPosition(div);
assertEquals(1900, pos.x);
assertEquals(1900, pos.y);
}
}
function testGetPageOffsetAbsPositionedElement() {
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '100px';
div.style.top = '200px';
document.body.appendChild(div);
var pos = goog.style.getPageOffset(div);
assertEquals(100, pos.x);
assertEquals(200, pos.y);
}
function testGetPageOffsetNestedElements() {
var innerDiv = goog.dom.createDom('DIV');
innerDiv.style.position = 'relative';
innerDiv.style.left = '-10px';
innerDiv.style.top = '-10px';
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '150px';
div.style.top = '250px';
div.appendChild(innerDiv);
document.body.appendChild(div);
var pos = goog.style.getPageOffset(innerDiv);
assertEquals(140, pos.x);
assertEquals(240, pos.y);
}
function testGetPageOffsetWithBodyPadding() {
try {
document.body.style.margin = '40px'
document.body.style.padding = '60px'
document.body.style.borderWidth = '70px';
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '100px';
div.style.top = '200px';
// Margin will affect position, but padding and borders should not.
div.style.margin = '1px';
div.style.padding = '2px';
div.style.borderWidth = '3px';
document.body.appendChild(div);
var pos = goog.style.getPageOffset(div);
assertEquals(101, pos.x);
assertEquals(201, pos.y);
} finally {
document.body.style.margin = '';
document.body.style.padding = '';
document.body.style.borderWidth = '';
}
}
function testGetPageOffsetWithDocumentElementPadding() {
try {
document.documentElement.style.margin = '40px';
document.documentElement.style.padding = '60px';
document.documentElement.style.borderWidth = '70px';
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '100px';
div.style.top = '200px';
// Margin will affect position, but padding and borders should not.
div.style.margin = '1px';
div.style.padding = '2px';
div.style.borderWidth = '3px';
document.body.appendChild(div);
var pos = goog.style.getPageOffset(div);
// FF3 (but not beyond) gets confused by document margins.
if (goog.userAgent.GECKO && goog.userAgent.isVersion('1.9') &&
!goog.userAgent.isVersion('1.9.1')) {
assertEquals(141, pos.x);
assertEquals(241, pos.y);
} else {
assertEquals(101, pos.x);
assertEquals(201, pos.y);
}
} finally {
document.documentElement.style.margin = '';
document.documentElement.style.padding = '';
document.documentElement.style.borderWidth = '';
}
}
function testGetPageOffsetElementOffscreen() {
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '10000px';
div.style.top = '20000px';
document.body.appendChild(div);
window.scroll(0, 0);
var pos = goog.style.getPageOffset(div);
assertEquals(10000, pos.x);
assertEquals(20000, pos.y);
// The following tests do not work in Gecko 1.8 and below, due to an
// obscure off-by-one bug in goog.style.getPageOffset. Same for IE.
if (!(goog.userAgent.IE) &&
!(goog.userAgent.GECKO && !goog.userAgent.isVersion('1.9'))) {
window.scroll(1, 1);
pos = goog.style.getPageOffset(div);
assertEquals(10000, pos.x);
assertEquals(20000, pos.y);
window.scroll(1000, 2000);
pos = goog.style.getPageOffset(div);
assertEquals(10000, pos.x);
assertEquals(20000, pos.y);
window.scroll(10000, 20000);
pos = goog.style.getPageOffset(div);
assertEquals(10000, pos.x);
assertEquals(20000, pos.y);
}
// Undo changes.
document.body.removeChild(div);
window.scroll(0, 0);
}
function testGetPageOffsetFixedPositionElements() {
// Skip these tests in certain browsers.
// position:fixed is not supported in IE before version 7
// TODO(user): This conditional looks fishy: it excludes all versions of
// IE version 6 and greater.
if (!goog.userAgent.IE || !goog.userAgent.isVersion('6')) {
// Test with a position fixed element
var div = goog.dom.createDom('DIV');
div.style.position = 'fixed';
div.style.top = '10px';
div.style.left = '10px';
document.body.appendChild(div);
var pos = goog.style.getPageOffset(div);
assertEquals(10, pos.x);
assertEquals(10, pos.y);
// Test with a position fixed element as parent
var innerDiv = goog.dom.createDom('DIV');
div = goog.dom.createDom('DIV');
div.style.position = 'fixed';
div.style.top = '10px';
div.style.left = '10px';
div.style.padding = '5px';
div.appendChild(innerDiv);
document.body.appendChild(div);
pos = goog.style.getPageOffset(innerDiv);
assertEquals(15, pos.x);
assertEquals(15, pos.y);
}
}
function testGetPositionTolerantToNoDocumentElementBorder() {
// In IE, removing the border on the document element undoes the normal
// 2-pixel offset. Ensure that we're correctly compensating for both cases.
try {
document.documentElement.style.borderWidth = '0';
var div = goog.dom.createDom('DIV');
div.style.position = 'absolute';
div.style.left = '100px';
div.style.top = '200px';
document.body.appendChild(div);
// Test all major positioning methods.
// Temporarily disabled for IE8 - IE8 returns dimensions multiplied by 100
expectedFailures.expectFailureFor(isIE8());
try {
var pos = goog.style.getClientPosition(div);
assertEquals(100, pos.x);
assertEquals(200, pos.y);
var offset = goog.style.getPageOffset(div);
assertEquals(100, offset.x);
assertEquals(200, offset.y);
} catch (e) {
expectedFailures.handleException(e);
}
} finally {
document.documentElement.style.borderWidth = '';
}
}
function testSetSize() {
var el = goog.dom.getElement('testEl');
goog.style.setSize(el, 100, 100);
assertEquals('100px', el.style.width);
assertEquals('100px', el.style.height);
goog.style.setSize(el, '50px', '25px');
assertEquals('should be "50px"', '50px', el.style.width);
assertEquals('should be "25px"', '25px', el.style.height);
goog.style.setSize(el, '10ex', '25px');
assertEquals('10ex', el.style.width);
assertEquals('25px', el.style.height);
goog.style.setSize(el, '10%', '25%');
assertEquals('10%', el.style.width);
assertEquals('25%', el.style.height);
// ignores stupid units
goog.style.setSize(el, 0, 0);
// TODO(user): IE errors if you set these values. Should we make setStyle
// catch these? Or leave it up to the app. Fixing the tests for now.
//goog.style.setSize(el, '10rainbows', '25rainbows');
assertEquals('0px', el.style.width);
assertEquals('0px', el.style.height);
goog.style.setSize(el, new goog.math.Size(20,40));
assertEquals('20px', el.style.width);
assertEquals('40px', el.style.height);
}
function testSetWidthAndHeight() {
var el = goog.dom.getElement('testEl');
// Replicate all of the setSize tests above.
goog.style.setWidth(el, 100);
goog.style.setHeight(el, 100);
assertEquals('100px', el.style.width);
assertEquals('100px', el.style.height);
goog.style.setWidth(el, '50px');
goog.style.setHeight(el, '25px');
assertEquals('should be "50px"', '50px', el.style.width);
assertEquals('should be "25px"', '25px', el.style.height);
goog.style.setWidth(el, '10ex');
goog.style.setHeight(el, '25px');
assertEquals('10ex', el.style.width);
assertEquals('25px', el.style.height);
goog.style.setWidth(el, '10%');
goog.style.setHeight(el, '25%');
assertEquals('10%', el.style.width);
assertEquals('25%', el.style.height);
goog.style.setWidth(el, 0);
goog.style.setHeight(el, 0);
assertEquals('0px', el.style.width);
assertEquals('0px', el.style.height);
goog.style.setWidth(el, 20);
goog.style.setHeight(el, 40);
assertEquals('20px', el.style.width);
assertEquals('40px', el.style.height);
// Additional tests testing each separately.
goog.style.setWidth(el, '');
goog.style.setHeight(el, '');
assertEquals('', el.style.width);
assertEquals('', el.style.height);
goog.style.setHeight(el, 20);
assertEquals('', el.style.width);
assertEquals('20px', el.style.height);
goog.style.setWidth(el, 40);
assertEquals('40px', el.style.width);
assertEquals('20px', el.style.height);
}
function testGetSize() {
var el = goog.dom.getElement('testEl');
goog.style.setSize(el, 100, 100);
var dims = goog.style.getSize(el);
assertEquals(100, dims.width);
assertEquals(100, dims.height);
goog.style.setStyle(el, 'display', 'none');
dims = goog.style.getSize(el);
assertEquals(100, dims.width);
assertEquals(100, dims.height);
el = goog.dom.getElement('testEl5');
goog.style.setSize(el, 100, 100);
dims = goog.style.getSize(el);
assertEquals(100, dims.width);
assertEquals(100, dims.height);
el = goog.dom.getElement('span0');
dims = goog.style.getSize(el);
assertNotEquals(0, dims.width);
assertNotEquals(0, dims.height);
el = goog.dom.getElement('table1');
dims = goog.style.getSize(el);
assertNotEquals(0, dims.width);
assertNotEquals(0, dims.height);
el = goog.dom.getElement('td1');
dims = goog.style.getSize(el);
assertNotEquals(0, dims.width);
assertNotEquals(0, dims.height);
el = goog.dom.getElement('li1');
dims = goog.style.getSize(el);
assertNotEquals(0, dims.width);
assertNotEquals(0, dims.height);
el = goog.dom.getElementsByTagNameAndClass('html')[0];
dims = goog.style.getSize(el);
assertNotEquals(0, dims.width);
assertNotEquals(0, dims.height);
el = goog.dom.getElementsByTagNameAndClass('body')[0];
dims = goog.style.getSize(el);
assertNotEquals(0, dims.width);
assertNotEquals(0, dims.height);
}
function testGetSizeInlineBlock() {
var el = goog.dom.getElement('height-test-inner');
var dims = goog.style.getSize(el);
assertNotEquals(0, dims.height);
}
function testGetBounds() {
var el = goog.dom.getElement('testEl');
var dims = goog.style.getSize(el);
var pos = goog.style.getPageOffset(el);
var rect = goog.style.getBounds(el);
// Relies on getSize and getPageOffset being correct.
assertEquals(dims.width, rect.width);
assertEquals(dims.height, rect.height);
assertEquals(pos.x, rect.left);
assertEquals(pos.y, rect.top);
}
function testInstallStyles() {
var el = goog.dom.getElement('installTest0');
var originalBackground = goog.style.getBackgroundColor(el);
// Uses background-color because it's easy to get the computed value
var result = goog.style.installStyles(
'#installTest0 { background-color: rgb(255, 192, 203); }');
assertColorRgbEquals('rgb(255,192,203)', goog.style.getBackgroundColor(el));
goog.style.uninstallStyles(result);
assertEquals(originalBackground, goog.style.getBackgroundColor(el));
}
function testSetStyles() {
var el = goog.dom.getElement('installTest1');
// Change to pink
var ss = goog.style.installStyles(
'#installTest1 { background-color: rgb(255, 192, 203); }');
assertColorRgbEquals('rgb(255,192,203)', goog.style.getBackgroundColor(el));
// Now change to orange
goog.style.setStyles(ss,
'#installTest1 { background-color: rgb(255, 255, 0); }');
assertColorRgbEquals('rgb(255,255,0)', goog.style.getBackgroundColor(el));
}
function assertColorRgbEquals(expected, actual) {
assertEquals(expected,
goog.color.hexToRgbStyle(goog.color.parse(actual).hex));
}
function testIsRightToLeft() {
assertFalse(goog.style.isRightToLeft(goog.dom.getElement('rtl1')));
assertTrue(goog.style.isRightToLeft(goog.dom.getElement('rtl2')));
assertFalse(goog.style.isRightToLeft(goog.dom.getElement('rtl3')));
assertFalse(goog.style.isRightToLeft(goog.dom.getElement('rtl4')));
assertTrue(goog.style.isRightToLeft(goog.dom.getElement('rtl5')));
assertFalse(goog.style.isRightToLeft(goog.dom.getElement('rtl6')));
assertTrue(goog.style.isRightToLeft(goog.dom.getElement('rtl7')));
assertFalse(goog.style.isRightToLeft(goog.dom.getElement('rtl8')));
assertTrue(goog.style.isRightToLeft(goog.dom.getElement('rtl9')));
assertFalse(goog.style.isRightToLeft(goog.dom.getElement('rtl10')));
}
function testPosWithAbsoluteAndScroll() {
var el = goog.dom.getElement('pos-scroll-abs')
var el1 = goog.dom.getElement('pos-scroll-abs-1');
var el2 = goog.dom.getElement('pos-scroll-abs-2');
el1.scrollTop = 200;
var pos = goog.style.getPageOffset(el2);
assertEquals(200, pos.x);
// Don't bother with IE in quirks mode
if (!goog.userAgent.IE || document.compatMode == 'CSS1Compat') {
assertEquals(300, pos.y);
}
}
function testPosWithAbsoluteAndWindowScroll() {
window.scrollBy(0, 200);
var el = goog.dom.getElement('abs-upper-left');
var pos = goog.style.getPageOffset(el);
assertEquals('Top should be about 0', 0, pos.y);
}
function testGetBorderBoxSize() {
// Strict mode
var getBorderBoxSize = goog.style.getBorderBoxSize;
var el = goog.dom.getElement('size-a');
var rect = getBorderBoxSize(el);
assertEquals('width:100px', 100, rect.width);
assertEquals('height:100px', 100, rect.height);
// with border: 10px
el = goog.dom.getElement('size-b');
rect = getBorderBoxSize(el);
assertEquals('width:100px;border:10px', isBorderBox ? 100 : 120, rect.width);
assertEquals('height:100px;border:10px', isBorderBox ? 100 : 120,
rect.height);
// with border: 10px; padding: 10px
el = goog.dom.getElement('size-c');
rect = getBorderBoxSize(el);
assertEquals('width:100px;border:10px;padding:10px',
isBorderBox ? 100 : 140, rect.width);
assertEquals('height:100px;border:10px;padding:10px',
isBorderBox ? 100 : 140, rect.height);
// size, padding and borders are all in non pixel units
// all we test here is that we get a number out
el = goog.dom.getElement('size-d');
rect = getBorderBoxSize(el);
assertEquals('number', typeof rect.width);
assertEquals('number', typeof rect.height);
assertFalse(isNaN(rect.width));
assertFalse(isNaN(rect.height));
}
function testGetContentBoxSize() {
// Strict mode
var getContentBoxSize = goog.style.getContentBoxSize;
var el = goog.dom.getElement('size-a');
var rect = getContentBoxSize(el);
assertEquals('width:100px', 100, rect.width);
assertEquals('height:100px', 100, rect.height);
// with border: 10px
el = goog.dom.getElement('size-b');
rect = getContentBoxSize(el);
assertEquals('width:100px;border:10px',
isBorderBox ? 80 : 100, rect.width);
assertEquals('height:100px;border:10px',
isBorderBox ? 80 : 100, rect.height);
// with border: 10px; padding: 10px
el = goog.dom.getElement('size-c');
rect = getContentBoxSize(el);
assertEquals('width:100px;border:10px;padding:10px',
isBorderBox ? 60 : 100, rect.width);
assertEquals('height:100px;border:10px;padding:10px',
isBorderBox ? 60 : 100, rect.height);
// test whether getContentBoxSize works when width and height
// aren't explicitly set, but the default of 'auto'.
// 'size-f' has no margin, border, or padding, so offsetWidth/Height
// should match the content box size
el = goog.dom.getElement('size-f');
rect = getContentBoxSize(el);
assertEquals(el.offsetWidth, rect.width);
assertEquals(el.offsetHeight, rect.height);
// size, padding and borders are all in non pixel units
// all we test here is that we get a number out
el = goog.dom.getElement('size-d');
rect = getContentBoxSize(el);
assertEquals('number', typeof rect.width);
assertEquals('number', typeof rect.height);
assertFalse(isNaN(rect.width));
assertFalse(isNaN(rect.height));
}
function testSetBorderBoxSize() {
// Strict mode
var el = goog.dom.getElement('size-e');
var Size = goog.math.Size;
var setBorderBoxSize = goog.style.setBorderBoxSize;
// Clean up
// style element has 100x100, no border and no padding
el.style.padding = '';
el.style.margin = '';
el.style.borderWidth = '';
el.style.width = '';
el.style.height = '';
setBorderBoxSize(el, new Size(100, 100));
assertEquals(100, el.offsetWidth);
assertEquals(100, el.offsetHeight);
el.style.borderWidth = '10px';
setBorderBoxSize(el, new Size(100, 100));
assertEquals('width:100px;border:10px', 100, el.offsetWidth);
assertEquals('height:100px;border:10px', 100, el.offsetHeight);
el.style.padding = '10px';
setBorderBoxSize(el, new Size(100, 100));
assertEquals(100, el.offsetWidth);
assertEquals(100, el.offsetHeight);
el.style.borderWidth = '0';
setBorderBoxSize(el, new Size(100, 100));
assertEquals(100, el.offsetWidth);
assertEquals(100, el.offsetHeight);
if (goog.userAgent.GECKO) {
assertEquals('border-box', el.style.MozBoxSizing);
} else if (goog.userAgent.WEBKIT) {
assertEquals('border-box', el.style.WebkitBoxSizing);
} else if (goog.userAgent.OPERA) {
// opera doesnt expose this as a DOM property.
assertEquals('border-box', el.style.getPropertyValue('box-sizing'));
}
}
function testSetContentBoxSize() {
// Strict mode
var el = goog.dom.getElement('size-e');
var Size = goog.math.Size;
var setContentBoxSize = goog.style.setContentBoxSize;
// Clean up
// style element has 100x100, no border and no padding
el.style.padding = '';
el.style.margin = '';
el.style.borderWidth = '';
el.style.width = '';
el.style.height = '';
setContentBoxSize(el, new Size(100, 100));
assertEquals(100, el.offsetWidth);
assertEquals(100, el.offsetHeight);
el.style.borderWidth = '10px';
setContentBoxSize(el, new Size(100, 100));
assertEquals('width:100px;border-width:10px', 120, el.offsetWidth);
assertEquals('height:100px;border-width:10px', 120, el.offsetHeight);
el.style.padding = '10px';
setContentBoxSize(el, new Size(100, 100));
assertEquals('width:100px;border-width:10px;padding:10px',
140, el.offsetWidth);
assertEquals('height:100px;border-width:10px;padding:10px',
140, el.offsetHeight);
el.style.borderWidth = '0';
setContentBoxSize(el, new Size(100, 100));
assertEquals('width:100px;padding:10px', 120, el.offsetWidth);
assertEquals('height:100px;padding:10px', 120, el.offsetHeight);
if (goog.userAgent.GECKO) {
assertEquals('content-box', el.style.MozBoxSizing);
} else if (goog.userAgent.WEBKIT) {
assertEquals('content-box', el.style.WebkitBoxSizing);
} else if (goog.userAgent.OPERA) {
// opera doesnt expose this as a DOM property.
assertEquals('content-box', el.style.getPropertyValue('box-sizing'));
}
}
function testGetPaddingBox() {
// Strict mode
var el = goog.dom.getElement('size-e');
var Size = goog.math.Size;
var getPaddingBox = goog.style.getPaddingBox;
// Clean up
// style element has 100x100, no border and no padding
el.style.padding = '';
el.style.margin = '';
el.style.borderWidth = '';
el.style.width = '';
el.style.height = '';
el.style.padding = '10px';
var rect = getPaddingBox(el);
assertEquals(10, rect.left);
assertEquals(10, rect.right);
assertEquals(10, rect.top);
assertEquals(10, rect.bottom);
el.style.padding = '0';
rect = getPaddingBox(el);
assertEquals(0, rect.left);
assertEquals(0, rect.right);
assertEquals(0, rect.top);
assertEquals(0, rect.bottom);
el.style.padding = '1px 2px 3px 4px';
rect = getPaddingBox(el);
assertEquals(1, rect.top);
assertEquals(2, rect.right);
assertEquals(3, rect.bottom);
assertEquals(4, rect.left);
el.style.padding = '1mm 2em 3ex 4%';
rect = getPaddingBox(el);
assertFalse(isNaN(rect.top));
assertFalse(isNaN(rect.right));
assertFalse(isNaN(rect.bottom));
assertFalse(isNaN(rect.left));
assertTrue(rect.top >= 0);
assertTrue(rect.right >= 0);
assertTrue(rect.bottom >= 0);
assertTrue(rect.left >= 0);
}
function testGetMarginBox() {
// Strict mode
var el = goog.dom.getElement('size-e');
var Size = goog.math.Size;
var getMarginBox = goog.style.getMarginBox;
// Clean up
// style element has 100x100, no border and no padding
el.style.padding = '';
el.style.margin = '';
el.style.borderWidth = '';
el.style.width = '';
el.style.height = '';
el.style.margin = '10px';
var rect = getMarginBox(el);
assertEquals(10, rect.left);
// In webkit the right margin is the calculated distance from right edge and
// not the computed right margin so it is not reliable.
// See https://bugs.webkit.org/show_bug.cgi?id=19828
if (!goog.userAgent.WEBKIT) {
assertEquals(10, rect.right);
}
assertEquals(10, rect.top);
assertEquals(10, rect.bottom);
el.style.margin = '0';
rect = getMarginBox(el);
assertEquals(0, rect.left);
// In webkit the right margin is the calculated distance from right edge and
// not the computed right margin so it is not reliable.
// See https://bugs.webkit.org/show_bug.cgi?id=19828
if (!goog.userAgent.WEBKIT) {
assertEquals(0, rect.right);
}
assertEquals(0, rect.top);
assertEquals(0, rect.bottom);
el.style.margin = '1px 2px 3px 4px';
rect = getMarginBox(el);
assertEquals(1, rect.top);
// In webkit the right margin is the calculated distance from right edge and
// not the computed right margin so it is not reliable.
// See https://bugs.webkit.org/show_bug.cgi?id=19828
if (!goog.userAgent.WEBKIT) {
assertEquals(2, rect.right);
}
assertEquals(3, rect.bottom);
assertEquals(4, rect.left);
el.style.margin = '1mm 2em 3ex 4%';
rect = getMarginBox(el);
assertFalse(isNaN(rect.top));
assertFalse(isNaN(rect.right));
assertFalse(isNaN(rect.bottom));
assertFalse(isNaN(rect.left));
assertTrue(rect.top >= 0);
// In webkit the right margin is the calculated distance from right edge and
// not the computed right margin so it is not reliable.
// See https://bugs.webkit.org/show_bug.cgi?id=19828
if (!goog.userAgent.WEBKIT) {
assertTrue(rect.right >= 0);
}
assertTrue(rect.bottom >= 0);
assertTrue(rect.left >= 0);
}
function testGetBorderBox() {
// Strict mode
var el = goog.dom.getElement('size-e');
var Size = goog.math.Size;
var getBorderBox = goog.style.getBorderBox;
// Clean up
// style element has 100x100, no border and no padding
el.style.padding = '';
el.style.margin = '';
el.style.borderWidth = '';
el.style.width = '';
el.style.height = '';
el.style.borderWidth = '10px';
var rect = getBorderBox(el);
assertEquals(10, rect.left);
assertEquals(10, rect.right);
assertEquals(10, rect.top);
assertEquals(10, rect.bottom);
el.style.borderWidth = '0';
rect = getBorderBox(el);
assertEquals(0, rect.left);
assertEquals(0, rect.right);
assertEquals(0, rect.top);
assertEquals(0, rect.bottom);
el.style.borderWidth = '1px 2px 3px 4px';
rect = getBorderBox(el);
assertEquals(1, rect.top);
assertEquals(2, rect.right);
assertEquals(3, rect.bottom);
assertEquals(4, rect.left);
// % does not work for border widths in IE
el.style.borderWidth = '1mm 2em 3ex 4pt';
rect = getBorderBox(el);
assertFalse(isNaN(rect.top));
assertFalse(isNaN(rect.right));
assertFalse(isNaN(rect.bottom));
assertFalse(isNaN(rect.left));
assertTrue(rect.top >= 0);
assertTrue(rect.right >= 0);
assertTrue(rect.bottom >= 0);
assertTrue(rect.left >= 0);
el.style.borderWidth = 'thin medium thick 1px';
rect = getBorderBox(el);
assertFalse(isNaN(rect.top));
assertFalse(isNaN(rect.right));
assertFalse(isNaN(rect.bottom));
assertFalse(isNaN(rect.left));
assertTrue(rect.top >= 0);
assertTrue(rect.right >= 0);
assertTrue(rect.bottom >= 0);
assertTrue(rect.left >= 0);
}
function testGetFontFamily() {
// I tried to use common fonts for these tests. It's possible the test fails
// because the testing platform doesn't have one of these fonts installed:
// Comic Sans MS or Century Schoolbook L
// Times
// Helvetica
var tmpFont = goog.style.getFontFamily(goog.dom.getElement('font-tag'));
assertTrue('FontFamily should be detectable when set via <font face>',
'Times' == tmpFont || 'Times New Roman' == tmpFont);
tmpFont = goog.style.getFontFamily(goog.dom.getElement('small-text'));
assertTrue('Multiword fonts should be reported with quotes stripped.',
'Comic Sans MS' == tmpFont ||
'Century Schoolbook L' == tmpFont);
// Firefox fails this test & retuns a generic 'monospace' instead of the
// actually displayed font (e.g., "Times New").
//tmpFont = goog.style.getFontFamily(goog.dom.getElement('pre-font'));
//assertEquals('<pre> tags should use a fixed-width font',
// 'Times New',
// tmpFont);
tmpFont = goog.style.getFontFamily(goog.dom.getElement('inherit-font'));
assertEquals('Explicitly inherited fonts should be detectable',
'Helvetica',
tmpFont);
tmpFont = goog.style.getFontFamily(goog.dom.getElement('times-font-family'));
assertEquals('Font-family set via style attribute should be detected',
'Times',
tmpFont);
tmpFont = goog.style.getFontFamily(goog.dom.getElement('bold-font'));
assertEquals('Implicitly inherited font should be detected',
'Helvetica',
tmpFont);
tmpFont = goog.style.getFontFamily(goog.dom.getElement('css-html-tag-redefinition'));
assertEquals('HTML tag CSS rewrites should be detected',
'Times',
tmpFont);
tmpFont = goog.style.getFontFamily(goog.dom.getElement('no-text-font-styles'));
assertEquals('Font family should exist even with no text',
'Helvetica',
tmpFont);
tmpFont = goog.style.getFontFamily(goog.dom.getElement('icon-font'));
assertNotEquals('icon is a special font-family value',
'icon',
tmpFont.toLowerCase());
tmpFont = goog.style.getFontFamily(goog.dom.getElement('font-style-badfont'));
// Firefox fails this test and reports the specified "badFont", which is
// obviously not displayed.
//assertEquals('Invalid fonts should not be returned',
// 'Helvetica',
// tmpFont);
tmpFont = goog.style.getFontFamily(goog.dom.getElement('img-font-test'));
assertTrue('Even img tags should inherit the document body\'s font',
tmpFont != '');
tmpFont = goog.style.getFontFamily(goog.dom.getElement('nested-font'));
assertEquals('An element with nested content should be unaffected.',
'Arial',
tmpFont);
}
function testGetFontSize() {
assertEquals('Font size should be determined even without any text',
30,
goog.style.getFontSize(
goog.dom.getElement('no-text-font-styles')));
assertEquals('A 5em font should be 5x larger than its parent.',
150,
goog.style.getFontSize(
goog.dom.getElement('css-html-tag-redefinition')));
assertTrue('Setting font size=-1 should result in a positive font size.',
goog.style.getFontSize(goog.dom.getElement('font-tag')) > 0);
assertEquals('Inheriting a 50% font-size should have no additional effect',
goog.style.getFontSize(
goog.dom.getElement('font-style-badfont')),
goog.style.getFontSize(
goog.dom.getElement('inherit-50pct-font')));
assertTrue('In pretty much any display, 3in should be > 8px',
goog.style.getFontSize(goog.dom.getElement('times-font-family')) >
goog.style.getFontSize(
goog.dom.getElement('no-text-font-styles')));
assertTrue('With no applied styles, font-size should still be defined.',
goog.style.getFontSize(goog.dom.getElement('no-font-style')) > 0);
assertEquals('50% of 30px is 15',
15,
goog.style.getFontSize(
goog.dom.getElement('font-style-badfont')));
assertTrue('x-small text should be smaller than small text',
goog.style.getFontSize(goog.dom.getElement('x-small-text')) <
goog.style.getFontSize(goog.dom.getElement('small-text')));
// IE fails this test, the decimal portion of px lengths isn't reported
// by getCascadedStyle. Firefox passes, but only because it ignores the
// decimals altogether.
//assertEquals('12.5px should be the same as 0.5em nested in a 25px node.',
// goog.style.getFontSize(
// goog.dom.getElement('font-size-12-point-5-px')),
// goog.style.getFontSize(
// goog.dom.getElement('font-size-50-pct-of-25-px')));
}
function testGetLengthUnits() {
assertEquals('px', goog.style.getLengthUnits('15px'));
assertEquals('%', goog.style.getLengthUnits('99%'));
assertNull(goog.style.getLengthUnits(''));
}
function testGetFloat() {
assertEquals('', goog.style.getFloat(goog.dom.getElement('no-float')));
assertEquals('none', goog.style.getFloat(goog.dom.getElement('float-none')));
assertEquals('left', goog.style.getFloat(goog.dom.getElement('float-left')));
}
function testSetFloat() {
var el = goog.dom.getElement('float-test');
goog.style.setFloat(el, 'left');
assertEquals('left', goog.style.getFloat(el));
goog.style.setFloat(el, 'right');
assertEquals('right', goog.style.getFloat(el));
goog.style.setFloat(el, 'none');
assertEquals('none', goog.style.getFloat(el));
goog.style.setFloat(el, '');
assertEquals('', goog.style.getFloat(el));
}
function testIsElementShown() {
var el = goog.dom.getElement('testEl');
goog.style.showElement(el, false);
assertFalse(goog.style.isElementShown(el));
goog.style.showElement(el, true);
assertTrue(goog.style.isElementShown(el));
}
function testGetOpacity() {
var el1 = {
style: {
opacity: '0.3'
}
};
var el2 = {
style: {
MozOpacity: '0.1'
}
};
var el3 = {
style: {
filter: 'some:other,filter;alpha(opacity=25.5);alpha(more=100);'
}
};
assertEquals(0.3, goog.style.getOpacity(el1));
assertEquals(0.1, goog.style.getOpacity(el2));
assertEquals(0.255, goog.style.getOpacity(el3));
el1.style.opacity = '0';
el2.style.MozOpacity = '0';
el3.style.filter = 'some:other,filter;alpha(opacity=0);alpha(more=100);';
assertEquals(0, goog.style.getOpacity(el1));
assertEquals(0, goog.style.getOpacity(el2));
assertEquals(0, goog.style.getOpacity(el3));
el1.style.opacity = '';
el2.style.MozOpacity = '';
el3.style.filter = '';
assertEquals('', goog.style.getOpacity(el1));
assertEquals('', goog.style.getOpacity(el2));
assertEquals('', goog.style.getOpacity(el3));
var el4 = {
style: {}
}
assertEquals('', goog.style.getOpacity(el4));
assertEquals('', goog.style.getOpacity(goog.dom.getElement('test-opacity')));
}
function testSetOpacity() {
var el1 = {
style: {
opacity: '0.3'
}
};
goog.style.setOpacity(el1, 0.8);
var el2 = {
style: {
MozOpacity: '0.1'
}
};
goog.style.setOpacity(el2, 0.5);
var el3 = {
style: {
filter: 'alpha(opacity=25)'
}
};
goog.style.setOpacity(el3, 0.1);
assertEquals(0.8, Number(el1.style.opacity));
assertEquals(0.5, Number(el2.style.MozOpacity));
assertEquals('alpha(opacity=10)', el3.style.filter);
goog.style.setOpacity(el1, 0);
goog.style.setOpacity(el2, 0);
goog.style.setOpacity(el3, 0);
assertEquals(0, Number(el1.style.opacity));
assertEquals(0, Number(el2.style.MozOpacity));
assertEquals('alpha(opacity=0)', el3.style.filter);
goog.style.setOpacity(el1, '');
goog.style.setOpacity(el2, '');
goog.style.setOpacity(el3, '');
assertEquals('', el1.style.opacity);
assertEquals('', el2.style.MozOpacity);
assertEquals('', el3.style.filter);
}
function testFramedPageOffset() {
// Set up a complicated iframe ancestor chain.
var iframe = goog.dom.getElement('test-frame-offset');
var iframeDoc = goog.dom.getFrameContentDocument(iframe);
var iframeWindow = goog.dom.getWindow(iframeDoc);
var iframePos = 'style="display:block;position:absolute;' +
'top:50px;left:50px;width:50px;height:50px;"';
iframeDoc.write('<iframe id="test-frame-offset-2" ' +
iframePos + '></iframe>' +
'<div id="test-element-2" ' +
' style="position:absolute;left:300px;top:300px">hi mom!</div>');
iframeDoc.close();
var iframe2 = iframeDoc.getElementById('test-frame-offset-2');
var testElement2 = iframeDoc.getElementById('test-element-2');
var iframeDoc2 = goog.dom.getFrameContentDocument(iframe2);
var iframeWindow2 = goog.dom.getWindow(iframeDoc2);
iframeDoc2.write(
'<div id="test-element-3" ' +
' style="position:absolute;left:500px;top:500px">hi mom!</div>');
iframeDoc2.close();
var testElement3 = iframeDoc2.getElementById('test-element-3');
assertCoordinateApprox(300, 300, 0,
goog.style.getPageOffset(testElement2));
assertCoordinateApprox(500, 500, 0,
goog.style.getPageOffset(testElement3));
assertCoordinateApprox(350, 350, 0,
goog.style.getFramedPageOffset(testElement2, window));
assertCoordinateApprox(300, 300, 0,
goog.style.getFramedPageOffset(testElement2, iframeWindow));
assertCoordinateApprox(600, 600, 0,
goog.style.getFramedPageOffset(testElement3, window));
assertCoordinateApprox(550, 550, 0,
goog.style.getFramedPageOffset(testElement3, iframeWindow));
assertCoordinateApprox(500, 500, 0,
goog.style.getFramedPageOffset(testElement3, iframeWindow2));
// Scroll the iframes a bit.
window.scrollBy(0, 5);
iframeWindow.scrollBy(0, 11);
iframeWindow2.scrollBy(0, 18);
// On Firefox 2, scrolling inner iframes causes off by one errors
// in the page position, because we're using screen coords to compute them.
assertCoordinateApprox(300, 300, 2,
goog.style.getPageOffset(testElement2));
assertCoordinateApprox(500, 500, 2,
goog.style.getPageOffset(testElement3));
assertCoordinateApprox(350, 350 - 11, 2,
goog.style.getFramedPageOffset(testElement2, window));
assertCoordinateApprox(300, 300, 2,
goog.style.getFramedPageOffset(testElement2, iframeWindow));
assertCoordinateApprox(600, 600 - 18 - 11, 2,
goog.style.getFramedPageOffset(testElement3, window));
assertCoordinateApprox(550, 550 - 18, 2,
goog.style.getFramedPageOffset(testElement3, iframeWindow));
assertCoordinateApprox(500, 500, 2,
goog.style.getFramedPageOffset(testElement3, iframeWindow2));
}
/**
* Asserts that the coordinate is approximately equal to the given
* x and y coordinates, give or take delta.
*/
function assertCoordinateApprox(x, y, delta, coord) {
assertTrue('Expected x: ' + x + ', actual x: ' + coord.x,
coord.x >= x - delta && coord.x <= x + delta);
assertTrue('Expected y: ' + y + ', actual y: ' + coord.y,
coord.y >= y - delta && coord.y <= y + delta);
}
function testTranslateRectForAnotherFrame() {
var rect = new goog.math.Rect(1, 2, 3, 4);
var thisDom = goog.dom.getDomHelper();
goog.style.translateRectForAnotherFrame(rect, thisDom, thisDom);
assertEquals(1, rect.left);
assertEquals(2, rect.top);
assertEquals(3, rect.width);
assertEquals(4, rect.height);
var iframe = goog.dom.getElement('test-translate-frame-standard');
var iframeDoc = goog.dom.getFrameContentDocument(iframe);
var iframeDom = goog.dom.getDomHelper(iframeDoc);
// Cannot rely on iframe starting at origin.
iframeDom.getWindow().scrollTo(0, 0);
// iframe is at (100, 150) and its body is not scrolled.
rect = new goog.math.Rect(1, 2, 3, 4);
goog.style.translateRectForAnotherFrame(rect, iframeDom, thisDom);
assertEquals(1 + 100, rect.left);
assertEquals(2 + 150, rect.top);
assertEquals(3, rect.width);
assertEquals(4, rect.height);
iframeDom.getWindow().scrollTo(11, 13);
rect = new goog.math.Rect(1, 2, 3, 4);
goog.style.translateRectForAnotherFrame(rect, iframeDom, thisDom);
assertEquals(1 + 100 - 11, rect.left);
assertEquals(2 + 150 - 13, rect.top);
assertEquals(3, rect.width);
assertEquals(4, rect.height);
iframe = goog.dom.getElement('test-translate-frame-quirk');
iframeDoc = goog.dom.getFrameContentDocument(iframe);
iframeDom = goog.dom.getDomHelper(iframeDoc);
// Cannot rely on iframe starting at origin.
iframeDom.getWindow().scrollTo(0, 0);
// iframe is at (100, 350) and its body is not scrolled.
rect = new goog.math.Rect(1, 2, 3, 4);
goog.style.translateRectForAnotherFrame(rect, iframeDom, thisDom);
assertEquals(1 + 100, rect.left);
assertEquals(2 + 350, rect.top);
assertEquals(3, rect.width);
assertEquals(4, rect.height);
iframeDom.getWindow().scrollTo(11, 13);
rect = new goog.math.Rect(1, 2, 3, 4);
goog.style.translateRectForAnotherFrame(rect, iframeDom, thisDom);
assertEquals(1 + 100 - 11, rect.left);
assertEquals(2 + 350 - 13, rect.top);
assertEquals(3, rect.width);
assertEquals(4, rect.height);
};
function testGetVisibleRectForElement() {
var container = goog.dom.getElement('test-visible');
var el = goog.dom.getElement('test-visible-el');
var dom = goog.dom.getDomHelper(el);
var winScroll = dom.getDocumentScroll();
var winSize = dom.getViewportSize();
// Skip this test if the window size is small. Firefox3/Linux in Selenium
// sometimes fails without this check.
if (winSize.width < 20 || winSize.height < 20) {
return;
}
// Move the container element to the window's viewport.
var h = winSize.height < 100 ? winSize.height / 2 : 100;
goog.style.setSize(container, winSize.width / 2, h);
goog.style.setPosition(container, 8, winScroll.y + winSize.height - h);
var visible = goog.style.getVisibleRectForElement(el);
var bounds = goog.style.getBounds(container);
// VisibleRect == Bounds rect of the offsetParent
assertNotNull(visible);
assertEquals(bounds.left, visible.left);
assertEquals(bounds.top, visible.top);
// Firefox sometimes returns a non-integer.
assertRoughlyEquals(bounds.left + bounds.width, visible.right, 1);
assertRoughlyEquals(bounds.top + bounds.height, visible.bottom, 1);
// Move a part of the container element to outside of the viewpoert.
goog.style.setPosition(container, 8, winScroll.y + winSize.height - h / 2);
visible = goog.style.getVisibleRectForElement(el);
bounds = goog.style.getBounds(container);
// Confirm VisibleRect == Intersection of the bounds rect of the
// offsetParent and the viewport.
assertNotNull(visible);
assertEquals(bounds.left, visible.left);
assertEquals(bounds.top, visible.top);
assertRoughlyEquals(bounds.left + bounds.width, visible.right, 1);
assertRoughlyEquals(winScroll.y + winSize.height, visible.bottom, 1);
// Move the container element to outside of the viewpoert.
goog.style.setPosition(container, 8, winScroll.y + winSize.height);
visible = goog.style.getVisibleRectForElement(el);
assertNull(visible);
// Test the case with body element of height 0
var iframe = goog.dom.getElement('test-visible-frame');
var iframeDoc = goog.dom.getFrameContentDocument(iframe);
el = iframeDoc.getElementById('test-visible');
visible = goog.style.getVisibleRectForElement(el);
// Just check whether it is not null, which means non-zero height
assertNotNull(visible);
};
function testScrollIntoContainerView() {
var container = goog.dom.getElement('scrollable-container');
// Scroll the minimum amount to make the elements visible.
goog.style.scrollIntoContainerView(goog.dom.getElement('item7'), container);
assertEquals('scroll to item7', 79, container.scrollTop);
goog.style.scrollIntoContainerView(goog.dom.getElement('item8'), container);
assertEquals('scroll to item8', 100, container.scrollTop);
goog.style.scrollIntoContainerView(goog.dom.getElement('item7'), container);
assertEquals('item7 still visible', 100, container.scrollTop);
goog.style.scrollIntoContainerView(goog.dom.getElement('item1'), container);
assertEquals('scroll to item1', 17, container.scrollTop);
// Center the element in the first argument.
goog.style.scrollIntoContainerView(goog.dom.getElement('item1'), container,
true);
assertEquals('center item1', 0, container.scrollTop);
goog.style.scrollIntoContainerView(goog.dom.getElement('item4'), container,
true);
assertEquals('center item4', 48, container.scrollTop);
// The element is higher than the container.
goog.dom.getElement('item3').style.height = '140px';
goog.style.scrollIntoContainerView(goog.dom.getElement('item3'), container);
assertEquals('show item3 with increased height', 59, container.scrollTop);
goog.style.scrollIntoContainerView(goog.dom.getElement('item3'), container,
true);
assertEquals('center item3 with increased height', 87, container.scrollTop);
goog.dom.getElement('item3').style.height = '';
// Scroll to non-integer position.
goog.dom.getElement('item4').style.height = '21px';
goog.style.scrollIntoContainerView(goog.dom.getElement('item4'), container,
true);
assertEquals('scroll position is rounded down', 48, container.scrollTop);
goog.dom.getElement('item4').style.height = '';
}
function testScrollBarWidth() {
var width = goog.style.getScrollbarWidth();
assertTrue(width > 0);
var outer = goog.dom.getElement('test-scrollbarwidth');
var inner = goog.dom.getElementsByTagNameAndClass('div', null, outer)[0];
assertTrue('should have a scroll bar', hasVerticalScroll(outer));
assertTrue('should have a scroll bar', hasHorizontalScroll(outer));
// Get the inner div absolute width
goog.style.setStyle(outer, 'width', '100%');
assertTrue('should have a scroll bar', hasVerticalScroll(outer));
assertFalse('should not have a scroll bar', hasHorizontalScroll(outer));
var innerAbsoluteWidth = inner.offsetWidth;
// Leave the vertical scroll and remove the horizontal by using the scroll
// bar width calculation.
goog.style.setStyle(outer, 'width',
(innerAbsoluteWidth + width) + 'px');
assertTrue('should have a scroll bar', hasVerticalScroll(outer));
assertFalse('should not have a scroll bar', hasHorizontalScroll(outer));
// verify by adding 1 more pixel (brings back the vertical scroll bar).
goog.style.setStyle(outer, 'width',
(innerAbsoluteWidth + width - 1) + 'px');
assertTrue('should have a scroll bar', hasVerticalScroll(outer));
assertTrue('should have a scroll bar', hasHorizontalScroll(outer));
}
function hasVerticalScroll(el) {
return el.clientWidth != 0 && el.offsetWidth - el.clientWidth > 0;
}
function hasHorizontalScroll(el) {
return el.clientHeight != 0 && el.offsetHeight - el.clientHeight > 0;
}
function isIE8() {
return goog.userAgent.IE && goog.userAgent.product.isVersion('8') &&
!goog.userAgent.product.isVersion('9');
}
</script>
</body>
</html>
|
school/index.html
|
thelyonfamily/web1
|
<!DOCTYPE html>
<head>
<div class="side2">
<h1>The Soviet invasion of Afghanistan</h1>
<h2>By: Ray, Connor, And William</h2>
</div>
</head>
<body>
<div class="side1">
<link rel="stylesheet"
type="text/css" href="./css/school.css"/>
<div class="main">
<div class="maincontent">
<ul>
<li><a href="./ww.html">Where And When</a></li>
<li><a href="./hw.html">How And Why</a></li>
<li><a href="./bib.html">Bibliography</a></li>
</ul>
</div>
</div>
<h3>Information</h3>
</div>
<img height="40%" width="80%"src="./pics/IMG_7700.JPG"/>
<h2>Facts</h2>
<ul>
<li>Soviets kill some 1-Million citizens</li>
<li>Brutal 10 years</li>
<li>U.S. aids Mujahdia fighters</li>
<li>U.S. partners with pakastaie intelligence</li>
<li>By early 80's Mujahdia were gaining control and fighting soviets</li>
<li>This battle was just a small part in the cold war</li>
<li>by 1982 some 2.8 million Afghans had sought asylum in Pakistan, and another 1.5 million had fled to Iran.</li>
</ul>
<img height="40%" width="80%"src="./pics/IMG_7696.JPG"/>
<h1>Who</h1>
<ul>
<li>Thousands of Soviets</li>
<li>Majahedin are afghan guerilla fighters(30)</li>
<li>Between Soviets and Mujahdia backed by many countries(31)</li>
</ul>
<h1>After The War</h1>
<ul>
<li>After the war the Taliban government took control of Afghanistan(32)</li>
<li>Civil war continued afterwords</li>
</ul>
</body>
</html>
|
documentation/javadoc/apidocs/com/googlecode/cqengine/entity/package-tree.html
|
npgall/cqengine
|
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.3) on Sun Mar 29 22:42:10 IST 2020 -->
<title>com.googlecode.cqengine.entity Class Hierarchy (CQEngine 3.5.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-03-29">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.googlecode.cqengine.entity Class Hierarchy (CQEngine 3.5.0 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</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" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 class="title">Hierarchy For Package com.googlecode.cqengine.entity</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">
<section role="region">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li class="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" class="externalLink"><span class="typeNameLink">Object</span></a>
<ul>
<li class="circle">com.googlecode.cqengine.entity.<a href="MapEntity.html" title="class in com.googlecode.cqengine.entity"><span class="typeNameLink">MapEntity</span></a> (implements java.util.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a><K,​V>)
<ul>
<li class="circle">com.googlecode.cqengine.entity.<a href="PrimaryKeyedMapEntity.html" title="class in com.googlecode.cqengine.entity"><span class="typeNameLink">PrimaryKeyedMapEntity</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</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" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2020. All rights reserved.</small></p>
</footer>
</body>
</html>
|
pl/dep/xcomp-subj.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>xcomp:subj</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-pl">home</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/edit/pages-source/_pl/dep/xcomp-subj.md" target="#">edit page</a></span>
<span class="header-text"><a href="https://github.com/universaldependencies/docs/issues">issue tracker</a></span>
</td><td>
<gcse:search></gcse:search>
</td></tr></table>
</div>
<hr/>
<div class="v2complete">
This page pertains to UD version 2.
</div>
<div id="content">
<noscript>
<div id="noscript">
It appears that you have Javascript disabled.
Please consider enabling Javascript for this page to see the visualizations.
</div>
</noscript>
<!-- The content may include scripts and styles, hence we must load the shared libraries before the content. -->
<script type="text/javascript">
console.time('loading libraries');
var root = '../../'; // filled in by jekyll
head.js(
// External libraries
// DZ: Copied from embedding.html. I don't know which one is needed for what, so I'm currently keeping them all.
root + 'lib/ext/jquery.min.js',
root + 'lib/ext/jquery.svg.min.js',
root + 'lib/ext/jquery.svgdom.min.js',
root + 'lib/ext/jquery.timeago.js',
root + 'lib/ext/jquery-ui.min.js',
root + 'lib/ext/waypoints.min.js',
root + 'lib/ext/jquery.address.min.js'
);
</script>
<h2><code>xcomp:subj</code>: infinitival and adverbial subjects</h2>
<p>The <code class="language-plaintext highlighter-rouge">xcomp:subj</code> relation is used in the Polish <a href="http://universaldependencies.org/treebanks/pl_pdb/index.html">PDB-UD</a> and <a href="http://universaldependencies.org/treebanks/pl_pud/index.html">PUD</a> treebanks for a subject realised as an infinitival or adverbial phrase.</p>
<pre><code class="language-conllu"># visual-style 10 2 xcomp:subj color:blue
1 Czy czy PART part PartType=Int 10 advmod _ _
2 korzystać korzystać VERB inf:imperf Aspect=Imp|VerbForm=Inf|Voice=Act 10 xcomp:subj _ _
3 z z ADP prep:gen:nwok AdpType=Prep|Variant=Short 5 case _ Case=Gen
4 takiego taki DET adj:sg:gen:m3:pos Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing|PronType=Dem 5 det _ _
5 podręcznika podręcznik NOUN subst:sg:gen:m3 Animacy=Inan|Case=Gen|Gender=Masc|Number=Sing 2 obl:arg _ _
6 jest być AUX fin:sg:ter:imperf Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act 10 cop _ _
7 może może PART part PartType=Mod 9 advmod:emph _ _
8 dla dla ADP prep:gen AdpType=Prep 9 case _ Case=Gen
9 kogoś ktoś PRON subst:sg:gen:m1 Animacy=Hum|Case=Gen|Gender=Masc|Number=Sing|PronType=Ind 10 nmod _ _
10 uchybieniem uchybienie NOUN subst:sg:inst:n:ncol Case=Ins|Gender=Neut|Number=Sing 0 root _ SpaceAfter=No
11 ? ? PUNCT interp PunctType=Qest 10 punct _ _
</code></pre>
<pre><code class="language-conllu">1 Is _ _ _ _ _ _ _ _
2 using _ _ _ _ _ _ _ _
3 such _ _ _ _ _ _ _ _
4 a _ _ _ _ _ _ _ _
5 handbook _ _ _ _ _ _ _ _
6 a _ _ _ _ _ _ _ _
7 fault _ _ _ _ _ _ _ _
8 for _ _ _ _ _ _ _ _
9 someone _ _ _ _ _ _ _ _
10 ? _ _ _ _ _ _ _ _
</code></pre>
<pre><code class="language-conllu"># visual-style 4 2 xcomp:subj color:blue
1 - - PUNCT interp PunctType=Hyph 7 punct _ _
2 Rzadko rzadko ADV adv:pos Degree=Pos 4 xcomp:subj _ _
3 nie nie PART part Polarity=Neg 4 advmod:neg _ _
4 znaczy znaczyć VERB fin:sg:ter:imperf Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin|Voice=Act 7 parataxis:obj _ _
5 wcale wcale ADV adv _ 4 advmod:arg _ _
6 - - PUNCT interp PunctType=Hyph 7 punct _ _
7 ripostowali ripostować VERB praet:pl:m1:imperf Animacy=Hum|Aspect=Imp|Gender=Masc|Mood=Ind|Number=Plur|Tense=Past|VerbForm=Fin|Voice=Act 0 root _ _
8 sędziowie sędzia NOUN subst:pl:nom:m1 Animacy=Hum|Case=Nom|Gender=Masc|Number=Plur 7 nsubj _ SpaceAfter=No
9 . . PUNCT interp PunctType=Peri 7 punct _ _
</code></pre>
<pre><code class="language-conllu">1 - _ _ _ _ _ _ _ _
2 Rarely _ _ _ _ _ _ _ _
3 does _ _ _ _ _ _ _ _
4 not _ _ _ _ _ _ _ _
5 mean _ _ _ _ _ _ _ _
6 at _ _ _ _ _ _ _ _
7 all _ _ _ _ _ _ _ _
8 - _ _ _ _ _ _ _ _
9 the _ _ _ _ _ _ _ _
10 judges _ _ _ _ _ _ _ _
11 retorted _ _ _ _ _ _ _ _
12 . _ _ _ _ _ _ _ _
</code></pre>
<!-- Interlanguage links updated St lis 3 20:59:12 CET 2021 -->
<!-- "in other languages" links -->
<hr/>
xcomp:subj in other languages:
[<a href="../../pl/dep/xcomp-subj.html">pl</a>]
</div>
<!-- support for embedded visualizations -->
<script type="text/javascript">
var root = '../../'; // filled in by jekyll
head.js(
// We assume that external libraries such as jquery.min.js have already been loaded outside!
// (See _layouts/base.html.)
// brat helper modules
root + 'lib/brat/configuration.js',
root + 'lib/brat/util.js',
root + 'lib/brat/annotation_log.js',
root + 'lib/ext/webfont.js',
// brat modules
root + 'lib/brat/dispatcher.js',
root + 'lib/brat/url_monitor.js',
root + 'lib/brat/visualizer.js',
// embedding configuration
root + 'lib/local/config.js',
// project-specific collection data
root + 'lib/local/collections.js',
// Annodoc
root + 'lib/annodoc/annodoc.js',
// NOTE: non-local libraries
'https://spyysalo.github.io/conllu.js/conllu.js'
);
var webFontURLs = [
// root + 'static/fonts/Astloch-Bold.ttf',
root + 'static/fonts/PT_Sans-Caption-Web-Regular.ttf',
root + 'static/fonts/Liberation_Sans-Regular.ttf'
];
var setupTimeago = function() {
jQuery("time.timeago").timeago();
};
head.ready(function() {
setupTimeago();
// mark current collection (filled in by Jekyll)
Collections.listing['_current'] = 'pl';
// perform all embedding and support functions
Annodoc.activate(Config.bratCollData, Collections.listing);
});
</script>
<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55233688-1', 'auto');
ga('send', 'pageview');
</script>
<div id="footer">
<p class="footer-text">© 2014–2021
<a href="http://universaldependencies.org/introduction.html#contributors" style="color:gray">Universal Dependencies contributors</a>.
Site powered by <a href="http://spyysalo.github.io/annodoc" style="color:gray">Annodoc</a> and <a href="http://brat.nlplab.org/" style="color:gray">brat</a></p>.
</div>
</div>
</body>
</html>
|
doc/api/classes/Rails/AppRailsLoader.html
|
jeroen92/zfsstats-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>Rails::AppRailsLoader</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.0.0</span><br />
<h1>
<span class="type">Module</span>
Rails::AppRailsLoader
</h1>
<ul class="files">
<li><a href="../../files/usr/local/rvm/gems/ruby-2_0_0-p0/gems/railties-4_0_0/lib/rails/app_rails_loader_rb.html">/usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/app_rails_loader.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Method ref -->
<div class="sectiontitle">Methods</div>
<dl class="methods">
<dt>E</dt>
<dd>
<ul>
<li>
<a href="#method-c-exec_app_rails">exec_app_rails</a>
</li>
</ul>
</dd>
<dt>F</dt>
<dd>
<ul>
<li>
<a href="#method-c-find_executable">find_executable</a>
</li>
</ul>
</dd>
</dl>
<!-- Section constants -->
<div class="sectiontitle">Constants</div>
<table border='0' cellpadding='5'>
<tr valign='top'>
<td class="attr-name">RUBY</td>
<td>=</td>
<td class="attr-value">File.join(*RbConfig::CONFIG.values_at("bindir", "ruby_install_name")) + RbConfig::CONFIG["EXEEXT"]</td>
</tr>
<tr valign='top'>
<td> </td>
<td colspan="2" class="attr-desc"></td>
</tr>
<tr valign='top'>
<td class="attr-name">EXECUTABLES</td>
<td>=</td>
<td class="attr-value">['bin/rails', 'script/rails']</td>
</tr>
<tr valign='top'>
<td> </td>
<td colspan="2" class="attr-desc"></td>
</tr>
<tr valign='top'>
<td class="attr-name">BUNDLER_WARNING</td>
<td>=</td>
<td class="attr-value"><<EOS
Looks like your app's ./bin/rails is a stub that was generated by Bundler.
In Rails 4, your app's bin/ directory contains executables that are versioned
like any other source code, rather than stubs that are generated on demand.
Here's how to upgrade:
bundle config --delete bin # Turn off Bundler's stub generator
rake rails:update:bin # Use the new Rails 4 executables
git add bin # Add bin/ to source control
You may need to remove bin/ from your .gitignore as well.
When you install a gem whose executable you want to use in your app,
generate it and add it to source control:
bundle binstubs some-gem-name
git add bin/new-executable
EOS</td>
</tr>
<tr valign='top'>
<td> </td>
<td colspan="2" class="attr-desc"></td>
</tr>
</table>
<!-- Methods -->
<div class="sectiontitle">Class Public methods</div>
<div class="method">
<div class="title method-title" id="method-c-exec_app_rails">
<b>exec_app_rails</b>()
<a href="../../classes/Rails/AppRailsLoader.html#method-c-exec_app_rails" name="method-c-exec_app_rails" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-exec_app_rails_source')" id="l_method-c-exec_app_rails_source">show</a>
</p>
<div id="method-c-exec_app_rails_source" class="dyn-source">
<pre><span class="ruby-comment"># File /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/app_rails_loader.rb, line 29</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">exec_app_rails</span>
<span class="ruby-identifier">original_cwd</span> = <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">pwd</span>
<span class="ruby-identifier">loop</span> <span class="ruby-keyword">do</span>
<span class="ruby-keyword">if</span> <span class="ruby-identifier">exe</span> = <span class="ruby-identifier">find_executable</span>
<span class="ruby-identifier">contents</span> = <span class="ruby-constant">File</span>.<span class="ruby-identifier">read</span>(<span class="ruby-identifier">exe</span>)
<span class="ruby-keyword">if</span> <span class="ruby-identifier">contents</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">/(APP|ENGINE)_PATH/</span>
<span class="ruby-identifier">exec</span> <span class="ruby-constant">RUBY</span>, <span class="ruby-identifier">exe</span>, *<span class="ruby-constant">ARGV</span>
<span class="ruby-keyword">break</span> <span class="ruby-comment"># non reachable, hack to be able to stub exec in the test suite</span>
<span class="ruby-keyword">elsif</span> <span class="ruby-identifier">exe</span>.<span class="ruby-identifier">end_with?</span>(<span class="ruby-string">'bin/rails'</span>) <span class="ruby-operator">&&</span> <span class="ruby-identifier">contents</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-string">'This file was generated by Bundler'</span>)
<span class="ruby-identifier">$stderr</span>.<span class="ruby-identifier">puts</span>(<span class="ruby-constant">BUNDLER_WARNING</span>)
<span class="ruby-constant">Object</span>.<span class="ruby-identifier">const_set</span>(<span class="ruby-value">:APP_PATH</span>, <span class="ruby-constant">File</span>.<span class="ruby-identifier">expand_path</span>(<span class="ruby-string">'config/application'</span>, <span class="ruby-constant">Dir</span>.<span class="ruby-identifier">pwd</span>))
<span class="ruby-identifier">require</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">expand_path</span>(<span class="ruby-string">'../boot'</span>, <span class="ruby-constant">APP_PATH</span>)
<span class="ruby-identifier">require</span> <span class="ruby-string">'rails/commands'</span>
<span class="ruby-keyword">break</span>
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span>
<span class="ruby-comment"># If we exhaust the search there is no executable, this could be a</span>
<span class="ruby-comment"># call to generate a new application, so restore the original cwd.</span>
<span class="ruby-constant">Dir</span>.<span class="ruby-identifier">chdir</span>(<span class="ruby-identifier">original_cwd</span>) <span class="ruby-keyword">and</span> <span class="ruby-keyword">return</span> <span class="ruby-keyword">if</span> <span class="ruby-constant">Pathname</span>.<span class="ruby-identifier">new</span>(<span class="ruby-constant">Dir</span>.<span class="ruby-identifier">pwd</span>).<span class="ruby-identifier">root?</span>
<span class="ruby-comment"># Otherwise keep moving upwards in search of a executable.</span>
<span class="ruby-constant">Dir</span>.<span class="ruby-identifier">chdir</span>(<span class="ruby-string">'..'</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-find_executable">
<b>find_executable</b>()
<a href="../../classes/Rails/AppRailsLoader.html#method-c-find_executable" name="method-c-find_executable" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-c-find_executable_source')" id="l_method-c-find_executable_source">show</a>
</p>
<div id="method-c-find_executable_source" class="dyn-source">
<pre><span class="ruby-comment"># File /usr/local/rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/app_rails_loader.rb, line 57</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">find_executable</span>
<span class="ruby-constant">EXECUTABLES</span>.<span class="ruby-identifier">find</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">exe</span><span class="ruby-operator">|</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exists?</span>(<span class="ruby-identifier">exe</span>) }
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
webapp/templates/submitted_form.html
|
Alexander-Minyushkin/aistreamer
|
{% extends "boilerplate.html" %}
{% block body %}
<div id="container">
<div class="pagetitle">
<h1>Form submitted</h1>
</div>
<div id="main">
<p>Thanks for your submission, {{name}}!</p>
<p>Here's a review of the information that you sent:</p>
<p>
<strong>Name</strong>: {{name}} <br>
<strong>Email</strong>: {{email}} <br>
<strong>Website URL</strong>: {{site}} <br>
<strong>Comments</strong>: {{comments}}
</p>
</div>
</div>
{% endblock %}
|
rebbit/bonfire/modules/docs/config/routes.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 routes.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 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='bonfire/modules/docs/config';
filename='routes.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/modules/docs/config/</a> -> <a href="routes.php.source.html">routes.php</a> (summary)</h2>
<div class="details-summary">
<p class="viewlinks">[<a href="routes.php.source.html">Source view</a>]
[<a href="javascript:window.print();">Print</a>]
[<a href="../../../../_stats.html">Project Stats</a>]</p>
<p><b>(no description)</b></p>
<table>
<tr><td align="right">File Size: </td><td>3 lines (0 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>
</div>
<br><div class="details-funclist">
</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 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>
|
css/shortcodes.css
|
Hogue/hogue.github.io
|
/**
* hamzhShortcodes
* Author: Themehamzh
* Author URI: http://www.themehamzh.com
*/
/* Column Styles --- */
.hamzh-one-half { width: 48%; }
.hamzh-one-third { width: 30.66%; }
.hamzh-two-third { width: 65.33%; }
.hamzh-one-fourth { width: 22%; }
.hamzh-three-fourth { width: 74%; }
.hamzh-one-fifth { width: 16.8%; }
.hamzh-two-fifth { width: 37.6%; }
.hamzh-three-fifth { width: 58.4%; }
.hamzh-four-fifth { width: 79.2%; }
.hamzh-one-sixth { width: 13.33%; }
.hamzh-five-sixth { width: 82.67%; }
.hamzh-one-half,
.hamzh-one-third,
.hamzh-two-third,
.hamzh-three-fourth,
.hamzh-one-fourth,
.hamzh-one-fifth,
.hamzh-two-fifth,
.hamzh-three-fifth,
.hamzh-four-fifth,
.hamzh-one-sixth,
.hamzh-five-sixth {
float: left;
margin-right: 4%;
margin-bottom: 2em;
position: relative;
}
.hamzh-column-last {
clear: right;
margin-right: 0 !important;
}
@media screen and (max-width: 414px) {
.hamzh-one-half,
.hamzh-one-third,
.hamzh-two-third,
.hamzh-three-fourth,
.hamzh-one-fourth,
.hamzh-one-fifth,
.hamzh-two-fifth,
.hamzh-three-fifth,
.hamzh-four-fifth,
.hamzh-one-sixth,
.hamzh-five-sixth {
width: 96%;
}
}
/* Button Styles --- */
a.hamzh-button,
a.hamzh-button:visited {
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: bold;
line-height: 1em;
margin: 10px !important;
outline: none;
padding: 7px 13px !important;
text-align: center;
text-decoration: none !important;
vertical-align: middle;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear;
}
a.hamzh-button.square {
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
}
a.hamzh-button.medium {
font-size: 16px;
padding: 14px 16px !important;
}
a.hamzh-button.radius {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
a.hamzh-button.large {
font-size: 18px;
padding: 15px 20px !important;
}
a.hamzh-button:hover { text-decoration: none; }
a.hamzh-button:active {
position: relative;
top: 1px;
}
a.hamzh-button.green {
background-color: #7fc33c;
}
a.hamzh-button.green:hover {
background-color: #8dd242;
}
a.hamzh-button.light-blue {
background-color: #2caada;
}
a.hamzh-button.light-blue:hover {
background-color: #32bcef;
}
a.hamzh-button.blue {
background-color: #0c6fb1;
}
a.hamzh-button.blue:hover {
background-color: #1188d6;
}
a.hamzh-button.red {
background-color: #e3514a;
}
a.hamzh-button.red:hover {
background-color: #ff5e56;
}
a.hamzh-button.orange {
background-color: #ffb031;
}
a.hamzh-button.orange:hover {
background-color: #ffc531;
}
a.hamzh-button.purple {
background-color: #d17ac6;
}
a.hamzh-button.purple:hover {
background-color: #eb90e0;
}
a.hamzh-button.grey {
padding: 10px 19px;
font-size: 17px;
line-height: 1.471;
background-color: #bdc3c7;
}
a.hamzh-button.grey:hover {
background-color: #999;
}
a.hamzh-button.black {
background-color: #444444;
}
a.hamzh-button.black:hover {
background-color: #575757;
}
/* Alert Styles --- */
.hamzh-alert {
line-height: 1.6em;
margin: 0 0 1.5em 0;
padding: 0.8em;
}
.hamzh-alert.white {
background: #fff;
color: #373737;
border-left: 5px solid #fbfbfb;
}
.hamzh-alert.red {
color: #e74c3c;
background-color: #ffeded;
border-left: 5px solid #e74c3c;
}
.hamzh-alert.yellow {
background: #fff7d6;
color: #956433;
border-left: 5px solid #e9d477;
}
.hamzh-alert.green {
background: #edfdd3;
color: #657e3c;
border-left: 5px solid #c4dba0;
}
.hamzh-alert.grey {
background: #fbfbfb;
color: #373737;
border-left: 5px solid #dfdfdf;
}
/* Codes Styles --- */
.hamzh-codes {
display: block;
line-height: 19px;
margin-bottom: 20px;
overflow: visible;
overflow-y: hidden;
padding: 15px;
font: 11px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
white-space: pre-wrap;
word-wrap: break-word;
font-weight: 600;
}
.hamzh-codes.red {
background: #ffe6e3;
border: 1px solid #f2c3bf;
color: #bf210e;
line-height: 19px;
}
.hamzh-codes.grey {
background: #fbfbfb;
border: 1px solid #dfdfdf;
color: #373737;
line-height: 19px;
}
/* Tab Styles --- */
.hamzh-tabs.ui-tabs .ui-tabs-hide {
position: absolute;
left: -10000px;
}
.ui-tabs-active{
color: #4c4c4c;
border-top: 5px solid #009ae1;
background-color: #f5f5f5;
}
.hamzh-tabs {
background: none;
margin: 0 0 20px 0;
}
.hamzh-tabs .hamzh-nav {
background: none;
border: 0;
float: none;
list-style: none !important;
margin: 0 !important;
padding: 0;
}
.hamzh-tabs .hamzh-nav li {
float: left;
list-style: none !important;
margin: 0 2px -1px 0 !important;
position: relative;
z-index: 10;
}
.hamzh-tabs .hamzh-nav li a {
color: white;
border-top: 5px solid rgba(1,1,1,0.2);
background-color: #666666;
letter-spacing: 0px;
display: inline-block;
cursor: pointer;
transition: all 200ms ease-out;
-webkit-transition: all 200ms ease-out;
padding: 5px 20px 10px 20px;
}
.hamzh-tabs .hamzh-nav .ui-tabs-selected a,
.hamzh-tabs .hamzh-nav .ui-tabs-active a {
background: #f5f5f5;
height: 36px;
color: #666666;
border-top: none;
}
.hamzh-tabs .hamzh-tab {
padding: 15px;
color: #808080;
border-bottom: 5px solid rgba(1,1,1,0.2);
background-color: #f5f5f5;
text-overflow: ellipsis;
word-wrap: break-word;
}
/* Toggle Styles --- */
.hamzh-toggle { margin: 0 0 35px 0}
.hamzh-toggle + .hamzh-toggle { margin-top: -1.75em; }
.hamzh-toggle .hamzh-toggle-title {
cursor: pointer;
display: block;
outline: none;
padding: 10px 10px 10px 30px;
position: relative;
border-left: 5px solid #009ae1;
background-color: #e9e9e9;
}
.hamzh-toggle-inner {
border-top: none;
padding: 15px 10px;
border-left: 5px solid rgba(1,1,1,0.2);
background-color: #f5f5f5;
}
.hamzh-toggle span.ui-icon {
background: url(../img/toggle-closed.png) no-repeat;
height: 12px;
margin: -6px 0 0 0;
position: absolute;
top: 50%;
left: 10px;
width: 12px;
}
/*Videos Styles*/
.embed-responsive{
margin: 20px 0;
}
/* Progress Bar --- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.skillbar {
font-family: 'Open Sans', 'sans-serif';
position:relative;
display:block;
margin-bottom:15px;
width:100%;
background:#eee;
height:35px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-webkit-transition:0.4s linear;
-moz-transition:0.4s linear;
-ms-transition:0.4s linear;
-o-transition:0.4s linear;
transition:0.4s linear;
-webkit-transition-property:width, background-color;
-moz-transition-property:width, background-color;
-ms-transition-property:width, background-color;
-o-transition-property:width, background-color;
transition-property:width, background-color;
}
.skillbar-title {
position:absolute;
top:0;
left:0;
font-weight:bold;
font-size:13px;
color:#fff;
background:#6adcfa;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:4px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.skillbar-title span {
display:block;
background:rgba(0, 0, 0, 0.1);
padding:0 20px;
height:35px;
line-height:35px;
text-transform: uppercase;
-webkit-border-top-left-radius:3px;
-webkit-border-bottom-left-radius:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-bottomleft:3px;
border-top-left-radius:3px;
border-bottom-left-radius:3px;
}
.skillbar-bar {
height:35px;
width:0px;
background:#6adcfa;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.skill-bar-percent {
position:absolute;
right:10px;
top:0;
font-size:11px;
height:35px;
line-height:35px;
color:#444;
color:rgba(0, 0, 0, 0.4);
}
/*Our Team*/
.hamzh-shortcode-col{
display: inline-block !important;
margin: 30px -2px !important;
float: none !important;
}
.hamzh-our-team .heading-our-team{
text-align: center;
width: 100%;
overflow: hidden;
margin-bottom: 30px;
}
.hamzh-shortcode-staf{
text-align: center;
}
.hamzh-shortcode-person-image {
position: relative;
overflow: hidden;
margin-bottom: 10px;
}
.hamzh-shortcode-person-name{
margin: 0;
text-transform: capitalize;
}
.hamzh-shortcode-position{
font-size: 13px;
font-style: oblique;
}
.hamzh-shortcode-profile{
border-top: 1px solid rgba(36, 36, 36, 0.1);
padding: 10px 0;
margin-top: 10px;
}
.hamzh-shortcode-social-media{
border-top: 1px solid rgba(36, 36, 36, 0.1);
text-align: center;
display: inline-block;
padding-top: 10px;
}
.hamzh-shortcode-social-media a{
display: block;
width: 24px;
height: 24px;
line-height: 24px;
display: inline-block;
color: #999;
background-color: rgba(36, 36, 36, 0.1);
text-decoration: none;
margin-bottom: 5px;
margin-right: 5px;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.hamzh-shortcode-social-media a:hover{
color: #fff;
background-color: #009ae1;
}
/* COLORS */
.azure { background: #38B1CC; }
.emerald { background: #2CB299; }
.violet { background: #8E5D9F; }
.yellow { background: #EFC32F; }
.red { background: #E44C41; }
.hamzh-toggle .ui-state-active .ui-icon { background: url(../img/toggle-open.png) no-repeat; }
/* Clearfix */
.hamzh-clearfix:before,
.hamzh-clearfix:after { content:""; display:table; }
.hamzh-clearfix:after { clear: both; }
.hamzh-clearfix { zoom:1; /* For IE 6/7 (trigger hasLayout) */ }
|
Documentation/numpy/reference/generated/numpy.fft.ifft2.html
|
leesavide/pythonista-docs
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>numpy.fft.ifft2 — NumPy v1.8 Manual</title>
<link rel="stylesheet" href="../../_static/pythonista.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '1.8.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="author" title="About these documents" href="../../about.html" />
<link rel="top" title="NumPy v1.8 Manual" href="../../index.html" />
<link rel="up" title="Discrete Fourier Transform (numpy.fft)" href="../routines.fft.html" />
<link rel="next" title="numpy.fft.fftn" href="numpy.fft.fftn.html" />
<link rel="prev" title="numpy.fft.fft2" href="numpy.fft.fft2.html" />
<link rel="shortcut icon" type="image/png" href="../../_static/py.png" />
<meta name = "viewport" content = "width=device-width,initial-scale=1.0,user-scalable=no;">
<script type="text/javascript">
var getTextForSample = function(i) {
codeBlock = document.getElementsByClassName('highlight-python')[i];
return codeBlock.innerText;
}
var copySample = function (i) {
window.location.href = '/__pythonista_copy__/' + encodeURI(getTextForSample(i));
}
var openSample = function (i) {
window.location.href = '/__pythonista_open__/' + encodeURI(getTextForSample(i));
}
//Source: http://ejohn.org/blog/partial-functions-in-javascript/
Function.prototype.partial = function() {
var fn = this,
args = Array.prototype.slice.call(arguments);
return function() {
var arg = 0;
for (var i = 0; i < args.length && arg < arguments.length; i++)
if (args[i] === undefined) args[i] = arguments[arg++];
return fn.apply(this, args);
};
};
window.onload=function() {
//Add "Copy" and "Open in Editor" buttons for code samples:
var inApp = navigator.userAgent.match(/AppleWebKit/i) != null && navigator.userAgent.match(/Safari/i) == null;
if (inApp) {
codeBlocks = document.getElementsByClassName('highlight-python');
for (var i = 0; i < codeBlocks.length; i++) {
codeBlock = codeBlocks[i];
if (codeBlock.innerText.indexOf('>>>') == 0) {
//Don't add header for interactive sessions
continue;
}
var codeHeader = document.createElement('div');
codeHeader.className = 'pythonista-code-header';
var copyButton = document.createElement('button');
copyButton.className = 'pythonista-button';
copyButton.innerText = 'Copy';
copyButton.addEventListener('click', copySample.partial(i));
codeHeader.appendChild(copyButton);
var openButton = document.createElement('button');
openButton.className = 'pythonista-button';
openButton.innerText = 'Open in Editor';
openButton.addEventListener('click', openSample.partial(i));
codeHeader.appendChild(openButton);
codeBlock.parentElement.insertBefore(codeHeader, codeBlock);
}
}
}
</script>
</head>
<body ontouchstart="">
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="numpy.fft.fftn.html" title="numpy.fft.fftn"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="numpy.fft.fft2.html" title="numpy.fft.fft2"
accesskey="P">previous</a> |</li>
<li><a href="../../index.html">NumPy v1.8 Manual</a> »</li>
<li><a href="../index.html" >NumPy Reference</a> »</li>
<li><a href="../routines.html" >Routines</a> »</li>
<li><a href="../routines.fft.html" accesskey="U">Discrete Fourier Transform (<tt class="docutils literal docutils literal docutils literal docutils literal docutils literal docutils literal docutils literal docutils literal"><span class="pre">numpy.fft</span></tt>)</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="body">
<div class="section" id="numpy-fft-ifft2">
<h1>numpy.fft.ifft2<a class="headerlink" href="#numpy-fft-ifft2" title="Permalink to this headline">¶</a></h1>
<dl class="function">
<dt id="numpy.fft.ifft2">
<tt class="descclassname">numpy.fft.</tt><tt class="descname">ifft2</tt><big>(</big><em>a</em>, <em>s=None</em>, <em>axes=(-2</em>, <em>-1)</em><big>)</big><a class="reference external" href="http://github.com/numpy/numpy/blob/v1.8.0/numpy/fft/fftpack.py#L798"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#numpy.fft.ifft2" title="Permalink to this definition">¶</a></dt>
<dd><p>Compute the 2-dimensional inverse discrete Fourier Transform.</p>
<p>This function computes the inverse of the 2-dimensional discrete Fourier
Transform over any number of axes in an M-dimensional array by means of
the Fast Fourier Transform (FFT). In other words, <tt class="docutils literal"><span class="pre">ifft2(fft2(a))</span> <span class="pre">==</span> <span class="pre">a</span></tt>
to within numerical accuracy. By default, the inverse transform is
computed over the last two axes of the input array.</p>
<p>The input, analogously to <a class="reference internal" href="numpy.fft.ifft.html#numpy.fft.ifft" title="numpy.fft.ifft"><tt class="xref py py-obj docutils literal"><span class="pre">ifft</span></tt></a>, should be ordered in the same way as is
returned by <a class="reference internal" href="numpy.fft.fft2.html#numpy.fft.fft2" title="numpy.fft.fft2"><tt class="xref py py-obj docutils literal"><span class="pre">fft2</span></tt></a>, i.e. it should have the term for zero frequency
in the low-order corner of the two axes, the positive frequency terms in
the first half of these axes, the term for the Nyquist frequency in the
middle of the axes and the negative frequency terms in the second half of
both axes, in order of decreasingly negative frequency.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>a</strong> : array_like</p>
<blockquote>
<div><p>Input array, can be complex.</p>
</div></blockquote>
<p><strong>s</strong> : sequence of ints, optional</p>
<blockquote>
<div><p>Shape (length of each axis) of the output (<tt class="docutils literal"><span class="pre">s[0]</span></tt> refers to axis 0,
<tt class="docutils literal"><span class="pre">s[1]</span></tt> to axis 1, etc.). This corresponds to <em class="xref py py-obj">n</em> for <tt class="docutils literal"><span class="pre">ifft(x,</span> <span class="pre">n)</span></tt>.
Along each axis, if the given shape is smaller than that of the input,
the input is cropped. If it is larger, the input is padded with zeros.
if <em class="xref py py-obj">s</em> is not given, the shape of the input (along the axes specified
by <em class="xref py py-obj">axes</em>) is used. See notes for issue on <a class="reference internal" href="numpy.fft.ifft.html#numpy.fft.ifft" title="numpy.fft.ifft"><tt class="xref py py-obj docutils literal"><span class="pre">ifft</span></tt></a> zero padding.</p>
</div></blockquote>
<p><strong>axes</strong> : sequence of ints, optional</p>
<blockquote>
<div><p>Axes over which to compute the FFT. If not given, the last two
axes are used. A repeated index in <em class="xref py py-obj">axes</em> means the transform over
that axis is performed multiple times. A one-element sequence means
that a one-dimensional FFT is performed.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>out</strong> : complex ndarray</p>
<blockquote>
<div><p>The truncated or zero-padded input, transformed along the axes
indicated by <em class="xref py py-obj">axes</em>, or the last two axes if <em class="xref py py-obj">axes</em> is not given.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><p class="first"><strong>ValueError</strong> :</p>
<blockquote>
<div><p>If <em class="xref py py-obj">s</em> and <em class="xref py py-obj">axes</em> have different length, or <em class="xref py py-obj">axes</em> not given and
<tt class="docutils literal"><span class="pre">len(s)</span> <span class="pre">!=</span> <span class="pre">2</span></tt>.</p>
</div></blockquote>
<p><strong>IndexError</strong> :</p>
<blockquote class="last">
<div><p>If an element of <em class="xref py py-obj">axes</em> is larger than than the number of axes of <em class="xref py py-obj">a</em>.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
<div class="admonition seealso">
<p class="first admonition-title">See also</p>
<dl class="last docutils">
<dt><a class="reference internal" href="../routines.fft.html#module-numpy.fft" title="numpy.fft"><tt class="xref py py-obj docutils literal"><span class="pre">numpy.fft</span></tt></a></dt>
<dd>Overall view of discrete Fourier transforms, with definitions and conventions used.</dd>
<dt><a class="reference internal" href="numpy.fft.fft2.html#numpy.fft.fft2" title="numpy.fft.fft2"><tt class="xref py py-obj docutils literal"><span class="pre">fft2</span></tt></a></dt>
<dd>The forward 2-dimensional FFT, of which <a class="reference internal" href="#numpy.fft.ifft2" title="numpy.fft.ifft2"><tt class="xref py py-obj docutils literal"><span class="pre">ifft2</span></tt></a> is the inverse.</dd>
<dt><a class="reference internal" href="numpy.fft.ifftn.html#numpy.fft.ifftn" title="numpy.fft.ifftn"><tt class="xref py py-obj docutils literal"><span class="pre">ifftn</span></tt></a></dt>
<dd>The inverse of the <em>n</em>-dimensional FFT.</dd>
<dt><a class="reference internal" href="numpy.fft.fft.html#numpy.fft.fft" title="numpy.fft.fft"><tt class="xref py py-obj docutils literal"><span class="pre">fft</span></tt></a></dt>
<dd>The one-dimensional FFT.</dd>
<dt><a class="reference internal" href="numpy.fft.ifft.html#numpy.fft.ifft" title="numpy.fft.ifft"><tt class="xref py py-obj docutils literal"><span class="pre">ifft</span></tt></a></dt>
<dd>The one-dimensional inverse FFT.</dd>
</dl>
</div>
<p class="rubric">Notes</p>
<p><a class="reference internal" href="#numpy.fft.ifft2" title="numpy.fft.ifft2"><tt class="xref py py-obj docutils literal"><span class="pre">ifft2</span></tt></a> is just <a class="reference internal" href="numpy.fft.ifftn.html#numpy.fft.ifftn" title="numpy.fft.ifftn"><tt class="xref py py-obj docutils literal"><span class="pre">ifftn</span></tt></a> with a different default for <em class="xref py py-obj">axes</em>.</p>
<p>See <a class="reference internal" href="numpy.fft.ifftn.html#numpy.fft.ifftn" title="numpy.fft.ifftn"><tt class="xref py py-obj docutils literal"><span class="pre">ifftn</span></tt></a> for details and a plotting example, and <a class="reference internal" href="../routines.fft.html#module-numpy.fft" title="numpy.fft"><tt class="xref py py-obj docutils literal"><span class="pre">numpy.fft</span></tt></a> for
definition and conventions used.</p>
<p>Zero-padding, analogously with <a class="reference internal" href="numpy.fft.ifft.html#numpy.fft.ifft" title="numpy.fft.ifft"><tt class="xref py py-obj docutils literal"><span class="pre">ifft</span></tt></a>, is performed by appending zeros to
the input along the specified dimension. Although this is the common
approach, it might lead to surprising results. If another form of zero
padding is desired, it must be performed before <a class="reference internal" href="#numpy.fft.ifft2" title="numpy.fft.ifft2"><tt class="xref py py-obj docutils literal"><span class="pre">ifft2</span></tt></a> is called.</p>
<p class="rubric">Examples</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">a</span> <span class="o">=</span> <span class="mi">4</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">eye</span><span class="p">(</span><span class="mi">4</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">np</span><span class="o">.</span><span class="n">fft</span><span class="o">.</span><span class="n">ifft2</span><span class="p">(</span><span class="n">a</span><span class="p">)</span>
<span class="go">array([[ 1.+0.j, 0.+0.j, 0.+0.j, 0.+0.j],</span>
<span class="go"> [ 0.+0.j, 0.+0.j, 0.+0.j, 1.+0.j],</span>
<span class="go"> [ 0.+0.j, 0.+0.j, 1.+0.j, 0.+0.j],</span>
<span class="go"> [ 0.+0.j, 1.+0.j, 0.+0.j, 0.+0.j]])</span>
</pre></div>
</div>
</dd></dl>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© <a href="../../copyright.html">Copyright</a> 2008-2009, The Scipy community.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="http://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on May 03, 2016.
<a href="../../bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.1.
</div>
</body>
</html>
|
protected/extensions/yii-mail/doc/Swift/Transport/_vendors---swiftMailer---classes---Swift---MailTransport.php.html
|
m1k3777/autos-trebol-yii
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!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>Docs for page MailTransport.php</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<script src="../../media/lib/classTree.js"></script>
<link id="webfx-tab-style-sheet" type="text/css" rel="stylesheet" href="../../media/lib/tab.webfx.css" />
<script type="text/javascript" src="../../media/lib/tabpane.js"></script>
<script language="javascript" type="text/javascript" src="../../media/lib/ua.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../../media/images/plus.gif";
imgMinus.src = "../../media/images/minus.gif";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
<!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver -->
<body bgcolor="#ffffff" >
<h2>File: /vendors/swiftMailer/classes/Swift/MailTransport.php</h2>
<div class="tab-pane" id="tabPane1">
<script type="text/javascript">
tp1 = new WebFXTabPane( document.getElementById( "tabPane1" ) );
</script>
<div class="tab-page" id="Description">
<h2 class="tab">Description</h2>
<!-- ========== Info from phpDoc block ========= -->
<ul>
</ul>
<!-- =========== Used Classes =========== -->
<A NAME='classes_summary'><!-- --></A>
<h3>Classes defined in this file</h3>
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
<THEAD>
<TR><TD STYLE="width:20%"><h4>CLASS NAME</h4></TD><TD STYLE="width: 80%"><h4>DESCRIPTION</h4></TD></TR>
</THEAD>
<TBODY>
<TR BGCOLOR='white' CLASS='TableRowColor'>
<TD><a href="Swift_MailTransport.html">Swift_MailTransport</a></TD>
<TD>Sends Messages using the mail() function.</TD>
</TR>
</TBODY>
</TABLE>
</div>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "Description" ) );</script>
<div class="tab-page" id="tabPage1">
<!-- ============ Includes DETAIL =========== -->
<h2 class="tab">Include/Require Statements</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage1" ) );</script>
</div>
<div class="tab-page" id="tabPage2">
<!-- ============ GLOBAL DETAIL =========== -->
<h2 class="tab">Global Variables</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage2" ) );</script>
</div>
<div class="tab-page" id="tabPage3">
<!-- ============ CONSTANT DETAIL =========== -->
<A NAME='constant_detail'></A>
<h2 class="tab">Constants</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage3" ) );</script>
</div>
<div class="tab-page" id="tabPage4">
<!-- ============ FUNCTION DETAIL =========== -->
<h2 class="tab">Functions</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage4" ) );</script>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
setupAllTabs();
//]]>
</script>
<div id="credit">
<hr />
Documentation generated on Fri, 12 Nov 2010 20:45:24 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</div>
</body>
</html>
|
modal_dropdown.css
|
appzio/ae-drupal
|
#MB_overlay {
position: absolute;
margin: auto;
top: 0; left: 0;
width: 100%; height: 100%;
z-index: 9999;
border: 0;
background-color: #fff!important;
}
#MB_overlay[id] { position: fixed; }
#MB_windowwrapper {
position:absolute;
top:0;
width:100%;
}
#MB_window {
position:relative;
margin-left:auto;
margin-right:auto;
top:0;
left:0;
border: 0 solid;
text-align: left;
z-index: 10000;
}
#MB_window[id] { position: relative; }
#MB_frame {
position: relative;
background-color: #EFEFEF;
height: 100%;
}
#MB_header {
margin: 0;
padding: 0;
}
#MB_content {
position: relative;
padding: 6px .75em;
overflow: hidden;
}
#MB_caption {
font: bold 100% "Lucida Grande", Arial, sans-serif;
text-shadow: #FFF 0 1px 0;
padding: .5em 2em .5em .75em;
margin: 0;
text-align: left;
}
#MB_close {
display: block;
position: absolute;
right: 5px; top: 4px;
padding: 2px 3px;
font-weight: bold;
text-decoration: none;
font-size: 13px;
}
#MB_close:hover {
background: transparent;
}
#MB_loading {
padding: 1.5em;
text-indent: -10000px;
background: transparent url(spinner.gif) 50% 0 no-repeat;
}
/* Color scheme */
#MB_window {
background-color: #EFEFEF;
color: #000;
-webkit-box-shadow: 0 0 64px #000;
-moz-box-shadow: #000 0 0 64px;
box-shadow: 0 0 64px #000;
overflow:hiddden;
}
#MB_frame {
padding-bottom: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
background-color: #DDD;
border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }
/* Alert message */
.MB_alert {
margin: 10px 0;
text-align: center;
}
@media screen and (max-width: 600px) {
#MB_window{
width:400px;
margin:auto;
}
}
/**
* Drop-down
*/
/* Dropdown box %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.dropdown { position:relative; }
.dropdown:hover { z-index:4000; }
/* Dropdown toggle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-toggle {
display:block;
cursor:default;
}
/* Inside Dropdown-toggle
-------------------------------------------------------------- */
.dropdown-toggle * { display:inline-block; }
.dropdown-toggle .label { padding-right:2px; }
.dropdown-toggle .value {}
.dropdown-toggle .dropdown-icon {
width:18px;
text-indent:-9999px;
background-position:0 50%;
background-repeat:no-repeat;
}
.dropdown-toggle .img-caret {
background:url(../../../images/infortis/_shared/dropdown/arrow-dropdown.png) 100% 50% no-repeat;
width:10px;
text-indent:-9999px;
}
/* Predefined icons
-------------------------------------------------------------- */
.dropdown-toggle .icon.first { margin-left:-5px; }
.dropdown-toggle .icon.close-to-text { margin-right:-8px; }
/* Cover 'dropdown-toggle' (and 'dropdown-menu' shadow) with additional inner div
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-toggle.cover > div { padding:0 10px; cursor:default; }
.open > .dropdown-toggle.cover > div { background-color:#fff; }
/*.dropdown:hover .dropdown-toggle.cover > div,*/
.open > .dropdown-toggle.cover > div {
z-index:4001;
position:relative;
}
/* Dropdown menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-menu {
display:none;
position:absolute;
top:100%;
left:0;
z-index:4000;
padding:20px;
min-width:130px;
line-height:1.5em;
text-align:left;
list-style:none;
background-color:#fff;
}
.dropdown-menu.left-hand {
left:auto;
right:0;
}
/* When dropdown menu is an unordered list
-------------------------------------------------------------- */
/* Everything is inline-block, except links */
.dropdown-menu > li * { display:inline-block; }
.dropdown-menu > li > a { display:block; }
.dropdown-menu > li { white-space:nowrap; }
.dropdown-menu > li .label { margin-right:8px; }
.dropdown-menu .dropdown-icon {
width:18px;
text-indent:-9999px;
background-position:0 50%;
background-repeat:no-repeat;
}
/* Clickable
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.clickable-dropdown {}
|
src/core/course/components/module/core-course-module.html
|
moodlehq/moodlemobile2
|
<ion-item *ngIf="module && module.visibleoncoursepage !== 0 && !module.handlerData.loading" text-wrap id="core-course-module-{{module.id}}" class="core-course-module-handler {{module.handlerData.class}}" (click)="moduleClicked($event)" [ngClass]="{'item-media': module.handlerData.icon, 'core-not-clickable': !module.handlerData.action || module.uservisible === false, 'item-dimmed': module.visible === 0 || module.uservisible === false}" [title]="module.handlerData.a11yTitle" detail-none>
<img item-start *ngIf="module.handlerData.icon" [src]="module.handlerData.icon" [alt]="module.modnametranslated" [attr.aria-hidden]="true" class="core-module-icon">
<div class="core-module-title">
<core-format-text [text]="module.handlerData.title" contextLevel="module" [contextInstanceId]="module.id" [courseId]="courseId" [attr.aria-label]="module.handlerData.a11yTitle + ', ' + module.modnametranslated"></core-format-text>
<!-- Buttons. -->
<div item-end *ngIf="module.uservisible !== false" class="buttons core-module-buttons" [ngClass]="{'core-button-completion': module.completiondata}">
<!-- Module completion. -->
<core-course-module-completion *ngIf="module.completiondata" [completion]="module.completiondata" [moduleName]="module.name" [moduleId]="module.id" (completionChanged)="completionChanged.emit($event)"></core-course-module-completion>
<div class="core-module-buttons-more">
<core-download-refresh [status]="downloadStatus" [enabled]="downloadEnabled" [loading]="spinner || module.handlerData.spinner" [canTrustDownload]="canCheckUpdates" (action)="download($event)"></core-download-refresh>
<!-- Buttons defined by the module handler. -->
<button ion-button icon-only clear *ngFor="let button of module.handlerData.buttons" [hidden]="button.hidden || spinner || module.handlerData.spinner" (click)="buttonClicked($event, button)" color="dark" class="core-animate-show-hide" [attr.aria-label]="button.label | translate:{$a: module.handlerData.title}">
<core-icon [name]="button.icon" [ios]="button.iosIcon || ''" [md]="button.mdIcon || ''"></core-icon>
</button>
</div>
</div>
</div>
<div class="core-module-more-info">
<ion-badge item-end *ngIf="module.handlerData.extraBadge" [color]="module.handlerData.extraBadgeColor" text-wrap text-start>
<span [innerHTML]="module.handlerData.extraBadge"></span>
</ion-badge>
<ion-badge item-end *ngIf="module.visible === 0 && (!section || section.visible)" text-wrap>{{ 'core.course.hiddenfromstudents' | translate }}</ion-badge>
<ion-badge item-end *ngIf="module.visible !== 0 && module.isStealth" text-wrap>{{ 'core.course.hiddenoncoursepage' | translate }}</ion-badge>
<div class="core-module-availabilityinfo" *ngIf="module.availabilityinfo" item-end>
<ion-badge text-wrap>{{ 'core.restricted' | translate }}</ion-badge>
<core-format-text [text]="module.availabilityinfo" contextLevel="module" [contextInstanceId]="module.id" [courseId]="courseId" text-wrap></core-format-text>
</div>
<ion-badge item-end *ngIf="module.completiondata && module.completiondata.offline" color="warning" text-wrap>{{ 'core.course.manualcompletionnotsynced' | translate }}</ion-badge>
</div>
<core-format-text class="core-module-description" *ngIf="module.description" maxHeight="80" [text]="module.description" contextLevel="module" [contextInstanceId]="module.id" [courseId]="courseId"></core-format-text>
</ion-item>
<!-- Loading. -->
<ion-item *ngIf="module && module.visibleoncoursepage !== 0 && module.handlerData.loading" role="status" text-wrap id="core-course-module-{{module.id}}" [ngClass]="['core-course-module-handler', 'core-module-loading', module.handlerData.class]" [title]="module.handlerData.a11yTitle" detail-none>
<ion-spinner></ion-spinner>
</ion-item>
|
Citysynth_v2/Yaml_reader/snakeyaml/target/site/xref-test/org/yaml/snakeyaml/nodes/package-summary.html
|
Mohitsharma44/Citysynth
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>SnakeYAML 1.11 Reference Package org.yaml.snakeyaml.nodes</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li>
<a href="../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>Package org.yaml.snakeyaml.nodes</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="TagsTest.html" target="classFrame">Foo</a>
</td>
</tr>
<tr>
<td>
<a href="MappingNodeTest.html" target="classFrame">MappingNodeTest</a>
</td>
</tr>
<tr>
<td>
<a href="NodeTest.html" target="classFrame">NodeTest</a>
</td>
</tr>
<tr>
<td>
<a href="NodeTupleTest.html" target="classFrame">NodeTupleTest</a>
</td>
</tr>
<tr>
<td>
<a href="ScalarNodeTest.html" target="classFrame">ScalarNodeTest</a>
</td>
</tr>
<tr>
<td>
<a href="SequenceNodeTest.html" target="classFrame">SequenceNodeTest</a>
</td>
</tr>
<tr>
<td>
<a href="TagTest.html" target="classFrame">TagTest</a>
</td>
</tr>
<tr>
<td>
<a href="TagsTest.html" target="classFrame">TagsTest</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li>
<a href="../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
Copyright © 2008-2012. All Rights Reserved.
</body>
</html>
|
docs/api/org/apache/hadoop/http/class-use/FilterContainer.html
|
Shmuma/hadoop
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Mon May 07 13:00:00 PDT 2012 -->
<TITLE>
Uses of Interface org.apache.hadoop.http.FilterContainer (Hadoop 0.20.2-cdh3u4 API)
</TITLE>
<META NAME="date" CONTENT="2012-05-07">
<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.http.FilterContainer (Hadoop 0.20.2-cdh3u4 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/http//class-useFilterContainer.html" target="_top"><B>FRAMES</B></A>
<A HREF="FilterContainer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.apache.hadoop.http.FilterContainer</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/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.http"><B>org.apache.hadoop.http</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.http.lib"><B>org.apache.hadoop.http.lib</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.hadoop.security"><B>org.apache.hadoop.security</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.http"><!-- --></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/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A> in <A HREF="../../../../../org/apache/hadoop/http/package-summary.html">org.apache.hadoop.http</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/apache/hadoop/http/package-summary.html">org.apache.hadoop.http</A> that implement <A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/http/HttpServer.html" title="class in org.apache.hadoop.http">HttpServer</A></B></CODE>
<BR>
Create a Jetty embedded server to answer http requests.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/http/package-summary.html">org.apache.hadoop.http</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract void</CODE></FONT></TD>
<TD><CODE><B>FilterInitializer.</B><B><A HREF="../../../../../org/apache/hadoop/http/FilterInitializer.html#initFilter(org.apache.hadoop.http.FilterContainer, org.apache.hadoop.conf.Configuration)">initFilter</A></B>(<A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A> container,
<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A> conf)</CODE>
<BR>
Initialize a Filter to a FilterContainer.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.http.lib"><!-- --></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/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A> in <A HREF="../../../../../org/apache/hadoop/http/lib/package-summary.html">org.apache.hadoop.http.lib</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/http/lib/package-summary.html">org.apache.hadoop.http.lib</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>StaticUserWebFilter.</B><B><A HREF="../../../../../org/apache/hadoop/http/lib/StaticUserWebFilter.html#initFilter(org.apache.hadoop.http.FilterContainer, org.apache.hadoop.conf.Configuration)">initFilter</A></B>(<A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A> container,
<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A> conf)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.hadoop.security"><!-- --></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/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A> in <A HREF="../../../../../org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/apache/hadoop/security/package-summary.html">org.apache.hadoop.security</A> with parameters of type <A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>AuthenticationFilterInitializer.</B><B><A HREF="../../../../../org/apache/hadoop/security/AuthenticationFilterInitializer.html#initFilter(org.apache.hadoop.http.FilterContainer, org.apache.hadoop.conf.Configuration)">initFilter</A></B>(<A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http">FilterContainer</A> container,
<A HREF="../../../../../org/apache/hadoop/conf/Configuration.html" title="class in org.apache.hadoop.conf">Configuration</A> conf)</CODE>
<BR>
Initializes Alfredo AuthenticationFilter.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/http/FilterContainer.html" title="interface in org.apache.hadoop.http"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/http//class-useFilterContainer.html" target="_top"><B>FRAMES</B></A>
<A HREF="FilterContainer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
train2/css/footer.css
|
CE-KMITL-OOAD-2014/Train-Management-System
|
#footer
{
margin-top:40px;
position: relative;
height: 82px;
padding: 10px;
font-size: 0.5em;
text-align: center;
background-image: url(../images/footer.png);
}
#footer ul {
position: absolute;
width: 500px;
top: 45px;
left: 405px;
font-size: 13px;
}
#footer ul li {
position: relative;
float: left;
margin-left: 10px;
list-style-image: url(../images/b_li.png);
}
#footer ul li.sitemap {
list-style: none;
width: 100px;
}
#footer ul li.copyr {
width: 190px;
margin-right: 4px;
}
#footer ul li a {
color: #fff;
}
|
server/static/imageAggregation/css/aggregation.css
|
selang/alpha
|
img {
max-height: 100%;
max-width: 100%;
width: 100%;
}
|
docs/api/org/apache/hadoop/contrib/index/lucene/class-use/FileSystemDirectory.html
|
Shmuma/hadoop
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Mon May 07 13:00:01 PDT 2012 -->
<TITLE>
Uses of Class org.apache.hadoop.contrib.index.lucene.FileSystemDirectory (Hadoop 0.20.2-cdh3u4 API)
</TITLE>
<META NAME="date" CONTENT="2012-05-07">
<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.contrib.index.lucene.FileSystemDirectory (Hadoop 0.20.2-cdh3u4 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/contrib/index/lucene/FileSystemDirectory.html" title="class in org.apache.hadoop.contrib.index.lucene"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/contrib/index/lucene//class-useFileSystemDirectory.html" target="_top"><B>FRAMES</B></A>
<A HREF="FileSystemDirectory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.contrib.index.lucene.FileSystemDirectory</B></H2>
</CENTER>
No usage of org.apache.hadoop.contrib.index.lucene.FileSystemDirectory
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/contrib/index/lucene/FileSystemDirectory.html" title="class in org.apache.hadoop.contrib.index.lucene"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/apache/hadoop/contrib/index/lucene//class-useFileSystemDirectory.html" target="_top"><B>FRAMES</B></A>
<A HREF="FileSystemDirectory.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
Documentation/numpy/reference/generated/numpy.logaddexp.html
|
leesavide/pythonista-docs
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>numpy.logaddexp — NumPy v1.8 Manual</title>
<link rel="stylesheet" href="../../_static/pythonista.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '1.8.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="author" title="About these documents" href="../../about.html" />
<link rel="top" title="NumPy v1.8 Manual" href="../../index.html" />
<link rel="up" title="Mathematical functions" href="../routines.math.html" />
<link rel="next" title="numpy.logaddexp2" href="numpy.logaddexp2.html" />
<link rel="prev" title="numpy.log1p" href="numpy.log1p.html" />
<link rel="shortcut icon" type="image/png" href="../../_static/py.png" />
<meta name = "viewport" content = "width=device-width,initial-scale=1.0,user-scalable=no;">
<script type="text/javascript">
var getTextForSample = function(i) {
codeBlock = document.getElementsByClassName('highlight-python')[i];
return codeBlock.innerText;
}
var copySample = function (i) {
window.location.href = '/__pythonista_copy__/' + encodeURI(getTextForSample(i));
}
var openSample = function (i) {
window.location.href = '/__pythonista_open__/' + encodeURI(getTextForSample(i));
}
//Source: http://ejohn.org/blog/partial-functions-in-javascript/
Function.prototype.partial = function() {
var fn = this,
args = Array.prototype.slice.call(arguments);
return function() {
var arg = 0;
for (var i = 0; i < args.length && arg < arguments.length; i++)
if (args[i] === undefined) args[i] = arguments[arg++];
return fn.apply(this, args);
};
};
window.onload=function() {
//Add "Copy" and "Open in Editor" buttons for code samples:
var inApp = navigator.userAgent.match(/AppleWebKit/i) != null && navigator.userAgent.match(/Safari/i) == null;
if (inApp) {
codeBlocks = document.getElementsByClassName('highlight-python');
for (var i = 0; i < codeBlocks.length; i++) {
codeBlock = codeBlocks[i];
if (codeBlock.innerText.indexOf('>>>') == 0) {
//Don't add header for interactive sessions
continue;
}
var codeHeader = document.createElement('div');
codeHeader.className = 'pythonista-code-header';
var copyButton = document.createElement('button');
copyButton.className = 'pythonista-button';
copyButton.innerText = 'Copy';
copyButton.addEventListener('click', copySample.partial(i));
codeHeader.appendChild(copyButton);
var openButton = document.createElement('button');
openButton.className = 'pythonista-button';
openButton.innerText = 'Open in Editor';
openButton.addEventListener('click', openSample.partial(i));
codeHeader.appendChild(openButton);
codeBlock.parentElement.insertBefore(codeHeader, codeBlock);
}
}
}
</script>
</head>
<body ontouchstart="">
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="numpy.logaddexp2.html" title="numpy.logaddexp2"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="numpy.log1p.html" title="numpy.log1p"
accesskey="P">previous</a> |</li>
<li><a href="../../index.html">NumPy v1.8 Manual</a> »</li>
<li><a href="../index.html" >NumPy Reference</a> »</li>
<li><a href="../routines.html" >Routines</a> »</li>
<li><a href="../routines.math.html" accesskey="U">Mathematical functions</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="body">
<div class="section" id="numpy-logaddexp">
<h1>numpy.logaddexp<a class="headerlink" href="#numpy-logaddexp" title="Permalink to this headline">¶</a></h1>
<dl class="data">
<dt id="numpy.logaddexp">
<tt class="descclassname">numpy.</tt><tt class="descname">logaddexp</tt><big>(</big><em>x1</em>, <em>x2</em><span class="optional">[</span>, <em>out</em><span class="optional">]</span><big>)</big><em class="property"> = <ufunc 'logaddexp'></em><a class="headerlink" href="#numpy.logaddexp" title="Permalink to this definition">¶</a></dt>
<dd><p>Logarithm of the sum of exponentiations of the inputs.</p>
<p>Calculates <tt class="docutils literal"><span class="pre">log(exp(x1)</span> <span class="pre">+</span> <span class="pre">exp(x2))</span></tt>. This function is useful in
statistics where the calculated probabilities of events may be so small
as to exceed the range of normal floating point numbers. In such cases
the logarithm of the calculated probability is stored. This function
allows adding probabilities stored in such a fashion.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>x1, x2</strong> : array_like</p>
<blockquote>
<div><p>Input values.</p>
</div></blockquote>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>result</strong> : ndarray</p>
<blockquote class="last">
<div><p>Logarithm of <tt class="docutils literal"><span class="pre">exp(x1)</span> <span class="pre">+</span> <span class="pre">exp(x2)</span></tt>.</p>
</div></blockquote>
</td>
</tr>
</tbody>
</table>
<div class="admonition seealso">
<p class="first admonition-title">See also</p>
<dl class="last docutils">
<dt><a class="reference internal" href="numpy.logaddexp2.html#numpy.logaddexp2" title="numpy.logaddexp2"><tt class="xref py py-obj docutils literal"><span class="pre">logaddexp2</span></tt></a></dt>
<dd>Logarithm of the sum of exponentiations of inputs in base-2.</dd>
</dl>
</div>
<p class="rubric">Notes</p>
<div class="versionadded">
<p><span class="versionmodified">New in version 1.3.0.</span></p>
</div>
<p class="rubric">Examples</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">prob1</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">log</span><span class="p">(</span><span class="mf">1e-50</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">prob2</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">log</span><span class="p">(</span><span class="mf">2.5e-50</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">prob12</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">logaddexp</span><span class="p">(</span><span class="n">prob1</span><span class="p">,</span> <span class="n">prob2</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">prob12</span>
<span class="go">-113.87649168120691</span>
<span class="gp">>>> </span><span class="n">np</span><span class="o">.</span><span class="n">exp</span><span class="p">(</span><span class="n">prob12</span><span class="p">)</span>
<span class="go">3.5000000000000057e-50</span>
</pre></div>
</div>
</dd></dl>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© <a href="../../copyright.html">Copyright</a> 2008-2009, The Scipy community.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="http://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on May 03, 2016.
<a href="../../bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.1.
</div>
</body>
</html>
|
src/main/webapp/common/default/css/prodAttribute.css
|
covito/legend-shop
|
#prodAttributes ul{list-style-type:none;margin:0;padding:0;}
#prodAttributes ul li{float:left;display:inline;margin-right:5px;width:auto;overflow:hidden;}
#prodAttributes ul li a{display:block;border:1px solid #CCCCCC;padding:1px 2px 1px 2px;margin:1px;}
#prodAttributes ul li a:hover{border:2px solid #BD1205;margin:0px;}
#prodAttributes .select{}
#prodAttributes .select a{
border:2px solid #BD1205;
margin:0px;
background:url(../images/productselected.gif) no-repeat right bottom;
}
|
content/pages/about.html
|
GaelVaroquaux/website
|
<html>
<head>
<title>About me: machine learning researcher</title>
<meta name="tags" content="personnal" />
<meta name="slug" content="about" />
<meta name="summary" content="About me" />
</head>
<body>
<style>
div.cover-img {
background-image: url('http://gael-varoquaux.info/pages/attachments/varoquaux_bureau.jpg');
}
@media (min-width: 1560px) {
div.content {
margin-left: 5em;
}
}
div.page h1.content-subhead {
margin-top: 4.5em;
}
</style>
<h2>Machine learning researcher</h2>
<ul class="gray">
<li>Research director (DR, HDR),
<a href="https://team.inria.fr/parietal">Parietal</a>,
<a href="http://www.inria.fr/en">INRIA</a>
</li>
<li>Director of the <a href="http://scikit-learn.fondation-inria.fr/">scikit-learn operations at Inria foundation</a>
</li>
</ul>
<p></p>
<h1 class="content-subhead">Research Interests</h1>
<span style="font-weight: 700;">Machine learning and public
health:</span>
</p>
<ul class="gray">
<li>Analytics on health databases for
personalized medicine and treatment development</li>
<li>Biomedical natural language processing and information
extration</li>
<li>Causal inference</li>
</ul>
<p>
<span style="font-weight: 700;">Democratizing machine learning:</span>
</p>
<ul class="gray columns">
<li><a href="https://project.inria.fr/dirtydata/">Machine learning on dirty data</a></li>
<li>Missing data in machine learning</li>
<li>Learning semantic relations</li>
<li>Learning on relational databases</li>
</ul>
<p>
<span style="font-weight: 700;">Machine learning for mental
health,
cognition, and brain activity:</span>
learning models of brain function and its
pathologies from brain imaging.
</p>
<ul class="gray columns">
<li>Biomarkers of mental traits and disorders</li>
<li>Resting-state and functional connectivity</li>
<li>Encoding and decoding models of cognition</li>
</ul>
<div class="expandable" style="margin: -8px 0px 0px 8px;">
<input type="checkbox" id="more1"/>
<label for="more1" class="light-gray hoverable">
<strong>More...</strong>
</label>
<div>
<ul class="gray light-gray">
<li>
<a href="publications.html">
My publications page</a>
and my
<a href="http://scholar.google.fr/citations?user=OGGu384AAAAJ">
Google scholar</a> page.
</li>
<li><a href="https://team.inria.fr/parietal/research">Research
at Parietal</a>
</li>
<li>My —infrequently updated— <a href="pages/attachments/gael_varoquaux_cv.pdf">CV</a>
</li>
</ul>
</div>
</div>
<p></p>
<h1 class="content-subhead">Open-source software</h1>
<p>Core contributor to <strong>scientific computing in
Python</strong>:
</p>
<ul class="gray columns">
<li><a href="http://scikit-learn.org">scikit-learn</a>: Machine learning
in Python
</li>
<li><a href="http://packages.python.org/joblib">joblib</a>:
lightweight pipelining of scientific code
</li>
<li><a href="http://code.enthought.com/projects/mayavi">Mayavi</a>:
3D plotting and scientific visualization
</li>
<li><a href="http://nilearn.github.com">nilearn</a>:
Machine learning for NeuroImaging
</li>
<li><a href="https://dirty-cat.github.io/stable/">dirty-cat</a>:
Machine learning on dirty categories
</li>
</ul>
<div class="expandable" style="margin: -8px 0px 0px 8px;">
<input type="checkbox" id="more2"/>
<label for="more2" class="light-gray hoverable">
<strong>More...</strong>
</label>
<div>
<ul class="gray light-gray">
<li>
I am editor of the
<a href="https://scipy-lectures.org">scipy lecture notes</a>.
</li>
<li>
See my
<a href="programming/view_on_scientific_computing.html">
view on scientific computing</a>.
</li>
</ul>
</div>
</div>
<p></p>
<h1 class="content-subhead">Contact</h1>
<p>
<!--<div class="contact">
<i class="fa fa-phone-square"></i> ++ 33-1-69-08-79-68
</div>-->
<div class="expandable email">
<input type="checkbox" id="cb1"/>
<small><label for="cb1" class="pure-button">
<i class="fa fa-envelope-o"></i>
<strong>email</strong>
</label></small>
<div>
<div class="box">
firstname.lastname@inria.fr
</div>
<div class="warning">
I get a lot of email.
<br/>
Do not write to me to ask me about some software, even if I
am the maintainer. Write to the relevent mailing list or
open a ticket.
<br/>
If you are looking for an internship, write me a concise
email, telling me why you are interested in working with
me, and with a CV (even if it is only for a preliminary
enquiry). Also, check our group's
<a href="https://team.inria.fr/parietal/job-offers/">job
offer page</a>.
</div>
</div>
</div>
<div class="contact">
<i class="fa fa-envelope"></i>
Inria Saclay,
1 Rue Honoré d'Estienne d'Orves, 91120 Palaiseau,
France
</div>
<span class="social">
<a href="http://scholar.google.fr/citations?user=OGGu384AAAAJ">
<i class="fa fa-graduation-cap"></i>
Google scholar
</a>
 
<a href="http://twitter.com/GaelVaroquaux">
<i class="fa fa-twitter-square"></i>
@GaelVaroquaux
</a>
 
<a href="http://github.com/GaelVaroquaux/">
<i class="fa fa-github"></i>
GitHub
</a>
 
<a href="http://www.slideshare.net/GaelVaroquaux">
<i class="fa fa-slideshare"></i>
Slides
</a>
 
<a href="http://www.linkedin.com/pub/gael-varoquaux/11/914/a83">
<i class="fa fa-linkedin-square"></i>
LinkedIn
</a>
 
<a href="http://www.flickr.com/photos/GaelVaroquaux">
<i class="fa fa-flickr"></i>
Photography
</a>
</span>
</p>
<p></p>
<h1 class="content-subhead">Impact</h1>
<div class="pure-g">
<div class="pure-u-1-2 two-cols">
<h3>Awards</h3>
<ul class="gray">
<li><strong>Highly-cited researcher</strong>
<span class="light-gray"> 2021, <a
href="https://recognition.webofscience.com/awards/highly-cited/2021">Clarivate</a>.</span>
</li>
<li><strong>Prix de l'Académie des Sciences du transfer</strong><br/>
<span class="light-gray">The French National Academie of
Science.</span>
</li>
<li><strong>François Erbsmann Prize</strong> Honnorable
mention, 2013<br/>
<span class="light-gray">The most prestigious award
in medical imaging.</span>
</li>
<li><strong>Nominated member</strong> of the <a
href="https://www.python.org/psf/members/#nominated-members">Python
Software Foundation</a>
</li>
<li><strong>FOSS India award 2008</strong> shared with
Prabhu Ramachandran, for <a
href="http://docs.enthought.com/mayavi/mayavi">Mayavi</a>
</li>
</ul>
</div>
<div class="pure-u-1-2 two-cols">
<h3>Bibliometry</h3>
<iframe src="http://phare.normalesup.org/~varoquau/citations.html" height="180px"
width="95%">
</iframe>
<br/>
<h3>Open source</h3>
<p>World-wide
<a href="https://www.openhub.net/accounts/GaelVaroquaux/kudos">recognized</a>
contributor and project-manager for open-source scientific
software.
</p>
<a href='https://www.openhub.net/accounts/57860?ref=Detailed' target='_blank'>
<img alt='Open Hub profile for GaelVaroquaux'
src='https://www.openhub.net/accounts/57860/widgets/account_detailed.gif'
style="margin-left: 0px;" />
</a>
</div>
</div>
<!--
<p>
<h3>Major grants</h3>
<ul class="gray">
<li><a href="https://project.inria.fr/dirtydata/">DirtyData</a> (500 k€): machine learning on data without
preliminary cleaning.
</li>
<li><a href="https://team.inria.fr/parietal/research/spatial_patterns/niconnect/">NiConnect</a>
(700 k€): statistical tools for clinical research with brain
functional connectivity (finished).
</li>
<li>LearnClues LabCom
(300 k€): joint lab with tinyclues, to develop machine
learning tools in Python, in big-data and semi-large scale
distributed settings (finished).
</li>
</ul>
</p>
-->
<p></p>
<h1 class="content-subhead">Professional service</h1>
<h3>Editorial duties</h3>
<ul style="margin: 0pt;" class="gray">
<li><strong>Editor:</strong> <a href="http://www.elifesciences.org/">Elife</a>
—<i>Previously: Editor NeuroImage (2014-2017); Editor
Frontiers in NeuroInformatics (2013-2016);
Guest editor:
<a href="http://www.sciencedirect.com/science/journal/18777503/4/57860">Journal
of Computational Science</a></i></li>
<!--<li><strong>Reviewer:</strong>
PNAS, Annals of Applied Statistics, Nature Methods,
NeuroImage,
NeuroInformatics,
J. Machine Learning Research, J. Statistical Software,
Medical Image Analysis,
IEEE Transactions in Medical Imaging,
Human Brain Mapping, Trends in cognitive science,
Computing in Science and Engineering, Computer
Physics Communications
</li>-->
</ul>
<h3>Conference committees</h3>
<ul style="margin: 0pt;" class="gray">
<li><strong>Program committee:</strong>
NeurIPS (area chair), ICML, ICLR, AISTATS, AAAI, Senior Program Committee IJCAI.
</li>
<li><strong>Workshops</strong></li>
<ul style="margin: 0pt;" class="gray">
<li><a
href="https://sites.google.com/view/autods">Automating
Data Science in the face of messy data</a>, ECML 2021 workshop
</li>
<li><a
href="https://artemiss-workshop.github.io/">The art of
learning with missing values</a>, ICML 2020 workshop
</li>
</ul>
<li><strong>Past</strong>(selected list)</li>
<ul style="margin: 0pt;" class="gray">
<li>Chair of the steering committee:
PRNI (Pattern Recognition in NeuroImaging), 2014
</li>
<li>General chair:
EuroScipy 2010 and 2011 (Paris)
</li>
<li>Program chair:
IEEE PRNI (Pattern Recognition in NeuroImaging) 2013
(Philadelpia), Scipy 2008 and 2009 (Pasadena)
</li>
</ul>
</ul>
<h3>Teaching</h3>
<ul style="margin: 0pt;" class="gray">
<li><strong>Machine learning for digital humanities</strong>
at EHESS
</li>
<li><strong>Machine learning with scikit-learn</strong>
at ENSAE
<span class="light-gray">(<a
href="https://github.com/GaelVaroquaux/sklearn_ensae_course">materials</a>)</span>
</li>
<li><strong>Past</strong></li>
<ul style="margin: 0pt;" class="gray">
<li><strong>Statistics with Python</strong>
at the CogMaster
masters in cognitive science, ENS Paris
<span class="light-gray">(<a
href="http://cogmaster-stats.github.io/python-cogstats">materials</a>)</span>
</li>
<li><strong>Functional brain connectivity</strong>
at the
<a href="http://www.bme-paris.com/en/article/77">Bio-Medical
Engineering master</a>, Telecom ParisTech
</li>
</ul>
<!--<li><strong>Functional brain connectivity</strong>
ISMRM course 2013
<span class="light-gray">(<a href="http://www.slideshare.net/GaelVaroquaux/connectomics-parcellations-and-network-analysis-methods">slides</a>)</span>,
OHBM course 2011 and 2012
<span class="light-gray">(<a href="http://www.slideshare.net/GaelVaroquaux/brain-network-modelling-connectivity-metrics-and-group-analysis">slides</a>)</span>
</li>
<li><strong>Machine learning for neuroimaging in Python</strong>
PRNI course 2012
</li>
<li><strong>Python for scientific computing</strong>
EuroScipy 2010, 2011
</li>
<li><strong>Mathematical optimization</strong>
EuroScipy 2012
</li>
<li><strong>scikit-learn: machine learning in Python</strong>
EuroScipy 2014, EuroPython 2014, Scipy Argentina 2014, Scipy 2013
</li>
<li><strong>Mayavi: 3d visualization in Python</strong>
Scipy India 2011, EuroScipy 2010, Scipy 2011
</li>-->
</ul>
<h3>Major keynote talks</h3>
<span style="margin: 3em;"> </span><a href="http://www.slideshare.net/GaelVaroquaux">
<i class="fa fa-slideshare"></i>
See my slideshare page
</a>
<p></p>
<h1 class="content-subhead">Education and previous positions</h1>
<ul style="margin: 0pt;" class="gray">
<li><strong>INSERM</strong>
<a href="http://www.unicog.org/pm/pmwiki.php">unicog</a>
2010-2011: Post-doc on pronostics with resting-state fMRI</li>
<li><strong>INRIA</strong>
<a href="https://team.inria.fr/parietal/">parietal</a>
2008-2010: Post-doc on resting-state fMRI methods</li>
<li><strong>UC Berkeley</strong>
2008: software engineer on <a href="http://www.nipy.org">nipy</a></li>
<li><strong>Consultant in scientific computing</strong>
2008: <a href="http://www.enthought.com">Enthought</a></li>
<li><strong>Marie Curie European Fellow</strong>
2007-2008, with Massimo Inguscio at <a
href=http://www.lens.unifi.it/index.php?include=research/dynamic_research&researcharea=Atomic%20physics&active=research&menu=research/atomic_physics/atomic_physics_menu"">LENS</a>, Florence</li>
<li><strong>PhD in Quantum Physics</strong>
2005-2007: Université Paris-Sud Orsay, supervision
<a href="http://en.wikipedia.org/wiki/Alain_Aspect">Alain
Aspect</a>, topic: <a href="http://tel.archives-ouvertes.fr/tel-00265714/">Atomic
sources for long-time-of-flight interferometric inertial
sensors</a></li>
<li><strong>Masters in Quantum Physics</strong>
2004: Ecole Normal Supérieure</li>
<li><strong>Ecole Normal Supérieure</strong>
2001-2004: undergraduate studies</li>
</ul>
<p></p>
<h1 class="content-subhead">Bio</h1>
<div class="pure-g">
<div class="pure-u-1-3 three-cols">
<p class="light" style="margin-left: 1em;">
<strong class="light-gray">IEEE style</strong>
<br/>
Gaël Varoquaux is a research director working on data science and health
at Inria (French Computer Science National research). His research
focuses on statistical-learning tools for data science and scientific
inference, with an eye on applications in health and social science. He
develops tools to make machine learning easier, with statistical models
suited for real-life, uncurated data, and software for data science. For
example, since 2008, he has been exploring data-intensive approaches to
understand brain function and mental health. He co-funded scikit-learn,
one of the reference machine-learning toolboxes, and helped build various
central tools for data analysis in Python. Varoquaux has a PhD in quantum
physics and is a graduate from Ecole Normale Superieure, Paris.
</p>
</div>
<div class="pure-u-1-3 three-cols">
<p class="light" style="margin-left: 1em;">
<strong class="light-gray">Hacker version</strong>
<br/>
Gaël Varoquaux is a research director working on data science and health
at Inria (French Computer Science National research). His research
focuses on using data and machine learning for scientific inference, with
applications to health and social science, as well as developing tools
that make it easier for non-specialists to use machine learning. He has
long applied it to brain-imaging data to understand cognition. Years
before the NSA, he was hoping to make bleeding-edge data processing
available across new fields, and he has been working on a mastermind plan
building easy-to-use open-source software in Python. He is a core
developer of scikit-learn, joblib, Mayavi and nilearn, a nominated member
of the PSF, and often teaches scientific computing with Python using the
<a href="http://scipy-lectures.github.io">scipy lecture notes</a>.
</p>
</div>
<div class="pure-u-1-3 three-cols">
<br/><span class="large-screen"><br/><br/></span>
<p class="light-gray align-center">
<img src="images/gael_varoquaux.jpg" width="100%"
style="max-width: 350px">
<br/>
©INRIA,
<a
href="pages/attachments/gael_varoquaux_portrait.jpg">high-res</a>,
<a
href="https://phototheque.inria.fr/phototheque/search.do?q=varoquaux">more
pictures</a>
</p>
</div>
</div>
<div class="footer" style="padding: 0em; margin-bottom: -3em;">
<p>Header image ©
<a href="http://llx.fr/site/">Jean-François Dars et Anne Papillault</a>
</p>
</div>
</body>
</html>
|
app/css/bootstrap.css
|
chadananda/accents
|
/*!
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover,
a:focus {
color: #2a6496;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-muted {
color: #999;
}
.text-primary {
color: #428bca;
}
a.text-primary:hover {
color: #3071a9;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #428bca;
}
a.bg-primary:hover {
background-color: #3071a9;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
white-space: nowrap;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 760px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: 0;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: 0;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: 0;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: 0;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: 0;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: 0;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: 0;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: 0;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"] {
line-height: 34px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 20px;
padding-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
display: inline;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
position: absolute;
top: 25px;
right: 0;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.form-control-static {
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
.form-horizontal .form-control-static {
padding-top: 7px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #333;
background-color: #ebebeb;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #fff;
background-color: #3276b1;
border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary .badge {
color: #428bca;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #fff;
background-color: #47a447;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #fff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ed9c28;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #fff;
background-color: #d2322d;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #428bca;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #999;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
padding-right: 0;
padding-left: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height .35s ease;
transition: height .35s ease;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 14px;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #428bca;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #999;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #428bca;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #428bca;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: none;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #999;
}
.navbar-inverse .navbar-nav > li > a {
color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #999;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #999;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #428bca;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #2a6496;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #428bca;
border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999;
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080;
}
.label-primary {
background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #3071a9;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #999;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
background-color: #fff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.container .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #428bca;
}
.thumbnail .caption {
padding: 9px;
color: #333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media,
.media .media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-object {
display: block;
}
.media-heading {
margin: 0 0 5px;
}
.media > .pull-left {
margin-right: 10px;
}
.media > .pull-right {
margin-left: 10px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #428bca;
border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
overflow: hidden;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #428bca;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #428bca;
border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #428bca;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #ebccd1;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
padding: 19px 20px 20px;
margin-top: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
font-size: 12px;
line-height: 1.4;
visibility: visible;
filter: alpha(opacity=0);
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
filter: alpha(opacity=50);
opacity: .5;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: none;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
|
content/jd/glowstone/1.16/net/glowstone/advancement/class-use/GlowAdvancement.html
|
GlowstoneMC/glowstonemc.github.io
|
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (16) on Sat Dec 18 21:56:37 UTC 2021 -->
<title>Uses of Class net.glowstone.advancement.GlowAdvancement (Glowstone 2021.7.1-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-12-18">
<meta name="description" content="use: package: net.glowstone.advancement, class: GlowAdvancement">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar.top">
<div class="skip-nav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar.top.firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../GlowAdvancement.html" title="class in net.glowstone.advancement">Class</a></li>
<li class="nav-bar-cell1-rev">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="sub-nav">
<div class="nav-list-search"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip.navbar.top">
<!-- -->
</span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Class net.glowstone.advancement.GlowAdvancement" class="title">Uses of Class<br>net.glowstone.advancement.GlowAdvancement</h1>
</div>
<div class="caption"><span>Packages that use <a href="../GlowAdvancement.html" title="class in net.glowstone.advancement">GlowAdvancement</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#net.glowstone.advancement">net.glowstone.advancement</a></div>
<div class="col-last even-row-color"> </div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="net.glowstone.advancement">
<h2>Uses of <a href="../GlowAdvancement.html" title="class in net.glowstone.advancement">GlowAdvancement</a> in <a href="../package-summary.html">net.glowstone.advancement</a></h2>
<div class="caption"><span>Methods in <a href="../package-summary.html">net.glowstone.advancement</a> that return <a href="../GlowAdvancement.html" title="class in net.glowstone.advancement">GlowAdvancement</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="../GlowAdvancement.html" title="class in net.glowstone.advancement">GlowAdvancement</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">GlowAdvancement.</span><code><span class="member-name-link"><a href="../GlowAdvancement.html#getParent()">getParent</a></span>()</code></div>
<div class="col-last even-row-color"> </div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">net.glowstone.advancement</a> with parameters of type <a href="../GlowAdvancement.html" title="class in net.glowstone.advancement">GlowAdvancement</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code> </code></div>
<div class="col-second even-row-color"><code><span class="member-name-link"><a href="../GlowAdvancement.html#%3Cinit%3E(org.bukkit.NamespacedKey,net.glowstone.advancement.GlowAdvancement)">GlowAdvancement</a></span>​(org.bukkit.NamespacedKey key,
<a href="../GlowAdvancement.html" title="class in net.glowstone.advancement">GlowAdvancement</a> parent)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates an advancement with the default notification.</div>
</div>
<div class="col-first odd-row-color"><code> </code></div>
<div class="col-second odd-row-color"><code><span class="member-name-link"><a href="../GlowAdvancement.html#%3Cinit%3E(org.bukkit.NamespacedKey,net.glowstone.advancement.GlowAdvancement,net.glowstone.advancement.GlowAdvancementDisplay)">GlowAdvancement</a></span>​(org.bukkit.NamespacedKey key,
<a href="../GlowAdvancement.html" title="class in net.glowstone.advancement">GlowAdvancement</a> parent,
<a href="../GlowAdvancementDisplay.html" title="class in net.glowstone.advancement">GlowAdvancementDisplay</a> display)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates an advancement.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright © 2021. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>
|
css/style.css
|
ortiscz/OpenDataApp
|
@import url('animace.css');
*{
margin: 0;
padding: 0;
border: none;
font-family: 'Open Sans Condensed', sans-serif;
color: #222222;
}
h1{
font-size: 4em;
}
.strongA a{
font-weight: bold;
}
#wrapper{
width: 90%;
margin:3em auto 0 auto;
text-align: left;
}
#content{
width: 95%;
margin: 3em auto;
}
/* Social Button */
.social_button{
position: absolute;
top:1%;
left: 0.5%;
}
#in{
display: block;
padding: 5px;
text-align: center;
width: 25px;
font-size:15px;
font-weight: bold;
text-decoration: underline;
text-decoration-style: dotted;
}
/*content*/
#intro{
font-style: italic;
font-size: 0.9em;
}
#map{
height: 350px;
}
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
width: 200px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.detail{
font: 14px Arial, Helvetica, sans-serif;
color: grey;
}
.detail table{
margin: 10px 0;
}
.detail table td{
padding-left:10px;
}
.oddal{
width:120px;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
padding: 6px 8px;
font-size: 16px;
font-weight: bold;
}
|
docs/evo-0.5.1/html/sublist_8h.html
|
jlctools/evo
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Evo C++ Library v0.5.1: evo/sublist.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="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Evo C++ Library v0.5.1
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_eea27f8533654b579e42dec4bd98187a.html">evo</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#namespaces">Namespaces</a> |
<a href="#define-members">Macros</a> </div>
<div class="headertitle">
<div class="title">sublist.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Evo SubList container.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include "<a class="el" href="container_8h_source.html">impl/container.h</a>"</code><br />
<code>#include "<a class="el" href="iter_8h_source.html">impl/iter.h</a>"</code><br />
</div>
<p><a href="sublist_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structevo_1_1_sub_list.html">SubList< T, TSize ></a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Reference and access existing list data. <a href="structevo_1_1_sub_list.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespaceevo"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceevo.html">evo</a></td></tr>
<tr class="memdesc:namespaceevo"><td class="mdescLeft"> </td><td class="mdescRight">Evo C++ Library namespace. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:a18694c9af3f4aba0014d906a24f5b7d9"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="sublist_8h.html#a18694c9af3f4aba0014d906a24f5b7d9">INCL_evo_sublist_h</a></td></tr>
<tr class="separator:a18694c9af3f4aba0014d906a24f5b7d9"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Evo SubList container. </p>
</div><h2 class="groupheader">Macro Definition Documentation</h2>
<a id="a18694c9af3f4aba0014d906a24f5b7d9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a18694c9af3f4aba0014d906a24f5b7d9">◆ </a></span>INCL_evo_sublist_h</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define INCL_evo_sublist_h</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue May 7 2019 18:17:29 for Evo C++ Library v0.5.1 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
Mainpage/segmentation1.html
|
adobe-research/video-lecture-summaries
|
res<html>
<head><title>Segmentation</title></head>
<body>
<a href="https://00a524fed703c3eb33de95706bfb4cec7f148761.googledrive.com/host/0B-oCBLVOvxYQVWRnemZaQXAtUVE/video_navigation.html">Main page</a><br>
<a href="figures/rough_draft.jpg"><img src = "figures/rough_draft.jpg" width=800></a>
<h2>Today June 20th, 2014</h2>
<table><tr><td>MIT 1<br><a href="figures/mit1_gradgrad_keyframes.jpg"><img src = "figures/mit1_gradgrad_keyframes.jpg" width=500></a></td></tr>
<tr><td><red>MIT 2</red><br><a href="figures/mit2_gradgrad_keyframes.jpg"><img src = "figures/mit2_gradgrad_keyframes.jpg" width=500></a></td></tr>
</table>
<table cellpadding=20>
<tr><td>MIT 1</td><td><a href="https://853af29b51ff68d939a70f5d94b2266b433a6a8e.googledrive.com/host/0B-oCBLVOvxYQSW5fXzA1VHExQ28/index.html">Key Frames</a></td></tr>
<tr><td>MIT 2</td><td><a href="https://c0da77164ee69ac3ccc6d1d52b3d407b4ad56d54.googledrive.com/host/0B-oCBLVOvxYQU24xOHJmWkt5WVk/index.html">Key Frames</a></td></tr>
</table>
<h2>Today June 18th, 2014</h2>
Foreground pixel counts (Khan5)<br>
<a href="fgpix.png"><img src = "fgpix.png" width = 500></a><br>
Template matching and inpainting to remove mouse cursor and logo; Subsample to 1fps, and filter to smooth:<br>
After processing:<br>
<table><tr><td>Khan 1<br><a href="figures/khan1_keyframest.jpg"><img src = "figures/khan1_keyframest.jpg" width=500></a></td></tr><tr><td>Khan 2<br><a href="figures/khan2_keyframest.jpg"><img src = "figures/khan2_keyframest.jpg" width=500></a></td></tr>
<tr><td><red>Khan 3</red><br><a href="figures/khan3_keyframest.jpg"><img src = "figures/khan3_keyframest.jpg" width=500></a></td></tr>
<tr><td><red>Khan 4</red><br><a href="figures/khan4_keyframest.jpg"><img src = "figures/khan4_keyframest.jpg" width=500></a></td></tr>
<tr><td>Khan 5 <br><a href="fgpixelsplot.png"><img src = "fgpixelsplot.png" width = 500></a></td></tr><tr><td>Khan 6 <br><a href="fgpixelsplot2.png"><img src = "fgpixelsplot2.png" width = 500></a></td></tr></table>
<br>
Detect where gradients fall below 0, with minimum 10 sec gap between samples (red lines)<br>
Compute difference at key frames. I used a hueristic to ignore "scrolling behavior" just not computing difference when the gradient is larger than some threshold. <br>
<table cellpadding=20>
<tr><td><a href="https://www.khanacademy.org/math/multivariable-calculus/divergence_theorem_topic/divergence_theorem/v/3-d-divergence-theorem-intuition">Khan1</a></td><td><a href="https://a9afc61c2323329dc13d730623eab62cdbcbae85.googledrive.com/host/0B-oCBLVOvxYQVzU0ZWIxLU9sVFE/index.html">Key Frames</a></td><td><a href="https://377e6e98339d20008b69c490b1d8a8ceca45660c.googledrive.com/host/0B-oCBLVOvxYQMHh3VWZJUDdOa1U/index.html">Key Frame Differences</a></td></tr>
<tr><td>Khan 2</td><td><a href="https://45c2483735bbdd7a8ffc2a566fd6a519be086214.googledrive.com/host/0B-oCBLVOvxYQeDNBaXJ0dUpHbWc/index.html">Key Frames</a></td></tr>
<tr><td><a href="https://www.khanacademy.org/math/multivariable-calculus/line_integrals_topic/greens_theorem/v/green-s-theorem-proof--part-2"></a>Khan3</td><td><a href="https://500cb18f3d158b294b4ffe3557b9ecae0340fd1d.googledrive.com/host/0B-oCBLVOvxYQaF9RY3FQNmYtdjg/index.html">Key Frames</a></td></tr>
<tr><td>Khan4</td><td><a href="https://325cb46c433a41739a252f16d1105162b77e9b69.googledrive.com/host/0B-oCBLVOvxYQcVM5eWp2a05jcm8/index.html">Key Frames</a></td></tr>
<tr><td><a href="https://www.khanacademy.org/math/multivariable-calculus/line_integrals_topic/line_integrals_vectors/v/line-integrals-and-vector-fields">Khan5</a></td><td><a href="https://69121e94ab51d5068749c5412822e8f2235056e4.googledrive.com/host/0B-oCBLVOvxYQQWVhajVIaklBYTA/index.html">Key Frames</a></td><td><a href="https://3a12ce20645799fa37aafbdebf11386a2b4e3955.googledrive.com/host/0B-oCBLVOvxYQRGZJcjZ2SXAwTVE/index.html">Key Frame Differences</a></td></tr>
<tr><td><a href="../SampleVideos/khan_multivariable_calculus/khan_multivariable_calculus1_summary.html">Khan6 </a></td><td><a href="https://58c5d4c2de3fba05ac70849fb36180270d3f0aa5.googledrive.com/host/0B-oCBLVOvxYQQ1MtTzE1bEdfM00/index.html">Key Frames</a></td><td><a href="https://c0b0f9da87d4f2148fe57132a6a0693637a15e0a.googledrive.com/host/0B-oCBLVOvxYQbllfdVhqSUNZV1U/index.html">Key Frame Differences</a></td></tr></table>
</body>
</html>
|
css/admin.min.css
|
unknownforce/open-data-app
|
/**
* Displays the list and map for the Open Data Set
*
* @package Tennis Court Locator
* @copyright 2012 Petrus Chan
* @author Petrus Chan <admin@petruschan.com>
* @link https://github.com/unknownforce/open-data-app
* @license New BSD License
* @version 1.0.0
*/
html{margin:0}
body{margin:0;padding:0;background:url(../images/tcl-bg.jpg) no-repeat top center;background-size:100%;font:normal 100%/1 Arial,Helvetica,sans-serif}
#header{width:100%;height:8em;background-color:rgba(255,255,255,0.5)}
#header img{margin:0 0 0 4.5%}
#map{position:absolute;left:5%;width:59%;height:90%;background-color:#fff}
nav{margin:1.5em 0}
nav a,nav a:link,nav a:visited{text-decoration:none;margin:0 1em 0;padding:2% 25%;color:#000;background-color:#fbfb00;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px 3px rgba(0,0,0,.5);-moz-box-shadow:3px 3px 5px 3px rgba(0,0,0,.5);box-shadow:3px 3px 5px 3px rgba(0,0,0,.5)}
nav a:hover,nav a:focus,nav a:active{background-color:#cfcf00;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px 3px rgba(0,0,0,.5);-moz-box-shadow:3px 3px 5px 3px rgba(0,0,0,.5);box-shadow:3px 3px 5px 3px rgba(0,0,0,.5)}
#search{background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:2% 0 0 4%;width:27em;height:2em;border:2px solid #000}
article{display:inline-block;background-color:rgba(255,255,255,0.5);margin:0 0 0 65%;width:30em;height:1050px}
section{margin:1.25% 0 0 0}
#edit-tennis{margin:4% 0 0 4%}
#edit-tennis div{margin:5% 0}
p a{margin:0 3% 0 0}
#edit-info{height:30em}
.results{width:90%;height:85%;margin:2% 0 0 4%;padding:.65em .5em;background-color:#fff}
#court-info{background-color:rgba(255,255,255,0.5);width:100%;height:40em}
.info{margin:2% 0 0 5%;padding:1.25% 0 0 0}
#sign-in{height:45em;margin:1.25% 0 0 0;background-color:rgba(255,255,255,0.5)}
#sign-in div{margin:0 0 1% 5%}
h1{padding:1em 0 0 0}
.sign-out{margin:1em 0 0 1em}
#edit-info div{margin:0 0 1% 5%}
|
appname/templates/catalogs/index.html
|
ahmadpriatama/Flask-Simple-Ecommerce
|
{% import "bootstrap/wtf.html" as wtf %}
{% extends 'base.html' %}
{% block body %}
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Search products</h3>
</div>
<div class="panel-body">
<form>
<div class="form-group required">
<label>What are you looking for?</label>
<input class="form-control" id="q" name="q" type="text" value="">
</div>
<input type="submit" value="Submit" class="btn btn-primary" />
</form>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Filter by category</h3>
</div>
<ul class="nav nav-pills nav-stacked">
<li ><a href="/catalogs">All Products</a></li>
{% for item in categories %}
<li ><a href="{{ url_for('catalogs.index', cat=item.id) }}">{{ item.title }}
{# {{ $category->total_products > 0 ? '(' . $category->total_products . ')' : ''}}</a></li>#}
{% endfor %}
</ul>
</div>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-12"><h1>Category : {{ category.title if category else 'All' }}</h1></div>
{% for item in products %}
<div class="col-md-6">
<h3>{{ item.name }}</h3>
<div class="thumbnail">
<img src="{{ item.getUrl() }}" class="img-rounded">
<p>Model: {{ item.model }}</p>
<p>Category:
{% for category in item.categories %}
<a href="{{ url_for('catalogs.index', id=category.id)}}">
<span class="label label-primary">
<i class="fa fa-btn fa-tags"></i>
{{ category.title }}</span>
</a>
{% endfor %}
</p>
</div>
</div>
{# @empty#}
{# <div class="col-md-12 text-center">#}
{# <h1>:(</h1>#}
{# <p>We can't find what you're looking for.</p>#}
{# </div>#}
{% endfor %}
{##}
{##}
{# <div class="pull-right">{!! $products->links() !!}</div>#}
</div>
</div>
</div>
</div>
{% endblock %}
|
examples/stock/index.html
|
mujaheed/erlang-http
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Erlang Flex Remoting Example</title>
<style type="text/css" media="screen">
<!--
html, body {height: 100%;}
-->
</style>
</head>
<body>
<object type="application/x-shockwave-flash" data="stock.swf" width="100%" height="100%">
<param name="movie" value="stock.swf" />
<param name="scale" value="showall" />
<param name="quality" value="high" />
</object>
</body>
</html>
|
Inspection/PySingleQuotedDocstringInspection/e28.html
|
TheArchives/Nexus
|
<a href="../index.html" target="_top">Inspections</a> <a HREF="e28.html" target="_blank">Open source</a><hr> <font style="font-family:verdana; font-weight:bold; color:#005555; size = 3">Name:</font><br> <b>info.py</b><br><br> <font style="font-family:verdana; font-weight:bold; color:#005555; size = 3">Location:</font><br> <font style="font-family:verdana;">file <a HREF="e28.html">info.py</a></font><br><br> <font style="font-family:verdana; font-weight:bold; color:#005555; size = 3">Problem synopsis:</font><ul><li>Triple double-quoted strings should be used for docstrings. (at line 97</a>)<br><br></li><li>Triple double-quoted strings should be used for docstrings. (at line 97</a>)<br><br></li></ul><table cellpadding="0" border="0" cellspacing="0"><tr><td> </td></tr></table>
|
slick_dev/trunk/Slick/javadoc-util/org/newdawn/slick/state/transition/FadeOutTransition.html
|
SenshiSentou/SourceFight
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Sun Aug 26 15:15:28 EDT 2012 -->
<TITLE>
FadeOutTransition (Slick Util - LWJGL Utilities extracted from Slick)
</TITLE>
<META NAME="date" CONTENT="2012-08-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="FadeOutTransition (Slick Util - LWJGL Utilities extracted from Slick)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FadeOutTransition.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/newdawn/slick/state/transition/FadeInTransition.html" title="class in org.newdawn.slick.state.transition"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/newdawn/slick/state/transition/HorizontalSplitTransition.html" title="class in org.newdawn.slick.state.transition"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/newdawn/slick/state/transition/FadeOutTransition.html" target="_top"><B>FRAMES</B></A>
<A HREF="FadeOutTransition.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.newdawn.slick.state.transition</FONT>
<BR>
Class FadeOutTransition</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.newdawn.slick.state.transition.FadeOutTransition</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html" title="interface in org.newdawn.slick.state.transition">Transition</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>FadeOutTransition</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html" title="interface in org.newdawn.slick.state.transition">Transition</A></DL>
</PRE>
<P>
A transition to fade out to a given colour
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>kevin</DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/newdawn/slick/state/transition/FadeOutTransition.html#FadeOutTransition()">FadeOutTransition</A></B>()</CODE>
<BR>
Create a new fade out transition</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/newdawn/slick/state/transition/FadeOutTransition.html#FadeOutTransition(org.newdawn.slick.Color)">FadeOutTransition</A></B>(<A HREF="../../../../../org/newdawn/slick/Color.html" title="class in org.newdawn.slick">Color</A> color)</CODE>
<BR>
Create a new fade out transition</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/newdawn/slick/state/transition/FadeOutTransition.html#FadeOutTransition(org.newdawn.slick.Color, int)">FadeOutTransition</A></B>(<A HREF="../../../../../org/newdawn/slick/Color.html" title="class in org.newdawn.slick">Color</A> color,
int fadeTime)</CODE>
<BR>
Create a new fade out transition</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/newdawn/slick/state/transition/FadeOutTransition.html#init(org.newdawn.slick.state.GameState, org.newdawn.slick.state.GameState)">init</A></B>(<A HREF="../../../../../org/newdawn/slick/state/GameState.html" title="interface in org.newdawn.slick.state">GameState</A> firstState,
<A HREF="../../../../../org/newdawn/slick/state/GameState.html" title="interface in org.newdawn.slick.state">GameState</A> secondState)</CODE>
<BR>
Initialise the transition</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/newdawn/slick/state/transition/FadeOutTransition.html#isComplete()">isComplete</A></B>()</CODE>
<BR>
Check if this transtion has been completed</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/newdawn/slick/state/transition/FadeOutTransition.html#postRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)">postRender</A></B>(<A HREF="../../../../../org/newdawn/slick/state/StateBasedGame.html" title="class in org.newdawn.slick.state">StateBasedGame</A> game,
<A HREF="../../../../../org/newdawn/slick/GameContainer.html" title="class in org.newdawn.slick">GameContainer</A> container,
<A HREF="../../../../../org/newdawn/slick/Graphics.html" title="class in org.newdawn.slick">Graphics</A> g)</CODE>
<BR>
Render the transition over the existing state rendering</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/newdawn/slick/state/transition/FadeOutTransition.html#preRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)">preRender</A></B>(<A HREF="../../../../../org/newdawn/slick/state/StateBasedGame.html" title="class in org.newdawn.slick.state">StateBasedGame</A> game,
<A HREF="../../../../../org/newdawn/slick/GameContainer.html" title="class in org.newdawn.slick">GameContainer</A> container,
<A HREF="../../../../../org/newdawn/slick/Graphics.html" title="class in org.newdawn.slick">Graphics</A> g)</CODE>
<BR>
Render the transition before the existing state rendering</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/newdawn/slick/state/transition/FadeOutTransition.html#update(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, int)">update</A></B>(<A HREF="../../../../../org/newdawn/slick/state/StateBasedGame.html" title="class in org.newdawn.slick.state">StateBasedGame</A> game,
<A HREF="../../../../../org/newdawn/slick/GameContainer.html" title="class in org.newdawn.slick">GameContainer</A> container,
int delta)</CODE>
<BR>
Update the transition.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= 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="FadeOutTransition()"><!-- --></A><H3>
FadeOutTransition</H3>
<PRE>
public <B>FadeOutTransition</B>()</PRE>
<DL>
<DD>Create a new fade out transition
<P>
</DL>
<HR>
<A NAME="FadeOutTransition(org.newdawn.slick.Color)"><!-- --></A><H3>
FadeOutTransition</H3>
<PRE>
public <B>FadeOutTransition</B>(<A HREF="../../../../../org/newdawn/slick/Color.html" title="class in org.newdawn.slick">Color</A> color)</PRE>
<DL>
<DD>Create a new fade out transition
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>color</CODE> - The color we're going to fade out to</DL>
</DL>
<HR>
<A NAME="FadeOutTransition(org.newdawn.slick.Color, int)"><!-- --></A><H3>
FadeOutTransition</H3>
<PRE>
public <B>FadeOutTransition</B>(<A HREF="../../../../../org/newdawn/slick/Color.html" title="class in org.newdawn.slick">Color</A> color,
int fadeTime)</PRE>
<DL>
<DD>Create a new fade out transition
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>color</CODE> - The color we're going to fade out to<DD><CODE>fadeTime</CODE> - The time it takes the fade to occur</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="isComplete()"><!-- --></A><H3>
isComplete</H3>
<PRE>
public boolean <B>isComplete</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#isComplete()">Transition</A></CODE></B></DD>
<DD>Check if this transtion has been completed
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#isComplete()">isComplete</A></CODE> in interface <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html" title="interface in org.newdawn.slick.state.transition">Transition</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>True if the transition has been completed<DT><B>See Also:</B><DD><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#isComplete()"><CODE>Transition.isComplete()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="postRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)"><!-- --></A><H3>
postRender</H3>
<PRE>
public void <B>postRender</B>(<A HREF="../../../../../org/newdawn/slick/state/StateBasedGame.html" title="class in org.newdawn.slick.state">StateBasedGame</A> game,
<A HREF="../../../../../org/newdawn/slick/GameContainer.html" title="class in org.newdawn.slick">GameContainer</A> container,
<A HREF="../../../../../org/newdawn/slick/Graphics.html" title="class in org.newdawn.slick">Graphics</A> g)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#postRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)">Transition</A></CODE></B></DD>
<DD>Render the transition over the existing state rendering
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#postRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)">postRender</A></CODE> in interface <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html" title="interface in org.newdawn.slick.state.transition">Transition</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>game</CODE> - The game this transition is being rendered as part of<DD><CODE>container</CODE> - The container holding the game<DD><CODE>g</CODE> - The graphics context to use when rendering the transiton<DT><B>See Also:</B><DD><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#postRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)"><CODE>Transition.postRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="update(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, int)"><!-- --></A><H3>
update</H3>
<PRE>
public void <B>update</B>(<A HREF="../../../../../org/newdawn/slick/state/StateBasedGame.html" title="class in org.newdawn.slick.state">StateBasedGame</A> game,
<A HREF="../../../../../org/newdawn/slick/GameContainer.html" title="class in org.newdawn.slick">GameContainer</A> container,
int delta)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#update(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, int)">Transition</A></CODE></B></DD>
<DD>Update the transition. Cause what ever happens in the transition to happen
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#update(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, int)">update</A></CODE> in interface <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html" title="interface in org.newdawn.slick.state.transition">Transition</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>game</CODE> - The game this transition is being rendered as part of<DD><CODE>container</CODE> - The container holding the game<DD><CODE>delta</CODE> - The amount of time passed since last update<DT><B>See Also:</B><DD><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#update(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, int)"><CODE>Transition.update(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, int)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="preRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)"><!-- --></A><H3>
preRender</H3>
<PRE>
public void <B>preRender</B>(<A HREF="../../../../../org/newdawn/slick/state/StateBasedGame.html" title="class in org.newdawn.slick.state">StateBasedGame</A> game,
<A HREF="../../../../../org/newdawn/slick/GameContainer.html" title="class in org.newdawn.slick">GameContainer</A> container,
<A HREF="../../../../../org/newdawn/slick/Graphics.html" title="class in org.newdawn.slick">Graphics</A> g)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#preRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)">Transition</A></CODE></B></DD>
<DD>Render the transition before the existing state rendering
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#preRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)">preRender</A></CODE> in interface <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html" title="interface in org.newdawn.slick.state.transition">Transition</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>game</CODE> - The game this transition is being rendered as part of<DD><CODE>container</CODE> - The container holding the game<DD><CODE>g</CODE> - The graphics context to use when rendering the transiton<DT><B>See Also:</B><DD><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#preRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)"><CODE>Transition.preRender(org.newdawn.slick.state.StateBasedGame, org.newdawn.slick.GameContainer, org.newdawn.slick.Graphics)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="init(org.newdawn.slick.state.GameState, org.newdawn.slick.state.GameState)"><!-- --></A><H3>
init</H3>
<PRE>
public void <B>init</B>(<A HREF="../../../../../org/newdawn/slick/state/GameState.html" title="interface in org.newdawn.slick.state">GameState</A> firstState,
<A HREF="../../../../../org/newdawn/slick/state/GameState.html" title="interface in org.newdawn.slick.state">GameState</A> secondState)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#init(org.newdawn.slick.state.GameState, org.newdawn.slick.state.GameState)">Transition</A></CODE></B></DD>
<DD>Initialise the transition
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html#init(org.newdawn.slick.state.GameState, org.newdawn.slick.state.GameState)">init</A></CODE> in interface <CODE><A HREF="../../../../../org/newdawn/slick/state/transition/Transition.html" title="interface in org.newdawn.slick.state.transition">Transition</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>firstState</CODE> - The first state we're rendering (this will be rendered by the framework)<DD><CODE>secondState</CODE> - The second stat we're transitioning to or from (this one won't be rendered)</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FadeOutTransition.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/newdawn/slick/state/transition/FadeInTransition.html" title="class in org.newdawn.slick.state.transition"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/newdawn/slick/state/transition/HorizontalSplitTransition.html" title="class in org.newdawn.slick.state.transition"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/newdawn/slick/state/transition/FadeOutTransition.html" target="_top"><B>FRAMES</B></A>
<A HREF="FadeOutTransition.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2006 New Dawn Software. All Rights Reserved.</i>
</BODY>
</HTML>
|
html/html/mock.html
|
hiisi13/python-mock
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Mock Class — Mock 1.0.1 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Mock 1.0.1 documentation" href="index.html" />
<link rel="next" title="Patch Decorators" href="patch.html" />
<link rel="prev" title="Mock - Mocking and Testing Library" href="index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="patch.html" title="Patch Decorators"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="index.html" title="Mock - Mocking and Testing Library"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Mock 1.0.1 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="the-mock-class">
<h1>The Mock Class<a class="headerlink" href="#the-mock-class" title="Permalink to this headline">¶</a></h1>
<p><cite>Mock</cite> is a flexible mock object intended to replace the use of stubs and
test doubles throughout your code. Mocks are callable and create attributes as
new mocks when you access them <a class="footnote-reference" href="#id3" id="id1">[1]</a>. Accessing the same attribute will always
return the same mock. Mocks record how you use them, allowing you to make
assertions about what your code has done to them.</p>
<p><a class="reference internal" href="magicmock.html#mock.MagicMock" title="mock.MagicMock"><tt class="xref py py-class docutils literal"><span class="pre">MagicMock</span></tt></a> is a subclass of <cite>Mock</cite> with all the magic methods
pre-created and ready to use. There are also non-callable variants, useful
when you are mocking out objects that aren’t callable:
<a class="reference internal" href="#mock.NonCallableMock" title="mock.NonCallableMock"><tt class="xref py py-class docutils literal"><span class="pre">NonCallableMock</span></tt></a> and <a class="reference internal" href="magicmock.html#mock.NonCallableMagicMock" title="mock.NonCallableMagicMock"><tt class="xref py py-class docutils literal"><span class="pre">NonCallableMagicMock</span></tt></a></p>
<p>The <a class="reference internal" href="patch.html#mock.patch" title="mock.patch"><tt class="xref py py-func docutils literal"><span class="pre">patch()</span></tt></a> decorators makes it easy to temporarily replace classes
in a particular module with a <cite>Mock</cite> object. By default <cite>patch</cite> will create
a <cite>MagicMock</cite> for you. You can specify an alternative class of <cite>Mock</cite> using
the <cite>new_callable</cite> argument to <cite>patch</cite>.</p>
<span class="target" id="index-0"></span><span class="target" id="index-1"></span><span class="target" id="index-2"></span><span class="target" id="index-3"></span><span class="target" id="index-4"></span><dl class="class">
<dt id="mock.Mock">
<em class="property">class </em><tt class="descname">Mock</tt><big>(</big><em>spec=None</em>, <em>side_effect=None</em>, <em>return_value=DEFAULT</em>, <em>wraps=None</em>, <em>name=None</em>, <em>spec_set=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#mock.Mock" title="Permalink to this definition">¶</a></dt>
<dd><p>Create a new <cite>Mock</cite> object. <cite>Mock</cite> takes several optional arguments
that specify the behaviour of the Mock object:</p>
<ul>
<li><p class="first"><cite>spec</cite>: This can be either a list of strings or an existing object (a
class or instance) that acts as the specification for the mock object. If
you pass in an object then a list of strings is formed by calling dir on
the object (excluding unsupported magic attributes and methods).
Accessing any attribute not in this list will raise an <cite>AttributeError</cite>.</p>
<p>If <cite>spec</cite> is an object (rather than a list of strings) then
<a class="reference internal" href="#mock.Mock.__class__" title="mock.Mock.__class__"><tt class="xref py py-attr docutils literal"><span class="pre">__class__</span></tt></a> returns the class of the spec object. This allows mocks
to pass <cite>isinstance</cite> tests.</p>
</li>
<li><p class="first"><cite>spec_set</cite>: A stricter variant of <cite>spec</cite>. If used, attempting to <em>set</em>
or get an attribute on the mock that isn’t on the object passed as
<cite>spec_set</cite> will raise an <cite>AttributeError</cite>.</p>
</li>
<li><p class="first"><cite>side_effect</cite>: A function to be called whenever the Mock is called. See
the <a class="reference internal" href="#mock.Mock.side_effect" title="mock.Mock.side_effect"><tt class="xref py py-attr docutils literal"><span class="pre">side_effect</span></tt></a> attribute. Useful for raising exceptions or
dynamically changing return values. The function is called with the same
arguments as the mock, and unless it returns <a class="reference internal" href="sentinel.html#mock.DEFAULT" title="mock.DEFAULT"><tt class="xref py py-data docutils literal"><span class="pre">DEFAULT</span></tt></a>, the return
value of this function is used as the return value.</p>
<p>Alternatively <cite>side_effect</cite> can be an exception class or instance. In
this case the exception will be raised when the mock is called.</p>
<p>If <cite>side_effect</cite> is an iterable then each call to the mock will return
the next value from the iterable. If any of the members of the iterable
are exceptions they will be raised instead of returned.</p>
<p>A <cite>side_effect</cite> can be cleared by setting it to <cite>None</cite>.</p>
</li>
<li><p class="first"><cite>return_value</cite>: The value returned when the mock is called. By default
this is a new Mock (created on first access). See the
<a class="reference internal" href="#mock.Mock.return_value" title="mock.Mock.return_value"><tt class="xref py py-attr docutils literal"><span class="pre">return_value</span></tt></a> attribute.</p>
</li>
<li><p class="first"><cite>wraps</cite>: Item for the mock object to wrap. If <cite>wraps</cite> is not None then
calling the Mock will pass the call through to the wrapped object
(returning the real result and ignoring <cite>return_value</cite>). Attribute access
on the mock will return a Mock object that wraps the corresponding
attribute of the wrapped object (so attempting to access an attribute
that doesn’t exist will raise an <cite>AttributeError</cite>).</p>
<p>If the mock has an explicit <cite>return_value</cite> set then calls are not passed
to the wrapped object and the <cite>return_value</cite> is returned instead.</p>
</li>
<li><p class="first"><cite>name</cite>: If the mock has a name then it will be used in the repr of the
mock. This can be useful for debugging. The name is propagated to child
mocks.</p>
</li>
</ul>
<p>Mocks can also be called with arbitrary keyword arguments. These will be
used to set attributes on the mock after it is created. See the
<a class="reference internal" href="#mock.Mock.configure_mock" title="mock.Mock.configure_mock"><tt class="xref py py-meth docutils literal"><span class="pre">configure_mock()</span></tt></a> method for details.</p>
<dl class="method">
<dt id="mock.Mock.assert_called_with">
<tt class="descname">assert_called_with</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#mock.Mock.assert_called_with" title="Permalink to this definition">¶</a></dt>
<dd><p>This method is a convenient way of asserting that calls are made in a
particular way:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">method</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">,</span> <span class="n">test</span><span class="o">=</span><span class="s">'wow'</span><span class="p">)</span>
<span class="go"><Mock name='mock.method()' id='...'></span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">method</span><span class="o">.</span><span class="n">assert_called_with</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">,</span> <span class="n">test</span><span class="o">=</span><span class="s">'wow'</span><span class="p">)</span>
</pre></div>
</div>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.assert_called_once_with">
<tt class="descname">assert_called_once_with</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#mock.Mock.assert_called_once_with" title="Permalink to this definition">¶</a></dt>
<dd><p>Assert that the mock was called exactly once and with the specified
arguments.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="s">'foo'</span><span class="p">,</span> <span class="n">bar</span><span class="o">=</span><span class="s">'baz'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">assert_called_once_with</span><span class="p">(</span><span class="s">'foo'</span><span class="p">,</span> <span class="n">bar</span><span class="o">=</span><span class="s">'baz'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="s">'foo'</span><span class="p">,</span> <span class="n">bar</span><span class="o">=</span><span class="s">'baz'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">assert_called_once_with</span><span class="p">(</span><span class="s">'foo'</span><span class="p">,</span> <span class="n">bar</span><span class="o">=</span><span class="s">'baz'</span><span class="p">)</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">AssertionError</span>: <span class="n">Expected to be called once. Called 2 times.</span>
</pre></div>
</div>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.assert_any_call">
<tt class="descname">assert_any_call</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#mock.Mock.assert_any_call" title="Permalink to this definition">¶</a></dt>
<dd><p>assert the mock has been called with the specified arguments.</p>
<p>The assert passes if the mock has <em>ever</em> been called, unlike
<a class="reference internal" href="#mock.Mock.assert_called_with" title="mock.Mock.assert_called_with"><tt class="xref py py-meth docutils literal"><span class="pre">assert_called_with()</span></tt></a> and <a class="reference internal" href="#mock.Mock.assert_called_once_with" title="mock.Mock.assert_called_once_with"><tt class="xref py py-meth docutils literal"><span class="pre">assert_called_once_with()</span></tt></a> that
only pass if the call is the most recent one.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="n">arg</span><span class="o">=</span><span class="s">'thing'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="s">'some'</span><span class="p">,</span> <span class="s">'thing'</span><span class="p">,</span> <span class="s">'else'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">assert_any_call</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="n">arg</span><span class="o">=</span><span class="s">'thing'</span><span class="p">)</span>
</pre></div>
</div>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.assert_has_calls">
<tt class="descname">assert_has_calls</tt><big>(</big><em>calls</em>, <em>any_order=False</em><big>)</big><a class="headerlink" href="#mock.Mock.assert_has_calls" title="Permalink to this definition">¶</a></dt>
<dd><p>assert the mock has been called with the specified calls.
The <cite>mock_calls</cite> list is checked for the calls.</p>
<p>If <cite>any_order</cite> is False (the default) then the calls must be
sequential. There can be extra calls before or after the
specified calls.</p>
<p>If <cite>any_order</cite> is True then the calls can be in any order, but
they must all appear in <a class="reference internal" href="#mock.Mock.mock_calls" title="mock.Mock.mock_calls"><tt class="xref py py-attr docutils literal"><span class="pre">mock_calls</span></tt></a>.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">4</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">calls</span> <span class="o">=</span> <span class="p">[</span><span class="n">call</span><span class="p">(</span><span class="mi">2</span><span class="p">),</span> <span class="n">call</span><span class="p">(</span><span class="mi">3</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">assert_has_calls</span><span class="p">(</span><span class="n">calls</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">calls</span> <span class="o">=</span> <span class="p">[</span><span class="n">call</span><span class="p">(</span><span class="mi">4</span><span class="p">),</span> <span class="n">call</span><span class="p">(</span><span class="mi">2</span><span class="p">),</span> <span class="n">call</span><span class="p">(</span><span class="mi">3</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">assert_has_calls</span><span class="p">(</span><span class="n">calls</span><span class="p">,</span> <span class="n">any_order</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span>
</pre></div>
</div>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.assert_never_called">
<tt class="descname">assert_never_called</tt><big>(</big><big>)</big><a class="headerlink" href="#mock.Mock.assert_never_called" title="Permalink to this definition">¶</a></dt>
<dd><p>assert the mock has never been called.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">assert_never_called</span><span class="p">()</span>
</pre></div>
</div>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.reset_mock">
<tt class="descname">reset_mock</tt><big>(</big><big>)</big><a class="headerlink" href="#mock.Mock.reset_mock" title="Permalink to this definition">¶</a></dt>
<dd><p>The reset_mock method resets all the call attributes on a mock object:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="s">'hello'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">called</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">reset_mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">called</span>
<span class="go">False</span>
</pre></div>
</div>
<p>This can be useful where you want to make a series of assertions that
reuse the same object. Note that <cite>reset_mock</cite> <em>doesn’t</em> clear the
return value, <a class="reference internal" href="#mock.Mock.side_effect" title="mock.Mock.side_effect"><tt class="xref py py-attr docutils literal"><span class="pre">side_effect</span></tt></a> or any child attributes you have
set using normal assignment. Child mocks and the return value mock
(if any) are reset as well.</p>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.mock_add_spec">
<tt class="descname">mock_add_spec</tt><big>(</big><em>spec</em>, <em>spec_set=False</em><big>)</big><a class="headerlink" href="#mock.Mock.mock_add_spec" title="Permalink to this definition">¶</a></dt>
<dd><p>Add a spec to a mock. <cite>spec</cite> can either be an object or a
list of strings. Only attributes on the <cite>spec</cite> can be fetched as
attributes from the mock.</p>
<p>If <cite>spec_set</cite> is <cite>True</cite> then only attributes on the spec can be set.</p>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.attach_mock">
<tt class="descname">attach_mock</tt><big>(</big><em>mock</em>, <em>attribute</em><big>)</big><a class="headerlink" href="#mock.Mock.attach_mock" title="Permalink to this definition">¶</a></dt>
<dd><p>Attach a mock as an attribute of this one, replacing its name and
parent. Calls to the attached mock will be recorded in the
<a class="reference internal" href="#mock.Mock.method_calls" title="mock.Mock.method_calls"><tt class="xref py py-attr docutils literal"><span class="pre">method_calls</span></tt></a> and <a class="reference internal" href="#mock.Mock.mock_calls" title="mock.Mock.mock_calls"><tt class="xref py py-attr docutils literal"><span class="pre">mock_calls</span></tt></a> attributes of this one.</p>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.configure_mock">
<tt class="descname">configure_mock</tt><big>(</big><em>**kwargs</em><big>)</big><a class="headerlink" href="#mock.Mock.configure_mock" title="Permalink to this definition">¶</a></dt>
<dd><p>Set attributes on the mock through keyword arguments.</p>
<p>Attributes plus return values and side effects can be set on child
mocks using standard dot notation and unpacking a dictionary in the
method call:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">attrs</span> <span class="o">=</span> <span class="p">{</span><span class="s">'method.return_value'</span><span class="p">:</span> <span class="mi">3</span><span class="p">,</span> <span class="s">'other.side_effect'</span><span class="p">:</span> <span class="ne">KeyError</span><span class="p">}</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">configure_mock</span><span class="p">(</span><span class="o">**</span><span class="n">attrs</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">method</span><span class="p">()</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">other</span><span class="p">()</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">KeyError</span>
</pre></div>
</div>
<p>The same thing can be achieved in the constructor call to mocks:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">attrs</span> <span class="o">=</span> <span class="p">{</span><span class="s">'method.return_value'</span><span class="p">:</span> <span class="mi">3</span><span class="p">,</span> <span class="s">'other.side_effect'</span><span class="p">:</span> <span class="ne">KeyError</span><span class="p">}</span>
<span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">some_attribute</span><span class="o">=</span><span class="s">'eggs'</span><span class="p">,</span> <span class="o">**</span><span class="n">attrs</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">some_attribute</span>
<span class="go">'eggs'</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">method</span><span class="p">()</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">other</span><span class="p">()</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">KeyError</span>
</pre></div>
</div>
<p><cite>configure_mock</cite> exists to make it easier to do configuration
after the mock has been created.</p>
</dd></dl>
<dl class="method">
<dt id="mock.Mock.__dir__">
<tt class="descname">__dir__</tt><big>(</big><big>)</big><a class="headerlink" href="#mock.Mock.__dir__" title="Permalink to this definition">¶</a></dt>
<dd><p><cite>Mock</cite> objects limit the results of <cite>dir(some_mock)</cite> to useful results.
For mocks with a <cite>spec</cite> this includes all the permitted attributes
for the mock.</p>
<p>See <a class="reference internal" href="helpers.html#mock.FILTER_DIR" title="mock.FILTER_DIR"><tt class="xref py py-data docutils literal"><span class="pre">FILTER_DIR</span></tt></a> for what this filtering does, and how to
switch it off.</p>
</dd></dl>
<dl class="method">
<dt id="mock.Mock._get_child_mock">
<tt class="descname">_get_child_mock</tt><big>(</big><em>**kw</em><big>)</big><a class="headerlink" href="#mock.Mock._get_child_mock" title="Permalink to this definition">¶</a></dt>
<dd><p>Create the child mocks for attributes and return value.
By default child mocks will be the same type as the parent.
Subclasses of Mock may want to override this to customize the way
child mocks are made.</p>
<p>For non-callable mocks the callable variant will be used (rather than
any custom subclass).</p>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.called">
<tt class="descname">called</tt><a class="headerlink" href="#mock.Mock.called" title="Permalink to this definition">¶</a></dt>
<dd><p>A boolean representing whether or not the mock object has been called:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">called</span>
<span class="go">False</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">called</span>
<span class="go">True</span>
</pre></div>
</div>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.call_count">
<tt class="descname">call_count</tt><a class="headerlink" href="#mock.Mock.call_count" title="Permalink to this definition">¶</a></dt>
<dd><p>An integer telling you how many times the mock object has been called:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_count</span>
<span class="go">0</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_count</span>
<span class="go">2</span>
</pre></div>
</div>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.return_value">
<tt class="descname">return_value</tt><a class="headerlink" href="#mock.Mock.return_value" title="Permalink to this definition">¶</a></dt>
<dd><p>Set this to configure the value returned by calling the mock:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">return_value</span> <span class="o">=</span> <span class="s">'fish'</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="go">'fish'</span>
</pre></div>
</div>
<p>The default return value is a mock object and you can configure it in
the normal way:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">return_value</span><span class="o">.</span><span class="n">attribute</span> <span class="o">=</span> <span class="n">sentinel</span><span class="o">.</span><span class="n">Attribute</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">return_value</span><span class="p">()</span>
<span class="go"><Mock name='mock()()' id='...'></span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">return_value</span><span class="o">.</span><span class="n">assert_called_with</span><span class="p">()</span>
</pre></div>
</div>
<p><cite>return_value</cite> can also be set in the constructor:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">return_value</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="go">3</span>
</pre></div>
</div>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.side_effect">
<tt class="descname">side_effect</tt><a class="headerlink" href="#mock.Mock.side_effect" title="Permalink to this definition">¶</a></dt>
<dd><p>This can either be a function to be called when the mock is called,
or an exception (class or instance) to be raised.</p>
<p>If you pass in a function it will be called with same arguments as the
mock and unless the function returns the <a class="reference internal" href="sentinel.html#mock.DEFAULT" title="mock.DEFAULT"><tt class="xref py py-data docutils literal"><span class="pre">DEFAULT</span></tt></a> singleton the
call to the mock will then return whatever the function returns. If the
function returns <a class="reference internal" href="sentinel.html#mock.DEFAULT" title="mock.DEFAULT"><tt class="xref py py-data docutils literal"><span class="pre">DEFAULT</span></tt></a> then the mock will return its normal
value (from the <a class="reference internal" href="#mock.Mock.return_value" title="mock.Mock.return_value"><tt class="xref py py-attr docutils literal"><span class="pre">return_value</span></tt></a>.</p>
<p>An example of a mock that raises an exception (to test exception
handling of an API):</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="ne">Exception</span><span class="p">(</span><span class="s">'Boom!'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">Exception</span>: <span class="n">Boom!</span>
</pre></div>
</div>
<p>Using <cite>side_effect</cite> to return a sequence of values:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="p">[</span><span class="mi">3</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">1</span><span class="p">]</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(),</span> <span class="n">mock</span><span class="p">(),</span> <span class="n">mock</span><span class="p">()</span>
<span class="go">(3, 2, 1)</span>
</pre></div>
</div>
<p>The <cite>side_effect</cite> function is called with the same arguments as the
mock (so it is wise for it to take arbitrary args and keyword
arguments) and whatever it returns is used as the return value for
the call. The exception is if <cite>side_effect</cite> returns <a class="reference internal" href="sentinel.html#mock.DEFAULT" title="mock.DEFAULT"><tt class="xref py py-data docutils literal"><span class="pre">DEFAULT</span></tt></a>,
in which case the normal <a class="reference internal" href="#mock.Mock.return_value" title="mock.Mock.return_value"><tt class="xref py py-attr docutils literal"><span class="pre">return_value</span></tt></a> is used.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span>
<span class="gp">>>> </span><span class="k">def</span> <span class="nf">side_effect</span><span class="p">(</span><span class="o">*</span><span class="n">args</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span>
<span class="gp">... </span> <span class="k">return</span> <span class="n">DEFAULT</span>
<span class="gp">...</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="n">side_effect</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="go">3</span>
</pre></div>
</div>
<p><cite>side_effect</cite> can be set in the constructor. Here’s an example that
adds one to the value the mock is called with and returns it:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">side_effect</span> <span class="o">=</span> <span class="k">lambda</span> <span class="n">value</span><span class="p">:</span> <span class="n">value</span> <span class="o">+</span> <span class="mi">1</span>
<span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">side_effect</span><span class="o">=</span><span class="n">side_effect</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">3</span><span class="p">)</span>
<span class="go">4</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="o">-</span><span class="mi">8</span><span class="p">)</span>
<span class="go">-7</span>
</pre></div>
</div>
<p>Setting <cite>side_effect</cite> to <cite>None</cite> clears it:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">mock</span> <span class="kn">import</span> <span class="n">Mock</span>
<span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">side_effect</span><span class="o">=</span><span class="ne">KeyError</span><span class="p">,</span> <span class="n">return_value</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">KeyError</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="bp">None</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">3</span>
</pre></div>
</div>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.call_args">
<tt class="descname">call_args</tt><a class="headerlink" href="#mock.Mock.call_args" title="Permalink to this definition">¶</a></dt>
<dd><p>This is either <cite>None</cite> (if the mock hasn’t been called), or the
arguments that the mock was last called with. This will be in the
form of a tuple: the first member is any ordered arguments the mock
was called with (or an empty tuple) and the second member is any
keyword arguments (or an empty dictionary).</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="k">print</span> <span class="n">mock</span><span class="o">.</span><span class="n">call_args</span>
<span class="go">None</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_args</span>
<span class="go">call()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_args</span> <span class="o">==</span> <span class="p">()</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">3</span><span class="p">,</span> <span class="mi">4</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_args</span>
<span class="go">call(3, 4)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_args</span> <span class="o">==</span> <span class="p">((</span><span class="mi">3</span><span class="p">,</span> <span class="mi">4</span><span class="p">),)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">3</span><span class="p">,</span> <span class="mi">4</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="n">key</span><span class="o">=</span><span class="s">'fish'</span><span class="p">,</span> <span class="nb">next</span><span class="o">=</span><span class="s">'w00t!'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_args</span>
<span class="go">call(3, 4, 5, key='fish', next='w00t!')</span>
</pre></div>
</div>
<p><cite>call_args</cite>, along with members of the lists <a class="reference internal" href="#mock.Mock.call_args_list" title="mock.Mock.call_args_list"><tt class="xref py py-attr docutils literal"><span class="pre">call_args_list</span></tt></a>,
<a class="reference internal" href="#mock.Mock.method_calls" title="mock.Mock.method_calls"><tt class="xref py py-attr docutils literal"><span class="pre">method_calls</span></tt></a> and <a class="reference internal" href="#mock.Mock.mock_calls" title="mock.Mock.mock_calls"><tt class="xref py py-attr docutils literal"><span class="pre">mock_calls</span></tt></a> are <a class="reference internal" href="helpers.html#mock.call" title="mock.call"><tt class="xref py py-data docutils literal"><span class="pre">call</span></tt></a> objects.
These are tuples, so they can be unpacked to get at the individual
arguments and make more complex assertions. See
<a class="reference internal" href="helpers.html#calls-as-tuples"><em>calls as tuples</em></a>.</p>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.call_args_list">
<tt class="descname">call_args_list</tt><a class="headerlink" href="#mock.Mock.call_args_list" title="Permalink to this definition">¶</a></dt>
<dd><p>This is a list of all the calls made to the mock object in sequence
(so the length of the list is the number of times it has been
called). Before any calls have been made it is an empty list. The
<a class="reference internal" href="helpers.html#mock.call" title="mock.call"><tt class="xref py py-data docutils literal"><span class="pre">call</span></tt></a> object can be used for conveniently constructing lists of
calls to compare with <cite>call_args_list</cite>.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="mi">3</span><span class="p">,</span> <span class="mi">4</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="p">(</span><span class="n">key</span><span class="o">=</span><span class="s">'fish'</span><span class="p">,</span> <span class="nb">next</span><span class="o">=</span><span class="s">'w00t!'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_args_list</span>
<span class="go">[call(), call(3, 4), call(key='fish', next='w00t!')]</span>
<span class="gp">>>> </span><span class="n">expected</span> <span class="o">=</span> <span class="p">[(),</span> <span class="p">((</span><span class="mi">3</span><span class="p">,</span> <span class="mi">4</span><span class="p">),),</span> <span class="p">({</span><span class="s">'key'</span><span class="p">:</span> <span class="s">'fish'</span><span class="p">,</span> <span class="s">'next'</span><span class="p">:</span> <span class="s">'w00t!'</span><span class="p">},)]</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">call_args_list</span> <span class="o">==</span> <span class="n">expected</span>
<span class="go">True</span>
</pre></div>
</div>
<p>Members of <cite>call_args_list</cite> are <a class="reference internal" href="helpers.html#mock.call" title="mock.call"><tt class="xref py py-data docutils literal"><span class="pre">call</span></tt></a> objects. These can be
unpacked as tuples to get at the individual arguments. See
<a class="reference internal" href="helpers.html#calls-as-tuples"><em>calls as tuples</em></a>.</p>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.method_calls">
<tt class="descname">method_calls</tt><a class="headerlink" href="#mock.Mock.method_calls" title="Permalink to this definition">¶</a></dt>
<dd><p>As well as tracking calls to themselves, mocks also track calls to
methods and attributes, and <em>their</em> methods and attributes:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">method</span><span class="p">()</span>
<span class="go"><Mock name='mock.method()' id='...'></span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">property</span><span class="o">.</span><span class="n">method</span><span class="o">.</span><span class="n">attribute</span><span class="p">()</span>
<span class="go"><Mock name='mock.property.method.attribute()' id='...'></span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">method_calls</span>
<span class="go">[call.method(), call.property.method.attribute()]</span>
</pre></div>
</div>
<p>Members of <cite>method_calls</cite> are <a class="reference internal" href="helpers.html#mock.call" title="mock.call"><tt class="xref py py-data docutils literal"><span class="pre">call</span></tt></a> objects. These can be
unpacked as tuples to get at the individual arguments. See
<a class="reference internal" href="helpers.html#calls-as-tuples"><em>calls as tuples</em></a>.</p>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.mock_calls">
<tt class="descname">mock_calls</tt><a class="headerlink" href="#mock.Mock.mock_calls" title="Permalink to this definition">¶</a></dt>
<dd><p><cite>mock_calls</cite> records <em>all</em> calls to the mock object, its methods, magic
methods <em>and</em> return value mocks.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">result</span> <span class="o">=</span> <span class="n">mock</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">first</span><span class="p">(</span><span class="n">a</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span>
<span class="go"><MagicMock name='mock.first()' id='...'></span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">second</span><span class="p">()</span>
<span class="go"><MagicMock name='mock.second()' id='...'></span>
<span class="gp">>>> </span><span class="nb">int</span><span class="p">(</span><span class="n">mock</span><span class="p">)</span>
<span class="go">1</span>
<span class="gp">>>> </span><span class="n">result</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span>
<span class="go"><MagicMock name='mock()()' id='...'></span>
<span class="gp">>>> </span><span class="n">expected</span> <span class="o">=</span> <span class="p">[</span><span class="n">call</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">),</span> <span class="n">call</span><span class="o">.</span><span class="n">first</span><span class="p">(</span><span class="n">a</span><span class="o">=</span><span class="mi">3</span><span class="p">),</span> <span class="n">call</span><span class="o">.</span><span class="n">second</span><span class="p">(),</span>
<span class="gp">... </span><span class="n">call</span><span class="o">.</span><span class="n">__int__</span><span class="p">(),</span> <span class="n">call</span><span class="p">()(</span><span class="mi">1</span><span class="p">)]</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">mock_calls</span> <span class="o">==</span> <span class="n">expected</span>
<span class="go">True</span>
</pre></div>
</div>
<p>Members of <cite>mock_calls</cite> are <a class="reference internal" href="helpers.html#mock.call" title="mock.call"><tt class="xref py py-data docutils literal"><span class="pre">call</span></tt></a> objects. These can be
unpacked as tuples to get at the individual arguments. See
<a class="reference internal" href="helpers.html#calls-as-tuples"><em>calls as tuples</em></a>.</p>
</dd></dl>
<dl class="attribute">
<dt id="mock.Mock.__class__">
<tt class="descname">__class__</tt><a class="headerlink" href="#mock.Mock.__class__" title="Permalink to this definition">¶</a></dt>
<dd><p>Normally the <cite>__class__</cite> attribute of an object will return its type.
For a mock object with a <cite>spec</cite> <cite>__class__</cite> returns the spec class
instead. This allows mock objects to pass <cite>isinstance</cite> tests for the
object they are replacing / masquerading as:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">spec</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span>
<span class="gp">>>> </span><span class="nb">isinstance</span><span class="p">(</span><span class="n">mock</span><span class="p">,</span> <span class="nb">int</span><span class="p">)</span>
<span class="go">True</span>
</pre></div>
</div>
<p><cite>__class__</cite> is assignable to, this allows a mock to pass an
<cite>isinstance</cite> check without forcing you to use a spec:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">__class__</span> <span class="o">=</span> <span class="nb">dict</span>
<span class="gp">>>> </span><span class="nb">isinstance</span><span class="p">(</span><span class="n">mock</span><span class="p">,</span> <span class="nb">dict</span><span class="p">)</span>
<span class="go">True</span>
</pre></div>
</div>
</dd></dl>
</dd></dl>
<dl class="class">
<dt id="mock.NonCallableMock">
<em class="property">class </em><tt class="descname">NonCallableMock</tt><big>(</big><em>spec=None</em>, <em>wraps=None</em>, <em>name=None</em>, <em>spec_set=None</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#mock.NonCallableMock" title="Permalink to this definition">¶</a></dt>
<dd><p>A non-callable version of <cite>Mock</cite>. The constructor parameters have the same
meaning of <cite>Mock</cite>, with the exception of <cite>return_value</cite> and <cite>side_effect</cite>
which have no meaning on a non-callable mock.</p>
</dd></dl>
<p>Mock objects that use a class or an instance as a <cite>spec</cite> or <cite>spec_set</cite> are able
to pass <cite>isintance</cite> tests:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">spec</span><span class="o">=</span><span class="n">SomeClass</span><span class="p">)</span>
<span class="gp">>>> </span><span class="nb">isinstance</span><span class="p">(</span><span class="n">mock</span><span class="p">,</span> <span class="n">SomeClass</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">spec_set</span><span class="o">=</span><span class="n">SomeClass</span><span class="p">())</span>
<span class="gp">>>> </span><span class="nb">isinstance</span><span class="p">(</span><span class="n">mock</span><span class="p">,</span> <span class="n">SomeClass</span><span class="p">)</span>
<span class="go">True</span>
</pre></div>
</div>
<p>The <cite>Mock</cite> classes have support for mocking magic methods. See <a class="reference internal" href="magicmock.html#magic-methods"><em>magic
methods</em></a> for the full details.</p>
<p>The mock classes and the <a class="reference internal" href="patch.html#mock.patch" title="mock.patch"><tt class="xref py py-func docutils literal"><span class="pre">patch()</span></tt></a> decorators all take arbitrary keyword
arguments for configuration. For the <cite>patch</cite> decorators the keywords are
passed to the constructor of the mock being created. The keyword arguments
are for configuring attributes of the mock:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">attribute</span><span class="o">=</span><span class="mi">3</span><span class="p">,</span> <span class="n">other</span><span class="o">=</span><span class="s">'fish'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">attribute</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">other</span>
<span class="go">'fish'</span>
</pre></div>
</div>
<p>The return value and side effect of child mocks can be set in the same way,
using dotted notation. As you can’t use dotted names directly in a call you
have to create a dictionary and unpack it using <cite>**</cite>:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">attrs</span> <span class="o">=</span> <span class="p">{</span><span class="s">'method.return_value'</span><span class="p">:</span> <span class="mi">3</span><span class="p">,</span> <span class="s">'other.side_effect'</span><span class="p">:</span> <span class="ne">KeyError</span><span class="p">}</span>
<span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">Mock</span><span class="p">(</span><span class="n">some_attribute</span><span class="o">=</span><span class="s">'eggs'</span><span class="p">,</span> <span class="o">**</span><span class="n">attrs</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">some_attribute</span>
<span class="go">'eggs'</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">method</span><span class="p">()</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">other</span><span class="p">()</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">KeyError</span>
</pre></div>
</div>
<dl class="class">
<dt id="mock.PropertyMock">
<em class="property">class </em><tt class="descname">PropertyMock</tt><big>(</big><em>*args</em>, <em>**kwargs</em><big>)</big><a class="headerlink" href="#mock.PropertyMock" title="Permalink to this definition">¶</a></dt>
<dd><p>A mock intended to be used as a property, or other descriptor, on a class.
<cite>PropertyMock</cite> provides <cite>__get__</cite> and <cite>__set__</cite> methods so you can specify
a return value when it is fetched.</p>
<p>Fetching a <cite>PropertyMock</cite> instance from an object calls the mock, with
no args. Setting it calls the mock with the value being set.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="k">class</span> <span class="nc">Foo</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
<span class="gp">... </span> <span class="nd">@property</span>
<span class="gp">... </span> <span class="k">def</span> <span class="nf">foo</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="gp">... </span> <span class="k">return</span> <span class="s">'something'</span>
<span class="gp">... </span> <span class="nd">@foo.setter</span>
<span class="gp">... </span> <span class="k">def</span> <span class="nf">foo</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">value</span><span class="p">):</span>
<span class="gp">... </span> <span class="k">pass</span>
<span class="gp">...</span>
<span class="gp">>>> </span><span class="k">with</span> <span class="n">patch</span><span class="p">(</span><span class="s">'__main__.Foo.foo'</span><span class="p">,</span> <span class="n">new_callable</span><span class="o">=</span><span class="n">PropertyMock</span><span class="p">)</span> <span class="k">as</span> <span class="n">mock_foo</span><span class="p">:</span>
<span class="gp">... </span> <span class="n">mock_foo</span><span class="o">.</span><span class="n">return_value</span> <span class="o">=</span> <span class="s">'mockity-mock'</span>
<span class="gp">... </span> <span class="n">this_foo</span> <span class="o">=</span> <span class="n">Foo</span><span class="p">()</span>
<span class="gp">... </span> <span class="k">print</span> <span class="n">this_foo</span><span class="o">.</span><span class="n">foo</span>
<span class="gp">... </span> <span class="n">this_foo</span><span class="o">.</span><span class="n">foo</span> <span class="o">=</span> <span class="mi">6</span>
<span class="gp">...</span>
<span class="go">mockity-mock</span>
<span class="gp">>>> </span><span class="n">mock_foo</span><span class="o">.</span><span class="n">mock_calls</span>
<span class="go">[call(), call(6)]</span>
</pre></div>
</div>
</dd></dl>
<p>Because of the way mock attributes are stored you can’t directly attach a
<cite>PropertyMock</cite> to a mock object. Instead you can attach it to the mock type
object:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">p</span> <span class="o">=</span> <span class="n">PropertyMock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span>
<span class="gp">>>> </span><span class="nb">type</span><span class="p">(</span><span class="n">m</span><span class="p">)</span><span class="o">.</span><span class="n">foo</span> <span class="o">=</span> <span class="n">p</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">foo</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">p</span><span class="o">.</span><span class="n">assert_called_once_with</span><span class="p">()</span>
</pre></div>
</div>
<span class="target" id="index-5"></span></div>
<div class="section" id="calling">
<span id="index-6"></span><h1>Calling<a class="headerlink" href="#calling" title="Permalink to this headline">¶</a></h1>
<p>Mock objects are callable. The call will return the value set as the
<a class="reference internal" href="#mock.Mock.return_value" title="mock.Mock.return_value"><tt class="xref py py-attr docutils literal"><span class="pre">return_value</span></tt></a> attribute. The default return value is a new Mock
object; it is created the first time the return value is accessed (either
explicitly or by calling the Mock) - but it is stored and the same one
returned each time.</p>
<p>Calls made to the object will be recorded in the attributes
like <a class="reference internal" href="#mock.Mock.call_args" title="mock.Mock.call_args"><tt class="xref py py-attr docutils literal"><span class="pre">call_args</span></tt></a> and <a class="reference internal" href="#mock.Mock.call_args_list" title="mock.Mock.call_args_list"><tt class="xref py py-attr docutils literal"><span class="pre">call_args_list</span></tt></a>.</p>
<p>If <a class="reference internal" href="#mock.Mock.side_effect" title="mock.Mock.side_effect"><tt class="xref py py-attr docutils literal"><span class="pre">side_effect</span></tt></a> is set then it will be called after the call has
been recorded, so if <cite>side_effect</cite> raises an exception the call is still
recorded.</p>
<p>The simplest way to make a mock raise an exception when called is to make
<a class="reference internal" href="#mock.Mock.side_effect" title="mock.Mock.side_effect"><tt class="xref py py-attr docutils literal"><span class="pre">side_effect</span></tt></a> an exception class or instance:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">side_effect</span><span class="o">=</span><span class="ne">IndexError</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">)</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">IndexError</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">mock_calls</span>
<span class="go">[call(1, 2, 3)]</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="ne">KeyError</span><span class="p">(</span><span class="s">'Bang!'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">(</span><span class="s">'two'</span><span class="p">,</span> <span class="s">'three'</span><span class="p">,</span> <span class="s">'four'</span><span class="p">)</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">KeyError</span>: <span class="n">'Bang!'</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">mock_calls</span>
<span class="go">[call(1, 2, 3), call('two', 'three', 'four')]</span>
</pre></div>
</div>
<p>If <cite>side_effect</cite> is a function then whatever that function returns is what
calls to the mock return. The <cite>side_effect</cite> function is called with the
same arguments as the mock. This allows you to vary the return value of the
call dynamically, based on the input:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="k">def</span> <span class="nf">side_effect</span><span class="p">(</span><span class="n">value</span><span class="p">):</span>
<span class="gp">... </span> <span class="k">return</span> <span class="n">value</span> <span class="o">+</span> <span class="mi">1</span>
<span class="gp">...</span>
<span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">side_effect</span><span class="o">=</span><span class="n">side_effect</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span>
<span class="go">2</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">mock_calls</span>
<span class="go">[call(1), call(2)]</span>
</pre></div>
</div>
<p>If you want the mock to still return the default return value (a new mock), or
any set return value, then there are two ways of doing this. Either return
<cite>mock.return_value</cite> from inside <cite>side_effect</cite>, or return <a class="reference internal" href="sentinel.html#mock.DEFAULT" title="mock.DEFAULT"><tt class="xref py py-data docutils literal"><span class="pre">DEFAULT</span></tt></a>:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="k">def</span> <span class="nf">side_effect</span><span class="p">(</span><span class="o">*</span><span class="n">args</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span>
<span class="gp">... </span> <span class="k">return</span> <span class="n">m</span><span class="o">.</span><span class="n">return_value</span>
<span class="gp">...</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="n">side_effect</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">return_value</span> <span class="o">=</span> <span class="mi">3</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="k">def</span> <span class="nf">side_effect</span><span class="p">(</span><span class="o">*</span><span class="n">args</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span>
<span class="gp">... </span> <span class="k">return</span> <span class="n">DEFAULT</span>
<span class="gp">...</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="n">side_effect</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">3</span>
</pre></div>
</div>
<p>To remove a <cite>side_effect</cite>, and return to the default behaviour, set the
<cite>side_effect</cite> to <cite>None</cite>:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="mi">6</span><span class="p">)</span>
<span class="gp">>>> </span><span class="k">def</span> <span class="nf">side_effect</span><span class="p">(</span><span class="o">*</span><span class="n">args</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span>
<span class="gp">... </span> <span class="k">return</span> <span class="mi">3</span>
<span class="gp">...</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="n">side_effect</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">m</span><span class="o">.</span><span class="n">side_effect</span> <span class="o">=</span> <span class="bp">None</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">6</span>
</pre></div>
</div>
<p>The <cite>side_effect</cite> can also be any iterable object. Repeated calls to the mock
will return values from the iterable (until the iterable is exhausted and
a <cite>StopIteration</cite> is raised):</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">side_effect</span><span class="o">=</span><span class="p">[</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">])</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">1</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">2</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">3</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">StopIteration</span>
</pre></div>
</div>
<p>If any members of the iterable are exceptions they will be raised instead of
returned:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">iterable</span> <span class="o">=</span> <span class="p">(</span><span class="mi">33</span><span class="p">,</span> <span class="ne">ValueError</span><span class="p">,</span> <span class="mi">66</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">m</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">side_effect</span><span class="o">=</span><span class="n">iterable</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">33</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="c">...</span>
<span class="gr">ValueError</span>
<span class="gp">>>> </span><span class="n">m</span><span class="p">()</span>
<span class="go">66</span>
</pre></div>
</div>
</div>
<div class="section" id="deleting-attributes">
<span id="id2"></span><h1>Deleting Attributes<a class="headerlink" href="#deleting-attributes" title="Permalink to this headline">¶</a></h1>
<p>Mock objects create attributes on demand. This allows them to pretend to be
objects of any type.</p>
<p>You may want a mock object to return <cite>False</cite> to a <cite>hasattr</cite> call, or raise an
<cite>AttributeError</cite> when an attribute is fetched. You can do this by providing
an object as a <cite>spec</cite> for a mock, but that isn’t always convenient.</p>
<p>You “block” attributes by deleting them. Once deleted, accessing an attribute
will raise an <cite>AttributeError</cite>.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="nb">hasattr</span><span class="p">(</span><span class="n">mock</span><span class="p">,</span> <span class="s">'m'</span><span class="p">)</span>
<span class="go">True</span>
<span class="gp">>>> </span><span class="k">del</span> <span class="n">mock</span><span class="o">.</span><span class="n">m</span>
<span class="gp">>>> </span><span class="nb">hasattr</span><span class="p">(</span><span class="n">mock</span><span class="p">,</span> <span class="s">'m'</span><span class="p">)</span>
<span class="go">False</span>
<span class="gp">>>> </span><span class="k">del</span> <span class="n">mock</span><span class="o">.</span><span class="n">f</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">f</span>
<span class="gt">Traceback (most recent call last):</span>
<span class="o">...</span>
<span class="gr">AttributeError</span>: <span class="n">f</span>
</pre></div>
</div>
</div>
<div class="section" id="mock-names-and-the-name-attribute">
<h1>Mock names and the name attribute<a class="headerlink" href="#mock-names-and-the-name-attribute" title="Permalink to this headline">¶</a></h1>
<p>Since “name” is an argument to the <a class="reference internal" href="#mock.Mock" title="mock.Mock"><tt class="xref py py-class docutils literal"><span class="pre">Mock</span></tt></a> constructor, if you want your
mock object to have a “name” attribute you can’t just pass it in at creation
time. There are two alternatives. One option is to use
<a class="reference internal" href="#mock.Mock.configure_mock" title="mock.Mock.configure_mock"><tt class="xref py py-meth docutils literal"><span class="pre">configure_mock()</span></tt></a>:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">configure_mock</span><span class="p">(</span><span class="n">name</span><span class="o">=</span><span class="s">'my_name'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">name</span>
<span class="go">'my_name'</span>
</pre></div>
</div>
<p>A simpler option is to simply set the “name” attribute after mock creation:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">name</span> <span class="o">=</span> <span class="s">"foo"</span>
</pre></div>
</div>
</div>
<div class="section" id="attaching-mocks-as-attributes">
<h1>Attaching Mocks as Attributes<a class="headerlink" href="#attaching-mocks-as-attributes" title="Permalink to this headline">¶</a></h1>
<p>When you attach a mock as an attribute of another mock (or as the return
value) it becomes a “child” of that mock. Calls to the child are recorded in
the <a class="reference internal" href="#mock.Mock.method_calls" title="mock.Mock.method_calls"><tt class="xref py py-attr docutils literal"><span class="pre">method_calls</span></tt></a> and <a class="reference internal" href="#mock.Mock.mock_calls" title="mock.Mock.mock_calls"><tt class="xref py py-attr docutils literal"><span class="pre">mock_calls</span></tt></a> attributes of the
parent. This is useful for configuring child mocks and then attaching them to
the parent, or for attaching mocks to a parent that records all calls to the
children and allows you to make assertions about the order of calls between
mocks:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">parent</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">child1</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">child2</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">parent</span><span class="o">.</span><span class="n">child1</span> <span class="o">=</span> <span class="n">child1</span>
<span class="gp">>>> </span><span class="n">parent</span><span class="o">.</span><span class="n">child2</span> <span class="o">=</span> <span class="n">child2</span>
<span class="gp">>>> </span><span class="n">child1</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">child2</span><span class="p">(</span><span class="mi">2</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">parent</span><span class="o">.</span><span class="n">mock_calls</span>
<span class="go">[call.child1(1), call.child2(2)]</span>
</pre></div>
</div>
<p>The exception to this is if the mock has a name. This allows you to prevent
the “parenting” if for some reason you don’t want it to happen.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">mock</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">not_a_child</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">(</span><span class="n">name</span><span class="o">=</span><span class="s">'not-a-child'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">attribute</span> <span class="o">=</span> <span class="n">not_a_child</span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">attribute</span><span class="p">()</span>
<span class="go"><MagicMock name='not-a-child()' id='...'></span>
<span class="gp">>>> </span><span class="n">mock</span><span class="o">.</span><span class="n">mock_calls</span>
<span class="go">[]</span>
</pre></div>
</div>
<p>Mocks created for you by <a class="reference internal" href="patch.html#mock.patch" title="mock.patch"><tt class="xref py py-func docutils literal"><span class="pre">patch()</span></tt></a> are automatically given names. To
attach mocks that have names to a parent you use the <a class="reference internal" href="#mock.Mock.attach_mock" title="mock.Mock.attach_mock"><tt class="xref py py-meth docutils literal"><span class="pre">attach_mock()</span></tt></a>
method:</p>
<div class="highlight-python"><div class="highlight"><pre><span class="gp">>>> </span><span class="n">thing1</span> <span class="o">=</span> <span class="nb">object</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">thing2</span> <span class="o">=</span> <span class="nb">object</span><span class="p">()</span>
<span class="gp">>>> </span><span class="n">parent</span> <span class="o">=</span> <span class="n">MagicMock</span><span class="p">()</span>
<span class="gp">>>> </span><span class="k">with</span> <span class="n">patch</span><span class="p">(</span><span class="s">'__main__.thing1'</span><span class="p">,</span> <span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span> <span class="k">as</span> <span class="n">child1</span><span class="p">:</span>
<span class="gp">... </span> <span class="k">with</span> <span class="n">patch</span><span class="p">(</span><span class="s">'__main__.thing2'</span><span class="p">,</span> <span class="n">return_value</span><span class="o">=</span><span class="bp">None</span><span class="p">)</span> <span class="k">as</span> <span class="n">child2</span><span class="p">:</span>
<span class="gp">... </span> <span class="n">parent</span><span class="o">.</span><span class="n">attach_mock</span><span class="p">(</span><span class="n">child1</span><span class="p">,</span> <span class="s">'child1'</span><span class="p">)</span>
<span class="gp">... </span> <span class="n">parent</span><span class="o">.</span><span class="n">attach_mock</span><span class="p">(</span><span class="n">child2</span><span class="p">,</span> <span class="s">'child2'</span><span class="p">)</span>
<span class="gp">... </span> <span class="n">child1</span><span class="p">(</span><span class="s">'one'</span><span class="p">)</span>
<span class="gp">... </span> <span class="n">child2</span><span class="p">(</span><span class="s">'two'</span><span class="p">)</span>
<span class="gp">...</span>
<span class="gp">>>> </span><span class="n">parent</span><span class="o">.</span><span class="n">mock_calls</span>
<span class="go">[call.child1('one'), call.child2('two')]</span>
</pre></div>
</div>
<hr class="docutils" />
<table class="docutils footnote" frame="void" id="id3" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>The only exceptions are magic methods and attributes (those that have
leading and trailing double underscores). Mock doesn’t create these but
instead of raises an <tt class="docutils literal"><span class="pre">AttributeError</span></tt>. This is because the interpreter
will often implicitly request these methods, and gets <em>very</em> confused to
get a new Mock object when it expects a magic method. If you need magic
method support see <a class="reference internal" href="magicmock.html#magic-methods"><em>magic methods</em></a>.</td></tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">The Mock Class</a></li>
<li><a class="reference internal" href="#calling">Calling</a></li>
<li><a class="reference internal" href="#deleting-attributes">Deleting Attributes</a></li>
<li><a class="reference internal" href="#mock-names-and-the-name-attribute">Mock names and the name attribute</a></li>
<li><a class="reference internal" href="#attaching-mocks-as-attributes">Attaching Mocks as Attributes</a></li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="index.html"
title="previous chapter">Mock - Mocking and Testing Library</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="patch.html"
title="next chapter">Patch Decorators</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/mock.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="patch.html" title="Patch Decorators"
>next</a> |</li>
<li class="right" >
<a href="index.html" title="Mock - Mocking and Testing Library"
>previous</a> |</li>
<li><a href="index.html">Mock 1.0.1 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2007-2012, Michael Foord & the mock team.
Last updated on Aug 30, 2013.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
</div>
</body>
</html>
|
gem/templates/base/profiles/reset_password_success.html
|
praekelt/molo-gem
|
{% extends "base.html" %}
{% block content %}
<div class="default-container">
<div class="title">
<h3>{% trans "PIN Changed" %}</h3>
</div>
<div class="block">
{% trans "Your PIN was changed successfully." %}<br/>
<br/>
<a href="{{ LOGIN_URL }}" class="button inverted">{% trans "Continue to Sign In" %}</a>
</div>
</div>
{% endblock %}
|
djsite/tweetspiral/templates/macros/google_analytics.html
|
taherh/tweetspiral
|
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32557664-1']);
_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>
|
documentation/manual/core/de/migration.10.html
|
wukchung/Home-development
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Zend Framework 1.0 - Zend Framework Manual</title>
</head>
<body>
<table width="100%">
<tr valign="top">
<td width="85%">
<table width="100%">
<tr>
<td width="25%" style="text-align: left;">
<a href="migration.15.html">Zend Framework 1.5</a>
</td>
<td width="50%" style="text-align: center;">
<div class="up"><span class="up"><a href="migration.html">Zend Framework Migration Notes</a></span><br />
<span class="home"><a href="manual.html">Programmer's Reference Guide</a></span></div>
</td>
<td width="25%" style="text-align: right;">
<div class="next" style="text-align: right; float: right;"><a href="migration.09.html">Zend Framework 0.9</a></div>
</td>
</tr>
</table>
<hr />
<div id="migration.10" class="section"><div class="info"><h1 class="title">Zend Framework 1.0</h1></div>
<p class="para">
Wenn man von einem älteren Release auf Zend Framework 1.0 oder höher hochrüstet sollte
man die folgenden Migrations Hinweise beachten.
</p>
<div class="section" id="migration.10.zend.controller" name="migration.10.zend.controller"><div class="info"><h1 class="title">Zend_Controller</h1></div>
<p class="para">
Die prinzipiellen Änderungen die durch 1.0.0RC1 angeboten werden sind die Einführung und
standardmäßige Aktivierung des
<a href="zend.controller.plugins.html#zend.controller.plugins.standard.errorhandler" class="link">ErrorHandler</a>
Plugins und den
<a href="zend.controller.actionhelpers.html#zend.controller.actionhelpers.viewrenderer" class="link">ViewRenderer</a>
Aktionhelfer. Bitte lies die Dokumentation jedes einzelnen gründlich um zu sehen wie sie
arbeiten und welchen Effekt Sie auf die eigene Anwendung haben können.
</p>
<p class="para">
Der <span class="classname">ErrorHandler</span> Plugin läuft wärend der
<span class="methodname">postDispatch()</span> Prüfung auf Ausnahmen, und leitet zu einem
spezifizierten Fehlerhandler Controller weiter. Solch ein Controller sollte in der
eigenen Anwendung inkludiert werden. Er kann deaktiviert werden durch das setzen des
Frontcontroller Parameters <span class="property">noErrorHandler</span>:
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$front</span>-><span style="color: #006600;">setParam</span><span style="color: #66cc66;">(</span><span style="color: #ff0000;">'noErrorHandler'</span>, <span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
<p class="para">
Der <span class="classname">ViewRenderer</span> Aktionhelfer automatisiert die Injizierung der
View in den Aktioncontroller genauso wie das autorendern von Viewskripten basierend auf
die aktuelle Aktion. Das primäre Problem dem man begegnen kann ist, wenn man Aktionen
hat die keine View Skripte rendern und weder vorwärts- noch weiterleiten, da der
<span class="classname">ViewRenderer</span> versucht ein View Skript zu Rendern basierend auf
dem Aktionnamen.
</p>
<p class="para">
Es gibt verschiedene Strategien die man anwenden kann um den eigenen Code upzudaten. In
kurzer Form, kann man global den <span class="classname">ViewRenderer</span> im eigenen
Frontcontroller Bootstrap vor dem Abarbeiten ausschalten:
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// Annahme das $front eine Instanz von Zend_Controller_Front ist</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$front</span>-><span style="color: #006600;">setParam</span><span style="color: #66cc66;">(</span><span style="color: #ff0000;">'noViewRenderer'</span>, <span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
<p class="para">
Trotzdem ist es keine gute Langzeitstrategie, da es auch bedeutet das man mehr Code
schreiben muß.
</p>
<p class="para">
Wenn man bereit ist damit zu beginnen die <span class="classname">ViewRenderer</span>
Funktionalität zu verwenden, gibt es verschiedene Dinge die man im eigenen
Controllercode beachten muß. Zuerst muß auf die Aktionmethoden (die Methoden die mit
'Action' enden) geachtet werden, und ausgesucht werden was eine jede machen soll. Wenn
nichts vom folgenden passiert, muß man Änderungen durchführen:
</p>
<ul class="itemizedlist">
<li class="listitem"><p class="para">Aufruf von <strong class="command">$this->render();</strong></p></li>
<li class="listitem"><p class="para">Aufruf von <strong class="command">$this->_forward();</strong></p></li>
<li class="listitem"><p class="para">Aufruf von <strong class="command">$this->_redirect();</strong></p></li>
<li class="listitem">
<p class="para">Aufruf des <span class="classname">Redirector</span> Aktionhelfers</p>
</li>
</ul>
<p class="para">
Die einfachste Änderung ist das Ausschalten des Auto-Rendering für diese Methode:
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$this</span>->_helper-><span style="color: #006600;">viewRenderer</span>-><span style="color: #006600;">setNoRender</span><span style="color: #66cc66;">(</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
<p class="para">
Wenn man herausfindet das keine der eigenen Aktionmethoden rendern, weiterleiten oder
umleiten, wird man voraussichtlich die oben angeführte Zeile in die eigene
<span class="methodname">preDispatch()</span> oder <span class="methodname">init()</span> Methode
einfügen wollen:
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">function</span> preDispatch<span style="color: #66cc66;">(</span><span style="color: #66cc66;">)</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">{</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"> <span style="color: #808080; font-style: italic;">// Ausschalten des autorendern vom View Skript</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"> <span style="color: #0000ff;">$this</span>->_helper-><span style="color: #006600;">viewRenderer</span>-><span style="color: #006600;">setNoRender</span><span style="color: #66cc66;">(</span><span style="color: #66cc66;">)</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"> <span style="color: #808080; font-style: italic;">// .. andere Dinge tun...</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">}</span></div></li></ol></div></div></div>
<p class="para">
Wenn <span class="methodname">render()</span> aufgerufen wird, und man
<a href="zend.controller.modular.html" class="link">die konventionelle Modulare Verzeichnis
Struktur</a> verwendet, wird man den Code ändern wollen um Autorendern zu
Verwenden:
</p>
<ul class="itemizedlist">
<li class="listitem">
<p class="para">
Wenn man mehrere View Skripte in einer einzelnen Aktion rendert muß nichts
geändert werden.
</p>
</li>
<li class="listitem">
<p class="para">
Wenn man einfach <span class="methodname">render()</span> ohne Argumente aufruft,
können diese Zeilen entfernt werden.
</p>
</li>
<li class="listitem">
<p class="para">
Wenn man <span class="methodname">render()</span> mit Argumenten aufruft, und danach
nicht irgendeine Bearbeitung durchführt oder mehrere View sktipe rendert, können
diese Aufrufe zu <strong class="command">$this->_helper->viewRenderer();</strong> geändert
werden.
</p>
</li>
</ul>
<p class="para">
Wenn die konventionelle modulare Verzeichnisstruktur nicht verwendet wird, gibt es eine
Vielzahl von Methoden für das Setzen des View Basispfades und der Skript
Pfadspezifikationen so das man den <span class="classname">ViewRenderer</span> verwenden kann.
Bitte lies die <a href="zend.controller.actionhelpers.html#zend.controller.actionhelpers.viewrenderer" class="link">ViewRenderer
Dokumentation</a> für Informationen über diese Methoden.
</p>
<p class="para">
Wenn ein View Objekt von der Registry verwendet, oder das eigene View Objekt verändert,
oder eine andere View Implementation verwendet wird, dann wird man den
<span class="classname">ViewRenderer</span> in diesem Objekt injiziieren wollen. Das kann ganz
einfach jederzeit durchgeführt werden.
</p>
<ul class="itemizedlist">
<li class="listitem">
<p class="para">
Vor dem Verarbeiten einer Frontcontroller Instanz:
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">// Annahme das $view bereits definiert wurde</span></div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$viewRenderer</span> = <span style="color: #000000; font-weight: bold;">new</span> Zend_Controller_Action_Helper_ViewRenderer<span style="color: #66cc66;">(</span><span style="color: #0000ff;">$view</span><span style="color: #66cc66;">)</span>;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">Zend_Controller_Action_HelperBroker::<span style="color: #006600;">addHelper</span><span style="color: #66cc66;">(</span><span style="color: #0000ff;">$viewRenderer</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
</li>
<li class="listitem">
<p class="para">
Jederzeit wärend des Bootstrap Prozesses:
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$viewRenderer</span> =</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"> Zend_Controller_Action_HelperBroker::<span style="color: #006600;">getStaticHelper</span><span style="color: #66cc66;">(</span><span style="color: #ff0000;">'viewRenderer'</span><span style="color: #66cc66;">)</span>;</div></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$viewRenderer</span>-><span style="color: #006600;">setView</span><span style="color: #66cc66;">(</span><span style="color: #0000ff;">$view</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
</li>
</ul>
<p class="para">
Es gibt viele Wege den <span class="classname">ViewRenderer</span> zu modifizieren inklusive dem
Setzen eines anderen View Skripts zum Rendern, dem Spezifizieren von Veränderungen für
alle veränderbaren Elemente eines View Skript Pfades (inklusive der Endung), dem
Auswählen eines Antwort-benannten Segments zur Anpassung und mehr. Wenn die
konventionelle modulare Verzeichnisstruktur nicht verwendet wird, kann noch immer eine
andere Pfad Spezifikation mit dem <span class="classname">ViewRenderer</span> zugeordnet werden.
</p>
<p class="para">
Wir empfehlen die Adaptierung des eigenen Codes um den
<span class="classname">ErrorHandler</span> und <span class="classname">ViewRenderer</span> zu verwenden
da diese neue Kernfunktionalitäten sind.
</p>
</div>
<div class="section" id="migration.10.zend.currency" name="migration.10.zend.currency"><div class="info"><h1 class="title">Zend_Currency</h1></div>
<p class="para">
Die Erstellung von <span class="classname">Zend_Currency</span> wurde vereinfacht.
Es muß nicht länger ein Skript angegeben oder auf <b><tt>NULL</tt></b> gesetzt
werden. Der optionale script Parameter ist jetzt eine Option welche durch die
<span class="methodname">setFormat()</span> Methode gesetzt werden kann.
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$currency</span> = <span style="color: #000000; font-weight: bold;">new</span> Zend_Currency<span style="color: #66cc66;">(</span><span style="color: #0000ff;">$currency</span>, <span style="color: #0000ff;">$locale</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
<p class="para">
Die <span class="methodname">setFormat()</span> Methode nimmt jetzt ein Array von Optionen.
Diese Optionen werden permanent gesetzt und überschreiben alle vorher gesetzten Werte.
Auch eine neue Option 'precision' wurde integriert. Die folgenden Optionen wurden
überarbeitet:
</p>
<ul class="itemizedlist">
<li class="listitem">
<p class="para"><em class="emphasis">position</em>: Ersetzt den alten 'rules' Parameter.</p>
</li>
<li class="listitem">
<p class="para"><em class="emphasis">script</em>: Ersetzt den alten 'script' Parameter.</p>
</li>
<li class="listitem">
<p class="para">
<em class="emphasis">format</em>: Ersetzt den alten 'locale' Parameter welcher keine
neue Währung, sondern nur das Format der Nummern setzt.
</p>
</li>
<li class="listitem">
<p class="para"><em class="emphasis">display</em>: Ersetzt den alten 'rules' Parameter.</p>
</li>
<li class="listitem"><p class="para"><em class="emphasis">precision</em>: Neuer Parameter.</p></li>
<li class="listitem">
<p class="para">
<em class="emphasis">name</em>: Ersetzt den alten 'rules' Parameter. Setzt den
vollständigen Namen der Währung.
</p>
</li>
<li class="listitem"><p class="para"><em class="emphasis">currency</em>: Neuer Parameter.</p></li>
<li class="listitem"><p class="para"><em class="emphasis">symbol</em>: Neuer Parameter.</p></li>
</ul>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$currency</span>-><span style="color: #006600;">setFormat</span><span style="color: #66cc66;">(</span><a href="http://www.php.net/array"><span style="color: #000066;">array</span></a> <span style="color: #0000ff;">$options</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
<p class="para">
Die <span class="methodname">toCurrency()</span> Methode unterstützt die optionalen 'script'
und 'locale' Parameter nicht mehr. Stattdessen nimmt sie ein Array von Optionen welche
die selben Schlüssel enthalten können wie die <span class="methodname">setFormat()</span>
Methode.
</p>
<div class="programlisting php"><div class="phpcode"><div class="php" style="font-family: monospace;"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0000ff;">$currency</span>-><span style="color: #006600;">toCurrency</span><span style="color: #66cc66;">(</span><span style="color: #0000ff;">$value</span>, <a href="http://www.php.net/array"><span style="color: #000066;">array</span></a> <span style="color: #0000ff;">$options</span><span style="color: #66cc66;">)</span>;</div></li></ol></div></div></div>
<p class="para">
Die Methoden <span class="methodname">getSymbol()</span>,
<span class="methodname">getShortName()</span>, <span class="methodname">getName()</span>,
<span class="methodname">getRegionList()</span> und <span class="methodname">getCurrencyList()</span>
sind nicht länger statisch und können vom Objekt aus aufgerufen werden. Die geben den
aktuell gesetzten Wert des Objekts zurück wenn kein Parameter gesetzt wurde.
</p>
</div>
</div>
<hr />
<table width="100%">
<tr>
<td width="25%" style="text-align: left;">
<a href="migration.15.html">Zend Framework 1.5</a>
</td>
<td width="50%" style="text-align: center;">
<div class="up"><span class="up"><a href="migration.html">Zend Framework Migration Notes</a></span><br />
<span class="home"><a href="manual.html">Programmer's Reference Guide</a></span></div>
</td>
<td width="25%" style="text-align: right;">
<div class="next" style="text-align: right; float: right;"><a href="migration.09.html">Zend Framework 0.9</a></div>
</td>
</tr>
</table>
</td>
<td style="font-size: smaller;" width="15%"> <style type="text/css">
#leftbar {
float: left;
width: 186px;
padding: 5px;
font-size: smaller;
}
ul.toc {
margin: 0px 5px 5px 5px;
padding: 0px;
}
ul.toc li {
font-size: 85%;
margin: 1px 0 1px 1px;
padding: 1px 0 1px 11px;
list-style-type: none;
background-repeat: no-repeat;
background-position: center left;
}
ul.toc li.header {
font-size: 115%;
padding: 5px 0px 5px 11px;
border-bottom: 1px solid #cccccc;
margin-bottom: 5px;
}
ul.toc li.active {
font-weight: bold;
}
ul.toc li a {
text-decoration: none;
}
ul.toc li a:hover {
text-decoration: underline;
}
</style>
<ul class="toc">
<li class="header home"><a href="manual.html">Programmer's Reference Guide</a></li>
<li class="header up"><a href="manual.html">Programmer's Reference Guide</a></li>
<li class="header up"><a href="migration.html">Zend Framework Migration Notes</a></li>
<li><a href="migration.110.html">Zend Framework 1.10</a></li>
<li><a href="migration.19.html">Zend Framework 1.9</a></li>
<li><a href="migration.18.html">Zend Framework 1.8</a></li>
<li><a href="migration.17.html">Zend Framework 1.7</a></li>
<li><a href="migration.16.html">Zend Framework 1.6</a></li>
<li><a href="migration.15.html">Zend Framework 1.5</a></li>
<li class="active"><a href="migration.10.html">Zend Framework 1.0</a></li>
<li><a href="migration.09.html">Zend Framework 0.9</a></li>
<li><a href="migration.08.html">Zend Framework 0.8</a></li>
<li><a href="migration.06.html">Zend Framework 0.6</a></li>
</ul>
</td>
</tr>
</table>
</body>
</html>
|
v0.10.1/generated/statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled_confint.html
|
statsmodels/statsmodels.github.io
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled_confint — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/language_data.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="statsmodels.stats.contingency_tables.StratifiedTable.riskratio_pooled" href="statsmodels.stats.contingency_tables.StratifiedTable.riskratio_pooled.html" />
<link rel="prev" title="statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled" href="statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled.html" />
<link rel="stylesheet" href="../_static/examples.css" type="text/css" />
<link rel="stylesheet" href="../_static/facebox.css" type="text/css" />
<script type="text/javascript" src="../_static/scripts.js">
</script>
<script type="text/javascript" src="../_static/facebox.js">
</script>
<script type="text/javascript">
$.facebox.settings.closeImage = "../_static/closelabel.png"
$.facebox.settings.loadingImage = "../_static/loading.gif"
</script>
<script>
$(document).ready(function() {
$.getJSON("../../versions.json", function(versions) {
var dropdown = document.createElement("div");
dropdown.className = "dropdown";
var button = document.createElement("button");
button.className = "dropbtn";
button.innerHTML = "Other Versions";
var content = document.createElement("div");
content.className = "dropdown-content";
dropdown.appendChild(button);
dropdown.appendChild(content);
$(".header").prepend(dropdown);
for (var i = 0; i < versions.length; i++) {
if (versions[i].substring(0, 1) == "v") {
versions[i] = [versions[i], versions[i].substring(1)];
} else {
versions[i] = [versions[i], versions[i]];
};
};
for (var i = 0; i < versions.length; i++) {
var a = document.createElement("a");
a.innerHTML = versions[i][1];
a.href = "../../" + versions[i][0] + "/index.html";
a.title = versions[i][1];
$(".dropdown-content").append(a);
};
});
});
</script>
</head><body>
<div class="headerwrap">
<div class = "header">
<a href = "../index.html">
<img src="../_static/statsmodels_hybi_banner.png" alt="Logo"
style="padding-left: 15px"/></a>
</div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="statsmodels.stats.contingency_tables.StratifiedTable.riskratio_pooled.html" title="statsmodels.stats.contingency_tables.StratifiedTable.riskratio_pooled"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled.html" title="statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled"
accesskey="P">previous</a> |</li>
<li><a href ="../install.html">Install</a></li> |
<li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> |
<li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> |
<li><a href="../dev/index.html">Develop</a></li> |
<li><a href="../examples/index.html">Examples</a></li> |
<li><a href="../faq.html">FAQ</a></li> |
<li class="nav-item nav-item-1"><a href="../contingency_tables.html" >Contingency tables</a> |</li>
<li class="nav-item nav-item-2"><a href="statsmodels.stats.contingency_tables.StratifiedTable.html" accesskey="U">statsmodels.stats.contingency_tables.StratifiedTable</a> |</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="statsmodels-stats-contingency-tables-stratifiedtable-oddsratio-pooled-confint">
<h1>statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled_confint<a class="headerlink" href="#statsmodels-stats-contingency-tables-stratifiedtable-oddsratio-pooled-confint" title="Permalink to this headline">¶</a></h1>
<p>method</p>
<dl class="method">
<dt id="statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled_confint">
<code class="sig-prename descclassname">StratifiedTable.</code><code class="sig-name descname">oddsratio_pooled_confint</code><span class="sig-paren">(</span><em class="sig-param">alpha=0.05</em>, <em class="sig-param">method='normal'</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/stats/contingency_tables.html#StratifiedTable.oddsratio_pooled_confint"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled_confint" title="Permalink to this definition">¶</a></dt>
<dd><p>A confidence interval for the pooled odds ratio.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><dl class="simple">
<dt><strong>alpha</strong><span class="classifier">float</span></dt><dd><p><cite>1 - alpha</cite> is the nominal coverage probability of the
interval.</p>
</dd>
<dt><strong>method</strong><span class="classifier">string</span></dt><dd><p>The method for producing the confidence interval. Currently
must be ‘normal’ which uses the normal approximation.</p>
</dd>
</dl>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><dl class="simple">
<dt><strong>lcb</strong><span class="classifier">float</span></dt><dd><p>The lower confidence limit.</p>
</dd>
<dt><strong>ucb</strong><span class="classifier">float</span></dt><dd><p>The upper confidence limit.</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled.html"
title="previous chapter">statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="statsmodels.stats.contingency_tables.StratifiedTable.riskratio_pooled.html"
title="next chapter">statsmodels.stats.contingency_tables.StratifiedTable.riskratio_pooled</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/generated/statsmodels.stats.contingency_tables.StratifiedTable.oddsratio_pooled_confint.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2.
</div>
</body>
</html>
|
docs/_build/html/autoapi/pyemu/ev/index.html
|
jtwhite79/pyemu
|
<!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>pyemu.ev — pyEMU 1.0.0 documentation</title>
<script type="text/javascript" src="../../../_static/js/modernizr.min.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>
<script src="../../../_static/jquery.js"></script>
<script src="../../../_static/underscore.js"></script>
<script src="../../../_static/doctools.js"></script>
<script src="../../../_static/language_data.js"></script>
<script type="text/javascript" src="../../../_static/js/theme.js"></script>
<link rel="stylesheet" href="../../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/graphviz.css" type="text/css" />
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
</head>
<body class="wy-body-for-nav">
<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"> pyEMU
</a>
<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">
<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pyemu.ev</span></code></a><ul>
<li><a class="reference internal" href="#module-contents">Module Contents</a><ul>
<li><a class="reference internal" href="#classes">Classes</a><ul>
<li><a class="reference internal" href="#pyemu.ev.ErrVar">ErrVar</a><ul>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.__load_omitted_predictions">__load_omitted_predictions</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.__load_omitted_parcov">__load_omitted_parcov</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.__load_omitted_jco">__load_omitted_jco</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.omitted_predictions">omitted_predictions</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.omitted_jco">omitted_jco</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.omitted_parcov">omitted_parcov</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.get_errvar_dataframe">get_errvar_dataframe</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.get_identifiability_dataframe">get_identifiability_dataframe</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.variance_at">variance_at</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.R">R</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.I_minus_R">I_minus_R</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.G">G</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.first_forecast">first_forecast</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.first_prediction">first_prediction</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.first_parameter">first_parameter</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.second_forecast">second_forecast</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.second_prediction">second_prediction</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.second_parameter">second_parameter</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.third_forecast">third_forecast</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.third_prediction">third_prediction</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.third_parameter">third_parameter</a></li>
<li><a class="reference internal" href="#pyemu.ev.ErrVar.get_null_proj">get_null_proj</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../../index.html">pyEMU</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> »</li>
<li><code class="xref py py-mod docutils literal notranslate"><span class="pre">pyemu.ev</span></code></li>
<li class="wy-breadcrumbs-aside">
<a href="../../../_sources/autoapi/pyemu/ev/index.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="module-pyemu.ev">
<span id="pyemu-ev"></span><h1><a class="reference internal" href="../../../pyemu.html#module-pyemu.ev" title="pyemu.ev"><code class="xref py py-mod docutils literal notranslate"><span class="pre">pyemu.ev</span></code></a><a class="headerlink" href="#module-pyemu.ev" title="Permalink to this headline">¶</a></h1>
<div class="section" id="module-contents">
<h2>Module Contents<a class="headerlink" href="#module-contents" title="Permalink to this headline">¶</a></h2>
<div class="section" id="classes">
<h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headline">¶</a></h3>
<table class="longtable docutils align-default">
<colgroup>
<col style="width: 10%" />
<col style="width: 90%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="../../../pyemu.html#pyemu.ev.ErrVar" title="pyemu.ev.ErrVar"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ErrVar</span></code></a></p></td>
<td><p>FOSM-based error variance analysis</p></td>
</tr>
</tbody>
</table>
<dl class="py class">
<dt id="pyemu.ev.ErrVar">
<em class="property">class </em><code class="sig-prename descclassname">pyemu.ev.</code><code class="sig-name descname">ErrVar</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">jco</span></em>, <em class="sig-param"><span class="o">**</span><span class="n">kwargs</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="../../../pyemu.html#pyemu.la.LinearAnalysis" title="pyemu.la.LinearAnalysis"><code class="xref py py-class docutils literal notranslate"><span class="pre">pyemu.la.LinearAnalysis</span></code></a></p>
<p>FOSM-based error variance analysis</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>jco</strong> (<em>varies</em><em>, </em><em>optional</em>) – something that can be cast or loaded into a <cite>pyemu.Jco</cite>. Can be a
str for a filename or <cite>pyemu.Matrix</cite>/<cite>pyemu.Jco</cite> object.</p></li>
<li><p><strong>pst</strong> (<em>varies</em><em>, </em><em>optional</em>) – something that can be cast into a <cite>pyemu.Pst</cite>. Can be an <cite>str</cite> for a
filename or an existing <cite>pyemu.Pst</cite>. If <cite>None</cite>, a pst filename is sought
with the same base name as the jco argument (if passed)</p></li>
<li><p><strong>parcov</strong> (<em>varies</em><em>, </em><em>optional</em>) – prior parameter covariance matrix. If <cite>str</cite>, a filename is assumed and
the prior parameter covariance matrix is loaded from a file using
the file extension (“.jcb”/”.jco” for binary, “.cov”/”.mat” for PEST-style ASCII matrix,
or “.unc” for uncertainty files). If <cite>None</cite>, the prior parameter covariance matrix is
constructed from the parameter bounds in <cite>LinearAnalysis.pst</cite>. Can also be a <cite>pyemu.Cov</cite> instance</p></li>
<li><p><strong>obscov</strong> (<em>varies</em><em>, </em><em>optional</em>) – observation noise covariance matrix. If <cite>str</cite>, a filename is assumed and
the noise covariance matrix is loaded from a file using
the file extension (“.jcb”/”.jco” for binary, “.cov”/”.mat” for PEST-style ASCII matrix,
or “.unc” for uncertainty files). If <cite>None</cite>, the noise covariance matrix is
constructed from the obsevation weights in <cite>LinearAnalysis.pst</cite>. Can also be a <cite>pyemu.Cov</cite> instance</p></li>
<li><p><strong>forecasts</strong> (<em>varies</em><em>, </em><em>optional</em>) – forecast sensitivity vectors. If <cite>str</cite>, first an observation name is assumed (a row
in <cite>LinearAnalysis.jco</cite>). If that is not found, a filename is assumed and predictions are
loaded from a file using the file extension. If [<cite>str</cite>], a list of observation names is assumed.
Can also be a <cite>pyemu.Matrix</cite> instance, a <cite>numpy.ndarray</cite> or a collection. Note if the PEST++ option
“++forecasts()” is set in the pest control file (under the <cite>pyemu.Pst.pestpp_options</cite> dictionary),
then there is no need to pass this argument (unless you want to analyze different forecasts)
of <cite>pyemu.Matrix</cite> or <cite>numpy.ndarray</cite>.</p></li>
<li><p><strong>ref_var</strong> (<em>float</em><em>, </em><em>optional</em>) – reference variance. Default is 1.0</p></li>
<li><p><strong>verbose</strong> (<cite>bool</cite>) – controls screen output. If <cite>str</cite>, a filename is assumed and
and log file is written.</p></li>
<li><p><strong>sigma_range</strong> (<cite>float</cite>, optional) – defines range of upper bound - lower bound in terms of standard
deviation (sigma). For example, if sigma_range = 4, the bounds represent 4 * sigma.
Default is 4.0, representing approximately 95% confidence of implied normal distribution.
This arg is only used if constructing parcov from parameter bounds.</p></li>
<li><p><strong>scale_offset</strong> (<cite>bool</cite>, optional) – flag to apply parameter scale and offset to parameter bounds
when calculating prior parameter covariance matrix from bounds. This arg is onlyused if
constructing parcov from parameter bounds.Default is True.</p></li>
<li><p><strong>omitted_parameters</strong> ([<cite>str</cite>]) – list of parameters to treat as “omitted”. Passing this argument
activates 3-term error variance analysis.</p></li>
<li><p><strong>omitted_parcov</strong> (<em>varies</em>) – an argument that can be cast to a parcov for the omitted parameters.
If None, omitted_parcov will be formed by extracting a sub-matrix from the <cite>LinearAnalsis.parcov</cite>
attribute.</p></li>
<li><p><strong>omitted_predictions</strong> (<em>varies</em>) – an argument that can be cast to a “predictions” (e.g. “forecasts”)
attribute to form prediction sensitivity vectors with respec to the omitted parameters. If None,
these vectors will be extracted from the <cite>pyemu.LinearAnalysis.predictions</cite> attribute</p></li>
<li><p><strong>kl</strong> (<cite>bool</cite>, optional) – flag to perform Karhunen-Loeve scaling on the jacobian before error variance
calculations. If <cite>True</cite>, the <cite>pyemu.ErrVar.jco</cite> and <cite>pyemu.ErrVar.parcov</cite> are altered in place.
Default is <cite>False</cite>.</p></li>
</ul>
</dd>
</dl>
<p>Example:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">ev</span> <span class="o">=</span> <span class="n">pyemu</span><span class="o">.</span><span class="n">ErrVar</span><span class="p">(</span><span class="n">jco</span><span class="o">=</span><span class="s2">"my.jco"</span><span class="p">,</span><span class="n">omitted_parameters</span><span class="o">=</span><span class="p">[</span><span class="s2">"wel1"</span><span class="p">,</span><span class="s2">"wel2"</span><span class="p">])</span>
<span class="n">df</span> <span class="o">=</span> <span class="n">ev</span><span class="o">.</span><span class="n">get_errvar_dataframe</span><span class="p">()</span>
</pre></div>
</div>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.__load_omitted_predictions">
<code class="sig-name descname">__load_omitted_predictions</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.__load_omitted_predictions" title="Permalink to this definition">¶</a></dt>
<dd><p>private: set the omitted_predictions attribute</p>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.__load_omitted_parcov">
<code class="sig-name descname">__load_omitted_parcov</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.__load_omitted_parcov" title="Permalink to this definition">¶</a></dt>
<dd><p>private: set the omitted_parcov attribute</p>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.__load_omitted_jco">
<code class="sig-name descname">__load_omitted_jco</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.__load_omitted_jco" title="Permalink to this definition">¶</a></dt>
<dd><p>private: set the omitted jco attribute</p>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.omitted_predictions">
<em class="property">property </em><code class="sig-name descname">omitted_predictions</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.omitted_predictions" title="Permalink to this definition">¶</a></dt>
<dd><p>omitted prediction sensitivity vectors</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>a matrix of prediction sensitivity vectors (column wise) to
omitted parameters</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>pyemu.Matrix</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.omitted_jco">
<em class="property">property </em><code class="sig-name descname">omitted_jco</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.omitted_jco" title="Permalink to this definition">¶</a></dt>
<dd><p>the omitted-parameters jacobian matrix</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>the jacobian matrix instance of non-zero-weighted observations and
omitted parameters</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>pyemu.Jco</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.omitted_parcov">
<em class="property">property </em><code class="sig-name descname">omitted_parcov</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.omitted_parcov" title="Permalink to this definition">¶</a></dt>
<dd><p>the prior omitted-parameter covariance matrix</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>the prior parameter covariance matrix of the
omitted parameters</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>pyemu.Cov</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.get_errvar_dataframe">
<code class="sig-name descname">get_errvar_dataframe</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_values</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.get_errvar_dataframe" title="Permalink to this definition">¶</a></dt>
<dd><p>primary entry point for error variance analysis.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_values</strong> ([<cite>int</cite>], optional) – a list singular values to test. If <cite>None</cite>,
defaults to <cite>range(0,min(nnz_obs,nadj_par) + 1)</cite>.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>a multi-indexed pandas dataframe summarizing each of the
error variance terms for each nominated forecast. Rows are the singluar values
tested, columns are a multi-index of forecast name and error variance term number
(e.g. 1,2 or (optionally) 3).</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><cite>pandas.DataFrame</cite></p>
</dd>
</dl>
<p>Example:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">ev</span> <span class="o">=</span> <span class="n">pyemu</span><span class="o">.</span><span class="n">ErrVar</span><span class="p">(</span><span class="n">jco</span><span class="o">=</span><span class="s2">"my.jco"</span><span class="p">,</span><span class="n">omitted_parameters</span><span class="o">=</span><span class="p">[</span><span class="s2">"wel1"</span><span class="p">,</span><span class="s2">"wel2"</span><span class="p">])</span>
<span class="n">df</span> <span class="o">=</span> <span class="n">ev</span><span class="o">.</span><span class="n">get_errvar_dataframe</span><span class="p">()</span>
</pre></div>
</div>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.get_identifiability_dataframe">
<code class="sig-name descname">get_identifiability_dataframe</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">precondition</span><span class="o">=</span><span class="default_value">False</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.get_identifiability_dataframe" title="Permalink to this definition">¶</a></dt>
<dd><p>primary entry point for identifiability analysis</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>singular_value</strong> (<cite>int</cite>) – the singular spectrum truncation point. Defaults
to minimum of non-zero-weighted observations and adjustable parameters</p></li>
<li><p><strong>precondition</strong> (<cite>bool</cite>) – flag to use the preconditioned hessian with the prior
parameter covariance matrix (xtqt + sigma_theta^-1). This should be used
KL scaling. Default is <cite>False</cite>.</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>A pandas dataframe of the right solution-space singular
vectors and identifiability (identifiabiity is in the column labeled “ident”)</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><cite>pandas.DataFrame</cite></p>
</dd>
</dl>
<p>Examples:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">ev</span> <span class="o">=</span> <span class="n">pyemu</span><span class="o">.</span><span class="n">ErrVar</span><span class="p">(</span><span class="n">jco</span><span class="o">=</span><span class="s2">"my.jco"</span><span class="p">)</span>
<span class="n">df</span> <span class="o">=</span> <span class="n">ev</span><span class="o">.</span><span class="n">get_identifiability_dataframe</span><span class="p">(</span><span class="n">singular_value</span><span class="o">=</span><span class="mi">20</span><span class="p">)</span>
<span class="n">df</span><span class="o">.</span><span class="n">ident</span><span class="o">.</span><span class="n">plot</span><span class="p">(</span><span class="n">kind</span><span class="o">=</span><span class="s2">"bar"</span><span class="p">)</span>
</pre></div>
</div>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.variance_at">
<code class="sig-name descname">variance_at</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.variance_at" title="Permalink to this definition">¶</a></dt>
<dd><dl class="simple">
<dt>get the error variance of all three error variance terms at a</dt><dd><p>given singluar value</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to test</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>dictionary of (err var term,prediction_name), variance pairs</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><cite>dict</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.R">
<code class="sig-name descname">R</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.R" title="Permalink to this definition">¶</a></dt>
<dd><p>get resolution Matrix (V_1 * V_1^T) at a given singular value</p>
<p>Args:
singular_value (<cite>int</cite>): singular value to calculate <cite>R</cite> at</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>resolution matrix at <cite>singular_value</cite></p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>pyemu.Matrix</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.I_minus_R">
<code class="sig-name descname">I_minus_R</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.I_minus_R" title="Permalink to this definition">¶</a></dt>
<dd><p>get I - R at a given singular value</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calculate I - R at</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>identity matrix minus resolution matrix at <cite>singular_value</cite></p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><cite>pyemu.Matrix</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.G">
<code class="sig-name descname">G</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.G" title="Permalink to this definition">¶</a></dt>
<dd><p>get the parameter solution Matrix at a given singular value</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc G at</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>parameter solution matrix (V_1 * S_1^(_1) * U_1^T) at <cite>singular_value</cite></p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><cite>pyemu.Matrix</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.first_forecast">
<code class="sig-name descname">first_forecast</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.first_forecast" title="Permalink to this definition">¶</a></dt>
<dd><dl class="simple">
<dt>get the null space term (first term) contribution to forecast (e.g. prediction)</dt><dd><p>error variance at a given singular value.</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc first term at</p>
</dd>
</dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This method is used to construct the error variance dataframe</p>
<p>Just a wrapper around <cite>ErrVar.first_forecast</cite></p>
</div>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>dictionary of (“first”,prediction_names),error variance pairs at <cite>singular_value</cite></p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>dict</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.first_prediction">
<code class="sig-name descname">first_prediction</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.first_prediction" title="Permalink to this definition">¶</a></dt>
<dd><dl class="simple">
<dt>get the null space term (first term) contribution to prediction error variance</dt><dd><p>at a given singular value.</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc first term at</p>
</dd>
</dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This method is used to construct the error variance dataframe</p>
</div>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>dictionary of (“first”,prediction_names),error variance pairs at <cite>singular_value</cite></p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>dict</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.first_parameter">
<code class="sig-name descname">first_parameter</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.first_parameter" title="Permalink to this definition">¶</a></dt>
<dd><dl class="simple">
<dt>get the null space term (first term) contribution to parameter error variance</dt><dd><p>at a given singular value</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc first term at</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>first term contribution to parameter error variance</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><cite>pyemu.Cov</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.second_forecast">
<code class="sig-name descname">second_forecast</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.second_forecast" title="Permalink to this definition">¶</a></dt>
<dd><p>get the solution space contribution to forecast (e.g. “prediction”) error variance
at a given singular value</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc second term at</p>
</dd>
</dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This method is used to construct error variance dataframe</p>
<p>Just a thin wrapper around <cite>ErrVar.second_prediction</cite></p>
</div>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>dictionary of (“second”,prediction_names), error variance
arising from the solution space contribution (y^t * G * obscov * G^T * y)</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>dict</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.second_prediction">
<code class="sig-name descname">second_prediction</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.second_prediction" title="Permalink to this definition">¶</a></dt>
<dd><p>get the solution space contribution to predictive error variance
at a given singular value</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc second term at</p>
</dd>
</dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>This method is used to construct error variance dataframe</p>
</div>
<dl class="simple">
<dt>Returns: <cite>dict</cite>: dictionary of (“second”,prediction_names), error variance</dt><dd><p>arising from the solution space contribution (y^t * G * obscov * G^T * y)</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.second_parameter">
<code class="sig-name descname">second_parameter</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.second_parameter" title="Permalink to this definition">¶</a></dt>
<dd><dl class="simple">
<dt>get the solution space contribution to parameter error variance</dt><dd><p>at a given singular value (G * obscov * G^T)</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc second term at</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>the second term contribution to parameter error variance
(G * obscov * G^T)</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><cite>pyemu.Cov</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.third_forecast">
<code class="sig-name descname">third_forecast</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.third_forecast" title="Permalink to this definition">¶</a></dt>
<dd><dl class="simple">
<dt>get the omitted parameter contribution to forecast (<cite>prediction</cite>) error variance</dt><dd><p>at a given singular value.</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc third term at</p>
</dd>
</dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>used to construct error variance dataframe
just a thin wrapper around <cite>ErrVar.third_prediction()</cite></p>
</div>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>a dictionary of (“third”,prediction_names),error variance</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>dict</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.third_prediction">
<code class="sig-name descname">third_prediction</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.third_prediction" title="Permalink to this definition">¶</a></dt>
<dd><dl class="simple">
<dt>get the omitted parameter contribution to prediction error variance</dt><dd><p>at a given singular value.</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc third term at</p>
</dd>
</dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>used to construct error variance dataframe</p>
</div>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>a dictionary of (“third”,prediction_names),error variance</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><cite>dict</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.third_parameter">
<code class="sig-name descname">third_parameter</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">singular_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.third_parameter" title="Permalink to this definition">¶</a></dt>
<dd><dl class="simple">
<dt>get the omitted parameter contribution to parameter error variance</dt><dd><p>at a given singular value</p>
</dd>
</dl>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>singular_value</strong> (<cite>int</cite>) – singular value to calc third term at</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>the third term contribution to parameter error variance
calculated at <cite>singular_value</cite> (G * omitted_jco * Sigma_(omitted_pars) *
omitted_jco^T * G^T). Returns 0.0 if third term calculations are not
being used.</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p><cite>pyemu.Cov</cite></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="pyemu.ev.ErrVar.get_null_proj">
<code class="sig-name descname">get_null_proj</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">self</span></em>, <em class="sig-param"><span class="n">maxsing</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">eigthresh</span><span class="o">=</span><span class="default_value">1e-06</span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyemu.ev.ErrVar.get_null_proj" title="Permalink to this definition">¶</a></dt>
<dd><p>get a null-space projection matrix of XTQX</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>maxsing</strong> (<cite>int</cite>, optional) – number of singular components
to use (the truncation point). If None, <cite>pyemu.Matrx.get_maxsing()
is used to determine the truncation point with `eigthresh</cite>. Default
is None</p></li>
<li><p><strong>eigthresh</strong> (<cite>float</cite>, optional) – the ratio of smallest to largest singular
value to keep in the range (solution) space of XtQX. Not used if
<cite>maxsing</cite> is not <cite>None</cite>. Default is 1.0e-6</p></li>
</ul>
</dd>
</dl>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>used for null-space monte carlo operations.</p>
</div>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p><cite>pyemu.Matrix</cite> the null-space projection matrix (V2V2^T)</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
</div>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2020, Jeremy White, Mike Fienen, Brioch Hemmings, and others
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/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">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.