text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:43 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>IdentityAccessConsumer (BOM: * : All 2.5.0.Final API)</title> <meta name="date" content="2019-07-17"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="IdentityAccessConsumer (BOM: * : All 2.5.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/IdentityAccessConsumer.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.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/management/IdentityAccess.html" title="class in org.wildfly.swarm.config.management"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessSupplier.html" title="interface in org.wildfly.swarm.config.management"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/management/IdentityAccessConsumer.html" target="_top">Frames</a></li> <li><a href="IdentityAccessConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.management</div> <h2 title="Interface IdentityAccessConsumer" class="title">Interface IdentityAccessConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/management/IdentityAccess.html" title="class in org.wildfly.swarm.config.management">IdentityAccess</a>&lt;T&gt;&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">IdentityAccessConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/management/IdentityAccess.html" title="class in org.wildfly.swarm.config.management">IdentityAccess</a>&lt;T&gt;&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="type parameter in IdentityAccessConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of IdentityAccess resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="interface in org.wildfly.swarm.config.management">IdentityAccessConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="type parameter in IdentityAccessConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html#andThen-org.wildfly.swarm.config.management.IdentityAccessConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="interface in org.wildfly.swarm.config.management">IdentityAccessConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="type parameter in IdentityAccessConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="accept-org.wildfly.swarm.config.management.IdentityAccess-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="type parameter in IdentityAccessConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of IdentityAccess resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.management.IdentityAccessConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="interface in org.wildfly.swarm.config.management">IdentityAccessConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="type parameter in IdentityAccessConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="interface in org.wildfly.swarm.config.management">IdentityAccessConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessConsumer.html" title="type parameter in IdentityAccessConsumer">T</a>&gt;&nbsp;after)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/IdentityAccessConsumer.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.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/management/IdentityAccess.html" title="class in org.wildfly.swarm.config.management"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/management/IdentityAccessSupplier.html" title="interface in org.wildfly.swarm.config.management"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/management/IdentityAccessConsumer.html" target="_top">Frames</a></li> <li><a href="IdentityAccessConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.5.0.Final/apidocs/org/wildfly/swarm/config/management/IdentityAccessConsumer.html
HTML
apache-2.0
11,463
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_171-google-v7) on Mon Apr 08 11:10:18 PDT 2019 --> <title>LogService (Google App Engine API for Java)</title> <meta name="date" content="2019-04-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="LogService (Google App Engine API for Java)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/google/appengine/api/log/LogQueryResult.html" title="class in com.google.appengine.api.log"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../com/google/appengine/api/log/LogService.LogLevel.html" title="enum in com.google.appengine.api.log"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/google/appengine/api/log/LogService.html" target="_top">Frames</a></li> <li><a href="LogService.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.google.appengine.api.log</div> <h2 title="Interface LogService" class="title">Interface LogService</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="typeNameLabel">LogService</span></pre> <div class="block"><code>LogService</code> allows callers to request the logs for an application using supplied filters. Logs are returned in an <code>Iterable</code> that yields <a href="../../../../../com/google/appengine/api/log/RequestLogs.html" title="class in com.google.appengine.api.log"><code>RequestLogs</code></a>, which contain request-level information and optionally <a href="../../../../../com/google/appengine/api/log/AppLogLine.html" title="class in com.google.appengine.api.log"><code>AppLogLine</code></a> objects containing the application logs from the request.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/log/LogService.LogLevel.html" title="enum in com.google.appengine.api.log">LogService.LogLevel</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/log/LogService.html#DEFAULT_ITEMS_PER_FETCH">DEFAULT_ITEMS_PER_FETCH</a></span></code> <div class="block">The number of items that each underlying RPC call will retrieve by default.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.lang.Iterable&lt;<a href="../../../../../com/google/appengine/api/log/RequestLogs.html" title="class in com.google.appengine.api.log">RequestLogs</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/appengine/api/log/LogService.html#fetch-com.google.appengine.api.log.LogQuery-">fetch</a></span>(<a href="../../../../../com/google/appengine/api/log/LogQuery.html" title="class in com.google.appengine.api.log">LogQuery</a>&nbsp;query)</code> <div class="block">Retrieve logs for the current application with the constraints provided by the user as parameters to this function.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="DEFAULT_ITEMS_PER_FETCH"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>DEFAULT_ITEMS_PER_FETCH</h4> <pre>static final&nbsp;int DEFAULT_ITEMS_PER_FETCH</pre> <div class="block">The number of items that each underlying RPC call will retrieve by default.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../constant-values.html#com.google.appengine.api.log.LogService.DEFAULT_ITEMS_PER_FETCH">Constant Field Values</a></dd> </dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="fetch-com.google.appengine.api.log.LogQuery-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>fetch</h4> <pre>java.lang.Iterable&lt;<a href="../../../../../com/google/appengine/api/log/RequestLogs.html" title="class in com.google.appengine.api.log">RequestLogs</a>&gt;&nbsp;fetch(<a href="../../../../../com/google/appengine/api/log/LogQuery.html" title="class in com.google.appengine.api.log">LogQuery</a>&nbsp;query)</pre> <div class="block">Retrieve logs for the current application with the constraints provided by the user as parameters to this function. Acts synchronously.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>query</code> - A LogQuery object that contains the various query parameters that should be used in the LogReadRequest. If versions and majorVersionIds are both empty, fetch will retrieve logs for the current running version.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>An Iterable that contains a set of logs matching the requested filters.</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Java is a registered trademark of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/google/appengine/api/log/LogQueryResult.html" title="class in com.google.appengine.api.log"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../com/google/appengine/api/log/LogService.LogLevel.html" title="enum in com.google.appengine.api.log"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/google/appengine/api/log/LogService.html" target="_top">Frames</a></li> <li><a href="LogService.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
googlearchive/caja
third_party/java/appengine/docs/javadoc/com/google/appengine/api/log/LogService.html
HTML
apache-2.0
12,257
{% load thumbnail core_tags %} <div class="media page-list-item"> <a class="pull-left" href="{{ article.get_absolute_url }}"> {% thumbnail article.thumbnail.image '168x168' crop='center' as im %} <img class="media-object" src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}" alt="{{ article.thumbnail.title }}"> {% endthumbnail %} </a> <div class="media-body"> <div class="page-list-item-header"> <h2 class="media-heading page-list-item-heading"><a href="{{ article.get_absolute_url }}">{{ article.title }}</a></h2> <p class="page-list-item-byline"> {{ article.pubdate|date:'F j, Y - f A' }} {# Link to the program when not on a program page ('program' object) #} {% if not program and article.program %} | <a href="{{ article.program.get_absolute_url }}">{{ article.program.title }}</a> {% endif %} </p> </div> <div class="media-body page-list-item-body"> {{ article.body|striptokens|striptags|truncatewords:60|safe|linebreaks }} <a href="{{ article.get_absolute_url }}">Read More</a> {% if article.enable_comments %} | <a class="comment-count-green" href="{{ article.get_absolute_url }}#idc-container-parent">Comments</a> {% endif%} </div> </div> </div>
megaprojectske/megaprojects.co.ke
megaprojects/templates/articles/snippets/article_list_item.html
HTML
apache-2.0
1,300
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>time - ScalaTest 2.2.4 - org.scalatest.time</title> <meta name="description" content="time - ScalaTest 2.2.4 - org.scalatest.time" /> <meta name="keywords" content="time ScalaTest 2.2.4 org.scalatest.time" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../../lib/template.js"></script> <script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../../index.html'; var hash = 'org.scalatest.time.package'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-71294502-3', 'auto'); ga('send', 'pageview'); </script> </head> <body class="value"> <!-- Top of doc.scalatest.org [javascript] --> <script type="text/javascript"> var rnd = window.rnd || Math.floor(Math.random()*10e6); var pid204546 = window.pid204546 || rnd; var plc204546 = window.plc204546 || 0; var abkw = window.abkw || ''; var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER'; document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>'); </script> <div id="definition"> <img src="../../../lib/package_big.png" /> <p id="owner"><a href="../../package.html" class="extype" name="org">org</a>.<a href="../package.html" class="extype" name="org.scalatest">scalatest</a></p> <h1>time</h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <span class="name">time</span> </span> </h4> <div id="comment" class="fullcommenttop"></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="types" class="types members"> <h3>Type Members</h3> <ol><li name="org.scalatest.time.Now" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped"> <a id="NowextendsAnyRef"></a> <a id="Now:Now"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">trait</span> </span> <span class="symbol"> <a href="Now.html"><span class="name">Now</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <p class="comment cmt">Trait providing a <code>now</code> method that returns the current time in milliseconds since January 1, 1970, 00:00:00 GMT.</p> </li><li name="org.scalatest.time.Span" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="SpanextendsSerializable"></a> <a id="Span:Span"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">class</span> </span> <span class="symbol"> <a href="Span.html"><span class="name">Span</span></a><span class="result"> extends <span class="extype" name="java.io.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">A time span.</p> </li><li name="org.scalatest.time.SpanSugar" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped"> <a id="SpanSugarextendsAnyRef"></a> <a id="SpanSugar:SpanSugar"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">trait</span> </span> <span class="symbol"> <a href="SpanSugar.html"><span class="name">SpanSugar</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <p class="comment cmt">Trait providing four implicit conversions that allow you to specify spans of time by invoking &quot;units&quot; methods such as <code>millis</code>, <code>seconds</code>, and <code>minutes</code> on <code>Int</code>, <code>Long</code>, <code>Float</code>, and <code>Double</code>.</p> </li><li name="org.scalatest.time.Units" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped"> <a id="UnitsextendsAnyRef"></a> <a id="Units:Units"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">sealed abstract </span> <span class="kind">class</span> </span> <span class="symbol"> <a href="Units.html"><span class="name">Units</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <p class="comment cmt">Defines a family of singleton objects representing units of time.</p> </li></ol> </div> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="org.scalatest.time.Day" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Day"></a> <a id="Day:Day"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Day$.html"><span class="name">Day</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates units for a single day.</p> </li><li name="org.scalatest.time.Days" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Days"></a> <a id="Days:Days"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Days$.html"><span class="name">Days</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates day units.</p> </li><li name="org.scalatest.time.Hour" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Hour"></a> <a id="Hour:Hour"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Hour$.html"><span class="name">Hour</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates units for a single hour.</p> </li><li name="org.scalatest.time.Hours" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Hours"></a> <a id="Hours:Hours"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Hours$.html"><span class="name">Hours</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates hour units.</p> </li><li name="org.scalatest.time.Microsecond" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Microsecond"></a> <a id="Microsecond:Microsecond"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Microsecond$.html"><span class="name">Microsecond</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates units for a single microsecond.</p> </li><li name="org.scalatest.time.Microseconds" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Microseconds"></a> <a id="Microseconds:Microseconds"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Microseconds$.html"><span class="name">Microseconds</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates microsecond units.</p> </li><li name="org.scalatest.time.Millis" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Millis"></a> <a id="Millis:Millis"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Millis$.html"><span class="name">Millis</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates millisecond units (shorthand form).</p> </li><li name="org.scalatest.time.Millisecond" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Millisecond"></a> <a id="Millisecond:Millisecond"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Millisecond$.html"><span class="name">Millisecond</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates units for a single millisecond.</p> </li><li name="org.scalatest.time.Milliseconds" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Milliseconds"></a> <a id="Milliseconds:Milliseconds"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Milliseconds$.html"><span class="name">Milliseconds</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates millisecond units.</p> </li><li name="org.scalatest.time.Minute" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Minute"></a> <a id="Minute:Minute"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Minute$.html"><span class="name">Minute</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates units for a single minute.</p> </li><li name="org.scalatest.time.Minutes" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Minutes"></a> <a id="Minutes:Minutes"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Minutes$.html"><span class="name">Minutes</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates minute units.</p> </li><li name="org.scalatest.time.Nanosecond" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Nanosecond"></a> <a id="Nanosecond:Nanosecond"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Nanosecond$.html"><span class="name">Nanosecond</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates units for a single nanosecond.</p> </li><li name="org.scalatest.time.Nanoseconds" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Nanoseconds"></a> <a id="Nanoseconds:Nanoseconds"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Nanoseconds$.html"><span class="name">Nanoseconds</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates nanosecond units.</p> </li><li name="org.scalatest.time.Now" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Now"></a> <a id="Now:Now"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Now$.html"><span class="name">Now</span></a><span class="result"> extends <a href="Now.html" class="extype" name="org.scalatest.time.Now">Now</a></span> </span> </h4> <p class="comment cmt">Companion object to trait <code>Now</code> that enables its members to be imported as an alternative to mixing them in.</p> </li><li name="org.scalatest.time.Second" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Second"></a> <a id="Second:Second"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Second$.html"><span class="name">Second</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates units for a single second.</p> </li><li name="org.scalatest.time.Seconds" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Seconds"></a> <a id="Seconds:Seconds"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Seconds$.html"><span class="name">Seconds</span></a><span class="result"> extends <a href="Units.html" class="extype" name="org.scalatest.time.Units">Units</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Indicates second units.</p> </li><li name="org.scalatest.time.Span" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Span"></a> <a id="Span:Span"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="Span$.html"><span class="name">Span</span></a><span class="result"> extends <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <p class="comment cmt">Companion object for <code>Span</code> that provides two factory methods for creating <code>Span</code> instances.</p> </li><li name="org.scalatest.time.SpanSugar" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="SpanSugar"></a> <a id="SpanSugar:SpanSugar"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="SpanSugar$.html"><span class="name">SpanSugar</span></a><span class="result"> extends <a href="SpanSugar.html" class="extype" name="org.scalatest.time.SpanSugar">SpanSugar</a></span> </span> </h4> <p class="comment cmt">Companion object that facilitates the importing of <code>SpanSugar</code> members as an alternative to mixing it in.</p> </li></ol> </div> </div> <div id="inheritedMembers"> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
scalatest/scalatest-website
public/scaladoc/2.2.4/org/scalatest/time/package.html
HTML
apache-2.0
20,922
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta charset="UTF-8"> <title>Struct-NA 0.1 report 2013-06-05 11:05:29</title> <link rel="stylesheet" href="main.css" /> </head> <body> <div id="content"> <header> <h1>Struct-NA 0.1 report</h1> <h2>2013-06-05 11:05:29 (265 seconds taken)</h2> </header> <section id="main"> <div id="centerer"> <p class="top">Run with:</p> <ul> <li>nCores = 3</li> <li>β = ∞</li> <li>τ = 0.5</li> <li>ζ = 0.7</li> <li>ξ = 2</li> </ul> <p> See the <a href="https://github.com/dmyersturnbull/network_merge/blob/master/README.md">readme</a> or <a href="https://github.com/dmyersturnbull/network_merge/blob/master/description.pdf?raw=true">paper</a> for more details. </p> </div> </section> <section class="weighted"> <h2>Weighted graph</h2> <div class="left"> <table> <thead> <tr> <th>property name</th> <th>property value</th> </tr> </thead> <tbody> <tr> <td>Manager</td> <td>SmartWeightManager</td> </tr> <tr> <td>N vertices</td> <td>1279</td> </tr> <tr> <td>N interactions</td> <td>1045</td> </tr> <tr> <td>N homology edges</td> <td>14170</td> </tr> <tr> <td>Maximum interaction degree</td> <td>38</td> </tr> <tr> <td>Maximum homology degree</td> <td>90</td> </tr> <tr> <td>N homology relations</td> <td>14170</td> </tr> </tbody> </table> </div> <div class="right"> <figure> <a href="weighted.png"> <img src="weighted.png" alt="weighted network" /> </a> <figcaption>The graph after homology edges (dashed red lines) have been added.</figcaption> </figure> </div> </section> <section class="crossed"> <h2>Crossed graph</h2> <div class="left"> <table> <thead> <tr> <th>property name</th> <th>property value</th> </tr> </thead> <tbody> <tr> <td>Manager</td> <td>SimpleCrossingManager</td> </tr> <tr> <td>N vertices</td> <td>1279</td> </tr> <tr> <td>N interactions</td> <td>1045</td> </tr> <tr> <td>N homology edges</td> <td>6059</td> </tr> <tr> <td>N edges updated</td> <td>174</td> </tr> <tr> <td>N updates</td> <td>229</td> </tr> </tbody> </table> <h3>Updated interactions</h3> <table> <thead> <tr> <th>Interaction Id</th> <th>initial</th> <th>updated</th> <th>Ids</th> <th>UniProt Ids</th> <th>PDB Ids</th> <th>SCOP Ids</th> </tr> </thead> <tbody> <tr class="low"> <td>1044813</td> <td>0.65</td> <td>0.779</td> <td> 1044797<br/> 1044800 </td> <td> <a href="http://www.uniprot.org/uniprot/P01137">P01137</a><br/> <a href="http://www.uniprot.org/uniprot/Q90999">Q90999</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1kla">1kla</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ks6">1ks6</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1klaa_">d1klaa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ks6a_">d1ks6a_</a> </td> </tr> <tr class="low"> <td>564220</td> <td>0.8</td> <td>0.902</td> <td> 564205<br/> 564208 </td> <td> <a href="http://www.uniprot.org/uniprot/P45983">P45983</a><br/> <a href="http://www.uniprot.org/uniprot/P05412">P05412</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ukh">1ukh</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a02">1a02</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ukha_">d1ukha_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a02j_">d1a02j_</a> </td> </tr> <tr class="verylow"> <td>761964</td> <td>0.9</td> <td>0.991</td> <td> 489630<br/> 761937 </td> <td> <a href="http://www.uniprot.org/uniprot/P07174">P07174</a><br/> <a href="http://www.uniprot.org/uniprot/Q13114">Q13114</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ngr">1ngr</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1flk">1flk</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ngra_">d1ngra_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1flka1">d1flka1</a> </td> </tr> <tr class="verylow"> <td>875770</td> <td>0.9</td> <td>0.963</td> <td> 875027<br/> 875028 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9UBU9">Q9UBU9</a><br/> <a href="http://www.uniprot.org/uniprot/Q9Y5S9">Q9Y5S9</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1fo1">1fo1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1p27">1p27</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1fo1a1">d1fo1a1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1p27b_">d1p27b_</a> </td> </tr> <tr class="verylow"> <td>964337</td> <td>0.9</td> <td>0.935</td> <td> 964327<br/> 964344 </td> <td> <a href="http://www.uniprot.org/uniprot/P03372">P03372</a><br/> <a href="http://www.uniprot.org/uniprot/Q09472">Q09472</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a52">1a52</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1l3e">1l3e</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a52a_">d1a52a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1l3eb_">d1l3eb_</a> </td> </tr> <tr class="verylow"> <td>874156</td> <td>0.99</td> <td>0.995</td> <td> 875026<br/> 875740 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9HAU5">Q9HAU5</a><br/> <a href="http://www.uniprot.org/uniprot/Q9BZI7">Q9BZI7</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1uw4">1uw4</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1uw4">1uw4</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1uw4b_">d1uw4b_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1uw4a_">d1uw4a_</a> </td> </tr> <tr class="verylow"> <td>361610</td> <td>0.9</td> <td>0.985</td> <td> 361608<br/> 361609 </td> <td> <a href="http://www.uniprot.org/uniprot/P16410">P16410</a><br/> <a href="http://www.uniprot.org/uniprot/P42081">P42081</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ah1">1ah1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1i85">1i85</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ah1a_">d1ah1a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1i85a_">d1i85a_</a> </td> </tr> <tr class="verylow"> <td>361584</td> <td>0.9</td> <td>0.991</td> <td> 361582<br/> 361583 </td> <td> <a href="http://www.uniprot.org/uniprot/P98170">P98170</a><br/> <a href="http://www.uniprot.org/uniprot/P55210">P55210</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1c9q">1c9q</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1f1j">1f1j</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1c9qa_">d1c9qa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1f1ja_">d1f1ja_</a> </td> </tr> <tr class="verylow"> <td>185762</td> <td>0.91</td> <td>0.979</td> <td> 185757<br/> 361583 </td> <td> <a href="http://www.uniprot.org/uniprot/Q13490">Q13490</a><br/> <a href="http://www.uniprot.org/uniprot/P55210">P55210</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1qbh">1qbh</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1f1j">1f1j</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1qbha_">d1qbha_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1f1ja_">d1f1ja_</a> </td> </tr> <tr class="verylow"> <td>185768</td> <td>0.9</td> <td>0.972</td> <td> 185757<br/> 185759 </td> <td> <a href="http://www.uniprot.org/uniprot/Q13490">Q13490</a><br/> <a href="http://www.uniprot.org/uniprot/P55211">P55211</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1qbh">1qbh</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxq">1jxq</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1qbha_">d1qbha_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxqa_">d1jxqa_</a> </td> </tr> <tr class="verylow"> <td>185775</td> <td>0.99</td> <td>0.999</td> <td> 185759<br/> 185760 </td> <td> <a href="http://www.uniprot.org/uniprot/Q96CA5">Q96CA5</a><br/> <a href="http://www.uniprot.org/uniprot/P55211">P55211</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oxn">1oxn</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxq">1jxq</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oxna_">d1oxna_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxqa_">d1jxqa_</a> </td> </tr> <tr class="mediumlow"> <td>185787</td> <td>0.8</td> <td>0.954</td> <td> 185757<br/> 185761 </td> <td> <a href="http://www.uniprot.org/uniprot/P42574">P42574</a><br/> <a href="http://www.uniprot.org/uniprot/Q13490">Q13490</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1cp3">1cp3</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1qbh">1qbh</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1cp3a_">d1cp3a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1qbha_">d1qbha_</a> </td> </tr> <tr class="mediumlow"> <td>185792</td> <td>0.8</td> <td>0.991</td> <td> 185760<br/> 185761 </td> <td> <a href="http://www.uniprot.org/uniprot/Q96CA5">Q96CA5</a><br/> <a href="http://www.uniprot.org/uniprot/P42574">P42574</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oxn">1oxn</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1cp3">1cp3</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oxna_">d1oxna_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1cp3a_">d1cp3a_</a> </td> </tr> <tr class="veryhigh"> <td>588968</td> <td>0.55</td> <td>0.987</td> <td> 588963<br/> 588963 </td> <td> <a href="http://www.uniprot.org/uniprot/P15531">P15531</a><br/> <a href="http://www.uniprot.org/uniprot/P15531">P15531</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxv">1jxv</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxv">1jxv</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxva_">d1jxva_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxva_">d1jxva_</a> </td> </tr> <tr class="verylow"> <td>361340</td> <td>0.99</td> <td>0.998</td> <td> 361338<br/> 361339 </td> <td> <a href="http://www.uniprot.org/uniprot/P21802">P21802</a><br/> <a href="http://www.uniprot.org/uniprot/P05230">P05230</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1djs">1djs</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1axm">1axm</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1djsa1">d1djsa1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1axma_">d1axma_</a> </td> </tr> <tr class="verylow"> <td>184864</td> <td>0.9</td> <td>0.972</td> <td> 184859<br/> 185759 </td> <td> <a href="http://www.uniprot.org/uniprot/P55211">P55211</a><br/> <a href="http://www.uniprot.org/uniprot/O15392">O15392</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxq">1jxq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1e31">1e31</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxqa_">d1jxqa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1e31a_">d1e31a_</a> </td> </tr> <tr class="verylow"> <td>361455</td> <td>0.9</td> <td>0.972</td> <td> 361454<br/> 361477 </td> <td> <a href="http://www.uniprot.org/uniprot/P63000">P63000</a><br/> <a href="http://www.uniprot.org/uniprot/Q51451">Q51451</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1e96">1e96</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1he1">1he1</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1e96a_">d1e96a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1he1a_">d1he1a_</a> </td> </tr> <tr class="mediumlow"> <td>391540</td> <td>0.798</td> <td>0.958</td> <td> 97161<br/> 391538 </td> <td> <a href="http://www.uniprot.org/uniprot/P03372">P03372</a><br/> <a href="http://www.uniprot.org/uniprot/Q00987">Q00987</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a52">1a52</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1rv1">1rv1</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a52a_">d1a52a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1rv1a_">d1rv1a_</a> </td> </tr> <tr class="veryhigh"> <td>391550</td> <td>0.55</td> <td>0.996</td> <td> 229694<br/> 391538 </td> <td> <a href="http://www.uniprot.org/uniprot/Q00987">Q00987</a><br/> <a href="http://www.uniprot.org/uniprot/P04637">P04637</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1rv1">1rv1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a1u">1a1u</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1rv1a_">d1rv1a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a1ua_">d1a1ua_</a> </td> </tr> <tr class="verylow"> <td>361057</td> <td>0.9</td> <td>0.958</td> <td> 361055<br/> 361056 </td> <td> <a href="http://www.uniprot.org/uniprot/P12643">P12643</a><br/> <a href="http://www.uniprot.org/uniprot/P36894">P36894</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1es7">1es7</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1es7">1es7</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1es7a_">d1es7a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1es7b_">d1es7b_</a> </td> </tr> <tr class="veryhigh"> <td>338325</td> <td>0.55</td> <td>0.909</td> <td> 338312<br/> 338312 </td> <td> <a href="http://www.uniprot.org/uniprot/P54253">P54253</a><br/> <a href="http://www.uniprot.org/uniprot/P54253">P54253</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oa8">1oa8</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oa8">1oa8</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oa8a_">d1oa8a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oa8a_">d1oa8a_</a> </td> </tr> <tr class="verylow"> <td>97136</td> <td>0.909</td> <td>0.947</td> <td> 97133<br/> 97134 </td> <td> <a href="http://www.uniprot.org/uniprot/P41743">P41743</a><br/> <a href="http://www.uniprot.org/uniprot/Q9NPB6">Q9NPB6</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1vd2">1vd2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wmh">1wmh</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1vd2a_">d1vd2a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wmhb_">d1wmhb_</a> </td> </tr> <tr class="verylow"> <td>183971</td> <td>0.9</td> <td>0.98</td> <td> 229139<br/> 229140 </td> <td> <a href="http://www.uniprot.org/uniprot/P13010">P13010</a><br/> <a href="http://www.uniprot.org/uniprot/P12956">P12956</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jeq">1jeq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jeq">1jeq</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jeqb1">d1jeqb1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jeqa1">d1jeqa1</a> </td> </tr> <tr class="verylow"> <td>361721</td> <td>0.99</td> <td>0.998</td> <td> 361304<br/> 361338 </td> <td> <a href="http://www.uniprot.org/uniprot/P09038">P09038</a><br/> <a href="http://www.uniprot.org/uniprot/P21802">P21802</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1bas">1bas</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1djs">1djs</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1basa_">d1basa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1djsa1">d1djsa1</a> </td> </tr> <tr class="verylow"> <td>184444</td> <td>0.9</td> <td>0.964</td> <td> 184431<br/> 185757 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9NR28">Q9NR28</a><br/> <a href="http://www.uniprot.org/uniprot/Q13490">Q13490</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1few">1few</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1qbh">1qbh</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1fewa_">d1fewa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1qbha_">d1qbha_</a> </td> </tr> <tr class="verylow"> <td>360808</td> <td>0.9</td> <td>0.944</td> <td> 360806<br/> 360807 </td> <td> <a href="http://www.uniprot.org/uniprot/P15927">P15927</a><br/> <a href="http://www.uniprot.org/uniprot/P35244">P35244</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpu">1dpu</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1l1o">1l1o</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpua_">d1dpua_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1l1oa_">d1l1oa_</a> </td> </tr> <tr class="verylow"> <td>361020</td> <td>0.9</td> <td>0.975</td> <td> 361018<br/> 361019 </td> <td> <a href="http://www.uniprot.org/uniprot/P21953">P21953</a><br/> <a href="http://www.uniprot.org/uniprot/P12694">P12694</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dtw">1dtw</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dtw">1dtw</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dtwb1">d1dtwb1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dtwa_">d1dtwa_</a> </td> </tr> <tr class="verylow"> <td>745043</td> <td>0.992</td> <td>0.997</td> <td> 745040<br/> 745041 </td> <td> <a href="http://www.uniprot.org/uniprot/P61823">P61823</a><br/> <a href="http://www.uniprot.org/uniprot/P13489">P13489</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a2w">1a2w</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a4y">1a4y</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a2wa_">d1a2wa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a4ya_">d1a4ya_</a> </td> </tr> <tr class="verylow"> <td>98824</td> <td>0.955</td> <td>1.0</td> <td> 17557<br/> 98822 </td> <td> <a href="http://www.uniprot.org/uniprot/Q06609">Q06609</a><br/> <a href="http://www.uniprot.org/uniprot/P51587">P51587</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1b22">1b22</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1n0w">1n0w</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1b22a_">d1b22a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1n0wb_">d1n0wb_</a> </td> </tr> <tr class="verylow"> <td>953735</td> <td>0.9</td> <td>0.964</td> <td> 185757<br/> 953658 </td> <td> <a href="http://www.uniprot.org/uniprot/O43464">O43464</a><br/> <a href="http://www.uniprot.org/uniprot/Q13490">Q13490</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1lcy">1lcy</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1qbh">1qbh</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1lcya1">d1lcya1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1qbha_">d1qbha_</a> </td> </tr> <tr class="verylow"> <td>1034759</td> <td>0.97</td> <td>0.993</td> <td> 1034743<br/> 1034747 </td> <td> <a href="http://www.uniprot.org/uniprot/P25815">P25815</a><br/> <a href="http://www.uniprot.org/uniprot/Q9CXW3">Q9CXW3</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1j55">1j55</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ysm">1ysm</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1j55a_">d1j55a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ysma1">d1ysma1</a> </td> </tr> <tr class="verylow"> <td>1007330</td> <td>0.9</td> <td>0.996</td> <td> 1007326<br/> 1007326 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9UQB8">Q9UQB8</a><br/> <a href="http://www.uniprot.org/uniprot/Q9UQB8">Q9UQB8</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wdz">1wdz</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wdz">1wdz</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wdza1">d1wdza1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wdza1">d1wdza1</a> </td> </tr> <tr class="verylow"> <td>362672</td> <td>0.9</td> <td>0.979</td> <td> 362670<br/> 362671 </td> <td> <a href="http://www.uniprot.org/uniprot/P00533">P00533</a><br/> <a href="http://www.uniprot.org/uniprot/P01135">P01135</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ivo">1ivo</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gk5">1gk5</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ivoa1">d1ivoa1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gk5a_">d1gk5a_</a> </td> </tr> <tr class="verylow"> <td>185486</td> <td>0.991</td> <td>0.997</td> <td> 185481<br/> 185482 </td> <td> <a href="http://www.uniprot.org/uniprot/P55211">P55211</a><br/> <a href="http://www.uniprot.org/uniprot/Q96CA5">Q96CA5</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxq">1jxq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oxn">1oxn</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxqa_">d1jxqa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oxna_">d1oxna_</a> </td> </tr> <tr class="verylow"> <td>185500</td> <td>0.91</td> <td>0.975</td> <td> 185482<br/> 185484 </td> <td> <a href="http://www.uniprot.org/uniprot/O43464">O43464</a><br/> <a href="http://www.uniprot.org/uniprot/Q96CA5">Q96CA5</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1lcy">1lcy</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oxn">1oxn</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1lcya1">d1lcya1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oxna_">d1oxna_</a> </td> </tr> <tr class="verylow"> <td>362444</td> <td>0.999</td> <td>1.0</td> <td> 362442<br/> 362443 </td> <td> <a href="http://www.uniprot.org/uniprot/P49356">P49356</a><br/> <a href="http://www.uniprot.org/uniprot/P49354">P49354</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jcq">1jcq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jcq">1jcq</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jcqb_">d1jcqb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jcqa_">d1jcqa_</a> </td> </tr> <tr class="verylow"> <td>286678</td> <td>0.991</td> <td>0.997</td> <td> 286655<br/> 286657 </td> <td> <a href="http://www.uniprot.org/uniprot/Q13133">Q13133</a><br/> <a href="http://www.uniprot.org/uniprot/O60869">O60869</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1uhl">1uhl</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1x57">1x57</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1uhlb_">d1uhlb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1x57a1">d1x57a1</a> </td> </tr> <tr class="verylow"> <td>228056</td> <td>0.94</td> <td>1.0</td> <td> 228054<br/> 228054 </td> <td> <a href="http://www.uniprot.org/uniprot/P08514">P08514</a><br/> <a href="http://www.uniprot.org/uniprot/P08514">P08514</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpk">1dpk</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpk">1dpk</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpka_">d1dpka_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpka_">d1dpka_</a> </td> </tr> <tr class="verylow"> <td>228061</td> <td>0.94</td> <td>0.995</td> <td> 362997<br/> 362997 </td> <td> <a href="http://www.uniprot.org/uniprot/P05106">P05106</a><br/> <a href="http://www.uniprot.org/uniprot/P05106">P05106</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jv2">1jv2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jv2">1jv2</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jv2b1">d1jv2b1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jv2b1">d1jv2b1</a> </td> </tr> <tr class="verylow"> <td>363245</td> <td>0.9</td> <td>0.935</td> <td> 363243<br/> 363244 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9UJY5">Q9UJY5</a><br/> <a href="http://www.uniprot.org/uniprot/Q8BSL7">Q8BSL7</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1j2j">1j2j</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1j2j">1j2j</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1j2jb_">d1j2jb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1j2ja_">d1j2ja_</a> </td> </tr> <tr class="verylow"> <td>362503</td> <td>0.99</td> <td>0.998</td> <td> 362501<br/> 362502 </td> <td> <a href="http://www.uniprot.org/uniprot/P29016">P29016</a><br/> <a href="http://www.uniprot.org/uniprot/P61769">P61769</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gzp">1gzp</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a1m">1a1m</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gzpa1">d1gzpa1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a1mb_">d1a1mb_</a> </td> </tr> <tr class="verylow"> <td>362730</td> <td>0.9</td> <td>0.971</td> <td> 362728<br/> 362729 </td> <td> <a href="http://www.uniprot.org/uniprot/Q13952">Q13952</a><br/> <a href="http://www.uniprot.org/uniprot/P25208">P25208</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1n1j">1n1j</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1n1j">1n1j</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1n1jb_">d1n1jb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1n1ja_">d1n1ja_</a> </td> </tr> <tr class="mediumlow"> <td>159641</td> <td>0.55</td> <td>0.748</td> <td> 159625<br/> 159628 </td> <td> <a href="http://www.uniprot.org/uniprot/O18973">O18973</a><br/> <a href="http://www.uniprot.org/uniprot/Q9NZ52">Q9NZ52</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2fid">2fid</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jpl">1jpl</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2fidb1">d2fidb1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jpla_">d1jpla_</a> </td> </tr> <tr class="mediumlow"> <td>159645</td> <td>0.55</td> <td>0.748</td> <td> 159625<br/> 159629 </td> <td> <a href="http://www.uniprot.org/uniprot/O18973">O18973</a><br/> <a href="http://www.uniprot.org/uniprot/Q9UJY4">Q9UJY4</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2fid">2fid</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1mhq">1mhq</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2fidb1">d2fidb1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1mhqa_">d1mhqa_</a> </td> </tr> <tr class="verylow"> <td>362014</td> <td>0.9</td> <td>0.944</td> <td> 362012<br/> 363134 </td> <td> <a href="http://www.uniprot.org/uniprot/P28829">P28829</a><br/> <a href="http://www.uniprot.org/uniprot/P01112">P01112</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1i35">1i35</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=121p">121p</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1i35a_">d1i35a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d121pa_">d121pa_</a> </td> </tr> <tr class="verylow"> <td>362304</td> <td>0.9</td> <td>0.951</td> <td> 99420<br/> 362997 </td> <td> <a href="http://www.uniprot.org/uniprot/P06756">P06756</a><br/> <a href="http://www.uniprot.org/uniprot/P05106">P05106</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jv2">1jv2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jv2">1jv2</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jv2a1">d1jv2a1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jv2b1">d1jv2b1</a> </td> </tr> <tr class="verylow"> <td>362263</td> <td>0.9</td> <td>0.937</td> <td> 362261<br/> 362262 </td> <td> <a href="http://www.uniprot.org/uniprot/P37173">P37173</a><br/> <a href="http://www.uniprot.org/uniprot/P10600">P10600</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ktz">1ktz</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ktz">1ktz</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ktzb_">d1ktzb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ktza_">d1ktza_</a> </td> </tr> <tr class="verylow"> <td>177950</td> <td>0.99</td> <td>0.998</td> <td> 177908<br/> 177910 </td> <td> <a href="http://www.uniprot.org/uniprot/Q86VP6">Q86VP6</a><br/> <a href="http://www.uniprot.org/uniprot/Q13619">Q13619</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1u6g">1u6g</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2hye">2hye</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1u6gc_">d1u6gc_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2hyec1">d2hyec1</a> </td> </tr> <tr class="verylow"> <td>189816</td> <td>0.909</td> <td>0.949</td> <td> 363134<br/> 413408 </td> <td> <a href="http://www.uniprot.org/uniprot/P01112">P01112</a><br/> <a href="http://www.uniprot.org/uniprot/P04049">P04049</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=121p">121p</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1c1y">1c1y</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d121pa_">d121pa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1c1yb_">d1c1yb_</a> </td> </tr> <tr class="high"> <td>189955</td> <td>0.55</td> <td>0.877</td> <td> 189707<br/> 413408 </td> <td> <a href="http://www.uniprot.org/uniprot/P62070">P62070</a><br/> <a href="http://www.uniprot.org/uniprot/P04049">P04049</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2ery">2ery</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1c1y">1c1y</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2erya1">d2erya1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1c1yb_">d1c1yb_</a> </td> </tr> <tr class="verylow"> <td>362807</td> <td>0.9</td> <td>0.971</td> <td> 362805<br/> 362806 </td> <td> <a href="http://www.uniprot.org/uniprot/P01848">P01848</a><br/> <a href="http://www.uniprot.org/uniprot/P01850">P01850</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1j8h">1j8h</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1fyt">1fyt</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1j8hd1">d1j8hd1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1fyte1">d1fyte1</a> </td> </tr> <tr class="verylow"> <td>362035</td> <td>0.99</td> <td>1.0</td> <td> 362034<br/> 362736 </td> <td> <a href="http://www.uniprot.org/uniprot/P35222">P35222</a><br/> <a href="http://www.uniprot.org/uniprot/Q9NQB0">Q9NQB0</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1g3j">1g3j</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jdh">1jdh</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1g3ja_">d1g3ja_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jdhb_">d1jdhb_</a> </td> </tr> <tr class="mediumlow"> <td>658184</td> <td>0.8</td> <td>0.952</td> <td> 658171<br/> 658172 </td> <td> <a href="http://www.uniprot.org/uniprot/P08572">P08572</a><br/> <a href="http://www.uniprot.org/uniprot/P02462">P02462</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1li1">1li1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1li1">1li1</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1li1c1">d1li1c1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1li1a1">d1li1a1</a> </td> </tr> <tr class="mediumhigh"> <td>130544</td> <td>0.55</td> <td>0.837</td> <td> 130524<br/> 130525 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9NQT5">Q9NQT5</a><br/> <a href="http://www.uniprot.org/uniprot/Q9NQT4">Q9NQT4</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2nn6">2nn6</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2nn6">2nn6</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2nn6g1">d2nn6g1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2nn6d1">d2nn6d1</a> </td> </tr> <tr class="verylow"> <td>130553</td> <td>0.798</td> <td>0.887</td> <td> 130525<br/> 130526 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9NQT4">Q9NQT4</a><br/> <a href="http://www.uniprot.org/uniprot/Q9Y3B2">Q9Y3B2</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2nn6">2nn6</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2nn6">2nn6</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2nn6d1">d2nn6d1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2nn6i1">d2nn6i1</a> </td> </tr> <tr class="verylow"> <td>230815</td> <td>0.9</td> <td>0.98</td> <td> 230814<br/> 230814 </td> <td> <a href="http://www.uniprot.org/uniprot/P16118">P16118</a><br/> <a href="http://www.uniprot.org/uniprot/P16118">P16118</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1k6m">1k6m</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1k6m">1k6m</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1k6ma1">d1k6ma1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1k6ma1">d1k6ma1</a> </td> </tr> <tr class="verylow"> <td>480850</td> <td>0.9</td> <td>0.965</td> <td> 480801<br/> 480801 </td> <td> <a href="http://www.uniprot.org/uniprot/Q15628">Q15628</a><br/> <a href="http://www.uniprot.org/uniprot/Q15628">Q15628</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1f2h">1f2h</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1f2h">1f2h</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1f2ha_">d1f2ha_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1f2ha_">d1f2ha_</a> </td> </tr> <tr class="verylow"> <td>363158</td> <td>0.9</td> <td>0.985</td> <td> 363156<br/> 363157 </td> <td> <a href="http://www.uniprot.org/uniprot/P08559">P08559</a><br/> <a href="http://www.uniprot.org/uniprot/P11177">P11177</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ni4">1ni4</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ni4">1ni4</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ni4a_">d1ni4a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ni4b1">d1ni4b1</a> </td> </tr> <tr class="verylow"> <td>362069</td> <td>0.99</td> <td>0.999</td> <td> 362067<br/> 491196 </td> <td> <a href="http://www.uniprot.org/uniprot/P68871">P68871</a><br/> <a href="http://www.uniprot.org/uniprot/P69905">P69905</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a00">1a00</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a00">1a00</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a00b_">d1a00b_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a00a_">d1a00a_</a> </td> </tr> <tr class="verylow"> <td>100608</td> <td>0.99</td> <td>0.994</td> <td> 100377<br/> 100381 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9NPB6">Q9NPB6</a><br/> <a href="http://www.uniprot.org/uniprot/P41743">P41743</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wmh">1wmh</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1vd2">1vd2</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wmhb_">d1wmhb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1vd2a_">d1vd2a_</a> </td> </tr> <tr class="verylow"> <td>100613</td> <td>0.99</td> <td>0.996</td> <td> 100381<br/> 100410 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9NPB6">Q9NPB6</a><br/> <a href="http://www.uniprot.org/uniprot/P60953">P60953</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wmh">1wmh</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a4r">1a4r</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wmhb_">d1wmhb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a4ra_">d1a4ra_</a> </td> </tr> <tr class="verylow"> <td>100723</td> <td>0.99</td> <td>0.996</td> <td> 100377<br/> 100410 </td> <td> <a href="http://www.uniprot.org/uniprot/P41743">P41743</a><br/> <a href="http://www.uniprot.org/uniprot/P60953">P60953</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1vd2">1vd2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a4r">1a4r</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1vd2a_">d1vd2a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a4ra_">d1a4ra_</a> </td> </tr> <tr class="verylow"> <td>100838</td> <td>0.9</td> <td>0.952</td> <td> 100377<br/> 100418 </td> <td> <a href="http://www.uniprot.org/uniprot/P41743">P41743</a><br/> <a href="http://www.uniprot.org/uniprot/P63104">P63104</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1vd2">1vd2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ib1">1ib1</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1vd2a_">d1vd2a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ib1a_">d1ib1a_</a> </td> </tr> <tr class="verylow"> <td>949940</td> <td>0.9</td> <td>0.978</td> <td> 949927<br/> 949929 </td> <td> <a href="http://www.uniprot.org/uniprot/P62937">P62937</a><br/> <a href="http://www.uniprot.org/uniprot/Q9Z0X1">Q9Z0X1</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ak4">1ak4</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gv4">1gv4</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ak4a_">d1ak4a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gv4a1">d1gv4a1</a> </td> </tr> <tr class="verylow"> <td>288398</td> <td>0.9</td> <td>0.999</td> <td> 288371<br/> 426561 </td> <td> <a href="http://www.uniprot.org/uniprot/Q00987">Q00987</a><br/> <a href="http://www.uniprot.org/uniprot/P04637">P04637</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1rv1">1rv1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a1u">1a1u</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1rv1a_">d1rv1a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a1ua_">d1a1ua_</a> </td> </tr> <tr class="low"> <td>646254</td> <td>0.8</td> <td>0.928</td> <td> 646200<br/> 646207 </td> <td> <a href="http://www.uniprot.org/uniprot/P02462">P02462</a><br/> <a href="http://www.uniprot.org/uniprot/Q92876">Q92876</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1li1">1li1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gvl">1gvl</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1li1a1">d1li1a1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gvla_">d1gvla_</a> </td> </tr> <tr class="low"> <td>646259</td> <td>0.8</td> <td>0.928</td> <td> 646200<br/> 646208 </td> <td> <a href="http://www.uniprot.org/uniprot/Q92876">Q92876</a><br/> <a href="http://www.uniprot.org/uniprot/P08572">P08572</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gvl">1gvl</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1li1">1li1</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gvla_">d1gvla_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1li1c1">d1li1c1</a> </td> </tr> <tr class="verylow"> <td>500426</td> <td>0.9</td> <td>0.99</td> <td> 363420<br/> 500404 </td> <td> <a href="http://www.uniprot.org/uniprot/P63208">P63208</a><br/> <a href="http://www.uniprot.org/uniprot/Q13616">Q13616</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1fqv">1fqv</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ldj">1ldj</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1fqvb1">d1fqvb1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ldja1">d1ldja1</a> </td> </tr> <tr class="verylow"> <td>160232</td> <td>0.9</td> <td>0.979</td> <td> 160230<br/> 160231 </td> <td> <a href="http://www.uniprot.org/uniprot/P84077">P84077</a><br/> <a href="http://www.uniprot.org/uniprot/P47102">P47102</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1hur">1hur</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1re0">1re0</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1hura_">d1hura_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1re0b_">d1re0b_</a> </td> </tr> <tr class="verylow"> <td>363463</td> <td>0.9</td> <td>0.982</td> <td> 363461<br/> 363462 </td> <td> <a href="http://www.uniprot.org/uniprot/P06126">P06126</a><br/> <a href="http://www.uniprot.org/uniprot/P61769">P61769</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1onq">1onq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a1m">1a1m</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1onqa1">d1onqa1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a1mb_">d1a1mb_</a> </td> </tr> <tr class="verylow"> <td>363596</td> <td>0.9</td> <td>0.958</td> <td> 363594<br/> 363595 </td> <td> <a href="http://www.uniprot.org/uniprot/P40189">P40189</a><br/> <a href="http://www.uniprot.org/uniprot/P15018">P15018</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1bj8">1bj8</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1emr">1emr</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1bj8a_">d1bj8a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1emra_">d1emra_</a> </td> </tr> <tr class="verylow"> <td>228099</td> <td>0.96</td> <td>0.992</td> <td> 228080<br/> 228080 </td> <td> <a href="http://www.uniprot.org/uniprot/P02724">P02724</a><br/> <a href="http://www.uniprot.org/uniprot/P02724">P02724</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1afo">1afo</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1afo">1afo</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1afoa_">d1afoa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1afoa_">d1afoa_</a> </td> </tr> <tr class="verylow"> <td>228106</td> <td>0.96</td> <td>1.0</td> <td> 228081<br/> 228081 </td> <td> <a href="http://www.uniprot.org/uniprot/P08514">P08514</a><br/> <a href="http://www.uniprot.org/uniprot/P08514">P08514</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpk">1dpk</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpk">1dpk</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpka_">d1dpka_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpka_">d1dpka_</a> </td> </tr> <tr class="verylow"> <td>228125</td> <td>0.96</td> <td>0.995</td> <td> 228084<br/> 228084 </td> <td> <a href="http://www.uniprot.org/uniprot/P05106">P05106</a><br/> <a href="http://www.uniprot.org/uniprot/P05106">P05106</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jv2">1jv2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jv2">1jv2</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jv2b1">d1jv2b1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jv2b1">d1jv2b1</a> </td> </tr> <tr class="verylow"> <td>363444</td> <td>0.9</td> <td>1.0</td> <td> 363442<br/> 363443 </td> <td> <a href="http://www.uniprot.org/uniprot/P49354">P49354</a><br/> <a href="http://www.uniprot.org/uniprot/P49356">P49356</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jcq">1jcq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jcq">1jcq</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jcqa_">d1jcqa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jcqb_">d1jcqb_</a> </td> </tr> <tr class="mediumlow"> <td>283974</td> <td>0.8</td> <td>0.98</td> <td> 282408<br/> 282408 </td> <td> <a href="http://www.uniprot.org/uniprot/P16118">P16118</a><br/> <a href="http://www.uniprot.org/uniprot/P16118">P16118</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1k6m">1k6m</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1k6m">1k6m</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1k6ma1">d1k6ma1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1k6ma1">d1k6ma1</a> </td> </tr> <tr class="mediumlow"> <td>284297</td> <td>0.8</td> <td>0.954</td> <td> 228084<br/> 282547 </td> <td> <a href="http://www.uniprot.org/uniprot/P05106">P05106</a><br/> <a href="http://www.uniprot.org/uniprot/P06756">P06756</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jv2">1jv2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jv2">1jv2</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jv2b1">d1jv2b1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jv2a1">d1jv2a1</a> </td> </tr> <tr class="verylow"> <td>363503</td> <td>0.999</td> <td>1.0</td> <td> 363501<br/> 363502 </td> <td> <a href="http://www.uniprot.org/uniprot/P12694">P12694</a><br/> <a href="http://www.uniprot.org/uniprot/P21953">P21953</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dtw">1dtw</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dtw">1dtw</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dtwa_">d1dtwa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dtwb1">d1dtwb1</a> </td> </tr> <tr class="verylow"> <td>1005386</td> <td>0.965</td> <td>0.996</td> <td> 1005384<br/> 1005384 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9UQB8">Q9UQB8</a><br/> <a href="http://www.uniprot.org/uniprot/Q9UQB8">Q9UQB8</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wdz">1wdz</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wdz">1wdz</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wdza1">d1wdza1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wdza1">d1wdza1</a> </td> </tr> <tr class="verylow"> <td>363969</td> <td>0.9</td> <td>0.958</td> <td> 363967<br/> 363968 </td> <td> <a href="http://www.uniprot.org/uniprot/P07359">P07359</a><br/> <a href="http://www.uniprot.org/uniprot/P04275">P04275</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gwb">1gwb</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ao3">1ao3</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gwba_">d1gwba_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ao3a_">d1ao3a_</a> </td> </tr> <tr class="medium"> <td>122432</td> <td>0.65</td> <td>0.9</td> <td> 119950<br/> 159148 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9Y2U5">Q9Y2U5</a><br/> <a href="http://www.uniprot.org/uniprot/Q99759">Q99759</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2cu1">2cu1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2c60">2c60</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2cu1a1">d2cu1a1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2c60a1">d2c60a1</a> </td> </tr> <tr class="mediumhigh"> <td>122440</td> <td>0.65</td> <td>0.915</td> <td> 159148<br/> 159148 </td> <td> <a href="http://www.uniprot.org/uniprot/Q99759">Q99759</a><br/> <a href="http://www.uniprot.org/uniprot/Q99759">Q99759</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2c60">2c60</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2c60">2c60</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2c60a1">d2c60a1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2c60a1">d2c60a1</a> </td> </tr> <tr class="mediumhigh"> <td>122928</td> <td>0.65</td> <td>0.93</td> <td> 119685<br/> 119789 </td> <td> <a href="http://www.uniprot.org/uniprot/P23396">P23396</a><br/> <a href="http://www.uniprot.org/uniprot/Q00653">Q00653</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wh9">1wh9</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a3q">1a3q</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wh9a_">d1wh9a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a3qa1">d1a3qa1</a> </td> </tr> <tr class="high"> <td>125736</td> <td>0.65</td> <td>0.965</td> <td> 120130<br/> 120130 </td> <td> <a href="http://www.uniprot.org/uniprot/Q15628">Q15628</a><br/> <a href="http://www.uniprot.org/uniprot/Q15628">Q15628</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1f2h">1f2h</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1f2h">1f2h</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1f2ha_">d1f2ha_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1f2ha_">d1f2ha_</a> </td> </tr> <tr class="verylow"> <td>363844</td> <td>0.9</td> <td>0.982</td> <td> 363843<br/> 363976 </td> <td> <a href="http://www.uniprot.org/uniprot/P61769">P61769</a><br/> <a href="http://www.uniprot.org/uniprot/P29016">P29016</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a1m">1a1m</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gzp">1gzp</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a1mb_">d1a1mb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gzpa1">d1gzpa1</a> </td> </tr> <tr class="verylow"> <td>477126</td> <td>0.9</td> <td>0.972</td> <td> 363872<br/> 477123 </td> <td> <a href="http://www.uniprot.org/uniprot/P00533">P00533</a><br/> <a href="http://www.uniprot.org/uniprot/P62158">P62158</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ivo">1ivo</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1cdl">1cdl</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ivoa1">d1ivoa1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1cdla_">d1cdla_</a> </td> </tr> <tr class="mediumlow"> <td>228000</td> <td>0.8</td> <td>0.992</td> <td> 227998<br/> 227998 </td> <td> <a href="http://www.uniprot.org/uniprot/P02724">P02724</a><br/> <a href="http://www.uniprot.org/uniprot/P02724">P02724</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1afo">1afo</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1afo">1afo</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1afoa_">d1afoa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1afoa_">d1afoa_</a> </td> </tr> <tr class="verylow"> <td>228011</td> <td>0.988</td> <td>1.0</td> <td> 227999<br/> 227999 </td> <td> <a href="http://www.uniprot.org/uniprot/P08514">P08514</a><br/> <a href="http://www.uniprot.org/uniprot/P08514">P08514</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpk">1dpk</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpk">1dpk</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpka_">d1dpka_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpka_">d1dpka_</a> </td> </tr> <tr class="mediumlow"> <td>184483</td> <td>0.55</td> <td>0.748</td> <td> 184456<br/> 184460 </td> <td> <a href="http://www.uniprot.org/uniprot/P23727">P23727</a><br/> <a href="http://www.uniprot.org/uniprot/P08069">P08069</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1bfi">1bfi</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1igr">1igr</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1bfia_">d1bfia_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1igra1">d1igra1</a> </td> </tr> <tr class="mediumlow"> <td>184486</td> <td>0.55</td> <td>0.748</td> <td> 184457<br/> 184460 </td> <td> <a href="http://www.uniprot.org/uniprot/P23727">P23727</a><br/> <a href="http://www.uniprot.org/uniprot/P06213">P06213</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1bfi">1bfi</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gag">1gag</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1bfia_">d1bfia_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gaga_">d1gaga_</a> </td> </tr> <tr class="verylow"> <td>364313</td> <td>0.99</td> <td>1.0</td> <td> 364309<br/> 364310 </td> <td> <a href="http://www.uniprot.org/uniprot/P49356">P49356</a><br/> <a href="http://www.uniprot.org/uniprot/P49354">P49354</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jcq">1jcq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jcq">1jcq</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jcqb_">d1jcqb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jcqa_">d1jcqa_</a> </td> </tr> <tr class="verylow"> <td>364405</td> <td>0.9</td> <td>0.958</td> <td> 364403<br/> 364404 </td> <td> <a href="http://www.uniprot.org/uniprot/P63165">P63165</a><br/> <a href="http://www.uniprot.org/uniprot/Q9HC62">Q9HC62</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a5r">1a5r</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1tgz">1tgz</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a5ra_">d1a5ra_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1tgza_">d1tgza_</a> </td> </tr> <tr class="mediumhigh"> <td>159498</td> <td>0.55</td> <td>0.809</td> <td> 159491<br/> 159492 </td> <td> <a href="http://www.uniprot.org/uniprot/P84077">P84077</a><br/> <a href="http://www.uniprot.org/uniprot/Q9UJY5">Q9UJY5</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1hur">1hur</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1j2j">1j2j</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1hura_">d1hura_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1j2jb_">d1j2jb_</a> </td> </tr> <tr class="verylow"> <td>178830</td> <td>0.9</td> <td>0.928</td> <td> 178809<br/> 178812 </td> <td> <a href="http://www.uniprot.org/uniprot/O43432">O43432</a><br/> <a href="http://www.uniprot.org/uniprot/Q09161">Q09161</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1hu3">1hu3</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1h2t">1h2t</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1hu3a_">d1hu3a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1h2tc1">d1h2tc1</a> </td> </tr> <tr class="verylow"> <td>364912</td> <td>0.9</td> <td>0.958</td> <td> 364910<br/> 364911 </td> <td> <a href="http://www.uniprot.org/uniprot/Q96LD8">Q96LD8</a><br/> <a href="http://www.uniprot.org/uniprot/Q15843">Q15843</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1xt9">1xt9</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ndd">1ndd</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1xt9a_">d1xt9a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ndda_">d1ndda_</a> </td> </tr> <tr class="verylow"> <td>364029</td> <td>0.9</td> <td>0.958</td> <td> 364027<br/> 364028 </td> <td> <a href="http://www.uniprot.org/uniprot/P36894">P36894</a><br/> <a href="http://www.uniprot.org/uniprot/P12643">P12643</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1es7">1es7</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1es7">1es7</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1es7b_">d1es7b_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1es7a_">d1es7a_</a> </td> </tr> <tr class="verylow"> <td>364220</td> <td>0.9</td> <td>0.958</td> <td> 364214<br/> 364311 </td> <td> <a href="http://www.uniprot.org/uniprot/Q04631">Q04631</a><br/> <a href="http://www.uniprot.org/uniprot/Q02293">Q02293</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1d8d">1d8d</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1d8d">1d8d</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1d8da_">d1d8da_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1d8db_">d1d8db_</a> </td> </tr> <tr class="high"> <td>129022</td> <td>0.55</td> <td>0.869</td> <td> 178815<br/> 178815 </td> <td> <a href="http://www.uniprot.org/uniprot/Q9HAU5">Q9HAU5</a><br/> <a href="http://www.uniprot.org/uniprot/Q9HAU5">Q9HAU5</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1uw4">1uw4</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1uw4">1uw4</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1uw4b_">d1uw4b_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1uw4b_">d1uw4b_</a> </td> </tr> <tr class="verylow"> <td>364702</td> <td>0.9</td> <td>0.965</td> <td> 364694<br/> 364695 </td> <td> <a href="http://www.uniprot.org/uniprot/O14836">O14836</a><br/> <a href="http://www.uniprot.org/uniprot/Q9D777">Q9D777</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1xu1">1xu1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1u5x">1u5x</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1xu1r_">d1xu1r_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1u5xa_">d1u5xa_</a> </td> </tr> <tr class="verylow"> <td>364953</td> <td>0.9</td> <td>0.942</td> <td> 364952<br/> 606635 </td> <td> <a href="http://www.uniprot.org/uniprot/P41743">P41743</a><br/> <a href="http://www.uniprot.org/uniprot/Q9NPB6">Q9NPB6</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1vd2">1vd2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1wmh">1wmh</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1vd2a_">d1vd2a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1wmhb_">d1wmhb_</a> </td> </tr> <tr class="low"> <td>1005929</td> <td>0.8</td> <td>0.902</td> <td> 1005923<br/> 1005924 </td> <td> <a href="http://www.uniprot.org/uniprot/P45983">P45983</a><br/> <a href="http://www.uniprot.org/uniprot/P05412">P05412</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ukh">1ukh</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a02">1a02</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ukha_">d1ukha_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a02j_">d1a02j_</a> </td> </tr> <tr class="verylow"> <td>352014</td> <td>0.99</td> <td>0.999</td> <td> 352005<br/> 352006 </td> <td> <a href="http://www.uniprot.org/uniprot/Q13490">Q13490</a><br/> <a href="http://www.uniprot.org/uniprot/Q9NR28">Q9NR28</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1qbh">1qbh</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1few">1few</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1qbha_">d1qbha_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1fewa_">d1fewa_</a> </td> </tr> <tr class="verylow"> <td>352019</td> <td>0.9</td> <td>0.972</td> <td> 352006<br/> 352007 </td> <td> <a href="http://www.uniprot.org/uniprot/P98170">P98170</a><br/> <a href="http://www.uniprot.org/uniprot/Q9NR28">Q9NR28</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1c9q">1c9q</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1few">1few</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1c9qa_">d1c9qa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1fewa_">d1fewa_</a> </td> </tr> <tr class="verylow"> <td>354613</td> <td>0.999</td> <td>1.0</td> <td> 354611<br/> 354612 </td> <td> <a href="http://www.uniprot.org/uniprot/Q06609">Q06609</a><br/> <a href="http://www.uniprot.org/uniprot/P51587">P51587</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1b22">1b22</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1n0w">1n0w</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1b22a_">d1b22a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1n0wb_">d1n0wb_</a> </td> </tr> <tr class="verylow"> <td>354451</td> <td>0.97</td> <td>0.984</td> <td> 354447<br/> 354448 </td> <td> <a href="http://www.uniprot.org/uniprot/P00772">P00772</a><br/> <a href="http://www.uniprot.org/uniprot/P01009">P01009</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1b0e">1b0e</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1atu">1atu</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1b0ea_">d1b0ea_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1atua_">d1atua_</a> </td> </tr> <tr class="mediumlow"> <td>229005</td> <td>0.55</td> <td>0.748</td> <td> 228992<br/> 228994 </td> <td> <a href="http://www.uniprot.org/uniprot/P27694">P27694</a><br/> <a href="http://www.uniprot.org/uniprot/P15927">P15927</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ewi">1ewi</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpu">1dpu</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ewia_">d1ewia_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpua_">d1dpua_</a> </td> </tr> <tr class="mediumlow"> <td>229009</td> <td>0.55</td> <td>0.748</td> <td> 228994<br/> 228995 </td> <td> <a href="http://www.uniprot.org/uniprot/P15927">P15927</a><br/> <a href="http://www.uniprot.org/uniprot/P35244">P35244</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dpu">1dpu</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1l1o">1l1o</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dpua_">d1dpua_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1l1oa_">d1l1oa_</a> </td> </tr> <tr class="verylow"> <td>365266</td> <td>0.9</td> <td>0.987</td> <td> 365264<br/> 365265 </td> <td> <a href="http://www.uniprot.org/uniprot/P68871">P68871</a><br/> <a href="http://www.uniprot.org/uniprot/P69905">P69905</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a00">1a00</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a00">1a00</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a00b_">d1a00b_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a00a_">d1a00a_</a> </td> </tr> <tr class="mediumhigh"> <td>479355</td> <td>0.7</td> <td>0.999</td> <td> 479337<br/> 479339 </td> <td> <a href="http://www.uniprot.org/uniprot/P68431">P68431</a><br/> <a href="http://www.uniprot.org/uniprot/Q8WTS6">Q8WTS6</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1cs9">1cs9</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1h3i">1h3i</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1cs9a_">d1cs9a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1h3ia1">d1h3ia1</a> </td> </tr> <tr class="verylow"> <td>493563</td> <td>0.99</td> <td>0.997</td> <td> 493555<br/> 493555 </td> <td> <a href="http://www.uniprot.org/uniprot/P25963">P25963</a><br/> <a href="http://www.uniprot.org/uniprot/P25963">P25963</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ikn">1ikn</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ikn">1ikn</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1iknd_">d1iknd_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1iknd_">d1iknd_</a> </td> </tr> <tr class="low"> <td>344727</td> <td>0.798</td> <td>0.909</td> <td> 342276<br/> 342276 </td> <td> <a href="http://www.uniprot.org/uniprot/P54253">P54253</a><br/> <a href="http://www.uniprot.org/uniprot/P54253">P54253</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oa8">1oa8</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oa8">1oa8</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oa8a_">d1oa8a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oa8a_">d1oa8a_</a> </td> </tr> <tr class="mediumlow"> <td>345179</td> <td>0.55</td> <td>0.748</td> <td> 342276<br/> 342391 </td> <td> <a href="http://www.uniprot.org/uniprot/Q15654">Q15654</a><br/> <a href="http://www.uniprot.org/uniprot/P54253">P54253</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1x61">1x61</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1oa8">1oa8</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1x61a1">d1x61a1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1oa8a_">d1oa8a_</a> </td> </tr> <tr class="verylow"> <td>418535</td> <td>0.99</td> <td>0.997</td> <td> 418521<br/> 418522 </td> <td> <a href="http://www.uniprot.org/uniprot/P01106">P01106</a><br/> <a href="http://www.uniprot.org/uniprot/Q13309">Q13309</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a93">1a93</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1fqv">1fqv</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a93a_">d1a93a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1fqva1">d1fqva1</a> </td> </tr> <tr class="verylow"> <td>745201</td> <td>0.98</td> <td>0.995</td> <td> 745198<br/> 745199 </td> <td> <a href="http://www.uniprot.org/uniprot/P07998">P07998</a><br/> <a href="http://www.uniprot.org/uniprot/P13489">P13489</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dza">1dza</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a4y">1a4y</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dzaa_">d1dzaa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a4ya_">d1a4ya_</a> </td> </tr> <tr class="verylow"> <td>967082</td> <td>0.99</td> <td>0.999</td> <td> 434404<br/> 966838 </td> <td> <a href="http://www.uniprot.org/uniprot/P10415">P10415</a><br/> <a href="http://www.uniprot.org/uniprot/Q07812">Q07812</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1g5m">1g5m</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1f16">1f16</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1g5ma_">d1g5ma_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1f16a_">d1f16a_</a> </td> </tr> <tr class="verylow"> <td>589053</td> <td>0.91</td> <td>0.987</td> <td> 589034<br/> 589034 </td> <td> <a href="http://www.uniprot.org/uniprot/P15531">P15531</a><br/> <a href="http://www.uniprot.org/uniprot/P15531">P15531</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxv">1jxv</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxv">1jxv</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxva_">d1jxva_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxva_">d1jxva_</a> </td> </tr> <tr class="veryhigh"> <td>589058</td> <td>0.55</td> <td>0.931</td> <td> 589034<br/> 589036 </td> <td> <a href="http://www.uniprot.org/uniprot/P15531">P15531</a><br/> <a href="http://www.uniprot.org/uniprot/P22392">P22392</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxv">1jxv</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1nsk">1nsk</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxva_">d1jxva_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1nskl_">d1nskl_</a> </td> </tr> <tr class="verylow"> <td>477258</td> <td>0.9</td> <td>0.98</td> <td> 477244<br/> 477357 </td> <td> <a href="http://www.uniprot.org/uniprot/Q12888">Q12888</a><br/> <a href="http://www.uniprot.org/uniprot/P38398">P38398</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gzh">1gzh</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jm7">1jm7</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gzhb1">d1gzhb1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jm7a_">d1jm7a_</a> </td> </tr> <tr class="low"> <td>507213</td> <td>0.8</td> <td>0.928</td> <td> 483422<br/> 506729 </td> <td> <a href="http://www.uniprot.org/uniprot/P00519">P00519</a><br/> <a href="http://www.uniprot.org/uniprot/Q8NFP9">Q8NFP9</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ab2">1ab2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1mi1">1mi1</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ab2a_">d1ab2a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1mi1a1">d1mi1a1</a> </td> </tr> <tr class="verylow"> <td>507332</td> <td>0.96</td> <td>0.986</td> <td> 483422<br/> 506745 </td> <td> <a href="http://www.uniprot.org/uniprot/P00519">P00519</a><br/> <a href="http://www.uniprot.org/uniprot/Q14315">Q14315</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ab2">1ab2</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1v05">1v05</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ab2a_">d1ab2a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1v05a_">d1v05a_</a> </td> </tr> <tr class="verylow"> <td>508172</td> <td>0.96</td> <td>0.991</td> <td> 506745<br/> 506851 </td> <td> <a href="http://www.uniprot.org/uniprot/P46108">P46108</a><br/> <a href="http://www.uniprot.org/uniprot/Q14315">Q14315</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ju5">1ju5</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1v05">1v05</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ju5a_">d1ju5a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1v05a_">d1v05a_</a> </td> </tr> <tr class="mediumlow"> <td>508851</td> <td>0.8</td> <td>0.982</td> <td> 506851<br/> 506891 </td> <td> <a href="http://www.uniprot.org/uniprot/P46108">P46108</a><br/> <a href="http://www.uniprot.org/uniprot/O75369">O75369</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1ju5">1ju5</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2di8">2di8</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1ju5a_">d1ju5a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2di8a1">d2di8a1</a> </td> </tr> <tr class="low"> <td>509649</td> <td>0.8</td> <td>0.928</td> <td> 483425<br/> 506729 </td> <td> <a href="http://www.uniprot.org/uniprot/Q8NFP9">Q8NFP9</a><br/> <a href="http://www.uniprot.org/uniprot/P06241">P06241</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1mi1">1mi1</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a0n">1a0n</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1mi1a1">d1mi1a1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a0nb_">d1a0nb_</a> </td> </tr> <tr class="low"> <td>509838</td> <td>0.8</td> <td>0.928</td> <td> 483425<br/> 506745 </td> <td> <a href="http://www.uniprot.org/uniprot/P06241">P06241</a><br/> <a href="http://www.uniprot.org/uniprot/Q14315">Q14315</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1a0n">1a0n</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1v05">1v05</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1a0nb_">d1a0nb_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1v05a_">d1v05a_</a> </td> </tr> <tr class="verylow"> <td>510699</td> <td>0.96</td> <td>0.986</td> <td> 483493<br/> 506745 </td> <td> <a href="http://www.uniprot.org/uniprot/Q14315">Q14315</a><br/> <a href="http://www.uniprot.org/uniprot/P62993">P62993</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1v05">1v05</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1aze">1aze</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1v05a_">d1v05a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1azea_">d1azea_</a> </td> </tr> <tr class="mediumlow"> <td>510867</td> <td>0.8</td> <td>0.972</td> <td> 483493<br/> 506891 </td> <td> <a href="http://www.uniprot.org/uniprot/P62993">P62993</a><br/> <a href="http://www.uniprot.org/uniprot/O75369">O75369</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1aze">1aze</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2di8">2di8</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1azea_">d1azea_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2di8a1">d2di8a1</a> </td> </tr> <tr class="mediumlow"> <td>511343</td> <td>0.8</td> <td>0.954</td> <td> 483493<br/> 544120 </td> <td> <a href="http://www.uniprot.org/uniprot/Q05193">Q05193</a><br/> <a href="http://www.uniprot.org/uniprot/P62993">P62993</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1dyn">1dyn</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1aze">1aze</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1dyna_">d1dyna_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1azea_">d1azea_</a> </td> </tr> <tr class="mediumlow"> <td>515032</td> <td>0.8</td> <td>0.965</td> <td> 506712<br/> 506891 </td> <td> <a href="http://www.uniprot.org/uniprot/P19174">P19174</a><br/> <a href="http://www.uniprot.org/uniprot/O75369">O75369</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1hsq">1hsq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=2di8">2di8</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1hsqa_">d1hsqa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d2di8a1">d2di8a1</a> </td> </tr> <tr class="low"> <td>515256</td> <td>0.8</td> <td>0.928</td> <td> 506712<br/> 506745 </td> <td> <a href="http://www.uniprot.org/uniprot/P19174">P19174</a><br/> <a href="http://www.uniprot.org/uniprot/Q14315">Q14315</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1hsq">1hsq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1v05">1v05</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1hsqa_">d1hsqa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1v05a_">d1v05a_</a> </td> </tr> <tr class="verylow"> <td>999017</td> <td>0.9</td> <td>0.979</td> <td> 998946<br/> 998963 </td> <td> <a href="http://www.uniprot.org/uniprot/P11940">P11940</a><br/> <a href="http://www.uniprot.org/uniprot/Q9UBU9">Q9UBU9</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1cvj">1cvj</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1fo1">1fo1</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1cvja1">d1cvja1</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1fo1a1">d1fo1a1</a> </td> </tr> <tr class="verylow"> <td>504338</td> <td>0.9</td> <td>0.966</td> <td> 504232<br/> 504235 </td> <td> <a href="http://www.uniprot.org/uniprot/P55211">P55211</a><br/> <a href="http://www.uniprot.org/uniprot/P98170">P98170</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jxq">1jxq</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1c9q">1c9q</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jxqa_">d1jxqa_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1c9qa_">d1c9qa_</a> </td> </tr> <tr class="low"> <td>505041</td> <td>0.8</td> <td>0.915</td> <td> 505002<br/> 505006 </td> <td> <a href="http://www.uniprot.org/uniprot/P38398">P38398</a><br/> <a href="http://www.uniprot.org/uniprot/Q12888">Q12888</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1jm7">1jm7</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1gzh">1gzh</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1jm7a_">d1jm7a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1gzhb1">d1gzhb1</a> </td> </tr> <tr class="verylow"> <td>500552</td> <td>0.9</td> <td>1.0</td> <td> 494249<br/> 500543 </td> <td> <a href="http://www.uniprot.org/uniprot/Q93009">Q93009</a><br/> <a href="http://www.uniprot.org/uniprot/Q00987">Q00987</a> </td> <td> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1nb8">1nb8</a><br/> <a href="http://www.pdb.org/pdb/explore/explore.do?structureId=1rv1">1rv1</a> </td> <td> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1nb8a_">d1nb8a_</a><br/> <a href="http://scop.berkeley.edu/search/?ver=1.75B&amp;key=d1rv1a_">d1rv1a_</a> </td> </tr> </tbody> </table> </div> <div class="right"> <figure> <a href="crossed.png"> <img src="crossed.png" alt="crossed network" /> </a> <figcaption>The graph after interactions that are conserved between homologus vertices have been updated in probability.</figcaption> </figure> </div> </section> <section class="merged"> <h2>Merged graph</h2> <div class="left"> <table> <thead> <tr> <th>property name</th> <th>property value</th> </tr> </thead> <tbody> <tr> <td>Manager</td> <td>ConcurrentBronKerboschMergeManager</td> </tr> <tr> <td>N vertices</td> <td>1222</td> </tr> <tr> <td>N interactions</td> <td>981</td> </tr> <tr> <td>N homology edges</td> <td>5132</td> </tr> <tr> <td>N connected components</td> <td>26</td> </tr> <tr> <td>N nontrivial degenerate sets</td> <td>42</td> </tr> </tbody> </table> <h3>Degenerate sets</h3> <table> <thead> <tr> <th>V0 Id</th> <th>V0 UniProt Id</th> <th>Vertices removed</th> </tr> </thead> <tbody> <tr> <td>1002987</td> <td><a href="http://www.uniprot.org/uniprot/P15153">P15153</a></td> <td> <a href="http://www.uniprot.org/uniprot/P17081">P17081</a>, <a href="http://www.uniprot.org/uniprot/P60763">P60763</a>, <a href="http://www.uniprot.org/uniprot/P08134">P08134</a>, <a href="http://www.uniprot.org/uniprot/P62745">P62745</a>, <a href="http://www.uniprot.org/uniprot/P61586">P61586</a> </td> </tr> <tr> <td>557573</td> <td><a href="http://www.uniprot.org/uniprot/P20339">P20339</a></td> <td> <a href="http://www.uniprot.org/uniprot/P36017">P36017</a>, <a href="http://www.uniprot.org/uniprot/P07560">P07560</a>, <a href="http://www.uniprot.org/uniprot/P01123">P01123</a>, <a href="http://www.uniprot.org/uniprot/P32939">P32939</a> </td> </tr> <tr> <td>735033</td> <td><a href="http://www.uniprot.org/uniprot/P62158">P62158</a></td> <td> <a href="http://www.uniprot.org/uniprot/P62204">P62204</a>, <a href="http://www.uniprot.org/uniprot/P62158">P62158</a> </td> </tr> <tr> <td>581583</td> <td><a href="http://www.uniprot.org/uniprot/Q13148">Q13148</a></td> <td> <a href="http://www.uniprot.org/uniprot/P55795">P55795</a>, <a href="http://www.uniprot.org/uniprot/P22626">P22626</a> </td> </tr> <tr> <td>489630</td> <td><a href="http://www.uniprot.org/uniprot/Q13114">Q13114</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q12933">Q12933</a>, <a href="http://www.uniprot.org/uniprot/Q9Y4K3">Q9Y4K3</a> </td> </tr> <tr> <td>434404</td> <td><a href="http://www.uniprot.org/uniprot/P10415">P10415</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q92843">Q92843</a>, <a href="http://www.uniprot.org/uniprot/P97287">P97287</a> </td> </tr> <tr> <td>354447</td> <td><a href="http://www.uniprot.org/uniprot/P00772">P00772</a></td> <td> <a href="http://www.uniprot.org/uniprot/P00760">P00760</a>, <a href="http://www.uniprot.org/uniprot/P08246">P08246</a> </td> </tr> <tr> <td>342342</td> <td><a href="http://www.uniprot.org/uniprot/P61978">P61978</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q15366">Q15366</a>, <a href="http://www.uniprot.org/uniprot/P51513">P51513</a> </td> </tr> <tr> <td>282565</td> <td><a href="http://www.uniprot.org/uniprot/P20701">P20701</a></td> <td> <a href="http://www.uniprot.org/uniprot/P11215">P11215</a>, <a href="http://www.uniprot.org/uniprot/P20702">P20702</a> </td> </tr> <tr> <td>241951</td> <td><a href="http://www.uniprot.org/uniprot/P62993">P62993</a></td> <td> <a href="http://www.uniprot.org/uniprot/P06241">P06241</a>, <a href="http://www.uniprot.org/uniprot/P08631">P08631</a> </td> </tr> <tr> <td>1034747</td> <td><a href="http://www.uniprot.org/uniprot/P25815">P25815</a></td> <td> <a href="http://www.uniprot.org/uniprot/P02638">P02638</a> </td> </tr> <tr> <td>999459</td> <td><a href="http://www.uniprot.org/uniprot/O08816">O08816</a></td> <td> <a href="http://www.uniprot.org/uniprot/P50552">P50552</a> </td> </tr> <tr> <td>980815</td> <td><a href="http://www.uniprot.org/uniprot/P05106">P05106</a></td> <td> <a href="http://www.uniprot.org/uniprot/P05106">P05106</a> </td> </tr> <tr> <td>949927</td> <td><a href="http://www.uniprot.org/uniprot/Q9Z0X1">Q9Z0X1</a></td> <td> <a href="http://www.uniprot.org/uniprot/O95831">O95831</a> </td> </tr> <tr> <td>761803</td> <td><a href="http://www.uniprot.org/uniprot/Q9NQT4">Q9NQT4</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q15024">Q15024</a> </td> </tr> <tr> <td>745040</td> <td><a href="http://www.uniprot.org/uniprot/P61823">P61823</a></td> <td> <a href="http://www.uniprot.org/uniprot/P03950">P03950</a> </td> </tr> <tr> <td>553494</td> <td><a href="http://www.uniprot.org/uniprot/Q92731">Q92731</a></td> <td> <a href="http://www.uniprot.org/uniprot/P03372">P03372</a> </td> </tr> <tr> <td>506784</td> <td><a href="http://www.uniprot.org/uniprot/Q86UR5">Q86UR5</a></td> <td> <a href="http://www.uniprot.org/uniprot/P29074">P29074</a> </td> </tr> <tr> <td>506750</td> <td><a href="http://www.uniprot.org/uniprot/Q15427">Q15427</a></td> <td> <a href="http://www.uniprot.org/uniprot/O15056">O15056</a> </td> </tr> <tr> <td>506745</td> <td><a href="http://www.uniprot.org/uniprot/Q14315">Q14315</a></td> <td> <a href="http://www.uniprot.org/uniprot/P21333">P21333</a> </td> </tr> <tr> <td>506729</td> <td><a href="http://www.uniprot.org/uniprot/Q8NFP9">Q8NFP9</a></td> <td> <a href="http://www.uniprot.org/uniprot/P50851">P50851</a> </td> </tr> <tr> <td>478340</td> <td><a href="http://www.uniprot.org/uniprot/P17706">P17706</a></td> <td> <a href="http://www.uniprot.org/uniprot/P18031">P18031</a> </td> </tr> <tr> <td>477148</td> <td><a href="http://www.uniprot.org/uniprot/P62157">P62157</a></td> <td> <a href="http://www.uniprot.org/uniprot/P62161">P62161</a> </td> </tr> <tr> <td>418522</td> <td><a href="http://www.uniprot.org/uniprot/Q13309">Q13309</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q969H0">Q969H0</a> </td> </tr> <tr> <td>364694</td> <td><a href="http://www.uniprot.org/uniprot/O14836">O14836</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q02223">Q02223</a> </td> </tr> <tr> <td>364214</td> <td><a href="http://www.uniprot.org/uniprot/Q02293">Q02293</a></td> <td> <a href="http://www.uniprot.org/uniprot/P53610">P53610</a> </td> </tr> <tr> <td>363843</td> <td><a href="http://www.uniprot.org/uniprot/P29016">P29016</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q31206">Q31206</a> </td> </tr> <tr> <td>362671</td> <td><a href="http://www.uniprot.org/uniprot/P01135">P01135</a></td> <td> <a href="http://www.uniprot.org/uniprot/P01133">P01133</a> </td> </tr> <tr> <td>361609</td> <td><a href="http://www.uniprot.org/uniprot/P42081">P42081</a></td> <td> <a href="http://www.uniprot.org/uniprot/P33681">P33681</a> </td> </tr> <tr> <td>361454</td> <td><a href="http://www.uniprot.org/uniprot/Q51451">Q51451</a></td> <td> <a href="http://www.uniprot.org/uniprot/P74873">P74873</a> </td> </tr> <tr> <td>347452</td> <td><a href="http://www.uniprot.org/uniprot/P04271">P04271</a></td> <td> <a href="http://www.uniprot.org/uniprot/P06703">P06703</a> </td> </tr> <tr> <td>342391</td> <td><a href="http://www.uniprot.org/uniprot/Q15654">Q15654</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q14192">Q14192</a> </td> </tr> <tr> <td>342344</td> <td><a href="http://www.uniprot.org/uniprot/P26599">P26599</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q9UKM9">Q9UKM9</a> </td> </tr> <tr> <td>282429</td> <td><a href="http://www.uniprot.org/uniprot/P24864">P24864</a></td> <td> <a href="http://www.uniprot.org/uniprot/P20248">P20248</a> </td> </tr> <tr> <td>228601</td> <td><a href="http://www.uniprot.org/uniprot/P08631">P08631</a></td> <td> <a href="http://www.uniprot.org/uniprot/P62993">P62993</a> </td> </tr> <tr> <td>197009</td> <td><a href="http://www.uniprot.org/uniprot/Q16539">Q16539</a></td> <td> <a href="http://www.uniprot.org/uniprot/P53778">P53778</a> </td> </tr> <tr> <td>185482</td> <td><a href="http://www.uniprot.org/uniprot/Q96CA5">Q96CA5</a></td> <td> <a href="http://www.uniprot.org/uniprot/P98170">P98170</a> </td> </tr> <tr> <td>185026</td> <td><a href="http://www.uniprot.org/uniprot/O14836">O14836</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q02223">Q02223</a> </td> </tr> <tr> <td>160231</td> <td><a href="http://www.uniprot.org/uniprot/P47102">P47102</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q99418">Q99418</a> </td> </tr> <tr> <td>119950</td> <td><a href="http://www.uniprot.org/uniprot/Q9Y2U5">Q9Y2U5</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q13163">Q13163</a> </td> </tr> <tr> <td>119944</td> <td><a href="http://www.uniprot.org/uniprot/Q14160">Q14160</a></td> <td> <a href="http://www.uniprot.org/uniprot/Q12959">Q12959</a> </td> </tr> <tr> <td>119717</td> <td><a href="http://www.uniprot.org/uniprot/P05109">P05109</a></td> <td> <a href="http://www.uniprot.org/uniprot/P31151">P31151</a> </td> </tr> </tbody> </table> </div> <div class="right"> <figure> <a href="merged.png"> <img src="merged.png" alt="merged network" /> </a> <figcaption>The graph after fully degenerate vertex sets have been contracted. A degenerate vertex set is a maximal clique whose members share interactions exactly.</figcaption> </figure> </div> </section> </div> </body> </html>
dmyersturnbull/network_merge
doc/human_example/report.html
HTML
apache-2.0
116,512
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>XLabs: F:/Projects/Xamarin-Forms-Labs/src/Platform/XLabs.Platform.WP8/Services/NfcDevice.cs File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="XLabs_logo.psd"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">XLabs </div> <div id="projectbrief">Cross-platform reusable C# libraries</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Packages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('_x_labs_8_platform_8_w_p8_2_services_2_nfc_device_8cs.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">NfcDevice.cs File Reference</div> </div> </div><!--header--> <div class="contents"> <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">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_x_labs_1_1_platform_1_1_services_1_1_nfc_device.html">XLabs.Platform.Services.NfcDevice</a></td></tr> <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class <a class="el" href="class_x_labs_1_1_platform_1_1_services_1_1_nfc_device.html" title="Class NfcDevice. ">NfcDevice</a>. <a href="class_x_labs_1_1_platform_1_1_services_1_1_nfc_device.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespace_x_labs_1_1_platform_1_1_services"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_x_labs_1_1_platform_1_1_services.html">XLabs.Platform.Services</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_96aec6d1100a5554d6f7fb69df2c511a.html">Xamarin-Forms-Labs</a></li><li class="navelem"><a class="el" href="dir_88bafe9029e18a0be9e6e2b4e8ed9f17.html">src</a></li><li class="navelem"><a class="el" href="dir_e2a5112a6d9b23a710178c67d30530fa.html">Platform</a></li><li class="navelem"><a class="el" href="dir_6359ee8f4c924ff1453326a5430e7d8e.html">XLabs.Platform.WP8</a></li><li class="navelem"><a class="el" href="dir_2765150b3407b8cd5201d7947d4a38cf.html">Services</a></li><li class="navelem"><a class="el" href="_x_labs_8_platform_8_w_p8_2_services_2_nfc_device_8cs.html">NfcDevice.cs</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.8.10 </li> </ul> </div> </body> </html>
XLabs/xlabs.github.io
html/_x_labs_8_platform_8_w_p8_2_services_2_nfc_device_8cs.html
HTML
apache-2.0
6,871
<!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>8.12. reprlib — Alternate repr() implementation &mdash; Python 3.5.2 documentation</title> <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.5.2', 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> <script type="text/javascript" src="../_static/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python 3.5.2 documentation" href="../_static/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Python 3.5.2 documentation" href="../contents.html" /> <link rel="up" title="8. Data Types" href="datatypes.html" /> <link rel="next" title="8.13. enum — Support for enumerations" href="enum.html" /> <link rel="prev" title="8.11. pprint — Data pretty printer" href="pprint.html" /> <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> <script type="text/javascript" src="../_static/copybutton.js"></script> <script type="text/javascript" src="../_static/version_switch.js"></script> </head> <body role="document"> <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="enum.html" title="8.13. enum — Support for enumerations" accesskey="N">next</a> |</li> <li class="right" > <a href="pprint.html" title="8.11. pprint — Data pretty printer" accesskey="P">previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">3.5.2</span> <a href="../index.html">Documentation </a> &raquo; </li> <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li class="nav-item nav-item-2"><a href="datatypes.html" accesskey="U">8. Data Types</a> &raquo;</li> <li class="right"> <div class="inline-search" style="display: none" role="search"> <form class="inline-search" action="../search.html" method="get"> <input placeholder="Quick search" 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> </div> <script type="text/javascript">$('.inline-search').show(0);</script> | </li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="module-reprlib"> <span id="reprlib-alternate-repr-implementation"></span><h1>8.12. <a class="reference internal" href="#module-reprlib" title="reprlib: Alternate repr() implementation with size limits."><code class="xref py py-mod docutils literal"><span class="pre">reprlib</span></code></a> &#8212; Alternate <a class="reference internal" href="functions.html#repr" title="repr"><code class="xref py py-func docutils literal"><span class="pre">repr()</span></code></a> implementation<a class="headerlink" href="#module-reprlib" title="Permalink to this headline">¶</a></h1> <p><strong>Source code:</strong> <a class="reference external" href="https://hg.python.org/cpython/file/3.5/Lib/reprlib.py">Lib/reprlib.py</a></p> <hr class="docutils" /> <p>The <a class="reference internal" href="#module-reprlib" title="reprlib: Alternate repr() implementation with size limits."><code class="xref py py-mod docutils literal"><span class="pre">reprlib</span></code></a> module provides a means for producing object representations with limits on the size of the resulting strings. This is used in the Python debugger and may be useful in other contexts as well.</p> <p>This module provides a class, an instance, and a function:</p> <dl class="class"> <dt id="reprlib.Repr"> <em class="property">class </em><code class="descclassname">reprlib.</code><code class="descname">Repr</code><a class="headerlink" href="#reprlib.Repr" title="Permalink to this definition">¶</a></dt> <dd><p>Class which provides formatting services useful in implementing functions similar to the built-in <a class="reference internal" href="functions.html#repr" title="repr"><code class="xref py py-func docutils literal"><span class="pre">repr()</span></code></a>; size limits for different object types are added to avoid the generation of representations which are excessively long.</p> </dd></dl> <dl class="data"> <dt id="reprlib.aRepr"> <code class="descclassname">reprlib.</code><code class="descname">aRepr</code><a class="headerlink" href="#reprlib.aRepr" title="Permalink to this definition">¶</a></dt> <dd><p>This is an instance of <a class="reference internal" href="#reprlib.Repr" title="reprlib.Repr"><code class="xref py py-class docutils literal"><span class="pre">Repr</span></code></a> which is used to provide the <a class="reference internal" href="#reprlib.repr" title="reprlib.repr"><code class="xref py py-func docutils literal"><span class="pre">repr()</span></code></a> function described below. Changing the attributes of this object will affect the size limits used by <a class="reference internal" href="#reprlib.repr" title="reprlib.repr"><code class="xref py py-func docutils literal"><span class="pre">repr()</span></code></a> and the Python debugger.</p> </dd></dl> <dl class="function"> <dt id="reprlib.repr"> <code class="descclassname">reprlib.</code><code class="descname">repr</code><span class="sig-paren">(</span><em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#reprlib.repr" title="Permalink to this definition">¶</a></dt> <dd><p>This is the <a class="reference internal" href="#reprlib.Repr.repr" title="reprlib.Repr.repr"><code class="xref py py-meth docutils literal"><span class="pre">repr()</span></code></a> method of <code class="docutils literal"><span class="pre">aRepr</span></code>. It returns a string similar to that returned by the built-in function of the same name, but with limits on most sizes.</p> </dd></dl> <p>In addition to size-limiting tools, the module also provides a decorator for detecting recursive calls to <a class="reference internal" href="../reference/datamodel.html#object.__repr__" title="object.__repr__"><code class="xref py py-meth docutils literal"><span class="pre">__repr__()</span></code></a> and substituting a placeholder string instead.</p> <dl class="function"> <dt id="reprlib.recursive_repr"> <code class="descclassname">&#64;</code><code class="descclassname">reprlib.</code><code class="descname">recursive_repr</code><span class="sig-paren">(</span><em>fillvalue=&quot;...&quot;</em><span class="sig-paren">)</span><a class="headerlink" href="#reprlib.recursive_repr" title="Permalink to this definition">¶</a></dt> <dd><p>Decorator for <a class="reference internal" href="../reference/datamodel.html#object.__repr__" title="object.__repr__"><code class="xref py py-meth docutils literal"><span class="pre">__repr__()</span></code></a> methods to detect recursive calls within the same thread. If a recursive call is made, the <em>fillvalue</em> is returned, otherwise, the usual <a class="reference internal" href="../reference/datamodel.html#object.__repr__" title="object.__repr__"><code class="xref py py-meth docutils literal"><span class="pre">__repr__()</span></code></a> call is made. For example:</p> <div class="highlight-python3"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="k">class</span> <span class="nc">MyList</span><span class="p">(</span><span class="nb">list</span><span class="p">):</span> <span class="gp">... </span> <span class="nd">@recursive_repr</span><span class="p">()</span> <span class="gp">... </span> <span class="k">def</span> <span class="nf">__repr__</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="s1">&#39;&lt;&#39;</span> <span class="o">+</span> <span class="s1">&#39;|&#39;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="nb">map</span><span class="p">(</span><span class="nb">repr</span><span class="p">,</span> <span class="bp">self</span><span class="p">))</span> <span class="o">+</span> <span class="s1">&#39;&gt;&#39;</span> <span class="gp">...</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">m</span> <span class="o">=</span> <span class="n">MyList</span><span class="p">(</span><span class="s1">&#39;abc&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">m</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">m</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">m</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="s1">&#39;x&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">m</span><span class="p">)</span> <span class="go">&lt;&#39;a&#39;|&#39;b&#39;|&#39;c&#39;|...|&#39;x&#39;&gt;</span> </pre></div> </div> <div class="versionadded"> <p><span class="versionmodified">New in version 3.2.</span></p> </div> </dd></dl> <div class="section" id="repr-objects"> <span id="id1"></span><h2>8.12.1. Repr Objects<a class="headerlink" href="#repr-objects" title="Permalink to this headline">¶</a></h2> <p><a class="reference internal" href="#reprlib.Repr" title="reprlib.Repr"><code class="xref py py-class docutils literal"><span class="pre">Repr</span></code></a> instances provide several attributes which can be used to provide size limits for the representations of different object types, and methods which format specific object types.</p> <dl class="attribute"> <dt id="reprlib.Repr.maxlevel"> <code class="descclassname">Repr.</code><code class="descname">maxlevel</code><a class="headerlink" href="#reprlib.Repr.maxlevel" title="Permalink to this definition">¶</a></dt> <dd><p>Depth limit on the creation of recursive representations. The default is <code class="docutils literal"><span class="pre">6</span></code>.</p> </dd></dl> <dl class="attribute"> <dt id="reprlib.Repr.maxdict"> <code class="descclassname">Repr.</code><code class="descname">maxdict</code><a class="headerlink" href="#reprlib.Repr.maxdict" title="Permalink to this definition">¶</a></dt> <dt id="reprlib.Repr.maxlist"> <code class="descclassname">Repr.</code><code class="descname">maxlist</code><a class="headerlink" href="#reprlib.Repr.maxlist" title="Permalink to this definition">¶</a></dt> <dt id="reprlib.Repr.maxtuple"> <code class="descclassname">Repr.</code><code class="descname">maxtuple</code><a class="headerlink" href="#reprlib.Repr.maxtuple" title="Permalink to this definition">¶</a></dt> <dt id="reprlib.Repr.maxset"> <code class="descclassname">Repr.</code><code class="descname">maxset</code><a class="headerlink" href="#reprlib.Repr.maxset" title="Permalink to this definition">¶</a></dt> <dt id="reprlib.Repr.maxfrozenset"> <code class="descclassname">Repr.</code><code class="descname">maxfrozenset</code><a class="headerlink" href="#reprlib.Repr.maxfrozenset" title="Permalink to this definition">¶</a></dt> <dt id="reprlib.Repr.maxdeque"> <code class="descclassname">Repr.</code><code class="descname">maxdeque</code><a class="headerlink" href="#reprlib.Repr.maxdeque" title="Permalink to this definition">¶</a></dt> <dt id="reprlib.Repr.maxarray"> <code class="descclassname">Repr.</code><code class="descname">maxarray</code><a class="headerlink" href="#reprlib.Repr.maxarray" title="Permalink to this definition">¶</a></dt> <dd><p>Limits on the number of entries represented for the named object type. The default is <code class="docutils literal"><span class="pre">4</span></code> for <a class="reference internal" href="#reprlib.Repr.maxdict" title="reprlib.Repr.maxdict"><code class="xref py py-attr docutils literal"><span class="pre">maxdict</span></code></a>, <code class="docutils literal"><span class="pre">5</span></code> for <a class="reference internal" href="#reprlib.Repr.maxarray" title="reprlib.Repr.maxarray"><code class="xref py py-attr docutils literal"><span class="pre">maxarray</span></code></a>, and <code class="docutils literal"><span class="pre">6</span></code> for the others.</p> </dd></dl> <dl class="attribute"> <dt id="reprlib.Repr.maxlong"> <code class="descclassname">Repr.</code><code class="descname">maxlong</code><a class="headerlink" href="#reprlib.Repr.maxlong" title="Permalink to this definition">¶</a></dt> <dd><p>Maximum number of characters in the representation for an integer. Digits are dropped from the middle. The default is <code class="docutils literal"><span class="pre">40</span></code>.</p> </dd></dl> <dl class="attribute"> <dt id="reprlib.Repr.maxstring"> <code class="descclassname">Repr.</code><code class="descname">maxstring</code><a class="headerlink" href="#reprlib.Repr.maxstring" title="Permalink to this definition">¶</a></dt> <dd><p>Limit on the number of characters in the representation of the string. Note that the &#8220;normal&#8221; representation of the string is used as the character source: if escape sequences are needed in the representation, these may be mangled when the representation is shortened. The default is <code class="docutils literal"><span class="pre">30</span></code>.</p> </dd></dl> <dl class="attribute"> <dt id="reprlib.Repr.maxother"> <code class="descclassname">Repr.</code><code class="descname">maxother</code><a class="headerlink" href="#reprlib.Repr.maxother" title="Permalink to this definition">¶</a></dt> <dd><p>This limit is used to control the size of object types for which no specific formatting method is available on the <a class="reference internal" href="#reprlib.Repr" title="reprlib.Repr"><code class="xref py py-class docutils literal"><span class="pre">Repr</span></code></a> object. It is applied in a similar manner as <a class="reference internal" href="#reprlib.Repr.maxstring" title="reprlib.Repr.maxstring"><code class="xref py py-attr docutils literal"><span class="pre">maxstring</span></code></a>. The default is <code class="docutils literal"><span class="pre">20</span></code>.</p> </dd></dl> <dl class="method"> <dt id="reprlib.Repr.repr"> <code class="descclassname">Repr.</code><code class="descname">repr</code><span class="sig-paren">(</span><em>obj</em><span class="sig-paren">)</span><a class="headerlink" href="#reprlib.Repr.repr" title="Permalink to this definition">¶</a></dt> <dd><p>The equivalent to the built-in <a class="reference internal" href="functions.html#repr" title="repr"><code class="xref py py-func docutils literal"><span class="pre">repr()</span></code></a> that uses the formatting imposed by the instance.</p> </dd></dl> <dl class="method"> <dt id="reprlib.Repr.repr1"> <code class="descclassname">Repr.</code><code class="descname">repr1</code><span class="sig-paren">(</span><em>obj</em>, <em>level</em><span class="sig-paren">)</span><a class="headerlink" href="#reprlib.Repr.repr1" title="Permalink to this definition">¶</a></dt> <dd><p>Recursive implementation used by <a class="reference internal" href="#reprlib.Repr.repr" title="reprlib.Repr.repr"><code class="xref py py-meth docutils literal"><span class="pre">repr()</span></code></a>. This uses the type of <em>obj</em> to determine which formatting method to call, passing it <em>obj</em> and <em>level</em>. The type-specific methods should call <a class="reference internal" href="#reprlib.Repr.repr1" title="reprlib.Repr.repr1"><code class="xref py py-meth docutils literal"><span class="pre">repr1()</span></code></a> to perform recursive formatting, with <code class="docutils literal"><span class="pre">level</span> <span class="pre">-</span> <span class="pre">1</span></code> for the value of <em>level</em> in the recursive call.</p> </dd></dl> <dl class="method"> <dt> <code class="descclassname">Repr.</code><code class="descname">repr_TYPE</code><span class="sig-paren">(</span><em>obj</em>, <em>level</em><span class="sig-paren">)</span></dt> <dd><p>Formatting methods for specific types are implemented as methods with a name based on the type name. In the method name, <strong>TYPE</strong> is replaced by <code class="docutils literal"><span class="pre">'_'.join(type(obj).__name__.split())</span></code>. Dispatch to these methods is handled by <a class="reference internal" href="#reprlib.Repr.repr1" title="reprlib.Repr.repr1"><code class="xref py py-meth docutils literal"><span class="pre">repr1()</span></code></a>. Type-specific methods which need to recursively format a value should call <code class="docutils literal"><span class="pre">self.repr1(subobj,</span> <span class="pre">level</span> <span class="pre">-</span> <span class="pre">1)</span></code>.</p> </dd></dl> </div> <div class="section" id="subclassing-repr-objects"> <span id="subclassing-reprs"></span><h2>8.12.2. Subclassing Repr Objects<a class="headerlink" href="#subclassing-repr-objects" title="Permalink to this headline">¶</a></h2> <p>The use of dynamic dispatching by <a class="reference internal" href="#reprlib.Repr.repr1" title="reprlib.Repr.repr1"><code class="xref py py-meth docutils literal"><span class="pre">Repr.repr1()</span></code></a> allows subclasses of <a class="reference internal" href="#reprlib.Repr" title="reprlib.Repr"><code class="xref py py-class docutils literal"><span class="pre">Repr</span></code></a> to add support for additional built-in object types or to modify the handling of types already supported. This example shows how special support for file objects could be added:</p> <div class="highlight-python3"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">reprlib</span> <span class="kn">import</span> <span class="nn">sys</span> <span class="k">class</span> <span class="nc">MyRepr</span><span class="p">(</span><span class="n">reprlib</span><span class="o">.</span><span class="n">Repr</span><span class="p">):</span> <span class="k">def</span> <span class="nf">repr_TextIOWrapper</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">obj</span><span class="p">,</span> <span class="n">level</span><span class="p">):</span> <span class="k">if</span> <span class="n">obj</span><span class="o">.</span><span class="n">name</span> <span class="ow">in</span> <span class="p">{</span><span class="s1">&#39;&lt;stdin&gt;&#39;</span><span class="p">,</span> <span class="s1">&#39;&lt;stdout&gt;&#39;</span><span class="p">,</span> <span class="s1">&#39;&lt;stderr&gt;&#39;</span><span class="p">}:</span> <span class="k">return</span> <span class="n">obj</span><span class="o">.</span><span class="n">name</span> <span class="k">return</span> <span class="nb">repr</span><span class="p">(</span><span class="n">obj</span><span class="p">)</span> <span class="n">aRepr</span> <span class="o">=</span> <span class="n">MyRepr</span><span class="p">()</span> <span class="nb">print</span><span class="p">(</span><span class="n">aRepr</span><span class="o">.</span><span class="n">repr</span><span class="p">(</span><span class="n">sys</span><span class="o">.</span><span class="n">stdin</span><span class="p">))</span> <span class="c1"># prints &#39;&lt;stdin&gt;&#39;</span> </pre></div> </div> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h3><a href="../contents.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">8.12. <code class="docutils literal"><span class="pre">reprlib</span></code> &#8212; Alternate <code class="docutils literal"><span class="pre">repr()</span></code> implementation</a><ul> <li><a class="reference internal" href="#repr-objects">8.12.1. Repr Objects</a></li> <li><a class="reference internal" href="#subclassing-repr-objects">8.12.2. Subclassing Repr Objects</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="pprint.html" title="previous chapter">8.11. <code class="docutils literal"><span class="pre">pprint</span></code> &#8212; Data pretty printer</a></p> <h4>Next topic</h4> <p class="topless"><a href="enum.html" title="next chapter">8.13. <code class="docutils literal"><span class="pre">enum</span></code> &#8212; Support for enumerations</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../_sources/library/reprlib.txt" rel="nofollow">Show Source</a></li> </ul> </div> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="enum.html" title="8.13. enum — Support for enumerations" >next</a> |</li> <li class="right" > <a href="pprint.html" title="8.11. pprint — Data pretty printer" >previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">3.5.2</span> <a href="../index.html">Documentation </a> &raquo; </li> <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li class="nav-item nav-item-2"><a href="datatypes.html" >8. Data Types</a> &raquo;</li> <li class="right"> <div class="inline-search" style="display: none" role="search"> <form class="inline-search" action="../search.html" method="get"> <input placeholder="Quick search" 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> </div> <script type="text/javascript">$('.inline-search').show(0);</script> | </li> </ul> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 2001-2016, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="https://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Dec 08, 2016. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3. </div> </body> </html>
pengjieran/documents
python/python-3.5.2-docs-html/library/reprlib.html
HTML
apache-2.0
24,680
<!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 10:20:17 MST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.management.security_realm.SslServerIdentityConsumer (BOM: * : All 2.6.1.Final-SNAPSHOT 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.management.security_realm.SslServerIdentityConsumer (BOM: * : All 2.6.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/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">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.6.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/management/security_realm/class-use/SslServerIdentityConsumer.html" target="_top">Frames</a></li> <li><a href="SslServerIdentityConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.management.security_realm.SslServerIdentityConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.management.security_realm.SslServerIdentityConsumer</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/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.management">org.wildfly.swarm.config.management</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.management.security_realm">org.wildfly.swarm.config.management.security_realm</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config.management"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a> in <a href="../../../../../../../org/wildfly/swarm/config/management/package-summary.html">org.wildfly.swarm.config.management</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/package-summary.html">org.wildfly.swarm.config.management</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/management/SecurityRealm.html" title="type parameter in SecurityRealm">T</a></code></td> <td class="colLast"><span class="typeNameLabel">SecurityRealm.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/SecurityRealm.html#sslServerIdentity-org.wildfly.swarm.config.management.security_realm.SslServerIdentityConsumer-">sslServerIdentity</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a>&nbsp;consumer)</code> <div class="block">Configuration of the SSL identity of a server or host controller.</div> </td> </tr> </tbody> </table> </li> <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/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</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/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="type parameter in SslServerIdentityConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SslServerIdentityConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html#andThen-org.wildfly.swarm.config.management.security_realm.SslServerIdentityConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="type parameter in SslServerIdentityConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/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/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="type parameter in SslServerIdentityConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">SslServerIdentityConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html#andThen-org.wildfly.swarm.config.management.security_realm.SslServerIdentityConsumer-">andThen</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">SslServerIdentityConsumer</a>&lt;<a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="type parameter in SslServerIdentityConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/management/security_realm/SslServerIdentityConsumer.html" title="interface in org.wildfly.swarm.config.management.security_realm">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.6.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/management/security_realm/class-use/SslServerIdentityConsumer.html" target="_top">Frames</a></li> <li><a href="SslServerIdentityConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2020 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.6.1.Final-SNAPSHOT/apidocs/org/wildfly/swarm/config/management/security_realm/class-use/SslServerIdentityConsumer.html
HTML
apache-2.0
12,814
<!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:17 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.JAXRSConsumer (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 Interface org.wildfly.swarm.config.JAXRSConsumer (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/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 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/class-use/JAXRSConsumer.html" target="_top">Frames</a></li> <li><a href="JAXRSConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.JAXRSConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.JAXRSConsumer</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/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</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/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="type parameter in JAXRSConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">JAXRSConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html#andThen-org.wildfly.swarm.config.JAXRSConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="type parameter in JAXRSConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="type parameter in JAXRSConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">JAXRSConsumer.</span><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html#andThen-org.wildfly.swarm.config.JAXRSConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">JAXRSConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="type parameter in JAXRSConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/wildfly/swarm/config/JAXRSConsumer.html" title="interface in org.wildfly.swarm.config">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 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/class-use/JAXRSConsumer.html" target="_top">Frames</a></li> <li><a href="JAXRSConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2012.12.0/apidocs/org/wildfly/swarm/config/class-use/JAXRSConsumer.html
HTML
apache-2.0
8,771
<!DOCTYPE html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>ScalaTest 3.0.8 - org.scalatest.Assertions.NormalResult</title> <meta name="description" content="ScalaTest 3.0.8 - org.scalatest.Assertions.NormalResult" /> <meta name="keywords" content="ScalaTest 3.0.8 org.scalatest.Assertions.NormalResult" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../lib/index.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../lib/jquery.js"></script> <script type="text/javascript" src="../../lib/jquery.panzoom.min.js"></script> <script type="text/javascript" src="../../lib/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="../../lib/index.js"></script> <script type="text/javascript" src="../../index.js"></script> <script type="text/javascript" src="../../lib/scheduler.js"></script> <script type="text/javascript" src="../../lib/template.js"></script> <script type="text/javascript" src="../../lib/tools.tooltip.js"></script> <script type="text/javascript"> /* this variable can be used by the JS to determine the path to the root document */ var toRoot = '../../'; </script> </head> <body> <div id="search"> <span id="doc-title">ScalaTest 3.0.8<span id="doc-version"></span></span> <span class="close-results"><span class="left">&lt;</span> Back</span> <div id="textfilter"> <span class="input"> <input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" /> <i class="clear material-icons"></i> <i id="search-icon" class="material-icons"></i> </span> </div> </div> <div id="search-results"> <div id="search-progress"> <div id="progress-fill"></div> </div> <div id="results-content"> <div id="entity-results"></div> <div id="member-results"></div> </div> </div> <div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;"> <div id="content-container" style="-webkit-overflow-scrolling: touch;"> <div id="subpackage-spacer"> <div id="packages"> <h1>Packages</h1> <ul> <li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="_root_"></a><a id="root:_root_"></a> <span class="permalink"> <a href="index.html#_root_" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../index.html"><span class="name">root</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="_root_.org" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="org"></a><a id="org:org"></a> <span class="permalink"> <a href="index.html#org" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../index.html"><span class="name">org</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="org.scalatest" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="scalatest"></a><a id="scalatest:scalatest"></a> <span class="permalink"> <a href="../org/index.html#scalatest" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter." href="index.html"><span class="name">scalatest</span></a> </span> <p class="shortcomment cmt">ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.</p><div class="fullcomment"><div class="comment cmt"><p>ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter. </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="org">org</a></dd></dl></div> </li><li name="org.scalatest.Assertions" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="Assertions"></a><a id="Assertions:Assertions"></a> <span class="permalink"> <a href="../../org/scalatest/index.html#Assertions" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a title="Companion object that facilitates the importing of Assertions members as an alternative to mixing it in." href="Assertions$.html"><span class="name">Assertions</span></a><span class="result"> extends <a href="Assertions.html" class="extype" name="org.scalatest.Assertions">Assertions</a></span> </span> <p class="shortcomment cmt">Companion object that facilitates the importing of <code>Assertions</code> members as an alternative to mixing it in.</p><div class="fullcomment"><div class="comment cmt"><p>Companion object that facilitates the importing of <code>Assertions</code> members as an alternative to mixing it in. One use case is to import <code>Assertions</code> members so you can use them in the Scala interpreter:</p><p><pre class="stREPL"> $scala -classpath scalatest.jar Welcome to Scala version 2.7.3.final (Java HotSpot(TM) Client VM, Java 1.5.0_16). Type in expressions to have them evaluated. Type :help for more information. &nbsp; scala&gt; import org.scalatest.Assertions._ import org.scalatest.Assertions._ &nbsp; scala&gt; assert(1 === 2) org.scalatest.TestFailedException: 1 did not equal 2 at org.scalatest.Assertions$class.assert(Assertions.scala:211) at org.scalatest.Assertions$.assert(Assertions.scala:511) at .&lt;init&gt;(&lt;console&gt;:7) at .&lt;clinit&gt;(&lt;console&gt;) at RequestResult$.&lt;init&gt;(&lt;console&gt;:3) at RequestResult$.&lt;clinit&gt;(&lt;console&gt;) at RequestResult$result(&lt;console&gt;) at sun.reflect.NativeMethodAccessorImpl.invoke... &nbsp; scala&gt; assertResult(3) { 1 + 3 } org.scalatest.TestFailedException: Expected 3, but got 4 at org.scalatest.Assertions$class.expect(Assertions.scala:447) at org.scalatest.Assertions$.expect(Assertions.scala:511) at .&lt;init&gt;(&lt;console&gt;:7) at .&lt;clinit&gt;(&lt;console&gt;) at RequestResult$.&lt;init&gt;(&lt;console&gt;:3) at RequestResult$.&lt;clinit&gt;(&lt;console&gt;) at RequestResult$result(&lt;console&gt;) at sun.reflect.NativeMethodAccessorImpl.in... &nbsp; scala&gt; val caught = intercept[StringIndexOutOfBoundsException] { "hi".charAt(-1) } caught: StringIndexOutOfBoundsException = java.lang.StringIndexOutOfBoundsException: String index out of range: -1 </pre> </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="index.html" class="extype" name="org.scalatest">scalatest</a></dd></dl></div> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="Assertions$AssertionsHelper.html" title="Helper class used by code generated by the assert macro."></a> <a href="Assertions$AssertionsHelper.html" title="Helper class used by code generated by the assert macro.">AssertionsHelper</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="Assertions$$CheckingEqualizer.html" title=""></a> <a href="Assertions$$CheckingEqualizer.html" title="">CheckingEqualizer</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="Assertions$$Equalizer.html" title=""></a> <a href="Assertions$$Equalizer.html" title="">Equalizer</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="" title=""></a> <a href="" title="">NormalResult</a> </li> </ul> </div> </div> <div id="content"> <body class="class type"> <!-- Top of doc.scalatest.org [javascript] --> <script type="text/javascript"> var rnd = window.rnd || Math.floor(Math.random()*10e6); var pid204546 = window.pid204546 || rnd; var plc204546 = window.plc204546 || 0; var abkw = window.abkw || ''; var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER'; document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>'); </script> <div id="definition"> <div class="big-circle class">c</div> <p id="owner"><a href="../index.html" class="extype" name="org">org</a>.<a href="index.html" class="extype" name="org.scalatest">scalatest</a>.<a href="Assertions$.html" class="extype" name="org.scalatest.Assertions">Assertions</a></p> <h1>NormalResult<span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html" title="Permalink"> <i class="material-icons"></i> </a> </span></h1> <h3><span class="morelinks"></span></h3> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">case class</span> </span> <span class="symbol"> <span class="name deprecated" title="Deprecated: The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, so NormalResult will be removed in a future version of ScalaTest">NormalResult</span><span class="params">(<span name="result">result: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result"> extends <span class="extype" name="scala.Throwable">Throwable</span> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><dl class="attributes block"> <dt>Annotations</dt><dd> <span class="name">@deprecated</span> </dd><dt>Deprecated</dt><dd class="cmt"><p>The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, so NormalResult will be removed in a future version of ScalaTest</p></dd><dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-3.0.8/scalatest//src/main/scala/org/scalatest/Assertions.scala" target="_blank">Assertions.scala</a></dd></dl><div class="toggleContainer block"> <span class="toggle"> Linear Supertypes </span> <div class="superTypes hiddenContent"><span class="extype" name="scala.Serializable">Serializable</span>, <span class="extype" name="scala.Product">Product</span>, <span class="extype" name="scala.Equals">Equals</span>, <span class="extype" name="java.lang.Throwable">Throwable</span>, <span class="extype" name="java.io.Serializable">Serializable</span>, <span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div class="toggle"></div> <div id="memberfilter"> <i class="material-icons arrow"></i> <span class="input"> <input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" /> </span> <i class="clear material-icons"></i> </div> <div id="filterby"> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By Inheritance</span></li> </ol> </div> <div class="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="org.scalatest.Assertions.NormalResult"><span>NormalResult</span></li><li class="in" name="scala.Serializable"><span>Serializable</span></li><li class="in" name="scala.Product"><span>Product</span></li><li class="in" name="scala.Equals"><span>Equals</span></li><li class="in" name="java.lang.Throwable"><span>Throwable</span></li><li class="in" name="java.io.Serializable"><span>Serializable</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div class="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show All</span></li> </ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> </div> <div id="template"> <div id="allMembers"> <div id="constructors" class="members"> <h3>Instance Constructors</h3> <ol><li name="org.scalatest.Assertions.NormalResult#&lt;init&gt;" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="&lt;init&gt;(result:Any):org.scalatest.Assertions.NormalResult"></a><a id="&lt;init&gt;:NormalResult"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#&lt;init&gt;(result:Any):org.scalatest.Assertions.NormalResult" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">new</span> </span> <span class="symbol"> <span class="name">NormalResult</span><span class="params">(<span name="result">result: <span class="extype" name="scala.Any">Any</span></span>)</span> </span> </li></ol> </div> <div class="values members"> <h3>Value Members</h3> <ol> <li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#!=(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html###():Int" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#==(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="java.lang.Throwable#addSuppressed" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="addSuppressed(x$1:Throwable):Unit"></a><a id="addSuppressed(Throwable):Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#addSuppressed(x$1:Throwable):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">addSuppressed</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="java.lang.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#asInstanceOf[T0]:T0" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a><a id="clone():AnyRef"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#clone():Object" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#eq(x$1:AnyRef):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="java.lang.Throwable#fillInStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="fillInStackTrace():Throwable"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#fillInStackTrace():Throwable" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">fillInStackTrace</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Throwable">Throwable</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#finalize():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="java.lang.Throwable#getCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getCause():Throwable"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#getCause():Throwable" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getCause</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Throwable">Throwable</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#getClass():Class[_]" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="java.lang.Throwable#getLocalizedMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getLocalizedMessage():String"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#getLocalizedMessage():String" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getLocalizedMessage</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="java.lang.Throwable#getMessage" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getMessage():String"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#getMessage():String" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getMessage</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="java.lang.Throwable#getStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getStackTrace():Array[StackTraceElement]"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#getStackTrace():Array[StackTraceElement]" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getStackTrace</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Array">Array</span>[<span class="extype" name="java.lang.StackTraceElement">StackTraceElement</span>]</span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="java.lang.Throwable#getSuppressed" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getSuppressed():Array[Throwable]"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#getSuppressed():Array[Throwable]" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getSuppressed</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Array">Array</span>[<span class="extype" name="java.lang.Throwable">Throwable</span>]</span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="java.lang.Throwable#initCause" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="initCause(x$1:Throwable):Throwable"></a><a id="initCause(Throwable):Throwable"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#initCause(x$1:Throwable):Throwable" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">initCause</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="java.lang.Throwable">Throwable</span></span>)</span><span class="result">: <span class="extype" name="java.lang.Throwable">Throwable</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#isInstanceOf[T0]:Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#ne(x$1:AnyRef):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#notify():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#notifyAll():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="printStackTrace(x$1:java.io.PrintWriter):Unit"></a><a id="printStackTrace(PrintWriter):Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#printStackTrace(x$1:java.io.PrintWriter):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">printStackTrace</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="java.io.PrintWriter">PrintWriter</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="printStackTrace(x$1:java.io.PrintStream):Unit"></a><a id="printStackTrace(PrintStream):Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#printStackTrace(x$1:java.io.PrintStream):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">printStackTrace</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="java.io.PrintStream">PrintStream</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="java.lang.Throwable#printStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="printStackTrace():Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#printStackTrace():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">printStackTrace</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="org.scalatest.Assertions.NormalResult#result" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="result:Any"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#result:Any" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">val</span> </span> <span class="symbol"> <span class="name">result</span><span class="result">: <span class="extype" name="scala.Any">Any</span></span> </span> </li><li name="java.lang.Throwable#setStackTrace" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="setStackTrace(x$1:Array[StackTraceElement]):Unit"></a><a id="setStackTrace(Array[StackTraceElement]):Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#setStackTrace(x$1:Array[StackTraceElement]):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">setStackTrace</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Array">Array</span>[<span class="extype" name="java.lang.StackTraceElement">StackTraceElement</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Throwable</dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#synchronized[T0](x$1:=&gt;T0):T0" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalatest.Assertions.NormalResult#toString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#toString():String" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.Assertions.NormalResult">NormalResult</a> → Throwable → AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#wait():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a> <span class="permalink"> <a href="../../org/scalatest/Assertions$$NormalResult.html#wait(x$1:Long):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li> </ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.Serializable"> <h3>Inherited from <span class="extype" name="scala.Serializable">Serializable</span></h3> </div><div class="parent" name="scala.Product"> <h3>Inherited from <span class="extype" name="scala.Product">Product</span></h3> </div><div class="parent" name="scala.Equals"> <h3>Inherited from <span class="extype" name="scala.Equals">Equals</span></h3> </div><div class="parent" name="java.lang.Throwable"> <h3>Inherited from <span class="extype" name="java.lang.Throwable">Throwable</span></h3> </div><div class="parent" name="java.io.Serializable"> <h3>Inherited from <span class="extype" name="java.io.Serializable">Serializable</span></h3> </div><div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </div> </div> </div> </body> </html>
scalatest/scalatest-website
public/scaladoc/3.0.8/org/scalatest/Assertions$$NormalResult.html
HTML
apache-2.0
47,006
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_11.html">Class Test_AbaRouteValidator_11</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_23066_bad </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_11.html?line=14848#src-14848" >testAbaNumberCheck_23066_bad</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:40:20 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_23066_bad</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/exceptions/AbaRouteValidationException.html?id=18386#AbaRouteValidationException" title="AbaRouteValidationException" name="sl-43">com.cardatechnologies.utils.validators.abaroutevalidator.exceptions.AbaRouteValidationException</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/ErrorCodes.html?id=18386#ErrorCodes" title="ErrorCodes" name="sl-42">com.cardatechnologies.utils.validators.abaroutevalidator.ErrorCodes</a> </td> <td> <span class="sortValue">0.5714286</span>57.1% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="57.1% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:57.1%"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=18386#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.29411766</span>29.4% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="29.4% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:29.4%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_11_testAbaNumberCheck_23066_bad_e6q.html
HTML
apache-2.0
10,987
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Fri Feb 27 09:03:42 EET 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class fi.d1.androidactivitytracker.Storage (AndroidActivityTracker 1.0.0 API)</title> <meta name="date" content="2015-02-27"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class fi.d1.androidactivitytracker.Storage (AndroidActivityTracker 1.0.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../fi/d1/androidactivitytracker/Storage.html" title="class in fi.d1.androidactivitytracker">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?fi/d1/androidactivitytracker/class-use/Storage.html" target="_top">Frames</a></li> <li><a href="Storage.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 fi.d1.androidactivitytracker.Storage" class="title">Uses of Class<br>fi.d1.androidactivitytracker.Storage</h2> </div> <div class="classUseContainer">No usage of fi.d1.androidactivitytracker.Storage</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="../../../../fi/d1/androidactivitytracker/Storage.html" title="class in fi.d1.androidactivitytracker">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?fi/d1/androidactivitytracker/class-use/Storage.html" target="_top">Frames</a></li> <li><a href="Storage.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p> </body> </html>
plokk/android-activity-tracker
doc/javadoc/fi/d1/androidactivitytracker/class-use/Storage.html
HTML
apache-2.0
4,299
<template #template let-c="close" let-d="dismiss"> <div class="modal-header"> <button type="button" class="close" aria-label="Close" (click)="d('Cross click')"> <span aria-hidden="true">&times;</span> </button> <h4 class="modal-title">Change secret</h4> </div> <div class="modal-body"> <form #f="ngForm" class="form-horizontal" novalidate> <div class="alert alert-danger" role="alert"> <b>WARNING!</b><br/>Changing API secret could prevent others accessing this server!<br/>After successful change operation Slamby Insight will restart immediately. </div> <div ngModelGroup="secretGroup" equalTo> <div class="form-group" [class.has-error]="secret.errors && secret.touched"> <label for="secret" class="col-sm-4 control-label">New Secret</label> <div class="col-sm-7"> <input type="password" class="form-control" [(ngModel)]="newSecret" name="secret" #secret="ngModel" required minlength="6" maxlength="32"> <div *ngIf="secret.errors && secret.touched"> <p class="text-danger" *ngIf="secret.errors?.required"> This field is required </p> <p class="text-danger" *ngIf="secret.errors?.minlength"> Length must be minimum of 6 characters </p> </div> </div> </div> <div class="form-group" [class.has-error]="f.form.controls.secretGroup?.errors && secretAgain.touched"> <label for="secretAgain" class="col-sm-4 control-label">New Secret Again</label> <div class="col-sm-7"> <input type="password" class="form-control" ngModel name="secretAgain" #secretAgain="ngModel"> <div *ngIf="f.form.controls.secretGroup?.errors && secretAgain.touched"> <p class="text-danger" *ngIf="f.form.controls.secretGroup?.errors?.equalTo"> Secrets do not match </p> </div> </div> </div> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-success" (click)="change()" [disabled]="!f.valid">Change</button> <button type="button" class="btn btn-warning" (click)="c('Cancel')">Cancel</button> </div> </template>
slamby/slamby-insight
src/app/common/components/change-secret-dialog.component.html
HTML
apache-2.0
2,125
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_111) on Thu Jan 12 00:47:16 CET 2017 --> <title>PointPositionException</title> <meta name="date" content="2017-01-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="PointPositionException"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PointPositionException.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&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/cypaubr/jmath/PointPositionException.html" target="_top">Frames</a></li> <li><a href="PointPositionException.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.cypaubr.jmath</div> <h2 title="Class PointPositionException" class="title">Class PointPositionException</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Throwable</li> <li> <ul class="inheritance"> <li>java.lang.Exception</li> <li> <ul class="inheritance"> <li>com.cypaubr.jmath.PointPositionException</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">PointPositionException</span> extends java.lang.Exception</pre> <div class="block">Exception when the point are not matching an expected shape (a square for example)</div> <dl> <dt><span class="simpleTagLabel">Version:</span></dt> <dd>1.0</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Cyprien A.</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../serialized-form.html#com.cypaubr.jmath.PointPositionException">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../com/cypaubr/jmath/PointPositionException.html#PointPositionException--">PointPositionException</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/cypaubr/jmath/PointPositionException.html#getMessage--">getMessage</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Throwable</h3> <code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="PointPositionException--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PointPositionException</h4> <pre>public&nbsp;PointPositionException()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getMessage--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getMessage</h4> <pre>public&nbsp;java.lang.String&nbsp;getMessage()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>getMessage</code>&nbsp;in class&nbsp;<code>java.lang.Throwable</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PointPositionException.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&nbsp;Class</li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/cypaubr/jmath/PointPositionException.html" target="_top">Frames</a></li> <li><a href="PointPositionException.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Cypaubr/JMath
docs/com/cypaubr/jmath/PointPositionException.html
HTML
apache-2.0
9,838
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_92) on Wed Jul 27 21:19:22 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class net.sourceforge.pmd.util.database.DBMSMetadata (PMD 5.5.1 API)</title> <meta name="date" content="2016-07-27"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class net.sourceforge.pmd.util.database.DBMSMetadata (PMD 5.5.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../net/sourceforge/pmd/util/database/DBMSMetadata.html" title="class in net.sourceforge.pmd.util.database">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?net/sourceforge/pmd/util/database/class-use/DBMSMetadata.html" target="_top">Frames</a></li> <li><a href="DBMSMetadata.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class net.sourceforge.pmd.util.database.DBMSMetadata" class="title">Uses of Class<br>net.sourceforge.pmd.util.database.DBMSMetadata</h2> </div> <div class="classUseContainer">No usage of net.sourceforge.pmd.util.database.DBMSMetadata</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="../../../../../../net/sourceforge/pmd/util/database/DBMSMetadata.html" title="class in net.sourceforge.pmd.util.database">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?net/sourceforge/pmd/util/database/class-use/DBMSMetadata.html" target="_top">Frames</a></li> <li><a href="DBMSMetadata.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p> </body> </html>
jasonwee/videoOnCloud
pmd/pmd-doc-5.5.1/apidocs/net/sourceforge/pmd/util/database/class-use/DBMSMetadata.html
HTML
apache-2.0
4,763
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Thu May 29 11:39:01 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package com.fasterxml.jackson.core.util (Jackson-core 2.4.0 API)</title> <meta name="date" content="2014-05-29"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package com.fasterxml.jackson.core.util (Jackson-core 2.4.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/fasterxml/jackson/core/util/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package com.fasterxml.jackson.core.util" class="title">Uses of Package<br>com.fasterxml.jackson.core.util</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../com/fasterxml/jackson/core/util/package-summary.html">com.fasterxml.jackson.core.util</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.fasterxml.jackson.core">com.fasterxml.jackson.core</a></td> <td class="colLast"> <div class="block">Main public API classes of the core streaming JSON processor: most importantly <a href="../../../../../com/fasterxml/jackson/core/JsonFactory.html" title="class in com.fasterxml.jackson.core"><code>JsonFactory</code></a> used for constructing JSON parser (<a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core"><code>JsonParser</code></a>) and generator (<a href="../../../../../com/fasterxml/jackson/core/JsonGenerator.html" title="class in com.fasterxml.jackson.core"><code>JsonGenerator</code></a>) instances.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.fasterxml.jackson.core.base">com.fasterxml.jackson.core.base</a></td> <td class="colLast"> <div class="block">Base classes used by concrete Parser and Generator implementations; contain functionality that is not specific to JSON or input abstraction (byte vs char).</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#com.fasterxml.jackson.core.io">com.fasterxml.jackson.core.io</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.fasterxml.jackson.core.util">com.fasterxml.jackson.core.util</a></td> <td class="colLast"> <div class="block">Utility classes used by Jackson Core functionality.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.fasterxml.jackson.core"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/core/util/package-summary.html">com.fasterxml.jackson.core.util</a> used by <a href="../../../../../com/fasterxml/jackson/core/package-summary.html">com.fasterxml.jackson.core</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/BufferRecycler.html#com.fasterxml.jackson.core">BufferRecycler</a> <div class="block">This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/ByteArrayBuilder.html#com.fasterxml.jackson.core">ByteArrayBuilder</a> <div class="block">Helper class that is similar to <a href="http://docs.oracle.com/javase/6/docs/api/java/io/ByteArrayOutputStream.html?is-external=true" title="class or interface in java.io"><code>ByteArrayOutputStream</code></a> in usage, but more geared to Jackson use cases internally.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.fasterxml.jackson.core.base"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/core/util/package-summary.html">com.fasterxml.jackson.core.util</a> used by <a href="../../../../../com/fasterxml/jackson/core/base/package-summary.html">com.fasterxml.jackson.core.base</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/ByteArrayBuilder.html#com.fasterxml.jackson.core.base">ByteArrayBuilder</a> <div class="block">Helper class that is similar to <a href="http://docs.oracle.com/javase/6/docs/api/java/io/ByteArrayOutputStream.html?is-external=true" title="class or interface in java.io"><code>ByteArrayOutputStream</code></a> in usage, but more geared to Jackson use cases internally.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/TextBuffer.html#com.fasterxml.jackson.core.base">TextBuffer</a> <div class="block">TextBuffer is a class similar to <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang"><code>StringBuffer</code></a>, with following differences: TextBuffer uses segments character arrays, to avoid having to do additional array copies when array is not big enough.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.fasterxml.jackson.core.io"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/core/util/package-summary.html">com.fasterxml.jackson.core.util</a> used by <a href="../../../../../com/fasterxml/jackson/core/io/package-summary.html">com.fasterxml.jackson.core.io</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/BufferRecycler.html#com.fasterxml.jackson.core.io">BufferRecycler</a> <div class="block">This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/ByteArrayBuilder.html#com.fasterxml.jackson.core.io">ByteArrayBuilder</a> <div class="block">Helper class that is similar to <a href="http://docs.oracle.com/javase/6/docs/api/java/io/ByteArrayOutputStream.html?is-external=true" title="class or interface in java.io"><code>ByteArrayOutputStream</code></a> in usage, but more geared to Jackson use cases internally.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/TextBuffer.html#com.fasterxml.jackson.core.io">TextBuffer</a> <div class="block">TextBuffer is a class similar to <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang"><code>StringBuffer</code></a>, with following differences: TextBuffer uses segments character arrays, to avoid having to do additional array copies when array is not big enough.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.fasterxml.jackson.core.util"> <!-- --> </a> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../com/fasterxml/jackson/core/util/package-summary.html">com.fasterxml.jackson.core.util</a> used by <a href="../../../../../com/fasterxml/jackson/core/util/package-summary.html">com.fasterxml.jackson.core.util</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/BufferRecycler.html#com.fasterxml.jackson.core.util">BufferRecycler</a> <div class="block">This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/DefaultPrettyPrinter.html#com.fasterxml.jackson.core.util">DefaultPrettyPrinter</a> <div class="block">Default <a href="../../../../../com/fasterxml/jackson/core/PrettyPrinter.html" title="interface in com.fasterxml.jackson.core"><code>PrettyPrinter</code></a> implementation that uses 2-space indentation with platform-default linefeeds.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/DefaultPrettyPrinter.FixedSpaceIndenter.html#com.fasterxml.jackson.core.util">DefaultPrettyPrinter.FixedSpaceIndenter</a> <div class="block">This is a very simple indenter that only every adds a single space for indentation.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/DefaultPrettyPrinter.Indenter.html#com.fasterxml.jackson.core.util">DefaultPrettyPrinter.Indenter</a> <div class="block">Interface that defines objects that can produce indentation used to separate object entries and array values.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/DefaultPrettyPrinter.Lf2SpacesIndenter.html#com.fasterxml.jackson.core.util">DefaultPrettyPrinter.Lf2SpacesIndenter</a> <div class="block">Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/DefaultPrettyPrinter.NopIndenter.html#com.fasterxml.jackson.core.util">DefaultPrettyPrinter.NopIndenter</a> <div class="block">Dummy implementation that adds no indentation whatsoever</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/Instantiatable.html#com.fasterxml.jackson.core.util">Instantiatable</a> <div class="block">Add-on interface used to indicate things that may be "blueprint" objects which can not be used as is, but are used for creating usable per-process (serialization, deserialization) instances, using <a href="../../../../../com/fasterxml/jackson/core/util/Instantiatable.html#createInstance()"><code>Instantiatable.createInstance()</code></a> method.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/InternCache.html#com.fasterxml.jackson.core.util">InternCache</a> <div class="block">Singleton class that adds a simple first-level cache in front of regular String.intern() functionality.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/JsonParserDelegate.html#com.fasterxml.jackson.core.util">JsonParserDelegate</a> <div class="block">Helper class that implements <a href="http://en.wikipedia.org/wiki/Delegation_pattern">delegation pattern</a> for <a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core"><code>JsonParser</code></a>, to allow for simple overridability of basic parsing functionality.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../com/fasterxml/jackson/core/util/class-use/JsonParserSequence.html#com.fasterxml.jackson.core.util">JsonParserSequence</a> <div class="block">Helper class that can be used to sequence multiple physical <a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core"><code>JsonParser</code></a>s to create a single logical sequence of tokens, as a single <a href="../../../../../com/fasterxml/jackson/core/JsonParser.html" title="class in com.fasterxml.jackson.core"><code>JsonParser</code></a>.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/fasterxml/jackson/core/util/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> </body> </html>
FasterXML/jackson-core
docs/javadoc/2.4/com/fasterxml/jackson/core/util/package-use.html
HTML
apache-2.0
15,913
<!DOCTYPE html> <html devsite> <head> <meta name="project_path" value="/web/tools/workbox/_project.yaml" /> <meta name="book_path" value="/web/tools/workbox/_book.yaml" /> <meta name="gtm_var" data-key="docType" data-value="reference"> <title>Class: Route</title> <link href="jsdoc.css" rel="stylesheet"> </head> <body> <div id="jsdoc-body-container"> <div id="jsdoc-content"> <div id="jsdoc-content-container"> <div id="jsdoc-main" role="main"> <header class="page-header"> <h1><small><a href="workbox.html">workbox</a>.<wbr><a href="workbox.routing.html">routing</a>.<wbr></small><span class="symbol-name">Route</span></h1> <div class="symbol-detail-labels"><span class="label label-kind"><small>class</small></span>&nbsp;&nbsp;&nbsp;<span class="label label-static"><small>static</small></span></div> <div class="symbol-detail-labels"> <span class="label label-kind"><small>Version</small></span> &nbsp;&nbsp;&nbsp; <span class="label label-version"><small>v3.6.1</small></span> </div> <p>A <code>Route</code> consists of a pair of callback functions, &quot;match&quot; and &quot;handler&quot;. The &quot;match&quot; callback determine if a route should be used to &quot;handle&quot; a request by returning a non-falsy value if it can. The &quot;handler&quot; callback is called when there is a match and should return a Promise that resolves to a <code>Response</code>.</p> </header> <section> <h2>Constructor</h2> <section> <h3 id="Route" class="symbol-name">Route</h3> <p class="type-signature"> new Route(match, handler, method)</p> <p>Constructor for Route class.</p> <section> <table class="function param responsive"> <tr> <th colspan="2"> <h4>Parameter</h4> </th> </tr> <tbody> <tr> <td class="details-table-name"> <p>match</p> </td> <td> <p class="details-table-types"><a href="workbox.routing.Route.html#~matchCallback">workbox.routing.Route~matchCallback</a></p> <p>A callback function that determines whether the route matches a given <code>fetch</code> event by returning a non-falsy value.</p> </td> </tr> <tr> <td class="details-table-name"> <p>handler</p> </td> <td> <p class="details-table-types"><a href="workbox.routing.Route.html#~handlerCallback">workbox.routing.Route~handlerCallback</a></p> <p>A callback function that returns a Promise resolving to a Response.</p> </td> </tr> <tr> <td class="details-table-name"> <p>method</p> </td> <td> <p class="details-table-optional">Optional</p> <p class="details-table-types">string</p> <p>The HTTP method to match the Route against. </p> </td> </tr> </tbody> </table> </section> <dl class="dl-compact"> </dl> </section> </section> <section> <h2>Abstract types</h2> <section> <h3 id="~handlerCallback" class="symbol-name">handlerCallback</h3> <div class="symbol-detail-labels"><span class="label label-inner"><small>inner</small></span></div> <p class="type-signature"> handlerCallback(context)&nbsp;returns&nbsp;Promise containing Response</p> <p>The &quot;handler&quot; callback is called when a service worker's <code>fetch</code> event has been matched by a <code>Route</code>. This callback should return a Promise that resolves with a <code>Response</code>.</p> <p>If a value is returned by the <a href="workbox.routing.Route.html#~matchCallback">match callback</a> it will be passed in as the <code>context.params</code> argument.</p> <section> <table class="function param responsive"> <tr> <th colspan="2"> <h4>Parameter</h4> </th> </tr> <tbody> <tr> <td class="details-table-name"> <p>context</p> </td> <td> <p class="details-table-types">Object</p> <p>Values in <code>context</code> have the following properties:</p> <table class="function param responsive"> <tr> <th colspan="2"> <h4>Parameter</h4> </th> </tr> <tbody> <tr> <td class="details-table-name"> <p>url</p> </td> <td> <p class="details-table-types">URL</p> <p>The request's URL.</p> </td> </tr> <tr> <td class="details-table-name"> <p>event</p> </td> <td> <p class="details-table-types">FetchEvent</p> <p>The service worker's <code>fetch</code> event. </p> </td> </tr> <tr> <td class="details-table-name"> <p>params</p> </td> <td> <p class="details-table-optional">Optional</p> <p class="details-table-types">Object</p> <p>Parameters returned by the Route's <a href="workbox.routing.Route.html#~matchCallback">match callback</a> function. This will be undefined if nothing was returned.</p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </section> <dl class="dl-compact"> <dt>Returns</dt> <dd> <p><code>Promise containing Response</code>&nbsp;The response that will fulfill the request.</p> </dd> </dl> <h3 id="~matchCallback" class="symbol-name">matchCallback</h3> <div class="symbol-detail-labels"><span class="label label-inner"><small>inner</small></span></div> <p class="type-signature"> matchCallback(context)&nbsp;returns&nbsp;(Object or null)</p> <p>The &quot;match&quot; callback is used to determine if a <code>Route</code> should handle a service worker's <code>fetch</code> event. Returning a truthy value means this <code>Route</code> will handle and respond to the event.</p> <p>Return <code>null</code> if this Route shouldn't match against the <code>fetch</code> event.</p> <p>Any truthy value returned by this callback will be passed to the Route's <a href="workbox.routing.Route.html#~handlerCallback">handler callback</a>.</p> <section> <table class="function param responsive"> <tr> <th colspan="2"> <h4>Parameter</h4> </th> </tr> <tbody> <tr> <td class="details-table-name"> <p>context</p> </td> <td> <p class="details-table-types">Object</p> <p>Values in <code>context</code> have the following properties:</p> <table class="function param responsive"> <tr> <th colspan="2"> <h4>Parameter</h4> </th> </tr> <tbody> <tr> <td class="details-table-name"> <p>url</p> </td> <td> <p class="details-table-types">URL</p> <p>The request's URL.</p> </td> </tr> <tr> <td class="details-table-name"> <p>event</p> </td> <td> <p class="details-table-types">FetchEvent</p> <p>The service worker's <code>fetch</code> event. </p> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </section> <dl class="dl-compact"> <dt>Returns</dt> <dd> <p><code>(Object or null)</code>&nbsp;To signify a match, return anything other than <code>null</code>. Return <code>null</code> if the route shouldn't match. <a href="workbox.routing.Route.html#~handlerCallback">handler</a>.</p> </dd> </dl> </section> </section> </div> </div> <nav id="jsdoc-toc-nav" role="navigation"></nav> </div> </div> </body> </html>
agektmr/WebFundamentals
src/content/en/tools/workbox/reference-docs/latest/workbox.routing.Route.html
HTML
apache-2.0
10,842
<!DOCTYPE html> <html> {% include head.html %} <body id="page-top" class="index"> {% include nav.html %} <!--Content--> <section id="portfolio"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-offset-4"> <img src="../../img/talleres/todospodemos.jpg" class="img-responsive" alt="{{ object.alt }}"> </div> <div class="col-lg-8 col-lg-offset-2" style="text-align: justify;"> <p>Es un formato de taller que se dicta en instituciones educativas en el que niños, adolescentes y educadores se transforman en coautores y el resultado del taller es un libro que se publica en Mono en español e inglés. </p> </div> </div> </div> </section> <!--Content--> {% include footer.html %} {% include js.html %} </body> </html>
anacesponda/mono-edutorial
_layouts/todospodemos.html
HTML
apache-2.0
883
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>百度离线版DEMO-标记地图上的点</title> <script type="text/javascript" src="js/apiv1.3.min.js"></script> <script type="text/javascript" src="js/MapWrapper.js"></script> <script type='text/javascript' src='http://api.map.baidu.com/library/GeoUtils/1.2/src/GeoUtils_min.js'></script> <!--script type="text/javascript" src="http://api.map.baidu.com/api?v=1.3"></script--> <link rel="stylesheet" type="text/css" href="bmap.css"/> </head> <body> <div style="height:640px;border:1px solid gray" id="container"></div> </body> </html> <script type="text/javascript"> var map = new BMap.Map("container",{mapType: BMAP_NORMAL_MAP,minZoom:7,maxZoom:14}); //设置卫星图为底图 var mapWforGPS = new BMapLib.MapWrapper(map, BMapLib.COORD_TYPE_GPS); var point = new BMap.Point(126.630000, 45.7095); // 初始化地图,设置中心点坐标和地图级别。 map.centerAndZoom(point,14); //添加地图类型切换控件 //map.addControl(new BMap.MapTypeControl()); //添加导航控件 map.addControl(new BMap.NavigationControl()); //添加概览图窗口控件 map.addControl(new BMap.OverviewMapControl({isOpen:true})); map.addControl(new BMap.ScaleControl({anchor: BMAP_ANCHOR_BOTTOM_LEFT})); // 启用滚轮放大缩小。 map.enableScrollWheelZoom(); // 启用键盘操作。 map.enableKeyboard(); //map.setCurrentCity("大庆市"); // baidu地图坐标点 var icon = { icon: new BMap.Icon('images/marker.png', new BMap.Size(24, 24)) } var baidu_coord = new BMap.Marker(new BMap.Point(126.630000, 45.70950), icon); var label = new BMap.Label('baidu coordinate', { offset: new BMap.Size(20, -10) }); label.setStyle({ borderColor: "#808080", color: "#333", cursor: "pointer" }); baidu_coord.setLabel(label); map.addOverlay(baidu_coord); //初略纠偏 粗略校正经度=原始经度+0.0111 、粗略校正纬度=原始纬度+0.0044 var icon3 = { icon: new BMap.Icon('images/marker.png', new BMap.Size(24, 24)) } var baidu_coord2 = new BMap.Marker(new BMap.Point(126.630000+0.0111, 45.70950 + 0.0044), icon); var label3 = new BMap.Label('baidu rough correction', { offset: new BMap.Size(20, -10) }); label3.setStyle({ borderColor: "#808080", color: "#333", cursor: "pointer" }); baidu_coord2.setLabel(label3); map.addOverlay(baidu_coord2); //gps 坐标点。 var icon2 = { icon: new BMap.Icon('images/marker.png', new BMap.Size(24, 24)) } var gps_coord = new BMap.Marker(new BMap.Point(126.630000, 45.70950), icon2); var label2 = new BMap.Label('gps coordinate', { offset: new BMap.Size(20, -10) }); label.setStyle({ borderColor: "#808080", color: "#333", cursor: "pointer" }); gps_coord.setLabel(label2); mapWforGPS.addOverlay(gps_coord); </script>
geekchow/OfflineMap
coordinate_correction.html
HTML
apache-2.0
3,043
<!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:12 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ChainedPrincipalTransformerConsumer (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="ChainedPrincipalTransformerConsumer (BOM: * : All 2012.12.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/ChainedPrincipalTransformerConsumer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformer.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerSupplier.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" target="_top">Frames</a></li> <li><a href="ChainedPrincipalTransformerConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.elytron</div> <h2 title="Interface ChainedPrincipalTransformerConsumer" class="title">Interface ChainedPrincipalTransformerConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformer.html" title="class in org.wildfly.swarm.config.elytron">ChainedPrincipalTransformer</a>&lt;T&gt;&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">ChainedPrincipalTransformerConsumer&lt;T extends <a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformer.html" title="class in org.wildfly.swarm.config.elytron">ChainedPrincipalTransformer</a>&lt;T&gt;&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html#accept-T-">accept</a></span>(<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="type parameter in ChainedPrincipalTransformerConsumer">T</a>&nbsp;value)</code> <div class="block">Configure a pre-constructed instance of ChainedPrincipalTransformer resource</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>default <a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="interface in org.wildfly.swarm.config.elytron">ChainedPrincipalTransformerConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="type parameter in ChainedPrincipalTransformerConsumer">T</a>&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html#andThen-org.wildfly.swarm.config.elytron.ChainedPrincipalTransformerConsumer-">andThen</a></span>(<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="interface in org.wildfly.swarm.config.elytron">ChainedPrincipalTransformerConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="type parameter in ChainedPrincipalTransformerConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="accept-org.wildfly.swarm.config.elytron.ChainedPrincipalTransformer-"> <!-- --> </a><a name="accept-T-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>accept</h4> <pre>void&nbsp;accept(<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="type parameter in ChainedPrincipalTransformerConsumer">T</a>&nbsp;value)</pre> <div class="block">Configure a pre-constructed instance of ChainedPrincipalTransformer resource</div> </li> </ul> <a name="andThen-org.wildfly.swarm.config.elytron.ChainedPrincipalTransformerConsumer-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>andThen</h4> <pre>default&nbsp;<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="interface in org.wildfly.swarm.config.elytron">ChainedPrincipalTransformerConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="type parameter in ChainedPrincipalTransformerConsumer">T</a>&gt;&nbsp;andThen(<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="interface in org.wildfly.swarm.config.elytron">ChainedPrincipalTransformerConsumer</a>&lt;<a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" title="type parameter in ChainedPrincipalTransformerConsumer">T</a>&gt;&nbsp;after)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ChainedPrincipalTransformerConsumer.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">WildFly Swarm API, 2012.12.0</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformer.html" title="class in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerSupplier.html" title="interface in org.wildfly.swarm.config.elytron"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html" target="_top">Frames</a></li> <li><a href="ChainedPrincipalTransformerConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2012.12.0/apidocs/org/wildfly/swarm/config/elytron/ChainedPrincipalTransformerConsumer.html
HTML
apache-2.0
11,960
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Wed Jul 17 13:50:51 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.remoting.EndpointConfigurationConsumer (BOM: * : All 2.5.0.Final API)</title> <meta name="date" content="2019-07-17"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.remoting.EndpointConfigurationConsumer (BOM: * : All 2.5.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface 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">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/remoting/class-use/EndpointConfigurationConsumer.html" target="_top">Frames</a></li> <li><a href="EndpointConfigurationConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.remoting.EndpointConfigurationConsumer" class="title">Uses of Interface<br>org.wildfly.swarm.config.remoting.EndpointConfigurationConsumer</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/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config.remoting">org.wildfly.swarm.config.remoting</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a> in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/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#endpointConfiguration-org.wildfly.swarm.config.remoting.EndpointConfigurationConsumer-">endpointConfiguration</a></span>(<a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a>&nbsp;consumer)</code> <div class="block">Endpoint configuration</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/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</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 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/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="type parameter in EndpointConfigurationConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">EndpointConfigurationConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html#andThen-org.wildfly.swarm.config.remoting.EndpointConfigurationConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="type parameter in EndpointConfigurationConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/wildfly/swarm/config/remoting/package-summary.html">org.wildfly.swarm.config.remoting</a> with parameters of type <a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>default <a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="type parameter in EndpointConfigurationConsumer">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">EndpointConfigurationConsumer.</span><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html#andThen-org.wildfly.swarm.config.remoting.EndpointConfigurationConsumer-">andThen</a></span>(<a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface in org.wildfly.swarm.config.remoting">EndpointConfigurationConsumer</a>&lt;<a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="type parameter in EndpointConfigurationConsumer">T</a>&gt;&nbsp;after)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/wildfly/swarm/config/remoting/EndpointConfigurationConsumer.html" title="interface 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">Thorntail API, 2.5.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/remoting/class-use/EndpointConfigurationConsumer.html" target="_top">Frames</a></li> <li><a href="EndpointConfigurationConsumer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.5.0.Final/apidocs/org/wildfly/swarm/config/remoting/class-use/EndpointConfigurationConsumer.html
HTML
apache-2.0
11,836
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Wed May 18 08:15:26 PDT 2011 --> <TITLE> LzoGenericProtobufBlockInputFormat </TITLE> <META NAME="date" CONTENT="2011-05-18"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="LzoGenericProtobufBlockInputFormat"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoBinaryBlockRecordReader.html" title="class in com.twitter.elephantbird.mapreduce.input"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoGenericProtobufBlockRecordReader.html" title="class in com.twitter.elephantbird.mapreduce.input"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/twitter/elephantbird/mapreduce/input/LzoGenericProtobufBlockInputFormat.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LzoGenericProtobufBlockInputFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.twitter.elephantbird.mapreduce.input</FONT> <BR> Class LzoGenericProtobufBlockInputFormat</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">org.apache.hadoop.mapreduce.InputFormat&lt;K,V&gt; <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">org.apache.hadoop.mapreduce.lib.input.FileInputFormat&lt;K,V&gt; <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoInputFormat.html" title="class in com.twitter.elephantbird.mapreduce.input">com.twitter.elephantbird.mapreduce.input.LzoInputFormat</A>&lt;org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.BytesWritable&gt; <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.twitter.elephantbird.mapreduce.input.LzoGenericProtobufBlockInputFormat</B> </PRE> <HR> <DL> <DT><PRE>public class <B>LzoGenericProtobufBlockInputFormat</B><DT>extends <A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoInputFormat.html" title="class in com.twitter.elephantbird.mapreduce.input">LzoInputFormat</A>&lt;org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.BytesWritable&gt;</DL> </PRE> <P> Similar to the LzoProtobufBlockInputFormat class, but instead of being specific to a given protocol buffer (via codegen of a LzoProtobufBlockInputFormat-derived class), this InputFormat returns <position, protobuf bytes> pairs and leaves the parsing of each individual protobuf into object form to the user. This has two advantages. One, if your data is composed of multiple types of protobufs which you know via some other method, you need to use this to decide the type at runtime. More common are situations where you just want an aggregate over all protobufs (such as a count) without caring about the individual protobuf fields, in which case this class is faster because you don't pay for protobuf object deserialization. <P> <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="../../../../../com/twitter/elephantbird/mapreduce/input/LzoGenericProtobufBlockInputFormat.html#LzoGenericProtobufBlockInputFormat()">LzoGenericProtobufBlockInputFormat</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;org.apache.hadoop.mapreduce.RecordReader&lt;org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.BytesWritable&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoGenericProtobufBlockInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</A></B>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split, org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;taskAttempt)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.twitter.elephantbird.mapreduce.input.LzoInputFormat"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class com.twitter.elephantbird.mapreduce.input.<A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoInputFormat.html" title="class in com.twitter.elephantbird.mapreduce.input">LzoInputFormat</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoInputFormat.html#getSplits(org.apache.hadoop.mapreduce.JobContext)">getSplits</A>, <A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoInputFormat.html#isSplitable(org.apache.hadoop.mapreduce.JobContext, org.apache.hadoop.fs.Path)">isSplitable</A>, <A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoInputFormat.html#listStatus(org.apache.hadoop.mapreduce.JobContext)">listStatus</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_org.apache.hadoop.mapreduce.lib.input.FileInputFormat"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class org.apache.hadoop.mapreduce.lib.input.FileInputFormat</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>addInputPath, addInputPaths, computeSplitSize, getBlockIndex, getFormatMinSplitSize, getInputPathFilter, getInputPaths, getMaxSplitSize, getMinSplitSize, setInputPathFilter, setInputPaths, setInputPaths, setMaxInputSplitSize, setMinInputSplitSize</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <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="LzoGenericProtobufBlockInputFormat()"><!-- --></A><H3> LzoGenericProtobufBlockInputFormat</H3> <PRE> public <B>LzoGenericProtobufBlockInputFormat</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="createRecordReader(org.apache.hadoop.mapreduce.InputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext)"><!-- --></A><H3> createRecordReader</H3> <PRE> public org.apache.hadoop.mapreduce.RecordReader&lt;org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.BytesWritable&gt; <B>createRecordReader</B>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split, org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;taskAttempt) throws java.io.IOException, java.lang.InterruptedException</PRE> <DL> <DD><DL> <DT><B>Specified by:</B><DD><CODE>createRecordReader</CODE> in class <CODE>org.apache.hadoop.mapreduce.InputFormat&lt;org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.BytesWritable&gt;</CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> <DD><CODE>java.lang.InterruptedException</CODE></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoBinaryBlockRecordReader.html" title="class in com.twitter.elephantbird.mapreduce.input"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../com/twitter/elephantbird/mapreduce/input/LzoGenericProtobufBlockRecordReader.html" title="class in com.twitter.elephantbird.mapreduce.input"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?com/twitter/elephantbird/mapreduce/input/LzoGenericProtobufBlockInputFormat.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LzoGenericProtobufBlockInputFormat.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
11xor6/elephant-bird
javadoc/com/twitter/elephantbird/mapreduce/input/LzoGenericProtobufBlockInputFormat.html
HTML
apache-2.0
14,982
<!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 `P_ALL` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, P_ALL"> <title>libc::P_ALL - 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"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </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"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'P_ALL', 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'>libc</a>::<wbr><a class="constant" href=''>P_ALL</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'>&#x2212;</span>] </a> </span><a class='srclink' href='../src/libc/unix/notbsd/mod.rs.html#750' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const P_ALL: <a class="type" href="../libc/type.idtype_t.html" title="type libc::idtype_t">idtype_t</a><code> = </code><code>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>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</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 = "libc"; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
nitro-devs/nitro-game-engine
docs/libc/constant.P_ALL.html
HTML
apache-2.0
4,286
<!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:16:44 CST 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface org.apache.hadoop.mapreduce.v2.hs.protocolPB.HSAdminRefreshProtocolPB (hadoop-mapreduce-client-hs 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 Interface org.apache.hadoop.mapreduce.v2.hs.protocolPB.HSAdminRefreshProtocolPB (hadoop-mapreduce-client-hs 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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolPB.html" title="interface in org.apache.hadoop.mapreduce.v2.hs.protocolPB"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?org/apache/hadoop/mapreduce/v2/hs/protocolPB//class-useHSAdminRefreshProtocolPB.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HSAdminRefreshProtocolPB.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>org.apache.hadoop.mapreduce.v2.hs.protocolPB.HSAdminRefreshProtocolPB</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/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolPB.html" title="interface in org.apache.hadoop.mapreduce.v2.hs.protocolPB">HSAdminRefreshProtocolPB</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.mapreduce.v2.hs.protocolPB"><B>org.apache.hadoop.mapreduce.v2.hs.protocolPB</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.mapreduce.v2.hs.protocolPB"><!-- --></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/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolPB.html" title="interface in org.apache.hadoop.mapreduce.v2.hs.protocolPB">HSAdminRefreshProtocolPB</A> in <A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/package-summary.html">org.apache.hadoop.mapreduce.v2.hs.protocolPB</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/package-summary.html">org.apache.hadoop.mapreduce.v2.hs.protocolPB</A> that implement <A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolPB.html" title="interface in org.apache.hadoop.mapreduce.v2.hs.protocolPB">HSAdminRefreshProtocolPB</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolServerSideTranslatorPB.html" title="class in org.apache.hadoop.mapreduce.v2.hs.protocolPB">HSAdminRefreshProtocolServerSideTranslatorPB</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/package-summary.html">org.apache.hadoop.mapreduce.v2.hs.protocolPB</A> with parameters of type <A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolPB.html" title="interface in org.apache.hadoop.mapreduce.v2.hs.protocolPB">HSAdminRefreshProtocolPB</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolClientSideTranslatorPB.html#HSAdminRefreshProtocolClientSideTranslatorPB(org.apache.hadoop.mapreduce.v2.hs.protocolPB.HSAdminRefreshProtocolPB)">HSAdminRefreshProtocolClientSideTranslatorPB</A></B>(<A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolPB.html" title="interface in org.apache.hadoop.mapreduce.v2.hs.protocolPB">HSAdminRefreshProtocolPB</A>&nbsp;rpcProxy)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/apache/hadoop/mapreduce/v2/hs/protocolPB/HSAdminRefreshProtocolPB.html" title="interface in org.apache.hadoop.mapreduce.v2.hs.protocolPB"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?org/apache/hadoop/mapreduce/v2/hs/protocolPB//class-useHSAdminRefreshProtocolPB.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="HSAdminRefreshProtocolPB.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
jsrudani/HadoopHDFSProject
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/target/org/apache/hadoop/mapreduce/v2/hs/protocolPB/class-use/HSAdminRefreshProtocolPB.html
HTML
apache-2.0
10,129
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <style> body { background: #232323; } .card { margin-top:30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 300px; margin: auto; text-align: center; font-family: arial; } .title { color: grey; font-size: 18px; } button { border: none; outline: 0; display: inline-block; padding: 8px; color: white; background-color: #000; text-align: center; cursor: pointer; width: 100%; font-size: 18px; } a { text-decoration: none; font-size: 22px; color: black; } button:hover, a:hover{ opacity: 0.7; } #disqus_thread{ margin-left:50px; margin-right:50px; } </style> </head> <body> <div class="card"> <img src="Krshivam.github.io/IMG_20181204_135430.jpg" alt="Shivam" style="width:100%;height:300px"> <h1>Shivam Kumar</h1> <p class="title">BS-MS Student @</p> <p>IISER Mohali</p> <div style="margin: 24px 0;"> <a href="https://github.com/Krshivam" target="blank"><i class="fa fa-github"></i></a> <a href="https://twitter.com/sk_tgl" target="blank"><i class="fa fa-twitter"></i></a> <a href="https://www.linkedin.com/in/krshivam/" target="blank"><i class="fa fa-linkedin"></i></a> <a href="https://www.facebook.com/ANONYMOUS.UNAVAILABLE" target="blank"><i class="fa fa-facebook"></i></a> <a href="https://medium.com/@shivam.kr131997" target="blank"><i class="fa fa-medium"></i></a> <a href="./Resume.pdf" target="blank">CV</a> </div> <p><button>Discuss </button></p> </div> </body> <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ /* var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; */ (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script'); s.src = 'https://krshivam.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> </html>
Krshivam/Krshivam.github.io
index.html
HTML
apache-2.0
2,757
<!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:17:27 CST 2015 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Class Hierarchy (Apache Hadoop Archives 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="Class Hierarchy (Apache Hadoop Archives 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="org/apache/hadoop/tools/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For All Packages</H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="org/apache/hadoop/tools/package-tree.html">org.apache.hadoop.tools</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL> <LI TYPE="circle">org.apache.hadoop.tools.<A HREF="org/apache/hadoop/tools/HadoopArchives.html" title="class in org.apache.hadoop.tools"><B>HadoopArchives</B></A> (implements org.apache.hadoop.util.Tool) </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="org/apache/hadoop/tools/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
jsrudani/HadoopHDFSProject
hadoop-tools/hadoop-archives/target/overview-tree.html
HTML
apache-2.0
5,676
<html> <body> Layout: Yes, kittens. Page: Yes, kittens. Partial: Yes, kittens. </body> </html>
bb-drummer/node-patternlibrary
test/fixtures.staticpages/data-page/expected/index.html
HTML
apache-2.0
116
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Leap Transform Plugin</title> <style> body{ margin: 0; font-family: Helvetica; } canvas{ pointer-events: none; } input{ cursor: pointer; } #connect-leap{ bottom: 0; top: auto !important; } table, th, td { border: 1px solid #aaa; } table { border-collapse: collapse; } td, th { vertical-align: top; padding: 3px; } th { color: #555; } #view-source { position: absolute; top: 0; right: 0; margin: 10px; } </style> <script src="//cdnjs.cloudflare.com/ajax/libs/three.js/r74/three.min.js"></script> <script src="//js.leapmotion.com/leap-0.6.3.min.js"></script> <script src="../leap-plugins-0.1.12.js"></script> <script src="//js.leapmotion.com/leap.rigged-hand-0.1.5.min.js"></script> </head> <body> <a id="view-source" href="#">View Source</a> <h1>Transform Plugin</h1> <p> Transforms Leap data based off of a rotation matrix or a THREE.js rotation and vectors. </p> <p> Here we use the riggedHand to visualize the transformations, but it is not required. All data in the frame is altered by the transform plugin. </p> <p> Parameters can be either static objects or methods which transform on every frame. </p> <p> In this way, you can then transform individual hands based upon their id. </p> <br/> <div style="float: left;"> <label>Rotation: <span id="rotationOutput">0</span>π</label><br/> <input id="rotationInput" type="range" min="-1" max="1" value="0" step="0.001"> </div> <div style="float: left;"> <label>Z Position: <span id="positionOutput">0</span></label><br/> <input id="positionInput" type="range" min="-1000" max="300" value="0" step="1"> </div> <div style="float: left;"> <label>Scale: <span id="scaleOutput">0.3</span></label><br/> <input id="scaleInput" type="range" min="0.1" max="1" value="0.3" step="0.01"> <!-- note - there seems to be a strange issue with THREEjs sections of the hand disappearing for scales larger than 1. Scale set as an option for the riggedHand will cause the issue. --> </div> <div style="float: left; padding: 10px"> <button id="showHide">Show/Hide</button> </div> <br/> <pre><code> // At the simplest: Leap.loop() .use('transform', { // move 20 cm back. position: new THREE.Vector3(0,0,-200) }); </code></pre> <br/> <h3>Options</h3> <table> <tr> <th>Name</th> <th>Default</th> <th>Description</th> </tr> <tr> <td>VR</td> <td>false</td> <td> Sets scale, position, and rotation transforms for HMD mode. These are: units in meters, 8cm forward, and all x, y, and z axis flipped. Also tells tracking to use head-mounted device mode. </td> </tr> <tr> <td>position</td> <td>undefined</td> <td>A THREE.Vector3 position offset vector</td> </tr> <tr> <td>quaternion</td> <td>undefined</td> <td>A THREE.Quaternion rotation</td> </tr> <tr> <td>scale</td> <td>undefined</td> <td>A THREE.Vector scale vector, or a single scalar to be applied to all three axis.</td> </tr> <tr> <td>effectiveParent</td> <td>undefined</td> <td>A THREE.Object3d, or anything which responds to `matrixWorld` and `scale`. This matrixWorld is applied to the hand data as well as any transformations specified through the other options. This allows hands to be "attached" to a camera.</td> </tr> </table> </body> <script> // all units in mm var initScene = function () { window.scene = new THREE.Scene(); window.renderer = new THREE.WebGLRenderer({ alpha: true }); window.renderer.setClearColor(0x000000, 0); window.renderer.setSize(window.innerWidth, window.innerHeight); window.renderer.domElement.style.position = 'fixed'; window.renderer.domElement.style.top = 0; window.renderer.domElement.style.left = 0; window.renderer.domElement.style.width = '100%'; window.renderer.domElement.style.height = '100%'; document.body.appendChild(window.renderer.domElement); window.scene.add(new THREE.AmbientLight(0x888888)); var pointLight = new THREE.PointLight(0xFFffff); pointLight.position = new THREE.Vector3(-20, 10, 100); pointLight.lookAt(new THREE.Vector3(0, 0, 0)); window.scene.add(pointLight); window.camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 0.1, 10000); window.camera.position.fromArray([0, 160, 400]); window.camera.lookAt(new THREE.Vector3(0, 0, 0)); window.addEventListener('resize', function () { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize(window.innerWidth, window.innerHeight); renderer.render(scene, camera); }, false); scene.add(camera); renderer.render(scene, camera); }; initScene(); Leap.loop() // note that transform must be _before_ rigged hand .use('transform', { quaternion: new THREE.Quaternion, position: new THREE.Vector3, scale: 0.3 }) .use('playback', {recording: 'finger-tap-54fps.json.lz'}) .use('riggedHand', { dotsMode: false, parent: scene, renderFn: function(){ renderer.render(scene, camera); } }) .connect(); window.transformPlugin = Leap.loopController.plugins.transform; document.getElementById('rotationInput').oninput = function(e){ var value = e.target.value; transformPlugin.quaternion.setFromEuler( new THREE.Euler(0, Math.PI * parseFloat(value,10) , 0) ); document.getElementById('rotationOutput').innerHTML = value; }; document.getElementById('positionInput').oninput = function(e){ var value = e.target.value; transformPlugin.position.set( 0,0,parseInt(value, 10) ); document.getElementById('positionOutput').innerHTML = value; }; document.getElementById('scaleInput').oninput = function(e){ var value = parseFloat(e.target.value,10); transformPlugin.scale.set( value, value, value ); document.getElementById('scaleOutput').innerHTML = value; }; document.getElementById('showHide').onclick = function(){ var el = document.querySelector('canvas'); if (el.style.display == 'none'){ el.style.display = 'block' }else { el.style.display = 'none' } } document.getElementById('view-source').href = 'view-source:' + window.location.href </script> </html>
leapmotion/leapjs-plugins
main/transform/index.html
HTML
apache-2.0
6,566
<!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_05) on Thu Nov 12 23:46:28 CET 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package org.osmdroid.google.wrapper (OSMdroid Third Party 5.0.1 API)</title> <meta name="date" content="2015-11-12"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package org.osmdroid.google.wrapper (OSMdroid Third Party 5.0.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/osmdroid/google/wrapper/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.osmdroid.google.wrapper" class="title">Uses of Package<br>org.osmdroid.google.wrapper</h1> </div> <div class="contentContainer">No usage of org.osmdroid.google.wrapper</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/osmdroid/google/wrapper/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2015. All Rights Reserved.</small></p> </body> </html>
osmdroid/OsmdroidXamarin
OsmdroidThirdPartyBinding/JavaDocs/osmdroid-third-party-5.0.1-javadoc/org/osmdroid/google/wrapper/package-use.html
HTML
apache-2.0
4,011
<!-- Copyright (c) 2014 Kinvey 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 ng-controller="ResetPasswordController"> <div class="main-div"> <form name="resetPasswordForm" novalidate> <h2>Forgot your password?</h2> <div> <p>Enter the email address you used to sign up, and we will send you a link to reset the password on your account.</p> </div> <div> <p ng-class="{'error-style': submitted}">Your email:</p> <input id="email-input" type="email" name="email" ng-model="email" ng-class="{'error-style': submitted}" placeholder="[email protected]" required/> <span class="reset-password" ng-show="submitted">A valid email address is required.</span> </div> <div> <button ng-click="resetPassword()">Reset Password</button> <a id="cancel-label" ng-click="logIn()">Cancel</a> </div> </form> </div> </div>
Kinvey/SignIn-Angular
templates/password_reset.html
HTML
apache-2.0
1,403
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Wed Jul 22 19:56:56 CEST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.parse4cn1.callback.DeleteCallback (Parse4CN1 API Documentation)</title> <meta name="date" content="2015-07-22"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.parse4cn1.callback.DeleteCallback (Parse4CN1 API Documentation)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../com/parse4cn1/callback/DeleteCallback.html" title="class in com.parse4cn1.callback">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/parse4cn1/callback/class-use/DeleteCallback.html" target="_top">Frames</a></li> <li><a href="DeleteCallback.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.parse4cn1.callback.DeleteCallback" class="title">Uses of Class<br>com.parse4cn1.callback.DeleteCallback</h2> </div> <div class="classUseContainer">No usage of com.parse4cn1.callback.DeleteCallback</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../com/parse4cn1/callback/DeleteCallback.html" title="class in com.parse4cn1.callback">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/parse4cn1/callback/class-use/DeleteCallback.html" target="_top">Frames</a></li> <li><a href="DeleteCallback.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
shannah/parse4cn1
dist/javadoc/com/parse4cn1/callback/class-use/DeleteCallback.html
HTML
apache-2.0
4,488
<div class="container mtb"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 centered"> <h2>About Jim</h2> <br> <div class="hline"></div> <br><br> </div> </div> <div class="row"> <div class="col-lg-6"> <br><img class="img-responsive" src="{{ "/assets/img/about-photo.jpeg" | prepend: site.baseurl }}" alt=""> <p class="photo-credit">Photo by J Carignan</p> <br> </div> <div class="col-lg-6"> <!-- <h4>About Jim</h4> --> <p>James E. Taylor has been drawing and painting ever since he first grasped a crayon in his Hawaiian Islands childhood. Trained in Photography in the U.S.Navy, graduating from A Schools, he served in North Africa, trained aircrews in patrol aircraft, worked with the Seabees in RI during the Vietnam Era, graduated from B School, was the LPO on the USS Yorktown (CVS10) on the last Anti-Sub Cruise of the cold war, and ended his naval career in the Atlantic Fleet Combat Camera Group in Norfolk, Virginia. </p> <p>Then he went on to a long career as an accomplished photographer, designer and marine artist, for many years in the Boston, Massachusetts, &amp; New England area. He exhibited in many museums, national art shows, and is represented widely in private and public collections. Now retired from the structure of work, he pursues new work painting in North Carolina where it is warm. Several of his paintings of birds have recently been awarded several prestigious prizes in both national and international arenas. Currently, in spring of 2016, Jim is working on several new paintings of sea birds, and coastal seascape. The new realism is providing a new and exciting focus for small workshops in his Nepenthe Studio.</p> <p><br/><a href="/contact/" class="btn btn-theme">Contact Me</a></p> </div> </div> </div><!-- /row --> </div> <!-- /container -->
jimjet520/jimjet520.github.io
_includes/about.html
HTML
apache-2.0
2,077
<!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:11:00 CET 2019 --> <title>Uses of Package org.deidentifier.arx.gui.view.impl.define</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="Uses of Package org.deidentifier.arx.gui.view.impl.define"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/deidentifier/arx/gui/view/impl/define/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.deidentifier.arx.gui.view.impl.define" class="title">Uses of Package<br>org.deidentifier.arx.gui.view.impl.define</h1> </div> <div class="contentContainer"> <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/deidentifier/arx/gui/view/impl/define/package-summary.html">org.deidentifier.arx.gui.view.impl.define</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.deidentifier.arx.gui.view.impl.define">org.deidentifier.arx.gui.view.impl.define</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.deidentifier.arx.gui.view.impl.define"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../org/deidentifier/arx/gui/view/impl/define/package-summary.html">org.deidentifier.arx.gui.view.impl.define</a> used by <a href="../../../../../../../org/deidentifier/arx/gui/view/impl/define/package-summary.html">org.deidentifier.arx.gui.view.impl.define</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../../../org/deidentifier/arx/gui/view/impl/define/class-use/LayoutPrivacySettings.html#org.deidentifier.arx.gui.view.impl.define">LayoutPrivacySettings</a> <div class="block">This layout manages views for criteria and the population model</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><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/deidentifier/arx/gui/view/impl/define/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
arx-deidentifier/arx
doc/org/deidentifier/arx/gui/view/impl/define/package-use.html
HTML
apache-2.0
6,107
<div class="row"> <div class="col-md-3"> <div class="panel panel-default"> <div class="panel-heading"> <a href="#shop/{{shop.id}}">{{shop.stylized}}</a> </div> <div class="panel-body"> <p>{{shop.short_desc}}</p> </div> </div> </div> <div ng-repeat="item in items" class="col-md-3"> <div class="panel panel-info"> <div class="panel-heading"> <h3 class="panel-title"> <a href="#/shop/{{shop.id}}/item/{{item.id}}"> {{item.name}} </a> </h3> </div> <div class="panel-body"> <p>{{item.short_desc}}</p> </div> </div> </div> </div>
n02647459/agora
angular/partials/shop/detailed.html
HTML
apache-2.0
619
<!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>IPNetwork: Class Hierarchy</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <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">IPNetwork &#160;<span id="projectnumber">2.2.0</span> </div> <div id="projectbrief">IPNetwork utility computes your ip, ipv4, ipv6, netmask, cidr, subnet, supernet and network</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">Class Hierarchy</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">This inheritance list is sorted roughly, but not completely, alphabetically:</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="interface_system_1_1_net_1_1_i_cidr_guess.html" target="_self">System.Net.ICidrGuess</a></td><td class="desc"></td></tr> <tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_system_1_1_net_1_1_cidr_class_full.html" target="_self">System.Net.CidrClassFull</a></td><td class="desc"></td></tr> <tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_system_1_1_net_1_1_cidr_class_less.html" target="_self">System.Net.CidrClassLess</a></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><b>IComparable</b></td><td class="desc"></td></tr> <tr id="row_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_system_1_1_net_1_1_i_p_network.html" target="_self">System.Net.IPNetwork</a></td><td class="desc">IP Network utility class. Use <a class="el" href="class_system_1_1_net_1_1_i_p_network.html#ac3f4f96b6eb5deafcee4c1c40ff17f9d" title="192.168.168.100 - 255.255.255.0 ">IPNetwork.Parse</a> to create instances. </td></tr> <tr id="row_2_"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><b>IEnumerable</b></td><td class="desc"></td></tr> <tr id="row_2_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_system_1_1_net_1_1_i_p_address_collection.html" target="_self">System.Net.IPAddressCollection</a></td><td class="desc"></td></tr> <tr id="row_2_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_system_1_1_net_1_1_i_p_network_collection.html" target="_self">System.Net.IPNetworkCollection</a></td><td class="desc"></td></tr> <tr id="row_3_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_3_" class="arrow" onclick="toggleFolder('3_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><b>IEnumerator</b></td><td class="desc"></td></tr> <tr id="row_3_0_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_system_1_1_net_1_1_i_p_address_collection.html" target="_self">System.Net.IPAddressCollection</a></td><td class="desc"></td></tr> <tr id="row_3_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_system_1_1_net_1_1_i_p_network_collection.html" target="_self">System.Net.IPNetworkCollection</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
lduchosal/ipnetwork
doc/html/hierarchy.html
HTML
bsd-2-clause
6,654
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>XapianTermGenerator.get_description</title> <link href="css/style.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > </head> <body bgcolor="#ffffff"> <table border="0" width="100%" bgcolor="#F0F0FF"> <tr> <td>Concept Framework 2.2 documentation</td> <td align="right"><a href="index.html">Contents</a> | <a href="index_fun.html">Index</a></td> </tr> </table> <h2><a href="XapianTermGenerator.html">XapianTermGenerator</a>.get_description</h2> <table border="0" cellspacing="0" cellpadding="0" width="500" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr bgcolor="#f0f0f0"> <td><i>Name</i></td> <td><i>Type</i></td> <td><i>Access</i></td> <td><i>Version</i></td> <td><i>Deprecated</i></td> </tr> <tr bgcolor="#fafafa"> <td><b>get_description</b></td> <td>function</td> <td>public</td> <td>version 1</td> <td>no</td> </tr> </table> <br /> <b>Prototype:</b><br /> <table bgcolor="#F0F0F0" width="100%" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"><tr><td><b>public function get_description()</b></td></tr></table> <br /> <br /> <b>Description:</b><br /> <table width="100%" bgcolor="#FAFAFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr><td> TODO: Document this </td></tr> </table> <br /> <b>Returns:</b><br /> // TO DO <br /> <br /> <!-- <p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html40" alt="Valid HTML 4.0 Transitional" height="31" width="88" border="0"></a> <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" border="0"/> </a> </p> --> <table bgcolor="#F0F0F0" width="100%"><tr><td>Documented by Devronium Autodocumenter Alpha, generation time: Sun Jan 27 18:15:29 2013 GMT</td><td align="right">(c)2013 <a href="http://www.devronium.com">Devronium Applications</a></td></tr></table> </body> </html>
Devronium/ConceptApplicationServer
core/server/Samples/CIDE/Help/XapianTermGenerator.get_description.html
HTML
bsd-2-clause
2,257
<html> <body><!--##SUBST DECORATED_HEADER --> <!-- EJB_JDBC - Don't use JDBC API from Sessin Beans --> <p>You should not work with persistent data using session beans, which should represent business processes. Using entity beans is better. <p>Entity beans are persistent objects that can be stored in permanent storage.</p> <!--##SUBST DECORATED_FOOTER --></body> </html>
kit-transue/software-emancipation-discover
Docs/QARules4Java/description/ejbjdbc/ejbjdbc.html
HTML
bsd-2-clause
385
<html> <head> <meta http-equiv="Refresh" content="0; url=intro.html" /> </head> <body> <p>Please follow <a href="intro.html">this link</a>.</p> </body> </html>
unbrice/py1
docs/_extra/index.html
HTML
bsd-2-clause
159
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Django Report Tools - Examples</title> <script type="text/javascript" src="https://www.google.com/jsapi"></script> </head> <body> {% block content %} {% endblock %} </body> </html>
evanbrumley/django-report-tools
tests/testproj/templates/base.html
HTML
bsd-2-clause
310
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>win32.graph.freeimage.FreeImage_AllocateT</title> <link href="css/style.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > </head> <body bgcolor="#ffffff"> <table border="0" width="100%" bgcolor="#F0F0FF"> <tr> <td>Concept Framework 2.2 documentation</td> <td align="right"><a href="index.html">Contents</a> | <a href="index_fun.html">Index</a></td> </tr> </table> <h2><a href="win32.graph.freeimage.html">win32.graph.freeimage</a>.FreeImage_AllocateT</h2> <table border="0" cellspacing="0" cellpadding="0" width="500" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr bgcolor="#f0f0f0"> <td><i>Name</i></td> <td><i>Version</i></td> <td><i>Deprecated</i></td> </tr> <tr bgcolor="#fafafa"> <td><b>FreeImage_AllocateT</b></td> <td>version 1.0</td> <td>no</td> </tr> </table> <br /> <b>Prototype:</b><br /> <table bgcolor="#F0F0F0" width="100%" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"><tr><td><b>number FreeImage_AllocateT(number type, number width, number height, number bpp, number red_mask, number green_mask, number blue_mask)</b></td></tr></table> <br /> <br /> <b>Description:</b><br /> <table width="100%" bgcolor="#FAFAFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr><td> While most imaging applications only deal with photographic images, many scientific applications need to deal with high resolution images (e.g. 16-bit greyscale images), with real valued pixels or even with complex pixels (think for example about the result of a Fast Fourier Transform applied to a 8-bit greyscale image: the result is a complex image). <br/>A special parameter, an enum named FREE_IMAGE_TYPE, is used to specify the bitmap type of a FIBITMAP. <br/> </td></tr> </table> <br /> <b>Returns:</b><br /> Returns a new image handle if succeeded, or null if failed. <br /> <br /> <!-- <p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html40" alt="Valid HTML 4.0 Transitional" height="31" width="88" border="0"></a> <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" border="0"/> </a> </p> --> <table bgcolor="#F0F0F0" width="100%"><tr><td>Documented by Eduard Suica, generation time: Sun Jan 27 18:15:20 2013 GMT</td><td align="right">(c)2013 <a href="http://www.devronium.com">Devronium Applications</a></td></tr></table> </body> </html>
Devronium/ConceptApplicationServer
core/server/Samples/CIDE/Help/win32.graph.freeimage.FreeImage_AllocateT.html
HTML
bsd-2-clause
2,759
<!DOCTYPE html> <html> <head> <title>Tumbax 1.0 - Display Tumblr feeds on your website - Jquery plugin</title> <script src="http://code.jquery.com/jquery-1.7.js"></script> <script type="text/javascript"> //mandatory---------------- var tumblrBlogLink="http://codehandling.tumblr.com/"; var tumblrApiKey="fuiKNFp9vQFvjLNvx4sUwti4Yb5yGutBN4Xh10LXZhhRKjWlV4"; //optional----------------- var tumbaxWidgetWidth = 800; var pathToLoadingImage = './loader.gif'; var tumbaxColumns = 2; /* var tumblrBlogLink="http://loor-audiovisual.tumblr.com"; var tumblrBlogLink="http://assassincreeds.tumblr.com"; var tumblrBlogLink="http://starsinatelescope.tumblr.com"; var tumblrBlogLink="http://edoro.tumblr.com"; var tumblrBlogLink="http://pizzeta.tumblr.com"; var tumblrBlogLink="http://aegilaetus.tumblr.com/"; var tumblrApiKey="fuiKNFp9vQFvjLNvx4sUwti4Yb5yGutBN4Xh10LXZhhRKjWlV4"; */ //optional parameters----------------------------------------------- function goClicked() { $('#tumbax').empty(); tumblrBlogLink=$('#tumblrBlogLink').val(); prepareTumbax(); } </script> <style> body { font-family: Calibri; font-size: 14px; text-align:center; } </style> </head> <body> <h1>Tumbax 1.0 - Display Tumblr feeds on your website - Jquery plugin</h1> Enter your Tumblr Blog Url: <span style="color:red;">(Ex: http://codehandling.tumblr.com)</span><br/> <input type="text" id="tumblrBlogLink"/>&nbsp; <input type="button" value="Go" onclick="goClicked();"/> <br/> <br/> <div id="tumbax"> </div> <script src="../strapping/tumbax.min.js"></script> </body> <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-58909495-1', 'auto'); ga('send', 'pageview'); </script> </html>
sfbarf/sfbarftemplates
tumblr_feeds.html
HTML
bsd-2-clause
2,185
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>BrooklynJS | The world's most popular programming language, in New York's most popular borough</title> <meta name="description" content="BrooklynJS | a JavaScript meetup for New York's favorite borough"> <meta name="viewport" content="width=device-width"> <style> body { padding: 0; background: #222; color: #fff; font-family: "Helvetica Neue", Helvetica, sans-serif; font-weight: 300; font-size: 125%; letter-spacing: .015em; } footer { text-align: center; font-size: .7em; width: 500px; margin: 50px auto; } header { width: 500px; margin: 20px auto; background: #222; font-weight: bold; font-size: 72px; text-align: left; border-top: 4px solid #fff; line-height: 68px; position: relative; } header span { position: absolute; top: 7px; height: 72px; width: 72px; border-radius: 50%; line-height: 72px; font-size: 60px; text-align: center; background: #f7df1e; color: #222; } header .j { right: 80px; } header .s { right: 0; } article { width: 500px; margin: 20px auto; } article p { border: 1px solid #fff; margin: 60px 0; font-weight: bold; padding: 20px; text-align: center; } ol { list-style-type: none; list-style-position: inside; text-align: left; margin: 0 auto; padding: 0 0 0 90px; } time { color: #999; position: absolute; font-size: 16px; left: -125px; top: 20px; width: 100px; text-align: right; } .stop { position: relative; padding-left: 30px; } .stop:before { content: ""; width: 12px; height: 12px; position: absolute; background-color: #222; border: 3px solid #fff; border-radius: 50%; display: block; left: -9px; top: 22px; } .end.stop:before { background-color: #fff; } .walk { border-left: 8px dotted #666; margin: -12px 0 -25px -4px; padding: 30px 0 40px 26px; } .ride { border-left: 8px solid #f7df1e; margin: -17px 0 -25px -4px; height: 60px; } .speaker { position: relative; padding-left: 30px; } .speaker:before { content: ""; width: 8px; height: 8px; position: absolute; background-color: #f7df1e; display: block; left: 2px; top: 25px; } small { font-size: 16px; color: #999; display: block; } a { color: #ddd; text-decoration: none; border-bottom: 1px dotted; } </style> <script> var then = new Date(2014,11,18) var days = 'Sunday Monday Tuesday Wednesday Thursday Friday Saturday'.split(' ') var months = 'January February March April May June July August September October November December'.split(' ') function suffixed(number) { if (number > 9 && number < 21) return number + "th" var lastDigit = number % 10 switch (lastDigit) { case 1: return number + "st" case 2: return number + "nd" case 3: return number + "rd" default: return number + "th" } } function longEventDate() { var weekday = days[then.getDay()] var month = months[then.getMonth()] var date = month + " " + suffixed(then.getDate()) document.write([weekday, date, "at 7pm"].join(", ")) } function shortEventDate() { document.write((then.getMonth()+1) + "/" + then.getDate()) } function timeLeft() { var now = new Date var n = 0 | (then - now) / 86400000 document.write( n > 1 ? n + " days" : n == 1 ? "1 day" : n == 0 ? "A while" : "" ) } function speakerTime() { speakerTime.i = -~speakerTime.i document.write("7:" + speakerTime.i + "0p") } </script> </head> <body> <header> Brooklyn <span class="j">J</span> <span class="s">S</span> </header> <article> <p> PLANNED DISRUPTION<br> <script>longEventDate()</script><br><br> Please follow the directions below. </p> <ol> <li class="end stop"> <time>now</time> <small>See the event board to</small> <div><a href="http://brooklynjs14.peatix.com">Get your ticket</a> and <a href="http://brooklynjs14.peatix.com">tell your friends</a></div> </li> <li class="ride"></li> <li class="stop"> <time> <script>timeLeft()</script> </time> <small>Nothing to do but</small> <div>Wait patiently</div> </li> <li class="ride"></li> <li class="end stop"> <time><script>shortEventDate()</script></time> <small>Make your way to our awesome venue,</small> <div><a href="//61local.com">61 Local</a> on <a href="//www.google.com/maps?q=61+Bergen+St+11201">Bergen St.</a></div> </li> <li class="ride"></li> <li class="end stop"> <time></time> <small>Maybe come early and geek out for some</small> <div><a href="http://brooklynjs14.peatix.com">Boroughgramming</a></div> </li> <li class="walk"> <small>Open the gray door in back, and</small> <div>Walk upstairs</div> </li> <li class="end stop"> <time>7:00p</time> <small>Grab a seat in time for</small> <div>Introduction and kickoff</div> </li> <li class="ride"></li> <li class="speaker"> <time><script>speakerTime()</script></time> <!-- To add yourself to this slot, change the following two lines and add a short description paragraph in the pull request. --> <small>Listen to our first speaker, or better yet</small> <div><a href="https://github.com/brooklynjs/brooklynjs.github.io/edit/master/index.html">BE OUR FIRST SPEAKER</a></div> </li> <li class="ride"></li> <li class="speaker"> <time><script>speakerTime()</script></time> <!-- To add yourself to this slot, change the following two lines and add a short description paragraph in the pull request. --> <small>Everything you wish you didnt know about online ads (in 10 minutes)</small> <div><a href="http://twitter.com/rememberlenny">Lenny Bogdonoff</a></div> </li> <li class="ride"></li> <li class="speaker"> <time><script>speakerTime()</script></time> <!-- To add yourself to this slot, change the following two lines and add a short description paragraph in the pull request. --> <small>Leon</small> <div><a href="https://github.com/brooklynjs/brooklynjs.github.io/edit/master/index.html">BE OUR THIRD SPEAKER</a></div> </li> <li class="ride"></li> <li class="speaker"> <time><script>speakerTime()</script></time> <!-- To add yourself to this slot, change the following two lines and add a short description paragraph in the pull request. --> <small>Listen to our fourth speaker, or better yet</small> <div><a href="https://github.com/brooklynjs/brooklynjs.github.io/edit/master/index.html">BE OUR FOURTH SPEAKER</a></div> </li> <li class="ride"></li> <li class="speaker"> <time><script>speakerTime()</script></time> <!-- To add yourself to this slot, change the following two lines and add a short description paragraph in the pull request. --> <small>Listen to our fifth speaker, or better yet</small> <div><a href="https://github.com/brooklynjs/brooklynjs.github.io/edit/master/index.html">BE OUR FIFTH SPEAKER</a></div> </li> <li class="ride"></li> <li class="stop"> <time>8:00p</time> <small>Wind down with the</small> <div>Wrap-up</div> </li> <li class="walk"> <small>Round-trip downstairs to the bar to get some</small> <div>Local <a href="//www.beermenus.com/places/2237-61-local">craft beer</a> / soda</div> </li> <li class="end stop"> <time>12:00a</time> <small>Geek out with your boroughmates during</small> <div>The beer.js social hour(s)</div> </li> </ol> </article> <footer> BrooklynJS expects all speakers and attendees<br>to follow the <a href="//jsconf.com/codeofconduct.html">JSConf code of conduct</a>. </footer> </body> </html>
rememberlenny/brooklynjs.github.io
index.html
HTML
bsd-2-clause
9,405
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <canvas id="game"></canvas> <p>The orange blocks should not collide with each other, but they should collide with the teal square in the center of the screen</p> <script src="../../lib/excalibur.js"></script> <script src="group.js"></script> </body> </html>
excaliburjs/Excalibur
sandbox/tests/group/index.html
HTML
bsd-2-clause
378
<!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_40) on Tue Sep 24 22:23:02 PDT 2013 --> <title>Uses of Package com.fredwilby.mandelbrot.color</title> <meta name="date" content="2013-09-24"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package com.fredwilby.mandelbrot.color"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/fredwilby/mandelbrot/color/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package com.fredwilby.mandelbrot.color" class="title">Uses of Package<br>com.fredwilby.mandelbrot.color</h1> </div> <div class="contentContainer">No usage of com.fredwilby.mandelbrot.color</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/fredwilby/mandelbrot/color/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
fredwilby/Math
doc/com/fredwilby/mandelbrot/color/package-use.html
HTML
bsd-2-clause
3,948
{% if nav_item.children %} <ul class="subnav A" > <li> <a class="p0" > <span class="main-title" data-title="{{ nav_item.title }}" >{{ nav_item.title }}</span> <div class="manipulate js-manipulate"><i class="fa fa-plus" ></i></div> </a> </li> {% for nav_item in nav_item.children %} {% include 'toc_left.html' %} {% endfor %} </ul> {% else %} <li class="m-title toctree-l1 {% if nav_item.active%}current{%endif%}" > <a class="{% if nav_item.active%}current{%endif%}" href="{{ nav_item.url }}">{{ nav_item.title }}</a> {% if nav_item == current_page %} <ul> {% if meta.nointro %}{% else %}<li class="toctree-l3"><a href="#introduction">Introduction</a></li>{%endif%} {% for toc_item in toc %} <li class="toctree-l3"><a href="{{ toc_item.url }}" class="sub-title">{{ toc_item.title }}</a></li> <!-- {% for toc_item in toc_item.children %} <li class="toctree-l4"><a href="{{ toc_item.url }}" class="sub-title" >{{ toc_item.title }}</a></li> {% endfor %} --> {% endfor %} {% if meta.surveyurl%}<li class="toctree-l3"><a href="#help-us-make-it-better">Help us make it better</a></li>{% endif %} </ul> {% endif %} </li> {% endif %}
SeeedDocument/Seeed-WiKi
mkdocs/themes/readthedocs/toc.html
HTML
bsd-2-clause
1,405
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="nl"> <head> <!-- Generated by javadoc (1.8.0_60) on Fri Oct 09 10:14:00 CEST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Class Hierarchy</title> <meta name="date" content="2015-10-09"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Class Hierarchy"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="darkuniverseapp/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-files/index-1.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For All Packages</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="darkuniverseapp/package-tree.html">darkuniverseapp</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">org.jdesktop.application.AbstractBean <ul> <li type="circle">org.jdesktop.application.Application <ul> <li type="circle">org.jdesktop.application.SingleFrameApplication <ul> <li type="circle">darkuniverseapp.<a href="darkuniverseapp/DarkUniverseApp.html" title="class in darkuniverseapp"><span class="typeNameLink">DarkUniverseApp</span></a></li> </ul> </li> </ul> </li> <li type="circle">org.jdesktop.application.View <ul> <li type="circle">org.jdesktop.application.FrameView <ul> <li type="circle">darkuniverseapp.<a href="darkuniverseapp/DarkUniverseView.html" title="class in darkuniverseapp"><span class="typeNameLink">DarkUniverseView</span></a></li> </ul> </li> </ul> </li> </ul> </li> <li type="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) <ul> <li type="circle">java.awt.Container <ul> <li type="circle">java.awt.Window (implements javax.accessibility.Accessible) <ul> <li type="circle">java.awt.Dialog <ul> <li type="circle">javax.swing.JDialog (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants) <ul> <li type="circle">darkuniverseapp.<a href="darkuniverseapp/DarkUniverseAboutBox.html" title="class in darkuniverseapp"><span class="typeNameLink">DarkUniverseAboutBox</span></a></li> <li type="circle">darkuniverseapp.<a href="darkuniverseapp/DiceFrame.html" title="class in darkuniverseapp"><span class="typeNameLink">DiceFrame</span></a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> <li type="circle">darkuniverseapp.<a href="darkuniverseapp/Player.html" title="class in darkuniverseapp"><span class="typeNameLink">Player</span></a> (implements java.io.Serializable)</li> <li type="circle">darkuniverseapp.<a href="darkuniverseapp/Power.html" title="class in darkuniverseapp"><span class="typeNameLink">Power</span></a> (implements java.io.Serializable)</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="darkuniverseapp/package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-files/index-1.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?overview-tree.html" target="_top">Frames</a></li> <li><a href="overview-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ekollof/DarkUniverse
dist/javadoc/overview-tree.html
HTML
bsd-2-clause
5,802
<!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: What&#39;s New?</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><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">What's New? </div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><p>Evo change history.</p> <dl class="section user"><dt>Version 0.5.1 - May 2019</dt><dd><ul> <li>Add <a class="el" href="group___evo_containers.html#ga54cf347a01a03a9f5817207b436d2603" title="Helper for creating enum trait mappers. ">EVO_ENUM_TRAITS()</a> and <a class="el" href="group___evo_containers.html#gaf45862337b82de482e895528c80617b6" title="Helper for creating enum class trait mappers (C++11). ">EVO_ENUM_CLASS_TRAITS()</a></li> <li>Add <a class="el" href="_additional_formatting.html">Additional Formatting</a> with <a class="el" href="structevo_1_1_fmt_table.html" title="Text table formatter. ">FmtTable</a>, <a class="el" href="group___evo_containers.html#ga142dc767b90feee429a2c97cef6502c1" title="Create cached FmtTableOut paired with given string/stream to write to. ">fmt_table()</a>, <a class="el" href="group___evo_containers.html#ga25f1a0cc8f64c3dc405cc8d08d59a170" title="Create cached FmtTableOut paired with given string/stream to write to. ">fmt_table_nocache()</a></li> <li>Add <a class="el" href="classevo_1_1_pure_base.html" title="Pure base class, i.e. ">PureBase</a> for a common empty base class</li> <li>Add STL <code>string_view</code> compatibility to <a class="el" href="group___evo_containers.html#ga1dfc1ae73cc1f386b043ddd46326eda4">StringBase</a></li> <li>Updated and simplified <a class="el" href="classevo_1_1_cortex.html" title="A Map with a collection of independent abstract context items. ">Cortex</a>, removed cortex_module.h and moved contents to <a class="el" href="cortex_8h.html" title="Evo Cortex class. ">cortex.h</a><ul> <li>Renamed <code>ModuleBase</code> to <code><a class="el" href="structevo_1_1_cortex_module_base.html" title="A simple base class for defining a module using a similar pattern to Cortex, but without the dynamic ...">CortexModuleBase</a></code>, and renamed related types too</li> </ul> </li> <li>Updated <a class="el" href="classevo_1_1_benchmark.html" title="Micro benchmarking class. ">Benchmark</a>: Add warmup_count to constructor, simplify helper macros, improved report output</li> <li>Updated <a class="el" href="classevo_1_1_str_tok.html" title="String forward tokenizer. ">StrTok</a> (and variants) to use <code>const StringBase&amp;</code> arguments to support for STL string compatibility</li> <li>Updated <a class="el" href="classevo_1_1_list.html" title="Sequential list container with random access. ">List</a> and <a class="el" href="classevo_1_1_string.html" title="String container. ">String</a> methods: add/prepend/insert/replace now support copying from <a class="el" href="structevo_1_1_sub_string.html" title="Reference and access existing string data. ">SubString</a> or pointer in the same list/string (previously undefined behavior)<ul> <li>Note that <a class="el" href="classevo_1_1_string.html#a0903bc1b527d18b73cf09193344bedb7" title="Replace characters with string (modifier). ">String::replace()</a> where source and destination overlap still results in undefined behavior</li> </ul> </li> <li>Bug fix: <a class="el" href="classevo_1_1_event_thread_pool.html" title="Event processing thread pool. ">EventThreadPool</a> not working correctly in MSVC 2017, MSVC 2013, FreeBSD</li> <li>Bug fix: <a class="el" href="classevo_1_1_cortex.html" title="A Map with a collection of independent abstract context items. ">Cortex</a> items not "relocatable", insert order no longer tracked</li> <li>Bug fix: GCC 4.6 and 4.4 compiler errors</li> <li>Bug fix: GCC warnings in <a class="el" href="var_8h.html" title="Evo Var class. ">var.h</a></li> <li>Bug fix: MSVC security warning on _open()</li> <li>Bug fix: Cygwin GCC x86 signed/unsigned warnings</li> <li>Bug fix: Fixed missing async dir in previous release</li> <li>Various documentation updates</li> <li>Add FAQ and benchmarks in <a href="https://github.com/jlctools/evo">Github Home</a></li> </ul> </dd></dl> <dl class="section user"><dt>Version 0.5 - Apr 2019</dt><dd><ul> <li>Async I/O:<ul> <li>Add <a class="el" href="classevo_1_1async_1_1_memcached_client.html">MemcachedClient</a>, <a class="el" href="structevo_1_1async_1_1_memcached_server_handler_base.html">MemcachedServerHandlerBase</a></li> <li>Add <a class="el" href="classevo_1_1_async_client.html" title="Template class for an async I/O client. ">AsyncClient</a>, <a class="el" href="classevo_1_1_async_server.html" title="Async I/O server for receiving and handling requests. ">AsyncServer</a></li> <li>Add <a class="el" href="classevo_1_1_event_thread_pool.html" title="Event processing thread pool. ">EventThreadPool</a>, <a class="el" href="classevo_1_1_event_queue.html" title="Lock-free event processing queue. ">EventQueue</a>, <a class="el" href="structevo_1_1_event.html" title="Event base type used with EventQueue. ">Event</a></li> </ul> </li> <li>Tools:<ul> <li>Add <a class="el" href="classevo_1_1_command_line_t.html">CommandLine</a> processing</li> <li>Add <a class="el" href="classevo_1_1_cortex.html" title="A Map with a collection of independent abstract context items. ">Cortex</a> and ModuleBase</li> <li>Add <a class="el" href="classevo_1_1_logger.html" title="High performance message logger. ">Logger</a>, <a class="el" href="classevo_1_1_logger_console.html" title="Logger that writes to console. ">LoggerConsole</a>, <a class="el" href="structevo_1_1_logger_ptr.html" title="Wraps a logger pointer that can reference a logger to use or be disabled. ">LoggerPtr</a></li> <li>Add <a class="el" href="classevo_1_1_file_path.html" title="File and directory path helpers. ">FilePath</a> and <a class="el" href="classevo_1_1_directory.html" title="Directory reader. ">Directory</a> classes<ul> <li>Add <a class="el" href="group___evo_i_o.html#gaef5206c553d1f565befb33a2bddfbe8f" title="Store current working directory in string. ">get_cwd()</a>, <a class="el" href="group___evo_i_o.html#gaceb8ceb13ee16ca5a351ad9ec7679dc9" title="Get absolute path for given input path. ">get_abspath()</a>, <a class="el" href="group___evo_i_o.html#ga7fd9074de8b2ec1f84b4c76397ab9e29" title="Set current working directory. ">set_cwd()</a></li> <li>Move <a class="el" href="classevo_1_1_file.html" title="File I/O stream. ">File</a> class to <code><a class="el" href="file_8h.html" title="Evo File I/O stream class. ">file.h</a></code></li> </ul> </li> <li>Add <a class="el" href="classevo_1_1_signal.html" title="Process signal handling. ">Signal</a>, <a class="el" href="group___evo_tools.html#gac0283e23097cf0b72e18ae93abbffcef" title="Daemonize current process to run in background as a service (Linux/Unix). ">daemonize()</a></li> </ul> </li> <li>Date/Time:<ul> <li>Add <a class="el" href="structevo_1_1_date_time.html" title="Full calendar date and time of day with timezone offset. ">DateTime</a>, <a class="el" href="structevo_1_1_date.html" title="Structure holding a calendar date. ">Date</a>, <a class="el" href="structevo_1_1_time_of_day.html" title="Structure holding a time of day. ">TimeOfDay</a>, <a class="el" href="structevo_1_1_time_zone_offset.html" title="Structure holding a time zone offset from UTC. ">TimeZoneOffset</a> classes</li> <li>Add <a class="el" href="group___evo_time.html#ga807f1b9762a51aab3f228f67312c8335">TimerCpu</a>, <a class="el" href="classevo_1_1_benchmark.html" title="Micro benchmarking class. ">Benchmark</a><ul> <li><a class="el" href="group___evo_time.html#ga30f8f53bdc93e5a02662eb8bbce048a0">Timer</a> internal refactoring to support nanosecond precision and CPU time</li> <li>Update <a class="el" href="group___evo_time.html#ga30f8f53bdc93e5a02662eb8bbce048a0">Timer</a> to use monotonic clock when available</li> </ul> </li> </ul> </li> <li>Strings:<ul> <li>Add <a class="el" href="structevo_1_1_fmt_string.html" title="Explicitly format a string. ">FmtString</a> and <a class="el" href="structevo_1_1_fmt_string_wrap.html">FmtStringWrap</a> string/stream formatting</li> <li>Add <code>token*()</code>, <code>findany*()</code>, <code>find*word*()</code> methods to <a class="el" href="classevo_1_1_string.html" title="String container. ">String</a> and <a class="el" href="structevo_1_1_sub_string.html" title="Reference and access existing string data. ">SubString</a></li> <li>Add <a class="el" href="classevo_1_1_string.html" title="String container. ">String</a> <code>findreplace()</code> methods</li> <li>Add <code>strip2*()</code> and <code>strip*_newlines()</code> methods to <a class="el" href="classevo_1_1_string.html" title="String container. ">String</a> and <a class="el" href="structevo_1_1_sub_string.html" title="Reference and access existing string data. ">SubString</a></li> <li>Add <code>addnew()</code> and <code>add()</code> methods to <a class="el" href="structevo_1_1_string_int.html" title="String fixed-size buffer for formatting an integer. ">StringInt</a></li> </ul> </li> <li>Misc containers:<ul> <li>Add <a class="el" href="classevo_1_1_var.html" title="General purpose variable that can hold a basic value (string, number, bool, etc) or children with nes...">Var</a> class for general variable types and structures</li> <li>Add <code>asconst()</code>, <code>begin()</code>, <code>end()</code>, <code>cbegin()</code>, <code>cend()</code> to Evo containers</li> <li>Add <a class="el" href="classevo_1_1_is_nullable.html" title="Check if type is nullable. ">IsNullable</a> and <a class="el" href="group___evo_meta.html#ga596750bede9875dd7e29a52af3c5eb4e" title="Check whether object or value is null. ">is_null()</a></li> <li>Add <a class="el" href="classevo_1_1_list.html" title="Sequential list container with random access. ">List</a> methods: <code>addmin()</code>, <code>firstM()</code>, <code>lastM()</code>, <code>advFirst()</code>, <code>advLast()</code></li> <li>Add mutable <code>value()</code> and <code>operator*()</code> methods in <a class="el" href="classevo_1_1_nullable.html" title="Nullable primitive base type. ">Nullable</a></li> </ul> </li> <li>Synchronization:<ul> <li>Add <a class="el" href="group___evo_thread.html#ga79ba6f06a91dbeaa8b6086f7ccec53f7" title="Try to lock mutex without blocking. ">Mutex::trylock()</a> with timeout</li> <li>Add <a class="el" href="structevo_1_1_condition.html#a79ba6f06a91dbeaa8b6086f7ccec53f7" title="Try to lock associated mutex, fail if already locked (non-blocking). ">Condition::trylock()</a></li> <li><a class="el" href="structevo_1_1_condition.html#ae7c2ec8a576556c32e1ecf0567c76d46" title="Wait for notification or timeout. ">Condition::wait()</a> now uses trylock() with timeout to lock</li> </ul> </li> <li>Enum Conversion:<ul> <li>Add enum helpers for unsorted enum values: <a class="el" href="group___evo_containers.html#gaf72fd004c4fe4b7174f95db9a47e3d0f" title="Helper for creating enum string/value mappers with explicit first/last/unknown values, with unsorted enum remapped to sorted values. ">EVO_ENUM_REMAP()</a>, <a class="el" href="group___evo_containers.html#gace3a83429e05c602ce666b93bf865c1f" title="Helper for creating enum string/value mappers with prefixed enum values, with unsorted enum remapped ...">EVO_ENUM_REMAP_PREFIXED()</a>, <a class="el" href="group___evo_containers.html#gad393c06275e73692f0e74d37f38e795b" title="Helper for creating enum class string/value mappers, with unsorted enum remapped to sorted values...">EVO_ENUM_CLASS_REMAP()</a></li> <li>Add <a class="el" href="classevo_1_1_enum_iterator.html" title="Iterator template for sequential enum values. ">EnumIterator</a> and <code>Iter</code> type to types created by helpers like <a class="el" href="group___evo_containers.html#gab9e9898e6d31c9187eba0f588e348a5d" title="Helper for creating enum string/value mappers with explicit first/last/unknown values. ">EVO_ENUM_MAP()</a></li> <li>Add enum int conversion methods</li> <li>Moved enum macros from <a class="el" href="substring_8h.html" title="Evo SubString container. ">substring.h</a> to <a class="el" href="enum_8h.html" title="Evo enum helpers. ">enum.h</a></li> <li>See <a class="el" href="_enum_conversion.html">Enum Conversion</a></li> </ul> </li> <li>C++11:<ul> <li>Add C++11 features to Evo containers: range-based for loop, initializer lists, move semantics</li> <li>Add C++11 UTF-16 string iteral (<code>u</code> prefix) support to <a class="el" href="classevo_1_1_unicode_string.html" title="Unicode string container using UTF-16. ">UnicodeString</a></li> </ul> </li> </ul> <ul> <li>Add SSE optimizations, see <a class="el" href="_cpp_compilers.html">C++ Compilers &amp; Optimization</a><ul> <li><a class="el" href="classevo_1_1_str_tok.html" title="String forward tokenizer. ">StrTok</a> and related tokenizer refinements and optimizations, especially with <a class="el" href="_smart_quoting.html">Smart Quoting</a></li> </ul> </li> <li>Add <a class="el" href="structevo_1_1_console_not_m_t.html" title="Single threaded console I/O. ">ConsoleNotMT</a></li> </ul> <ul> <li>Add advanced macros, see <a class="el" href="_metaprogramming.html">Metaprogramming &amp; Macros</a><ul> <li>Add Compiler Helpers in <a class="el" href="_metaprogramming.html">Metaprogramming &amp; Macros</a></li> </ul> </li> <li>Add <a class="el" href="sys_8h.html#a5038d9340d75dba3623792e218b86395">EVO_NOEXCEPT</a> and <a class="el" href="group___evo_core.html#gac9c4897d038d60734f1073c936d5c54f">EVO_VERSION_STRING</a></li> <li>Add <a class="el" href="classevo_1_1_newline_value.html" title="Holds a Newline value that can be null, which implicitly converts to NL_SYS (system default newline)...">NewlineValue</a> for recognizing and storing default vs specific newline types</li> </ul> <ul> <li>Updated MSVC compiler detection for MSVC 2017 15.9</li> <li>Bug fix: <a class="el" href="classevo_1_1_bit_array_t.html#a0fdf291c2e361a34c71d7f8e6ee400e7" title="Iterator (const) - IteratorFw. ">BitArrayT::Iter</a> doesn't find first bit with small array size</li> <li>Bug fix: <a class="el" href="classevo_1_1_bit_array_t.html" title="Dynamic bit array container with similar interface to Array and List. ">BitArrayT</a> edge case in: <code>store()</code>, <code>setbits()</code>, <code>countbits()</code>, <code>checkall()</code>, <code>checkany()</code>, <code>toggle_multi()</code></li> <li>Fix <a class="el" href="maphash_8h.html" title="Evo MapHash container. ">maphash.h</a> compiler errors in GCC 4.8</li> <li>Many documentation updates</li> </ul> </dd></dl> <dl class="section user"><dt>Version 0.4 - Oct 2018</dt><dd><ul> <li>Now using <a href="https://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause License</a></li> <li>Add initial <a class="el" href="_unicode.html">Unicode</a> support to <a class="el" href="classevo_1_1_string.html" title="String container. ">String</a>, add <a class="el" href="classevo_1_1_unicode_string.html" title="Unicode string container using UTF-16. ">UnicodeString</a></li> <li>Add updated <a class="el" href="_string_formatting.html">String Formatting</a> and <a class="el" href="_stream_formatting.html">Stream Formatting</a><ul> <li>Replaced PREC_AUTO constant with <a class="el" href="group___evo_containers.html#ggad9b7b29e9676f4002cbc9f8079c339feae2ca8f83c6c0244b35d96b23eb0eb633">fPREC_AUTO</a></li> <li><a class="el" href="classevo_1_1_stream.html" title="Input/Output stream implementation. ">Stream</a> interface tweaks, using void* instead of char*</li> </ul> </li> <li>Add <a class="el" href="classevo_1_1_string.html" title="String container. ">String</a> and <a class="el" href="structevo_1_1_sub_string.html" title="Reference and access existing string data. ">SubString</a> <code>find*()</code> methods for string searching</li> <li>Add <a class="el" href="structevo_1_1_console_m_t.html" title="Multithreaded console I/O. ">ConsoleMT</a> and support for thread-safe (synchronized) I/O</li> <li>Add <a class="el" href="_threads.html">Threads</a> and atomics support</li> <li>Add <a class="el" href="classevo_1_1_socket.html" title="Socket I/O stream. ">Socket</a> streams</li> <li>Add <a class="el" href="structevo_1_1_pair.html" title="Stores a key/value pair of independent objects or values. ">Pair</a>, now used with <a class="el" href="classevo_1_1_map.html" title="Associative container holding key/value pairs for fast lookup. ">Map</a> types</li> <li>Add <a class="el" href="classevo_1_1_set_list.html" title="Set implemented as an ordered sequential array/list. ">SetList</a> and <a class="el" href="classevo_1_1_set_hash.html" title="Set implemented as a hash table. ">SetHash</a> types</li> <li>Add <a class="el" href="classevo_1_1_str_tok_line.html" title="String line tokenizer. ">StrTokLine</a></li> <li>Add <a class="el" href="classevo_1_1_sub_string_map_list.html" title="References a list of sorted substrings for fast lookup. ">SubStringMapList</a> and <a class="el" href="group___evo_containers.html#ga633fe7675aa5dee3e6f52a017fe06530" title="Get size of fixed-length array. ">fixed_array_size()</a></li> <li>Add <a class="el" href="structevo_1_1_sub_string.html#a54f8a91d8a43c56e9b853afad6cef1ee" title="Extract next token from string. ">SubString::token</a>*() methods</li> <li>Add additional stripl() and stripr() methods to <a class="el" href="classevo_1_1_string.html" title="String container. ">String</a> and <a class="el" href="structevo_1_1_sub_string.html" title="Reference and access existing string data. ">SubString</a></li> <li>Add <a class="el" href="group___evo_containers.html#ga3a394eec1fb611abb2d9a6d54e65b796">BitArray</a> and <a class="el" href="group___evo_containers.html#ga9ad4c6636a2267a687c34cd00a6ab930">BitArraySubset</a> and related <a class="el" href="structevo_1_1_bits.html" title="Traits and helpers for bit manipulation. ">Bits</a> helpers</li> <li><a class="el" href="classevo_1_1_nullable.html" title="Nullable primitive base type. ">Nullable</a>:<ul> <li>Add <a class="el" href="classevo_1_1_nullable.html#a6f0635efc9867951d2ce4172bcc9f2d1" title="Clears null flag and returns value reference. ">Nullable::denull()</a></li> <li>Add comparison operators and compare() method</li> <li>Made <a class="el" href="classevo_1_1_nullable.html#a464298ad7afeafebbb149f566ecabbab" title="Get underlying value. ">Nullable::value()</a> return const reference</li> <li>No longer uses implicit conversion, which causes tricky problems with comparisons</li> </ul> </li> <li>Made List/String reserve() unslice by default, add "prefer_realloc" param to prefer realloc vs unslice</li> <li>Add <a class="el" href="namespaceevo.html#ae7a097858f25ec94234e771a6bd2798b" title="Sleep for number of nanoseconds. ">sleepns()</a> and add return value to <a class="el" href="namespaceevo.html#ac0e5b07f29391d56b5cf57b39d286ea6" title="Sleep for number of milliseconds. ">sleepms()</a> and <a class="el" href="namespaceevo.html#a68e5917f45011b261799cea643c3de39" title="Sleep for number of microseconds. ">sleepus()</a><ul> <li><a class="el" href="namespaceevo.html#a68e5917f45011b261799cea643c3de39" title="Sleep for number of microseconds. ">sleepus()</a> now uses better than msec precision under Windows</li> </ul> </li> <li>Fixed enum constants to use consistent convention, including:<ul> <li>Iterator enums (<a class="el" href="group___evo_containers.html#gga8e8bed56091b38cec628d3aa8ce3f225afa04bcd8bb52e56e9ffe697137527978">iterLAST</a>, <a class="el" href="group___evo_containers.html#gga8e8bed56091b38cec628d3aa8ce3f225ab80c386cac5dd30fb3dbc842dcf00e0b">iterEND</a>, <a class="el" href="namespaceevo.html#a87e905b740b8d611459b8f372aba9fbbaa944b069897379b4df4ccdd2b2f8043a">vNULL</a>)</li> <li><a class="el" href="structevo_1_1_char.html" title="Basic character type (char) – see CharT. ">Char</a>, Integer, and Float traits (<a class="el" href="structevo_1_1_integer_t.html#aa3427229520b2d984a9d22adf3cff041">Int::SIGN</a>, <a class="el" href="structevo_1_1_integer_t.html#a0f674d81af0a4839c227a179f80027ae">Int::MAX</a>, etc)</li> </ul> </li> <li>Cleanup and some refactoring in container and meta internals, including <a class="el" href="structevo_1_1_data_type.html" title="Base data type for optimizated data helpers. ">DataType</a>, <a class="el" href="structevo_1_1_compare.html" title="Comparison object used with containers that order/sort items. ">Compare</a>, <a class="el" href="structevo_1_1_compare_hash.html" title="Hash object used with containers that hash items. ">CompareHash</a>, and <a class="el" href="classevo_1_1_map.html" title="Associative container holding key/value pairs for fast lookup. ">Map</a> types</li> <li>Refined compiler detection &ndash; see: <a class="el" href="sys_8h.html#a15722f38a26018e9b6c1b9e2765dca0d">EVO_COMPILER</a>, <a class="el" href="sys_8h.html#a9058056ee3b16e8462b49b69009dd8f0">EVO_COMPILER_VER</a></li> <li>Bug fix: <a class="el" href="structevo_1_1_sub_string.html#ab088de604cc91f87b1c42d1f3c4c0fa5" title="Split at index and set as left sublist. ">SubString::splitat_setl()</a> reset on null index</li> <li>Bug fix: <a class="el" href="classevo_1_1_str_tok.html" title="String forward tokenizer. ">StrTok</a> and <a class="el" href="classevo_1_1_str_tok_r.html" title="String reverse tokenizer. ">StrTokR</a> on space or tab delim</li> <li>Bug fix: <a class="el" href="classevo_1_1_string.html#aff2bb3bcf0d0064b4b9a3ea82a30d5ec" title="Set as formatted signed number (modifier). ">String::setn()</a> on floats rounding up unexpectedly in some cases</li> <li>Bug fix: <a class="el" href="classevo_1_1_string.html#a5b9c5a0c501531c57fc122f0006a2e86" title="Convert to number value (unsigned long-long). ">String::numull()</a> returned ulongl when it should be ULongL</li> <li>Many documentation updates</li> </ul> </dd></dl> <dl class="section user"><dt>Version 0.3 - Dec 2016</dt><dd><ul> <li>I/O stream refinements</li> <li>Support C++11 and clang compilers</li> <li>Add STL compatibility: std::string</li> <li>Add <a class="el" href="classevo_1_1_str_tok.html#af848bf79f3d9aeb1ce53846f37226864" title="Find next token using any of given delimiters with quoting support. ">StrTok::nextanyq()</a></li> <li>Improved quoting with <a class="el" href="group___evo_tokenizers.html#gae36f479bfecc8a65a1d21024f6ce2373">StrTokQ</a> and <a class="el" href="structevo_1_1_convert.html" title="Generic value conversion template. ">Convert</a></li> <li>Rename setnull() to set() for consistency</li> <li>Bug fix: <a class="el" href="classevo_1_1_shared_ptr.html#a295bb00d6fb8745c2b1877f4caaaea1f" title="Release pointer and set as null. ">SharedPtr::clear()</a> crash</li> <li>Many documentation updates, added Mini Tutorials </li> </ul> </dd></dl> </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 &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
jlctools/evo
docs/evo-0.5.1/html/_whats_new.html
HTML
bsd-2-clause
24,247
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Locker Service in Summer 17 | DreamOps Success Group</title> <meta name="author" content="DreamOps Crew"> <meta name="description" content="Force.com is a remarkable platform, and we want to help take it to the next level. We have a dream. We want Salesforce DX to be the most scalable, most agile, most developer-friendly platform on the planet -- or in the cloud -- bar none."> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta property="og:title" content="Locker Service in Summer 17"/> <meta property="og:site_name" content="DreamOps Success Group"/> <meta property="og:image" content="undefined"/> <link rel="alternative" href="/atom.xml" title="DreamOps Success Group" type="application/atom+xml"> <link href="/favicon.ico" rel="icon"> <!-- CSS --> <link rel="stylesheet" href="/css/themes/bootstrap.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/font-awesome.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/style.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/responsive.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/highlight.css" media="screen" type="text/css"> <link rel="stylesheet" href="/css/google-fonts.css" media="screen" type="text/css"> <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> <script src="/js/jquery-2.0.3.min.js"></script> <!-- 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-92989768-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <nav id="main-nav" class="navbar navbar-inverse navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <button type="button" class="navbar-header navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">DreamOps Success Group</a> <div class="collapse navbar-collapse nav-menu"> <ul class="nav navbar-nav"> <li> <a href="/archives" title="All the articles."> <i class="fa fa-archive"></i>archives </a> </li> <li> <a href="/categories" title="All the categories."> <i class="fa fa-folder"></i>categories </a> </li> <li> <a href="/tags" title="All the tags."> <i class="fa fa-tags"></i>tags </a> </li> <li> <a href="/about" title="More about DreamOps."> <i class="fa fa-user"></i>about </a> </li> </ul> </div> </div> <!-- container --> </nav> <div class="clearfix"></div> <div class="container"> <div class="content"> <div class="page-header page-header-inverse "> <h1 class="title title-inverse "> Locker Service in Summer 17</h1> </div> <div class="row post"> <!-- cols --> <div id="top_meta"></div> <div class="col-md-9"> <!-- content --> <div class="mypage"> <p>[Keir Bowden] The Summer 17 release of Salesforce sees the activation of the Lightning Components Locker Service critical update - something that I’d say has been anticipated and feared in equal measure since it was announced. If you’ve been hiding under a rock for the last couple of years, the Locker Service (among other things) adds a security layer to your Lightning Components JavaScript, isolating components by namespace to ensure that your Evil Co-worker can’t write components can’t go tinkering with the standard Salesforce components for nefarious purposes. – <a href="http://bobbuzzard.blogspot.com/2017/04/locker-service-in-summer-17.html" target="_blank" rel="external">Learn more at Bob Buzzard</a></p> <div align="center"><img src="https://lh3.googleusercontent.com/-FePKVjBx1LI/VxJx3mqgr8I/AAAAAAAABiY/I06P0dlPV3o/locker.jpeg?imgmax=1600"></div> </div> <div> <center> <div class="pagination"> <ul class="pagination"> <li class="prev"><a href="/2017/05/06/selenium-and-salesforcedx-scratch-orgs/" class="alignleft prev"><i class="fa fa-arrow-circle-o-left"></i>Prev</a></li> <li><a href="/archives"><i class="fa fa-archive"></i>archive</a></li> <li class="next"><a href="/2017/04/28/leveraging-use-case-diagrams-in-smoke-testing/" class="alignright next">Next<i class="fa fa-arrow-circle-o-right"></i></a></li> </ul> </div> </center> </div> <!-- share --> <!-- comment <section id="comment"> <h2 class="title">Comments</h2> </section> --> </div> <!-- col-md-9/col-md-12 --> <div id="side_meta"> <div class="col-md-3" id="post_meta"> <!-- date --> <div class="meta-widget"> <i class="fa fa-clock-o"></i> 2017-04-29 </div> <!-- categories --> <div class="meta-widget"> <a data-toggle="collapse" data-target="#categorys"><i class="fa fa-folder"></i></a> <ul id="categorys" class="tag_box list-unstyled collapse in"> <li> <li><a href="/categories/tutorial/">Tutorial<span>40</span></a></li> </li> </ul> </div> <!-- tags --> <div class="meta-widget"> <a data-toggle="collapse" data-target="#tags"><i class="fa fa-tags"></i></a> <ul id="tags" class="tag_box list-unstyled collapse in"> <li><a href="/tags/lightning/">Lightning<span>14</span></a></li> <li><a href="/tags/keir-bowden/">~Keir Bowden<span>5</span></a></li> </ul> </div> <!-- toc --> <div class="meta-widget"> </div> <hr> </div><!-- col-md-3 --> </div> </div><!-- row --> <!-- --> </div> </div> <div class="container-narrow"> <footer> <p><a href="http://www.dreamops.org/powered-by/index.html">DreamOps is made possible by Nimble AMS Engineering</a>.</p> </footer> </div> <!-- container-narrow --> <a id="gotop" href="#"> <span>▲</span> </a> <a href="/atom.xml"><img src="/images/rss.png"/></a> <script src="/js/jquery.imagesloaded.min.js"></script> <script src="/js/gallery.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="/js/main.js"></script> <script src="/js/search.js"></script> <link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css"> <script src="/fancybox/jquery.fancybox.pack.js"></script> <script type="text/javascript"> (function($){ $('.fancybox').fancybox(); })(jQuery); </script> <script type="text/javascript"> var search_path = "search.xml"; if (search_path.length == 0) { search_path = "search.xml"; } var path = "/" + search_path; searchFunc(path, 'local-search-input', 'local-search-result'); </script> </body> </html>
DreamOps/dreamops.github.io
2017/04/29/locker-service-in-summer-17/index.html
HTML
bsd-2-clause
7,231
<!DOCTYPE html> <!--Created by hanzhendong on 15/3/18.--> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="extjs/resources/ext-theme-classic/ext-theme-classic-all.css"/> <script type="text/javascript" src="extjs/ext-all.js"></script> <script type="text/javascript" src="extjs/locale/ext-lang-zh_CN.js"></script> <script src="ext4.2/bootstrap.js" type="text/javascript"></script> <script src="app/login/login.js" type="text/javascript"></script> <style> body { background-color: #04408c; /* background-image: url("extjs/resources/bg.jpg"); background-repeat: no-repeat;*/ } </style> </head> <body> </body> </html>
adongroom/Extjs4Mvc
static/login.html
HTML
bsd-2-clause
745
<div class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="javascript:void(0)">Brand</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="javascript:void(0)">Active</a></li> <li><a href="javascript:void(0)">Link</a></li> <li class="dropdown"> <a href="bootstrap-elements.html" data-target="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="javascript:void(0)">Action</a></li> <li><a href="javascript:void(0)">Another action</a></li> <li><a href="javascript:void(0)">Something else here</a></li> <li class="divider"></li> <li class="dropdown-header">Dropdown header</li> <li><a href="javascript:void(0)">Separated link</a></li> <li><a href="javascript:void(0)">One more separated link</a></li> </ul> </li> </ul> <form class="navbar-form navbar-left"> <div class="form-group"> <input type="text" class="form-control col-md-8" placeholder="Search"> </div> </form> <ul class="nav navbar-nav navbar-right"> <li><a href="javascript:void(0)">Link</a></li> <li class="dropdown"> <a href="bootstrap-elements.html" data-target="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="javascript:void(0)">Action</a></li> <li><a href="javascript:void(0)">Another action</a></li> <li><a href="javascript:void(0)">Something else here</a></li> <li class="divider"></li> <li><a href="javascript:void(0)">Separated link</a></li> </ul> </li> </ul> </div> </div> </div>
joelchu/generator-ng-panes
generators/templates/javascript/module/bootstrap-material-design/site-nav.html
HTML
bsd-2-clause
2,668
<!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="Docutils 0.17.1: http://docutils.sourceforge.net/" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.tools.eval_measures.maxabs &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/stylesheets/deprecation.css"> <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="../_static/material.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" /> <script data-url_root="../" id="documentation_options" 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 crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <link rel="shortcut icon" href="../_static/favicon.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.tools.eval_measures.meanabs" href="statsmodels.tools.eval_measures.meanabs.html" /> <link rel="prev" title="statsmodels.tools.eval_measures.iqr" href="statsmodels.tools.eval_measures.iqr.html" /> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.tools.eval_measures.maxabs" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.14.0.dev0 (+325)</span> <span class="md-header-nav__topic"> statsmodels.tools.eval_measures.maxabs </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="get" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../../versions-v2.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../tools.html" class="md-tabs__link">Tools</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.14.0.dev0 (+325)</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../stats.html" class="md-nav__link">Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">stats</span></code></a> </li> <li class="md-nav__item"> <a href="../contingency_tables.html" class="md-nav__link">Contingency tables</a> </li> <li class="md-nav__item"> <a href="../imputation.html" class="md-nav__link">Multiple Imputation with Chained Equations</a> </li> <li class="md-nav__item"> <a href="../emplike.html" class="md-nav__link">Empirical Likelihood <code class="xref py py-mod docutils literal notranslate"><span class="pre">emplike</span></code></a> </li> <li class="md-nav__item"> <a href="../distributions.html" class="md-nav__link">Distributions</a> </li> <li class="md-nav__item"> <a href="../graphics.html" class="md-nav__link">Graphics</a> </li> <li class="md-nav__item"> <a href="../iolib.html" class="md-nav__link">Input-Output <code class="xref py py-mod docutils literal notranslate"><span class="pre">iolib</span></code></a> </li> <li class="md-nav__item"> <a href="../tools.html" class="md-nav__link">Tools</a> </li> <li class="md-nav__item"> <a href="../large_data.html" class="md-nav__link">Working with Large Data Sets</a> </li> <li class="md-nav__item"> <a href="../optimization.html" class="md-nav__link">Optimization</a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tools.eval_measures.maxabs.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <section id="statsmodels-tools-eval-measures-maxabs"> <h1 id="generated-statsmodels-tools-eval-measures-maxabs--page-root">statsmodels.tools.eval_measures.maxabs<a class="headerlink" href="#generated-statsmodels-tools-eval-measures-maxabs--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py function"> <dt class="sig sig-object py" id="statsmodels.tools.eval_measures.maxabs"> <span class="sig-prename descclassname"><span class="pre">statsmodels.tools.eval_measures.</span></span><span class="sig-name descname"><span class="pre">maxabs</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">x1</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">x2</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">axis</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">0</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/tools/eval_measures.html#maxabs"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.tools.eval_measures.maxabs" title="Permalink to this definition">¶</a></dt> <dd><p>maximum absolute error</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>x1, x2</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array_like" title="(in NumPy v1.22)"><span>array_like</span></a></span></dt><dd><p>The performance measure depends on the difference between these two arrays.</p> </dd> <dt><strong>axis</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">int</span></code></a></span></dt><dd><p>axis along which the summary statistic is calculated</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl> <dt><strong>maxabs</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.22)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ndarray</span></code></a> or <a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a></span></dt><dd><p>maximum absolute difference along given axis.</p> </dd> </dl> </dd> </dl> <p class="rubric">Notes</p> <p>If <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> have different shapes, then they need to broadcast. This uses <code class="docutils literal notranslate"><span class="pre">numpy.asanyarray</span></code> to convert the input. Whether this is the desired result or not depends on the array subclass.</p> </dd></dl> </section> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.tools.eval_measures.iqr.html" title="statsmodels.tools.eval_measures.iqr" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.tools.eval_measures.iqr </span> </div> </a> <a href="statsmodels.tools.eval_measures.meanabs.html" title="statsmodels.tools.eval_measures.meanabs" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.tools.eval_measures.meanabs </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 23, 2022. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
devel/generated/statsmodels.tools.eval_measures.maxabs.html
HTML
bsd-3-clause
20,437
<!DOCTYPE HTML PUBLIC " -//W3C//DTD HTML 4.01//EN"> <html><head> <title> Date parsing </title> </head> <body> <script type="text/javascript"> function test(){ var date; var year; var i; var dateStrings = [ "january,1000,0", "january,2008,01", "january,2008,0", "january,2008,00", "february,2009,2", "march,1970,3", "april,1987,11", "may,1886,12", "june,1999,29", "july,1385,31", "august,6985,19", "september,4569,31", "october,8523,15", "november,7569,30", "december,9999,11", "december,9999,31", "december,9999,69", "january,1000,70", "january,2008,81", "january,2008,90", "january,2008,78", "february,2009,82", "march,1970,93", "april,1987,85", "may,1886,72", "june,1999,99", "july,1385,73", "august,6985,89", "september,4569,93", "october,8523,85", "november,7569,73", "december,9999,89", "december,9999,73", "december,9998,98", "december,9999,99", ]; document.write("<TABLE border=1>"); document.write("<TR>"); document.write("<TD>"); document.write("Date example"); document.write("</TD>"); document.write("<TD>"); document.write("new Date(\"Date example\")"); document.write("</TD>"); document.write("<TD>"); document.write("new Date(\"Date example\").getYear()"); document.write("</TD>"); document.write("</TR>"); for (i = 0; i < dateStrings.length; i++) { date = new Date(dateStrings[i]); year = date.getYear(); document.write("<TR>"); document.write("<TD>"); document.write(dateStrings[i]); document.write("</TD>"); document.write("<TD>"); document.write(date); document.write("</TD>"); document.write("<TD>"); document.write(year); document.write("</TD>"); document.write("</TR>"); } document.write("</TABLE>"); } window.onload=test; </script> </body></html>
operasoftware/presto-testo
core/features/dateParsing/ComparisionResults/TCsCommaSeparator/Months/TC_05.html
HTML
bsd-3-clause
1,848
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_05) on Mon Jun 30 18:00:09 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>RegistrationMetaData (NGSI 9 10 Datastructures and NGSI 10 Operations 0.0.7 API)</title> <meta name="date" content="2014-06-30"> <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="RegistrationMetaData (NGSI 9 10 Datastructures and NGSI 10 Operations 0.0.7 API)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/RegistrationMetaData.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="../noNamespace/RegisterContextResponseDocument.Factory.html" title="class in noNamespace"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../noNamespace/RegistrationMetaData.Factory.html" title="class in noNamespace"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?noNamespace/RegistrationMetaData.html" target="_top">Frames</a></li> <li><a href="RegistrationMetaData.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">noNamespace</div> <h2 title="Interface RegistrationMetaData" class="title">Interface RegistrationMetaData</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource</dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../noNamespace/impl/RegistrationMetaDataImpl.html" title="class in noNamespace.impl">RegistrationMetaDataImpl</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">RegistrationMetaData</span> extends org.apache.xmlbeans.XmlObject</pre> <div class="block">An XML RegistrationMetaData(@). This is a complex type.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.Factory.html" title="class in noNamespace">RegistrationMetaData.Factory</a></span></code> <div class="block">A factory class with static methods for creating instances of this type.</div> </td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static org.apache.xmlbeans.SchemaType</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#type">type</a></span></code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.org.apache.xmlbeans.XmlObject"> <!-- --> </a> <h3>Fields inherited from interface&nbsp;org.apache.xmlbeans.XmlObject</h3> <code>EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL</code></li> </ul> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#addNewContextMetadata--">addNewContextMetadata</a></span>()</code> <div class="block">Appends and returns a new empty value (as xml) as the last "contextMetadata" element</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>[]</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#getContextMetadataArray--">getContextMetadataArray</a></span>()</code> <div class="block">Gets array of all "contextMetadata" elements</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#getContextMetadataArray-int-">getContextMetadataArray</a></span>(int&nbsp;i)</code> <div class="block">Gets ith "contextMetadata" element</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#insertNewContextMetadata-int-">insertNewContextMetadata</a></span>(int&nbsp;i)</code> <div class="block">Inserts and returns a new empty value (as xml) as the ith "contextMetadata" element</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#removeContextMetadata-int-">removeContextMetadata</a></span>(int&nbsp;i)</code> <div class="block">Removes the ith "contextMetadata" element</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#setContextMetadataArray-noNamespace.ContextMetadata:A-">setContextMetadataArray</a></span>(<a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>[]&nbsp;contextMetadataArray)</code> <div class="block">Sets array of all "contextMetadata" element</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#setContextMetadataArray-int-noNamespace.ContextMetadata-">setContextMetadataArray</a></span>(int&nbsp;i, <a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>&nbsp;contextMetadata)</code> <div class="block">Sets ith "contextMetadata" element</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../noNamespace/RegistrationMetaData.html#sizeOfContextMetadataArray--">sizeOfContextMetadataArray</a></span>()</code> <div class="block">Returns number of "contextMetadata" element</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.xmlbeans.XmlObject"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.apache.xmlbeans.XmlObject</h3> <code>changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.xmlbeans.XmlTokenSource"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.apache.xmlbeans.XmlTokenSource</h3> <code>documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText</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="type"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>type</h4> <pre>static final&nbsp;org.apache.xmlbeans.SchemaType type</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getContextMetadataArray--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getContextMetadataArray</h4> <pre><a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>[]&nbsp;getContextMetadataArray()</pre> <div class="block">Gets array of all "contextMetadata" elements</div> </li> </ul> <a name="getContextMetadataArray-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getContextMetadataArray</h4> <pre><a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>&nbsp;getContextMetadataArray(int&nbsp;i)</pre> <div class="block">Gets ith "contextMetadata" element</div> </li> </ul> <a name="sizeOfContextMetadataArray--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>sizeOfContextMetadataArray</h4> <pre>int&nbsp;sizeOfContextMetadataArray()</pre> <div class="block">Returns number of "contextMetadata" element</div> </li> </ul> <a name="setContextMetadataArray-noNamespace.ContextMetadata:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setContextMetadataArray</h4> <pre>void&nbsp;setContextMetadataArray(<a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>[]&nbsp;contextMetadataArray)</pre> <div class="block">Sets array of all "contextMetadata" element</div> </li> </ul> <a name="setContextMetadataArray-int-noNamespace.ContextMetadata-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setContextMetadataArray</h4> <pre>void&nbsp;setContextMetadataArray(int&nbsp;i, <a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>&nbsp;contextMetadata)</pre> <div class="block">Sets ith "contextMetadata" element</div> </li> </ul> <a name="insertNewContextMetadata-int-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>insertNewContextMetadata</h4> <pre><a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>&nbsp;insertNewContextMetadata(int&nbsp;i)</pre> <div class="block">Inserts and returns a new empty value (as xml) as the ith "contextMetadata" element</div> </li> </ul> <a name="addNewContextMetadata--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addNewContextMetadata</h4> <pre><a href="../noNamespace/ContextMetadata.html" title="interface in noNamespace">ContextMetadata</a>&nbsp;addNewContextMetadata()</pre> <div class="block">Appends and returns a new empty value (as xml) as the last "contextMetadata" element</div> </li> </ul> <a name="removeContextMetadata-int-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>removeContextMetadata</h4> <pre>void&nbsp;removeContextMetadata(int&nbsp;i)</pre> <div class="block">Removes the ith "contextMetadata" element</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/RegistrationMetaData.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="../noNamespace/RegisterContextResponseDocument.Factory.html" title="class in noNamespace"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../noNamespace/RegistrationMetaData.Factory.html" title="class in noNamespace"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?noNamespace/RegistrationMetaData.html" target="_top">Frames</a></li> <li><a href="RegistrationMetaData.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014. All Rights Reserved.</small></p> </body> </html>
iotsap/FiWare-Template-Handler
NGSI910DatastructuresAndNGSI10Operations/target/apidocs/noNamespace/RegistrationMetaData.html
HTML
bsd-3-clause
17,587
<div class="collection_widgets{{ ' condensed' if condensed }} widgets"> {% if request.user.is_authenticated() %} {% set is_watching = c.id in request.amo_user.watching %} {% set watch_msg = _('Stop Following') if is_watching else _('Follow this Collection') %} <a title="{{ (_('Stop Following') if is_watching else _('Follow this Collection')) if condensed }}" class="widget tooltip watch{{ ' watching' if is_watching }}{{ ' condensed' if condensed }}" href="{{ c.watch_url() }}">{{ watch_msg if not condensed }}</a> {% endif %} {{ sharing_widget(c, condensed=condensed) }} {% if request.user.is_authenticated() %} {# <a title="{{ _('Copy this Collection') }}" class="copy" href="#"></a> #} {% if request.check_ownership(c, require_owner=False) and condensed %} <a title="{{ _('Edit this Collection') }}" class="widget edit tooltip" href="{{ c.edit_url() }}"></a> {% endif %} {% endif %} </div>
jbalogh/zamboni
apps/bandwagon/templates/bandwagon/collection_widgets.html
HTML
bsd-3-clause
969
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Tue Apr 17 08:42:05 IDT 2018 --> <title>API Help</title> <meta name="date" content="2018-04-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="API Help"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li class="navBarCell1Rev">Help</li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?help-doc.html" target="_top">Frames</a></li> <li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">How This API Document Is Organized</h1> <div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <h2>Overview</h2> <p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p> </li> <li class="blockList"> <h2>Package</h2> <p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p> <ul> <li>Interfaces (italic)</li> <li>Classes</li> <li>Enums</li> <li>Exceptions</li> <li>Errors</li> <li>Annotation Types</li> </ul> </li> <li class="blockList"> <h2>Class/Interface</h2> <p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p> <ul> <li>Class inheritance diagram</li> <li>Direct Subclasses</li> <li>All Known Subinterfaces</li> <li>All Known Implementing Classes</li> <li>Class/interface declaration</li> <li>Class/interface description</li> </ul> <ul> <li>Nested Class Summary</li> <li>Field Summary</li> <li>Constructor Summary</li> <li>Method Summary</li> </ul> <ul> <li>Field Detail</li> <li>Constructor Detail</li> <li>Method Detail</li> </ul> <p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p> </li> <li class="blockList"> <h2>Annotation Type</h2> <p>Each annotation type has its own separate page with the following sections:</p> <ul> <li>Annotation Type declaration</li> <li>Annotation Type description</li> <li>Required Element Summary</li> <li>Optional Element Summary</li> <li>Element Detail</li> </ul> </li> <li class="blockList"> <h2>Enum</h2> <p>Each enum has its own separate page with the following sections:</p> <ul> <li>Enum declaration</li> <li>Enum description</li> <li>Enum Constant Summary</li> <li>Enum Constant Detail</li> </ul> </li> <li class="blockList"> <h2>Tree (Class Hierarchy)</h2> <p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p> <ul> <li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li> <li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li> </ul> </li> <li class="blockList"> <h2>Deprecated API</h2> <p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p> </li> <li class="blockList"> <h2>Index</h2> <p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p> </li> <li class="blockList"> <h2>Prev/Next</h2> <p>These links take you to the next or previous class, interface, package, or related page.</p> </li> <li class="blockList"> <h2>Frames/No Frames</h2> <p>These links show and hide the HTML frames. All pages are available with or without frames.</p> </li> <li class="blockList"> <h2>All Classes</h2> <p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p> </li> <li class="blockList"> <h2>Serialized Form</h2> <p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p> </li> <li class="blockList"> <h2>Constant Field Values</h2> <p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p> </li> </ul> <span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li class="navBarCell1Rev">Help</li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?help-doc.html" target="_top">Frames</a></li> <li><a href="help-doc.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ExLibrisGroup/Rosetta.dps-sdk-projects
5.5.0/javadoc/help-doc.html
HTML
bsd-3-clause
8,212
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2014 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being "Funding Free Software", the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled "GNU Free Documentation License". (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development. --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>GNU Compiler Collection (GCC) Internals: Define Subst Pattern Matching</title> <meta name="description" content="GNU Compiler Collection (GCC) Internals: Define Subst Pattern Matching"> <meta name="keywords" content="GNU Compiler Collection (GCC) Internals: Define Subst Pattern Matching"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Option-Index.html#Option-Index" rel="index" title="Option Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Define-Subst.html#Define-Subst" rel="up" title="Define Subst"> <link href="Define-Subst-Output-Template.html#Define-Subst-Output-Template" rel="next" title="Define Subst Output Template"> <link href="Define-Subst-Example.html#Define-Subst-Example" rel="prev" title="Define Subst Example"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Define-Subst-Pattern-Matching"></a> <div class="header"> <p> Next: <a href="Define-Subst-Output-Template.html#Define-Subst-Output-Template" accesskey="n" rel="next">Define Subst Output Template</a>, Previous: <a href="Define-Subst-Example.html#Define-Subst-Example" accesskey="p" rel="prev">Define Subst Example</a>, Up: <a href="Define-Subst.html#Define-Subst" accesskey="u" rel="up">Define Subst</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Pattern-Matching-in-define_005fsubst"></a> <h4 class="subsection">16.21.2 Pattern Matching in <code>define_subst</code></h4> <a name="index-define_005fsubst-2"></a> <p>All expressions, allowed in <code>define_insn</code> or <code>define_expand</code>, are allowed in the input-template of <code>define_subst</code>, except <code>match_par_dup</code>, <code>match_scratch</code>, <code>match_parallel</code>. The meanings of expressions in the input-template were changed: </p> <p><code>match_operand</code> matches any expression (possibly, a subtree in RTL-template), if modes of the <code>match_operand</code> and this expression are the same, or mode of the <code>match_operand</code> is <code>VOIDmode</code>, or this expression is <code>match_dup</code>, <code>match_op_dup</code>. If the expression is <code>match_operand</code> too, and predicate of <code>match_operand</code> from the input pattern is not empty, then the predicates are compared. That can be used for more accurate filtering of accepted RTL-templates. </p> <p><code>match_operator</code> matches common operators (like <code>plus</code>, <code>minus</code>), <code>unspec</code>, <code>unspec_volatile</code> operators and <code>match_operator</code>s from the original pattern if the modes match and <code>match_operator</code> from the input pattern has the same number of operands as the operator from the original pattern. </p> </body> </html>
AlbandeCrevoisier/ldd-athens
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/gccint/Define-Subst-Pattern-Matching.html
HTML
bsd-3-clause
5,143
<!DOCTYPE html> <html> <meta charset="utf-8"> <title>Date parser test — 70&lt;=x&lt;=99 and 100&lt;=y&lt;=999 and 70&lt;=z&lt;=99 — 97/753/87</title> <script src="../date_test.js"></script> <p>Failed (Script did not run)</p> <script> test_date_invalid("97/753/87", "Invalid Date") </script> </html>
operasoftware/presto-testo
core/features/dateParsing/TestCases/individual/SlashSeparator/667.html
HTML
bsd-3-clause
318
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>gem5: Sinic::Base Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li id="current"><a href="classes.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul></div> <div class="nav"> <a class="el" href="namespaceSinic.html">Sinic</a>::<a class="el" href="classSinic_1_1Base.html">Base</a></div> <h1>Sinic::Base Class Reference</h1><!-- doxytag: class="Sinic::Base" --><!-- doxytag: inherits="EtherDevBase" --><code>#include &lt;<a class="el" href="sinic_8hh-source.html">sinic.hh</a>&gt;</code> <p> <p>Inheritance diagram for Sinic::Base: <p><center><img src="classSinic_1_1Base.png" usemap="#Sinic::Base_map" border="0" alt=""></center> <map name="Sinic::Base_map"> <area href="classEtherDevBase.html" alt="EtherDevBase" shape="rect" coords="105,448,200,472"> <area href="classEtherDevice.html" alt="EtherDevice" shape="rect" coords="105,392,200,416"> <area href="classPciDevice.html" alt="PciDevice" shape="rect" coords="105,336,200,360"> <area href="classDmaDevice.html" alt="DmaDevice" shape="rect" coords="105,280,200,304"> <area href="classPioDevice.html" alt="PioDevice" shape="rect" coords="105,224,200,248"> <area href="classMemObject.html" alt="MemObject" shape="rect" coords="105,168,200,192"> <area href="classClockedObject.html" alt="ClockedObject" shape="rect" coords="105,112,200,136"> <area href="classSimObject.html" alt="SimObject" shape="rect" coords="105,56,200,80"> <area href="classEventManager.html" alt="EventManager" shape="rect" coords="0,0,95,24"> <area href="classSerializable.html" alt="Serializable" shape="rect" coords="105,0,200,24"> <area href="classDrainable.html" alt="Drainable" shape="rect" coords="210,0,305,24"> <area href="classSinic_1_1Device.html" alt="Sinic::Device" shape="rect" coords="105,560,200,584"> </map> <a href="classSinic_1_1Base-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Types</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef SinicParams&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#db8c8d1095ebc9a91ed929bcc3a11f3e">Params</a></td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Construction/Destruction/Parameters. <a href="#db8c8d1095ebc9a91ed929bcc3a11f3e"></a><br></td></tr> <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#5cb09bcd7b14c4410ccbad2691f7e579">serialize</a> (std::ostream &amp;<a class="el" href="namespaceX86ISA.html#ea9fbab71662ba06cf536e05edfaaad1">os</a>)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Serialization stuff. <a href="#5cb09bcd7b14c4410ccbad2691f7e579"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#d0e511912c7f357b8bdc8d317d580ac1">unserialize</a> (<a class="el" href="classCheckpoint.html">Checkpoint</a> *cp, const std::string &amp;section)</td></tr> <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Reconstruct the state of this object from a checkpoint. <a href="#d0e511912c7f357b8bdc8d317d580ac1"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="classSinic_1_1Base.html#db8c8d1095ebc9a91ed929bcc3a11f3e">Params</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#1a9630600bf87c211cabbe679832574d">params</a> () const </td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#bf5d7582a5b7f1ac025aca081ab116be">Base</a> (const <a class="el" href="classSinic_1_1Base.html#db8c8d1095ebc9a91ed929bcc3a11f3e">Params</a> *<a class="el" href="namespaceX86ISA.html#de9e56a260e6124157b4bb2683d55e0a">p</a>)</td></tr> <tr><td colspan="2"><br><h2>Protected Types</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classEventWrapper.html">EventWrapper</a>&lt; <a class="el" href="classSinic_1_1Base.html">Base</a>,<br> &amp;Base::cpuInterrupt &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#14b434b89740b865bf1638ad427ba0dd">IntrEvent</a></td></tr> <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#ac9f3323f719a5d82640288264794907">cpuIntrPost</a> (<a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> when)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#c8be991167a97c26c53c6dd1141b3263">cpuInterrupt</a> ()</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#4d1056f303c1fb6fe70b00b57f7a223c">cpuIntrClear</a> ()</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#575f188defeaee19d0aeadfa26906272">cpuIntrPending</a> () const </td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#4c13c4fb0314236fce402b15da5fc188">cpuIntrAck</a> ()</td></tr> <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#9c3b79bff019b3906b29a960c1996a0c">rxEnable</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#6dc6eafd3facc6b367f2c22fb62da54e">txEnable</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#3da3263e5ffbe0dde58e00a16e8e400c">intrDelay</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#a7271c11e2ab5a29cd0ab9a22c01cf56">intrTick</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#d473c8d2e4b9e82bede75913c3f2a4df">cpuIntrEnable</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#d23d5a37ea8cee31feb1502e59f553e3">cpuPendingIntr</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classEventWrapper.html">IntrEvent</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#efffe7971fadc64b4eb629ebd6668b78">intrEvent</a></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classSinic_1_1Interface.html">Interface</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#8c4580dbdec1abfdbcb82573e49a3dcf">interface</a></td></tr> <tr><td colspan="2"><br><h2>Friends</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classSinic_1_1Base.html#e03991571cb7e9ffd0046e10275338fb">IntrEvent::process</a> ()</td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00049">49</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>.<hr><h2>Member Typedef Documentation</h2> <a class="anchor" name="14b434b89740b865bf1638ad427ba0dd"></a><!-- doxytag: member="Sinic::Base::IntrEvent" ref="14b434b89740b865bf1638ad427ba0dd" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef <a class="el" href="classEventWrapper.html">EventWrapper</a>&lt;<a class="el" href="classSinic_1_1Base.html">Base</a>, &amp;Base::cpuInterrupt&gt; <a class="el" href="classEventWrapper.html">Sinic::Base::IntrEvent</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00064">64</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. </div> </div><p> <a class="anchor" name="db8c8d1095ebc9a91ed929bcc3a11f3e"></a><!-- doxytag: member="Sinic::Base::Params" ref="db8c8d1095ebc9a91ed929bcc3a11f3e" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef SinicParams <a class="el" href="classSinic_1_1Base.html#db8c8d1095ebc9a91ed929bcc3a11f3e">Sinic::Base::Params</a> </td> </tr> </table> </div> <div class="memdoc"> <p> Construction/Destruction/Parameters. <p> <p> Reimplemented from <a class="el" href="classEtherDevice.html#bb4800ad8f8d58a6e105a4aa4afe27e2">EtherDevice</a>. <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00083">83</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. </div> </div><p> <hr><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" name="bf5d7582a5b7f1ac025aca081ab116be"></a><!-- doxytag: member="Sinic::Base::Base" ref="bf5d7582a5b7f1ac025aca081ab116be" args="(const Params *p)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">Sinic::Base::Base </td> <td>(</td> <td class="paramtype">const <a class="el" href="classSinic_1_1Base.html#db8c8d1095ebc9a91ed929bcc3a11f3e">Params</a> *&nbsp;</td> <td class="paramname"> <em>p</em> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8cc-source.html#l00080">80</a> of file <a class="el" href="sinic_8cc-source.html">sinic.cc</a>. </div> </div><p> <hr><h2>Member Function Documentation</h2> <a class="anchor" name="c8be991167a97c26c53c6dd1141b3263"></a><!-- doxytag: member="Sinic::Base::cpuInterrupt" ref="c8be991167a97c26c53c6dd1141b3263" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void Sinic::Base::cpuInterrupt </td> <td>(</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"><code> [protected]</code></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8cc-source.html#l00544">544</a> of file <a class="el" href="sinic_8cc-source.html">sinic.cc</a>. <p> References <a class="el" href="sinic_8hh-source.html#l00059">cpuPendingIntr</a>, <a class="el" href="core_8hh-source.html#l00047">curTick()</a>, <a class="el" href="base_2trace_8hh-source.html#l00167">DPRINTF</a>, <a class="el" href="sinic_8hh-source.html#l00066">intrEvent</a>, <a class="el" href="pcidev_8hh-source.html#l00210">PciDevice::intrPost()</a>, and <a class="el" href="sinic_8hh-source.html#l00057">intrTick</a>. </div> </div><p> <a class="anchor" name="4c13c4fb0314236fce402b15da5fc188"></a><!-- doxytag: member="Sinic::Base::cpuIntrAck" ref="4c13c4fb0314236fce402b15da5fc188" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void Sinic::Base::cpuIntrAck </td> <td>(</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"><code> [inline, protected]</code></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00070">70</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> References <a class="el" href="sinic_8cc-source.html#l00567">cpuIntrClear()</a>. </div> </div><p> <a class="anchor" name="4d1056f303c1fb6fe70b00b57f7a223c"></a><!-- doxytag: member="Sinic::Base::cpuIntrClear" ref="4d1056f303c1fb6fe70b00b57f7a223c" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void Sinic::Base::cpuIntrClear </td> <td>(</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"><code> [protected]</code></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8cc-source.html#l00567">567</a> of file <a class="el" href="sinic_8cc-source.html">sinic.cc</a>. <p> References <a class="el" href="sinic_8hh-source.html#l00059">cpuPendingIntr</a>, <a class="el" href="base_2trace_8hh-source.html#l00167">DPRINTF</a>, <a class="el" href="pcidev_8hh-source.html#l00214">PciDevice::intrClear()</a>, <a class="el" href="sinic_8hh-source.html#l00066">intrEvent</a>, <a class="el" href="sinic_8hh-source.html#l00057">intrTick</a>, and <a class="el" href="eventq_8hh-source.html#l00333">Event::squash()</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00590">Sinic::Device::changeConfig()</a>, <a class="el" href="sinic_8hh-source.html#l00070">cpuIntrAck()</a>, <a class="el" href="sinic_8cc-source.html#l00485">Sinic::Device::devIntrChangeMask()</a>, and <a class="el" href="sinic_8cc-source.html#l00469">Sinic::Device::devIntrClear()</a>. </div> </div><p> <a class="anchor" name="575f188defeaee19d0aeadfa26906272"></a><!-- doxytag: member="Sinic::Base::cpuIntrPending" ref="575f188defeaee19d0aeadfa26906272" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool Sinic::Base::cpuIntrPending </td> <td>(</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"> const<code> [protected]</code></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8cc-source.html#l00586">586</a> of file <a class="el" href="sinic_8cc-source.html">sinic.cc</a>. <p> References <a class="el" href="sinic_8hh-source.html#l00059">cpuPendingIntr</a>. </div> </div><p> <a class="anchor" name="ac9f3323f719a5d82640288264794907"></a><!-- doxytag: member="Sinic::Base::cpuIntrPost" ref="ac9f3323f719a5d82640288264794907" args="(Tick when)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void Sinic::Base::cpuIntrPost </td> <td>(</td> <td class="paramtype"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a>&nbsp;</td> <td class="paramname"> <em>when</em> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"><code> [protected]</code></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8cc-source.html#l00503">503</a> of file <a class="el" href="sinic_8cc-source.html">sinic.cc</a>. <p> References <a class="el" href="base_2debug_8cc-source.html#l00051">Debug::breakpoint()</a>, <a class="el" href="sinic_8hh-source.html#l00058">cpuIntrEnable</a>, <a class="el" href="core_8hh-source.html#l00047">curTick()</a>, <a class="el" href="base_2trace_8hh-source.html#l00167">DPRINTF</a>, <a class="el" href="sinic_8hh-source.html#l00066">intrEvent</a>, <a class="el" href="sinic_8hh-source.html#l00057">intrTick</a>, <a class="el" href="eventq_8hh-source.html#l00661">EventManager::schedule()</a>, and <a class="el" href="eventq_8hh-source.html#l00333">Event::squash()</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00590">Sinic::Device::changeConfig()</a>, <a class="el" href="sinic_8cc-source.html#l00485">Sinic::Device::devIntrChangeMask()</a>, and <a class="el" href="sinic_8cc-source.html#l00433">Sinic::Device::devIntrPost()</a>. </div> </div><p> <a class="anchor" name="1a9630600bf87c211cabbe679832574d"></a><!-- doxytag: member="Sinic::Base::params" ref="1a9630600bf87c211cabbe679832574d" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">const <a class="el" href="classSinic_1_1Base.html#db8c8d1095ebc9a91ed929bcc3a11f3e">Params</a>* Sinic::Base::params </td> <td>(</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"> const<code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Reimplemented from <a class="el" href="classEtherDevBase.html#69801d58ed4121a3c727a5f9c067d8fd">EtherDevBase</a>. <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00084">84</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> References <a class="el" href="sim__object_8hh-source.html#l00098">SimObject::_params</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00632">Sinic::Device::reset()</a>, <a class="el" href="sinic_8cc-source.html#l01166">Sinic::Device::rxFilter()</a>, <a class="el" href="sinic_8cc-source.html#l00718">Sinic::Device::rxKick()</a>, and <a class="el" href="sinic_8cc-source.html#l01035">Sinic::Device::txKick()</a>. </div> </div><p> <a class="anchor" name="5cb09bcd7b14c4410ccbad2691f7e579"></a><!-- doxytag: member="Sinic::Base::serialize" ref="5cb09bcd7b14c4410ccbad2691f7e579" args="(std::ostream &amp;os)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void Sinic::Base::serialize </td> <td>(</td> <td class="paramtype">std::ostream &amp;&nbsp;</td> <td class="paramname"> <em>os</em> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p> Serialization stuff. <p> <p> Reimplemented from <a class="el" href="classPciDevice.html#a4702b7ff6e0edc26cbfe9d5700cf062">PciDevice</a>. <p> Reimplemented in <a class="el" href="classSinic_1_1Device.html#8cf4465c744efceee61c633211b3e60f">Sinic::Device</a>. <p> Definition at line <a class="el" href="sinic_8cc-source.html#l01264">1264</a> of file <a class="el" href="sinic_8cc-source.html">sinic.cc</a>. <p> References <a class="el" href="sinic_8hh-source.html#l00058">cpuIntrEnable</a>, <a class="el" href="sinic_8hh-source.html#l00059">cpuPendingIntr</a>, <a class="el" href="sinic_8hh-source.html#l00066">intrEvent</a>, <a class="el" href="sinic_8hh-source.html#l00057">intrTick</a>, <a class="el" href="sinic_8hh-source.html#l00052">rxEnable</a>, <a class="el" href="pcidev_8cc-source.html#l00425">PciDevice::serialize()</a>, <a class="el" href="serialize_8hh-source.html#l00118">SERIALIZE_SCALAR</a>, <a class="el" href="sinic_8hh-source.html#l00053">txEnable</a>, and <a class="el" href="eventq_8hh-source.html#l00342">Event::when()</a>. </div> </div><p> <a class="anchor" name="d0e511912c7f357b8bdc8d317d580ac1"></a><!-- doxytag: member="Sinic::Base::unserialize" ref="d0e511912c7f357b8bdc8d317d580ac1" args="(Checkpoint *cp, const std::string &amp;section)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void Sinic::Base::unserialize </td> <td>(</td> <td class="paramtype"><a class="el" href="classCheckpoint.html">Checkpoint</a> *&nbsp;</td> <td class="paramname"> <em>cp</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const std::string &amp;&nbsp;</td> <td class="paramname"> <em>section</em></td><td>&nbsp;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td width="100%"><code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p> Reconstruct the state of this object from a checkpoint. <p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>cp</em>&nbsp;</td><td>The checkpoint use. </td></tr> <tr><td valign="top"></td><td valign="top"><em>section</em>&nbsp;</td><td>The section name of this object </td></tr> </table> </dl> <p> Reimplemented from <a class="el" href="classPciDevice.html#506ab27bbff30380cde11aeff20a2120">PciDevice</a>. <p> Reimplemented in <a class="el" href="classSinic_1_1Device.html#b0bbf996be8494404318a9491323c6eb">Sinic::Device</a>. <p> Definition at line <a class="el" href="sinic_8cc-source.html#l01285">1285</a> of file <a class="el" href="sinic_8cc-source.html">sinic.cc</a>. <p> References <a class="el" href="sinic_8hh-source.html#l00058">cpuIntrEnable</a>, <a class="el" href="sinic_8hh-source.html#l00059">cpuPendingIntr</a>, <a class="el" href="sinic_8hh-source.html#l00066">intrEvent</a>, <a class="el" href="sinic_8hh-source.html#l00057">intrTick</a>, <a class="el" href="sinic_8hh-source.html#l00052">rxEnable</a>, <a class="el" href="eventq_8hh-source.html#l00661">EventManager::schedule()</a>, <a class="el" href="sinic_8hh-source.html#l00053">txEnable</a>, <a class="el" href="pcidev_8cc-source.html#l00489">PciDevice::unserialize()</a>, and <a class="el" href="serialize_8hh-source.html#l00120">UNSERIALIZE_SCALAR</a>. </div> </div><p> <hr><h2>Friends And Related Function Documentation</h2> <a class="anchor" name="e03991571cb7e9ffd0046e10275338fb"></a><!-- doxytag: member="Sinic::Base::IntrEvent::process" ref="e03991571cb7e9ffd0046e10275338fb" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void IntrEvent::process </td> <td>(</td> <td class="paramname"> </td> <td>&nbsp;)&nbsp;</td> <td width="100%"><code> [friend]</code></td> </tr> </table> </div> <div class="memdoc"> <p> </div> </div><p> <hr><h2>Member Data Documentation</h2> <a class="anchor" name="d473c8d2e4b9e82bede75913c3f2a4df"></a><!-- doxytag: member="Sinic::Base::cpuIntrEnable" ref="d473c8d2e4b9e82bede75913c3f2a4df" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool <a class="el" href="classSinic_1_1Base.html#d473c8d2e4b9e82bede75913c3f2a4df">Sinic::Base::cpuIntrEnable</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00058">58</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00590">Sinic::Device::changeConfig()</a>, <a class="el" href="sinic_8cc-source.html#l00503">cpuIntrPost()</a>, <a class="el" href="sinic_8cc-source.html#l01264">serialize()</a>, and <a class="el" href="sinic_8cc-source.html#l01285">unserialize()</a>. </div> </div><p> <a class="anchor" name="d23d5a37ea8cee31feb1502e59f553e3"></a><!-- doxytag: member="Sinic::Base::cpuPendingIntr" ref="d23d5a37ea8cee31feb1502e59f553e3" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool <a class="el" href="classSinic_1_1Base.html#d23d5a37ea8cee31feb1502e59f553e3">Sinic::Base::cpuPendingIntr</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00059">59</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00544">cpuInterrupt()</a>, <a class="el" href="sinic_8cc-source.html#l00567">cpuIntrClear()</a>, <a class="el" href="sinic_8cc-source.html#l00586">cpuIntrPending()</a>, <a class="el" href="sinic_8cc-source.html#l01264">serialize()</a>, and <a class="el" href="sinic_8cc-source.html#l01285">unserialize()</a>. </div> </div><p> <a class="anchor" name="8c4580dbdec1abfdbcb82573e49a3dcf"></a><!-- doxytag: member="Sinic::Base::interface" ref="8c4580dbdec1abfdbcb82573e49a3dcf" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classSinic_1_1Interface.html">Interface</a>* <a class="el" href="classSinic_1_1Base.html#8c4580dbdec1abfdbcb82573e49a3dcf">Sinic::Base::interface</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00067">67</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00087">Sinic::Device::Device()</a>, <a class="el" href="sinic_8cc-source.html#l00142">Sinic::Device::getEthPort()</a>, and <a class="el" href="sinic_8cc-source.html#l00989">Sinic::Device::transmit()</a>. </div> </div><p> <a class="anchor" name="3da3263e5ffbe0dde58e00a16e8e400c"></a><!-- doxytag: member="Sinic::Base::intrDelay" ref="3da3263e5ffbe0dde58e00a16e8e400c" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> <a class="el" href="classSinic_1_1Base.html#3da3263e5ffbe0dde58e00a16e8e400c">Sinic::Base::intrDelay</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00056">56</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00433">Sinic::Device::devIntrPost()</a>. </div> </div><p> <a class="anchor" name="efffe7971fadc64b4eb629ebd6668b78"></a><!-- doxytag: member="Sinic::Base::intrEvent" ref="efffe7971fadc64b4eb629ebd6668b78" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classEventWrapper.html">IntrEvent</a>* <a class="el" href="classSinic_1_1Base.html#efffe7971fadc64b4eb629ebd6668b78">Sinic::Base::intrEvent</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00066">66</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00544">cpuInterrupt()</a>, <a class="el" href="sinic_8cc-source.html#l00567">cpuIntrClear()</a>, <a class="el" href="sinic_8cc-source.html#l00503">cpuIntrPost()</a>, <a class="el" href="sinic_8cc-source.html#l01264">serialize()</a>, and <a class="el" href="sinic_8cc-source.html#l01285">unserialize()</a>. </div> </div><p> <a class="anchor" name="a7271c11e2ab5a29cd0ab9a22c01cf56"></a><!-- doxytag: member="Sinic::Base::intrTick" ref="a7271c11e2ab5a29cd0ab9a22c01cf56" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="base_2types_8hh.html#5c8ed81b7d238c9083e1037ba6d61643">Tick</a> <a class="el" href="classSinic_1_1Base.html#a7271c11e2ab5a29cd0ab9a22c01cf56">Sinic::Base::intrTick</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00057">57</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00544">cpuInterrupt()</a>, <a class="el" href="sinic_8cc-source.html#l00567">cpuIntrClear()</a>, <a class="el" href="sinic_8cc-source.html#l00503">cpuIntrPost()</a>, <a class="el" href="sinic_8cc-source.html#l01264">serialize()</a>, and <a class="el" href="sinic_8cc-source.html#l01285">unserialize()</a>. </div> </div><p> <a class="anchor" name="9c3b79bff019b3906b29a960c1996a0c"></a><!-- doxytag: member="Sinic::Base::rxEnable" ref="9c3b79bff019b3906b29a960c1996a0c" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool <a class="el" href="classSinic_1_1Base.html#9c3b79bff019b3906b29a960c1996a0c">Sinic::Base::rxEnable</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00052">52</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00590">Sinic::Device::changeConfig()</a>, <a class="el" href="sinic_8cc-source.html#l01211">Sinic::Device::recvPacket()</a>, <a class="el" href="sinic_8cc-source.html#l01264">serialize()</a>, <a class="el" href="sinic_8cc-source.html#l01285">unserialize()</a>, and <a class="el" href="sinic_8cc-source.html#l00305">Sinic::Device::write()</a>. </div> </div><p> <a class="anchor" name="6dc6eafd3facc6b367f2c22fb62da54e"></a><!-- doxytag: member="Sinic::Base::txEnable" ref="6dc6eafd3facc6b367f2c22fb62da54e" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool <a class="el" href="classSinic_1_1Base.html#6dc6eafd3facc6b367f2c22fb62da54e">Sinic::Base::txEnable</a><code> [protected]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="sinic_8hh-source.html#l00053">53</a> of file <a class="el" href="sinic_8hh-source.html">sinic.hh</a>. <p> Referenced by <a class="el" href="sinic_8cc-source.html#l00590">Sinic::Device::changeConfig()</a>, <a class="el" href="sinic_8cc-source.html#l01264">serialize()</a>, <a class="el" href="sinic_8cc-source.html#l01285">unserialize()</a>, and <a class="el" href="sinic_8cc-source.html#l00305">Sinic::Device::write()</a>. </div> </div><p> <hr>The documentation for this class was generated from the following files:<ul> <li>dev/<a class="el" href="sinic_8hh-source.html">sinic.hh</a><li>dev/<a class="el" href="sinic_8cc-source.html">sinic.cc</a></ul> <hr size="1"><address style="align: right;"><small> Generated on Fri Apr 17 12:41:29 2015 for gem5 by <a href="http://www.doxygen.org/index.html"> doxygen</a> 1.4.7</small></address> </body> </html>
wnoc-drexel/gem5-stable
src/doxygen/html/classSinic_1_1Base.html
HTML
bsd-3-clause
32,856
<!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"/> <title>Core Plot (iOS): Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="customdoxygen.css" rel="stylesheet" type="text/css" /> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="core-plot-logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Core Plot (iOS) </div> <div id="projectbrief">Cocoa plotting framework for Mac OS X and iOS</div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.8.1.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="modules.html"><span>Animation&#160;&&#160;Constants</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('protocol_c_p_t_plot_data_source-p.html','');}); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">&lt;CPTPlotDataSource&gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_plot_data_source-p.html#a43a84ec249a526948d1f45bf4634d289">dataForPlot:field:recordIndexRange:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_plot_data_source-p.html#ac1bda304421f3bff21f4db54282620d9">dataLabelForPlot:recordIndex:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_plot_data_source-p.html#abc9085d1b4dd104b130f362e21ff00ea">dataLabelsForPlot:recordIndexRange:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_plot_data_source-p.html#a751d55385f637298442d0fdaad503da7">doubleForPlot:field:recordIndex:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_plot_data_source-p.html#af3dd375ee459541f0a8b53c700bff9a3">doublesForPlot:field:recordIndexRange:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_plot_data_source-p.html#a7402b4e0aa6cf2376e1f335acb55ec66">numberForPlot:field:recordIndex:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_plot_data_source-p.html#a4f88c11590a2ec86a41bab421d207744">numberOfRecordsForPlot:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a></td><td class="entry"></td></tr> <tr><td class="entry">-&#160;</td><td><a class="el" href="protocol_c_p_t_plot_data_source-p.html#a9dbeec1441957bf8b8b64e553499eaf9">numbersForPlot:field:recordIndexRange:</a></td><td class="entry"><a class="el" href="protocol_c_p_t_plot_data_source-p.html">&lt;CPTPlotDataSource&gt;</a></td><td class="entry"></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a></li> </ul> </div> </body> </html>
aufflick/core-plot
documentation/html/iOS/protocol_c_p_t_plot_data_source-p-members.html
HTML
bsd-3-clause
5,543
<?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 xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <!-- MOTW-DISABLED saved from url=(0014)about:internet --> <title>Getting Started with EAGLE</title> <link rel="StyleSheet" href="css/Eagle_Getting_Started.css" type="text/css" media="all" /> <link rel="StyleSheet" href="css/webworks.css" type="text/css" media="all" /> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/context.js"></script> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/towwhdir.js"></script> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/wwhpagef.js"></script> <script type="text/javascript" language="JavaScript1.2"> <!-- var WebWorksRootPath = ""; // --> </script> <script type="text/javascript" language="JavaScript1.2"> <!-- // Set reference to top level help frame // var WWHFrame = WWHGetWWHFrame("", true); // --> </script> <script type="text/javascript" language="JavaScript1.2" src="scripts/expand.js"></script> </head> <body style="" onLoad="WWHUpdate();" onUnload="WWHUnload();" onKeyDown="WWHHandleKeyDown((document.all||document.getElementById||document.layers)?event:null);" onKeyPress="WWHHandleKeyPress((document.all||document.getElementById||document.layers)?event:null);" onKeyUp="WWHHandleKeyUp((document.all||document.getElementById||document.layers)?event:null);"> <br /> <div class="WebWorks_Breadcrumbs" style="text-align: left;">Getting Started with EAGLE </div> <hr align="left" /> <blockquote> <div class="Chapter_Name"><a name="1052621">Getting Started with EAGLE </a></div> <div class="Body_Text"><a name="1067312">This </a>section introduces you to EAGLE, EAGLE interfaces and navigation, and common features used on the pages. </div> <div class="Body_Text"><a name="1067313">Topics in this </a>section include:</div> <div class="Bullet_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1134405"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_inner"><span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('EAGLE_Online_Help', 'Eagle_Getting_Started.4.2.html#1123760', '');" name="1134405">About EAGLE</a></span></div> </td> </tr> </table> </div> <div class="Bullet_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1134413"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_inner"><span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('EAGLE_Online_Help', 'Eagle_Getting_Started.4.3.html#1135316', '');" name="1134413">EAGLE’s Opening Page</a></span></div> </td> </tr> </table> </div> <div class="Bullet_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1101079"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_inner"><span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('EAGLE_Online_Help', 'Eagle_Getting_Started.4.4.html#1123624', '');" name="1101079">Logging In</a></span></div> </td> </tr> </table> </div> <div class="Bullet_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1085443"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_inner"><span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('EAGLE_Online_Help', 'Eagle_Getting_Started.4.6.html#1124032', '');" name="1085443">EAGLE Workspace</a></span></div> </td> </tr> </table> </div> <div class="Bullet_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1092591"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_inner"><span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('EAGLE_Online_Help', 'Eagle_Getting_Started.4.10.html#1118929', '');" name="1092591">Application Support</a></span></div> </td> </tr> </table> </div> <div class="Bullet_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1092596"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_inner"><span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('EAGLE_Online_Help', 'Eagle_Getting_Started.4.11.html#1129262', '');" name="1092596">Logging Out</a></span></div> </td> </tr> </table> </div> <script type="text/javascript" language="JavaScript1.2"> <!-- // Clear related topics // WWHClearRelatedTopics(); document.writeln(WWHRelatedTopicsInlineHTML()); // --> </script> </blockquote> <script type="text/javascript" language="JavaScript1.2"> <!-- document.write(WWHRelatedTopicsDivTag() + WWHPopupDivTag() + WWHALinksDivTag()); // --> </script> </body> </html>
NCIP/eagle
WebRoot/helpDocs/EAGLE_Online_Help/Eagle_Getting_Started.4.1.html
HTML
bsd-3-clause
6,720
<h1><code ng:non-bindable="">deleteEndpoint</code> <span class="hint">( deleteEndpoint in module <code ng:non-bindable="">jsPlumb</code> )</span> </h1> <div><h2 id="Description">Description</h2> <div class="description"><p>Deletes the given Endpoint.</p> <p>You can put markdown here <code class="plain">REPLACEME0</code> </div> <h2 id="Parameters">Parameters</h2> <ul class="parameters"><li><code class="plain">object – {object} – </code> <p>Either a string, representing the endpoint's uuid, or an Endpoint. </p></li> </ul> </div>
adrexia/silverstripe-flowchart
js/thirdparty/jsPlumb/node_modules/grunt-docular/node_modules/docular/lib/webapp/documentation/partials/example/globals/jsPlumb.deleteEndpoint.html
HTML
bsd-3-clause
548
<!DOCTYPE html> <html> <meta charset="utf-8"> <title>Date parser test — 1000&lt;=x&lt;=9999 and 100&lt;=y&lt;=999 and 1000&lt;=z&lt;=9999 — 2008/364/2091</title> <script src="../date_test.js"></script> <p>Failed (Script did not run)</p> <script> test_date_invalid("2008/364/2091", "Invalid Date") </script> </html>
operasoftware/presto-testo
core/features/dateParsing/TestCases/individual/SlashSeparator/160.html
HTML
bsd-3-clause
334
<!-- HTML header for doxygen 1.8.10--> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="utf-8"/> <title>Member List$</title> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css"> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css"> <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css"> <link rel="stylesheet" href="/css/default.css"> <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> <script> var isLanding = false; var menu = 'API Documentation'; </script> <title>Tell: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="customdoxygen.css" rel="stylesheet" type="text/css"/> </head> <body id="tell"> <div class="header"> <div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed"> <ul id="menu" class="pure-menu-list"> </ul> <a class="pure-menu-heading"><img class="img-header" src="/images/tell-black.png"/></a> </div> </div> <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">Tell &#160;<span id="projectnumber">0.1</span> </div> <div id="projectbrief">A shared-data database ecosystem</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('structcrossbow_1_1program__options_1_1impl_1_1option.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">crossbow::program_options::impl::option&lt; Name, T, Opts &gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#a57983b0437e152f9be45f8aa621666cd">ignore_long</a></td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#a8ce352e3b4927a2f84d3d60c9d7777bd">ignore_short</a></td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#a37962e7cfeb8b002570931118f2f347a">longoption</a></td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#a8466c5a9960b98528af31d662440911c">my_options</a> typedef</td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#adae5763169e9cd2ce33adfcd05b3450c">name</a></td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#a6032d0a8abf083bdcef0023500ffb8d4">option</a>(const std::string &amp;longoption, value_type *value, Opts...opts)</td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#ad548e94c5145143276768d903c9f4446">print_help</a>(std::ostream &amp;os) const </td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#ac4883130100e0f6a05fe9dc4083b0861">set_value</a>(V &amp;&amp;v)</td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#ae00fe0c3f693cea3ddaa38c643d3e012">this_opts</a></td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#aaa08ccfe2eb3312f1309650609e1b41f">tprinter</a></td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#a132a0a1d4c25ad94f0a1d3d8c5b2ecfd">value</a></td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#a665502c78bdb6a2fbf590e1c23a38281">value_ptr</a></td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html#a9901ab7fda23e1159a1492ebca3fa9a5">value_type</a> typedef</td><td class="entry"><a class="el" href="structcrossbow_1_1program__options_1_1impl_1_1option.html">crossbow::program_options::impl::option&lt; Name, T, Opts &gt;</a></td><td class="entry"></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- HTML footer for doxygen 1.8.10--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> </ul> </div> <script src="/js/load-menu.js"></script> </body> </html>
tellproject/homepage-generator
api/structcrossbow_1_1program__options_1_1impl_1_1option-members.html
HTML
bsd-3-clause
10,878
{% import "macros.html" as macros %} <div class="new-section"> <h5>Get Started</h5> <p class="text-muted">These sections are editable, and typically found in most RFPs.</p> <a href="{{ url_for('builder.new_section', template_id=template.id, section_title='Introduction', section_type='text') }}" class="btn btn-primary btn-block btn-default">Insert Introduction</a> <a href="{{ url_for('builder.new_section', template_id=template.id, section_title='Definitions', section_type='text') }}" class="btn btn-primary btn-block btn-default">Insert Definitions</a> <a href="{{ url_for('builder.new_section', template_id=template.id, section_title='Evaluation Criteria', section_type='text') }}" class="btn btn-primary btn-block btn-default">Insert Evaluation Criteria</a> <div class="pad-10"></div> <h5>Add Boilerplate</h5> <p class="text-muted">These sections don't change over time.</p> <a href="{{ url_for('builder.new_section', template_id=template.id, boilerplate='CONTRACT_INFO', section_title='Basic Contract Information', section_type='text') }}" class="btn btn-primary btn-block btn-default">Insert Basic Contract Information</a> <a href="{{ url_for('builder.new_section', template_id=template.id, boilerplate='INSTRUCTIONS_TO_BIDDERS', section_title='Instructions to Bidders', section_type='text') }}" class="btn btn-primary btn-block btn-default">Insert Instructions to Bidders</a> <a href="{{ url_for('builder.new_section', template_id=template.id, boilerplate='NONDISCRIMINATION_CERTIFICATION', section_title='Nondescrimination Certification', section_type='text') }}" class="btn btn-primary btn-block btn-default">Insert Nondescrimination Certification</a> <div class="pad-10"></div> <h5>Customize</h5> <p class="text-muted">These sections can be customized by you or a purchaser.</p> <div class="dropdown"> <button id="Blank Section" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-primary form-control btn-default"> Choose a Section Type <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> {% for type in new_section_form.type.choices %} <li><a href="{{ url_for('builder.new_section', template_id=template.id, section_type=type[0]) }}">{{ type[1] }}</a></li> {% endfor %} </ul> </div> </div>
codeforamerica/template-maker
template_maker/templates/builder/sections/section-sidebar.html
HTML
bsd-3-clause
2,386
{% extends 'base.html' %} {% block nav %}{% endblock %} {% block content %} <h1>Enter new password</h1> <p>Please enter your new password twice so we can verify you typed it in correctly.</p> <form method="post" action="">{% csrf_token %} {{ form.as_p }} <input type="submit" value="Set my password" /> </form> {% endblock %}
misli/rhw
rhw/templates/registration/password_reset_confirm.html
HTML
bsd-3-clause
331
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>PCD8544_Simple: Related Pages</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">PCD8544_Simple </div> <div id="projectbrief">Arduino Library for Nokia 5110 Display Modules</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('pages.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">Related Pages</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all related documentation pages:</div><div class="directory"> <table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="md__bigdrive_home_boffin__arduino-1_86_libraries__p_c_d8544__simple__l_e_v_e_l_s_h_i_f_t.html" target="_self">Level Shifting Methods</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Fri Jul 15 2016 18:23:41 for PCD8544_Simple by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li> </ul> </div> </body> </html>
sleemanj/PCD8544_Simple
docs/html/pages.html
HTML
bsd-3-clause
4,902
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0) on Sat Aug 11 09:53:51 CEST 2012 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class modalLogic.tableau.comparators.PointerComparator</title> <meta name="date" content="2012-08-11"> <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 modalLogic.tableau.comparators.PointerComparator"; } //--> </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="../../../../modalLogic/tableau/comparators/PointerComparator.html" title="class in modalLogic.tableau.comparators">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?modalLogic/tableau/comparators//class-usePointerComparator.html" target="_top">Frames</a></li> <li><a href="PointerComparator.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 modalLogic.tableau.comparators.PointerComparator" class="title">Uses of Class<br>modalLogic.tableau.comparators.PointerComparator</h2> </div> <div class="classUseContainer">No usage of modalLogic.tableau.comparators.PointerComparator</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="../../../../modalLogic/tableau/comparators/PointerComparator.html" title="class in modalLogic.tableau.comparators">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?modalLogic/tableau/comparators//class-usePointerComparator.html" target="_top">Frames</a></li> <li><a href="PointerComparator.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>
johanneskoester/libmodallogic
javadoc/modalLogic/tableau/comparators/class-use/PointerComparator.html
HTML
bsd-3-clause
4,315
<!-- @license Copyright (c) 2016 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <link rel="import" href="../bower_components/polymer/polymer.html"> <link rel="import" href="../bower_components/iron-flex-layout/iron-flex-layout.html"> <link rel="import" href="../bower_components/paper-icon-button/paper-icon-button.html"> <link rel="import" href="../bower_components/iron-overlay-behavior/iron-overlay-behavior.html"> <link rel="import" href="cookadlib-button.html"> <dom-module id="cookadlib-cart-modal"> <template> <style include="cookadlib-button"> :host { display: block; position: fixed; background-color: #FFF; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); width: 320px; padding: 12px; visibility: hidden; will-change: transform; top: 56px; right: 16px; -webkit-transform: translate3d(calc(100% - 16px), 0, 0); transform: translate3d(calc(100% + 16px), 0, 0); transition-property: visibility, -webkit-transform; transition-property: visibility, transform; transition-duration: 0.2s; transition-delay: 0.1s; } :host(.opened) { visibility: visible; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .layout-horizontal { @apply(--layout-horizontal); } .label { @apply(--layout-flex); line-height: 24px; margin: 8px; } .modal-button { @apply(--layout-flex); margin: 16px 8px; } .modal-button > a { box-sizing: border-box; width: 100%; padding: 8px 24px; } #closeBtn { position: absolute; right: 5px; top: 5px; } @media (max-width: 767px) { :host { top: auto; bottom: 0; left: 0; right: 0; width: auto; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } </style> <div class="layout-horizontal"> <div class="label">Added to cart</div> </div> <div class="layout-horizontal"> <cookadlib-button class="modal-button"> <a href="/cart" on-tap="close" id="viewCartAnchor">View Cart</a> </cookadlib-button> <cookadlib-button class="modal-button"> <a href="/checkout" on-tap="close">Checkout</a> </cookadlib-button> </div> <paper-icon-button icon="close" id="closeBtn" aria-label="Close dialog" on-tap="close"></paper-icon-button> </template> <script> Polymer({ is: 'cookadlib-cart-modal', behaviors: [ Polymer.IronOverlayBehaviorImpl ], properties: { withBackdrop: { type: Boolean, value: true } }, hostAttributes: { role: 'dialog', 'aria-modal': 'true' }, listeners: { 'transitionend' : '_transitionEnd', 'iron-overlay-canceled': '_onCancel' }, _renderOpened: function() { this.restoreFocusOnClose = true; this.backdropElement.style.display = 'none'; this.classList.add('opened'); }, _renderClosed: function() { this.classList.remove('opened'); }, _onCancel: function(e) { // Don't restore focus when the overlay is closed after a mouse event if (e.detail instanceof MouseEvent) { this.restoreFocusOnClose = false; } }, _transitionEnd: function(e) { if (e.target !== this || e.propertyName !== 'transform') { return; } if (this.opened) { this._finishRenderOpened(); this.fire('announce', 'Item added to the cart'); } else { this._finishRenderClosed(); this.backdropElement.style.display = ''; } }, get _focusableNodes() { return [this.$.viewCartAnchor, this.$.closeBtn]; }, refit: Function(), notifyResize: Function() }); </script> </dom-module>
cookadlib/www.cookadlib.com
src/cookadlib-cart-modal.html
HTML
bsd-3-clause
4,547
<html> <head> <meta charset="UTF-8"> <style type="text/css" media="all"> body { background-color: hsla(180, 5%, 70%, 0.8); box-sizing: border-box; } #userMsg { box-shadow: 3px 3px 3px #555; background-color: hsla(60,80%, 98%, 0.9); padding: 0.5ex 1ex; border-left: 1ex solid hsla(30, 80%, 70%, 0.9); color: a44; margin: 0.5ex; visibility: hidden; } #wrapper { background-color: hsla(240, 64%, 95%, 0.9); color: hsl(0, 43%, 47%); margin: 0.5ex; box-shadow: 2px 2px 2px hsl(0, 0%, 33%); padding:1ex; } #tTable { background-color: hsla(30, 67%, 88%, 0.9); overflow: scroll; min-width: 60ex; min-height: 30ex; } #tTable th { text-align: left; } #tTable th:nth-child(1) { width: 30%; padding-left: 19px; } #tTable td:nth-child(1) { background: url("tag16.png") no-repeat scroll left center transparent; padding-left: 19px; background-clip: padding-box; } #tTable .tagRow:hover { background-color: hsla(240, 80%, 70%, 0.5); } .highlight { background-color: hsla(300, 80%, 50%, 0.5); } input[type=button] { width: 16ex; } #text { padding-left: 1px; } #edit-label { width: calc(30% - 18px); } #edit-tags { width: 69%; float: right; } #tTable th:nth-child(3), #tTable td:nth-child(3), #tdOk { text-align: right; } </style> </head> <body> <div id="userMsg"></div> <div id="wrapper"> <table> <tr> <td> <table id="tTable"> <thead> <tr> <th>Label</th> <th>Tags</th> <th>Sort Order</th> </tr> </thead> <tbody id="insertHere"> <tr class="tagRow" onclick="rowClicked(event)"> <td class="xLabel">xxLabelxx</td> <td class="xTags">xxTagsxx</td> <td class="xOrder"><select> <option value="0">A -&gt; Z</option> <option value="1">Z -&gt; A</option> <option value="2">Last visited last</option> <option value="3">Last visited first</option> <option value="4">Most visited last</option> <option value="5">Most visited first</option> <option value="6">Last created last</option> <option value="7">Last created first</option> <option value="8">Last modified first</option> <option value="9">Last modified first</option> <option value="10">URL (A -&gt; Z)</option> <option value="11">URL (Z -&gt; A)</option> </select></td> </tr> </tbody> </table> </td> <td><input id="up" type="button" value="Move Up" accesskey="u" /><br> <input id="down" type="button" value="Move Down" accesskey="d" /><br> <input id="delete" type="button" value="Remove" accesskey="r" /><br> </td> </tr> <tr> <td id="text"> <img src="tag-lines16.png" style="vertical-align:middle" /> <input type="text" id="edit-label" placeholder="Label" autofocus="autofocus"/> <input type="text" id="edit-tags" placeholder="tag 1, tag 2, .."/> </td> <td><input id="addTag" type="button" value="Add xTag" accesskey="a" /></td> </tr> <tr> <td id="tdOk"> <input id="ok" type="button" value="OK" accesskey="\0x10" /> </td><td> <input id="cancel" type="button" value="Cancel" accesskey="\esc" /> </td> </tr> </table> </div> <script src="xTag-Set-Panel.js"></script> </body> </html>
e-motiv/Bookmarks-x-Tags
src/data/xTag-Set-Panel.html
HTML
bsd-3-clause
3,435
<!DOCTYPE html> <html class="writer-html5" lang="en" > <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>GEOMS-TE-FTIR-002-COF2 &mdash; HARP 1.14 documentation</title> <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/custom.css" type="text/css" /> <!--[if lt IE 9]> <script src="../_static/js/html5shiv.min.js"></script> <![endif]--> <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 async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="../_static/js/theme.js"></script> <link rel="index" title="Index" href="../genindex.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"> HARP </a> <div class="version"> 1.14 </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../install.html">Installation</a></li> <li class="toctree-l1"><a class="reference internal" href="../conventions/index.html">Conventions</a></li> <li class="toctree-l1"><a class="reference internal" href="../algorithms/index.html">Algorithms</a></li> <li class="toctree-l1"><a class="reference internal" href="../operations.html">Operations</a></li> <li class="toctree-l1"><a class="reference internal" href="index.html">Ingestion definitions</a></li> <li class="toctree-l1"><a class="reference internal" href="../libharp.html">C library</a></li> <li class="toctree-l1"><a class="reference internal" href="../idl.html">IDL interface</a></li> <li class="toctree-l1"><a class="reference internal" href="../matlab.html">MATLAB interface</a></li> <li class="toctree-l1"><a class="reference internal" href="../python.html">Python interface</a></li> <li class="toctree-l1"><a class="reference internal" href="../R.html">R interface</a></li> <li class="toctree-l1"><a class="reference internal" href="../tools.html">Command line tools</a></li> </ul> </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">HARP</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" class="icon icon-home"></a> &raquo;</li> <li>GEOMS-TE-FTIR-002-COF2</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="geoms-te-ftir-002-cof2"> <h1>GEOMS-TE-FTIR-002-COF2</h1> <div class="section" id="variables"> <h2>Variables</h2> <p>The table below lists the variables that are present in the HARP product that results from an ingestion of <code class="docutils literal notranslate"><span class="pre">GEOMS-TE-FTIR-002-COF2</span></code> data.</p> <table class="colwidths-given docutils align-default"> <colgroup> <col style="width: 25%" /> <col style="width: 5%" /> <col style="width: 15%" /> <col style="width: 15%" /> <col style="width: 40%" /> </colgroup> <thead> <tr class="row-odd"><th class="head"><p>field name</p></th> <th class="head"><p>type</p></th> <th class="head"><p>dimensions</p></th> <th class="head"><p>unit</p></th> <th class="head"><p>description</p></th> </tr> </thead> <tbody> <tr class="row-even"><td><p><strong>sensor_name</strong></p></td> <td><p>string</p></td> <td></td> <td></td> <td><p>name of the sensor</p></td> </tr> <tr class="row-odd"><td><p><strong>location_name</strong></p></td> <td><p>string</p></td> <td></td> <td></td> <td><p>name of the site at which the sensor is located</p></td> </tr> <tr class="row-even"><td><p><strong>measurement_mode</strong></p></td> <td><p>string</p></td> <td></td> <td></td> <td><p>‘solar’ or ‘lunar’ measurement</p></td> </tr> <tr class="row-odd"><td><p><strong>sensor_latitude</strong></p></td> <td><p>double</p></td> <td></td> <td><p>[degree_north]</p></td> <td><p>latitude of the sensor</p></td> </tr> <tr class="row-even"><td><p><strong>sensor_longitude</strong></p></td> <td><p>double</p></td> <td></td> <td><p>[degree_east]</p></td> <td><p>longitude of the sensor</p></td> </tr> <tr class="row-odd"><td><p><strong>sensor_altitude</strong></p></td> <td><p>double</p></td> <td></td> <td><p>[km]</p></td> <td><p>altitude of the sensor</p></td> </tr> <tr class="row-even"><td><p><strong>datetime</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[days since 2000-01-01]</p></td> <td><p>time of the measurement</p></td> </tr> <tr class="row-odd"><td><p><strong>datetime_length</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[s]</p></td> <td><p>duration of the measurement</p></td> </tr> <tr class="row-even"><td><p><strong>COF2_column_number_density</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[molec/m2]</p></td> <td><p>total COF2 vertical column</p></td> </tr> <tr class="row-odd"><td><p><strong>COF2_column_number_density_apriori</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[molec/m2]</p></td> <td><p>a priori total COF2 vertical column</p></td> </tr> <tr class="row-even"><td><p><strong>COF2_column_number_density_avk</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[]</p></td> <td><p>averaging kernel for the total COF2 vertical column</p></td> </tr> <tr class="row-odd"><td><p><strong>COF2_column_number_density_uncertainty_random</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[molec/m2]</p></td> <td><p>random uncertainty of the total COF2 vertical column</p></td> </tr> <tr class="row-even"><td><p><strong>COF2_column_number_density_uncertainty_systematic</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[molec/m2]</p></td> <td><p>systematic uncertainty of the total COF2 vertical column</p></td> </tr> <tr class="row-odd"><td><p><strong>H2O_column_number_density</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[molec/m2]</p></td> <td><p>total H2O vertical column</p></td> </tr> <tr class="row-even"><td><p><strong>COF2_volume_mixing_ratio</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[ppmv]</p></td> <td><p>COF2 volume mixing ratio</p></td> </tr> <tr class="row-odd"><td><p><strong>COF2_volume_mixing_ratio_apriori</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[ppmv]</p></td> <td><p>a priori COF2 volume mixing ratio</p></td> </tr> <tr class="row-even"><td><p><strong>COF2_volume_mixing_ratio_avk</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>, <em>vertical</em>}</p></td> <td><p>[]</p></td> <td><p>averaging kernel for the COF2 volume mixing ratio</p></td> </tr> <tr class="row-odd"><td><p><strong>COF2_volume_mixing_ratio_covariance</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>, <em>vertical</em>}</p></td> <td><p>[(ppmv)2]</p></td> <td><p>covariance of the COF2 volume mixing ratio</p></td> </tr> <tr class="row-even"><td><p><strong>COF2_volume_mixing_ratio_uncertainty_random</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[ppmv]</p></td> <td><p>random uncertainty of the COF2 volume mixing ratio</p></td> </tr> <tr class="row-odd"><td><p><strong>COF2_volume_mixing_ratio_uncertainty_systematic</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[ppmv]</p></td> <td><p>systematic uncertainty of the COF2 volume mixing ratio</p></td> </tr> <tr class="row-even"><td><p><strong>H2O_volume_mixing_ratio</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[ppmv]</p></td> <td><p>H2O volume mixing ratio</p></td> </tr> <tr class="row-odd"><td><p><strong>altitude</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[km]</p></td> <td><p>retrieval effective altitude</p></td> </tr> <tr class="row-even"><td><p><strong>altitude_bounds</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>, 2}</p></td> <td><p>[km]</p></td> <td><p>lower and upper boundaries of the height layers</p></td> </tr> <tr class="row-odd"><td><p><strong>pressure</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[hPa]</p></td> <td><p>independent pressure profile</p></td> </tr> <tr class="row-even"><td><p><strong>temperature</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>, <em>vertical</em>}</p></td> <td><p>[K]</p></td> <td><p>independent temperature profile</p></td> </tr> <tr class="row-odd"><td><p><strong>surface_pressure</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[hPa]</p></td> <td><p>independent surface pressure</p></td> </tr> <tr class="row-even"><td><p><strong>surface_temperature</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[K]</p></td> <td><p>independent surface temperature</p></td> </tr> <tr class="row-odd"><td><p><strong>solar_azimuth_angle</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[degree]</p></td> <td><p>solar azimuth angle</p></td> </tr> <tr class="row-even"><td><p><strong>solar_zenith_angle</strong></p></td> <td><p>double</p></td> <td><p>{<em>time</em>}</p></td> <td><p>[degree]</p></td> <td><p>solar zenith angle</p></td> </tr> <tr class="row-odd"><td><p><strong>index</strong></p></td> <td><p>int32</p></td> <td><p>{<em>time</em>}</p></td> <td></td> <td><p>zero-based index of the sample within the source product</p></td> </tr> </tbody> </table> </div> <div class="section" id="mapping-description"> <h2>Mapping description</h2> <p>The table below details where and how each variable was retrieved from the input product.</p> <table class="docutils align-default"> <colgroup> <col style="width: 24%" /> <col style="width: 6%" /> <col style="width: 70%" /> </colgroup> <thead> <tr class="row-odd"><th class="head"><p>field name</p></th> <th class="head" colspan="2"><p>mapping description</p></th> </tr> </thead> <tbody> <tr class="row-even"><td><p><strong>sensor_name</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/&#64;DATA.SOURCE</strong></p></td> </tr> <tr class="row-odd"><td><p><strong>location_name</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/&#64;DATA.LOCATION</strong></p></td> </tr> <tr class="row-even"><td><p><strong>measurement_mode</strong></p></td> <td><p><em>condition</em></p></td> <td><p>determined from ‘variable mode’ part of variable names</p></td> </tr> <tr class="row-odd"><td><p><strong>sensor_latitude</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/LATITUDE.INSTRUMENT</strong></p></td> </tr> <tr class="row-even"><td><p><strong>sensor_longitude</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/LONGITUDE.INSTRUMENT</strong></p></td> </tr> <tr class="row-odd"><td><p><strong>sensor_altitude</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/ALTITUDE.INSTRUMENT</strong></p></td> </tr> <tr class="row-even"><td><p><strong>datetime</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/DATETIME</strong></p></td> </tr> <tr class="row-odd"><td rowspan="2"><p><strong>datetime_length</strong></p></td> <td><p><em>available</em></p></td> <td><p>optional</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/INTEGRATION.TIME</strong></p></td> </tr> <tr class="row-odd"><td rowspan="6"><p><strong>COF2_column_number_density</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.SOLAR</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.LUNAR</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-odd"><td rowspan="6"><p><strong>COF2_column_number_density_apriori</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.SOLAR_APRIORI</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.LUNAR_APRIORI</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-odd"><td rowspan="6"><p><strong>COF2_column_number_density_avk</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.SOLAR_AVK</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.LUNAR_AVK</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-odd"><td rowspan="6"><p><strong>COF2_column_number_density_uncertainty_random</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.SOLAR_UNCERTAINTY.RANDOM.STANDARD</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.LUNAR_UNCERTAINTY.RANDOM.STANDARD</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-odd"><td rowspan="6"><p><strong>COF2_column_number_density_uncertainty_systematic</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.SOLAR_UNCERTAINTY.SYSTEMATIC.STANDARD</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.COLUMN_ABSORPTION.LUNAR_UNCERTAINTY.SYSTEMATIC.STANDARD</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-odd"><td rowspan="6"><p><strong>H2O_column_number_density</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/H2O.COLUMN_ABSORPTION.SOLAR</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/H2O.COLUMN_ABSORPTION.LUNAR</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to molec/m2</p></td> </tr> <tr class="row-odd"><td rowspan="7"><p><strong>COF2_volume_mixing_ratio</strong></p></td> <td><p><em>available</em></p></td> <td><p>optional</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.SOLAR</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to ppmv; the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-odd"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.LUNAR</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to ppmv; the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-even"><td rowspan="7"><p><strong>COF2_volume_mixing_ratio_apriori</strong></p></td> <td><p><em>available</em></p></td> <td><p>optional</p></td> </tr> <tr class="row-odd"><td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.SOLAR_APRIORI</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to ppmv; the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.LUNAR_APRIORI</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to ppmv; the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-odd"><td rowspan="7"><p><strong>COF2_volume_mixing_ratio_avk</strong></p></td> <td><p><em>available</em></p></td> <td><p>optional</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.SOLAR_AVK</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-odd"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.LUNAR_AVK</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-even"><td rowspan="7"><p><strong>COF2_volume_mixing_ratio_covariance</strong></p></td> <td><p><em>available</em></p></td> <td><p>optional</p></td> </tr> <tr class="row-odd"><td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.SOLAR_UNCERTAINTY.RANDOM.COVARIANCE</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to (ppmv)2; the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.LUNAR_UNCERTAINTY.RANDOM.COVARIANCE</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to (ppmv)2; the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-odd"><td rowspan="7"><p><strong>COF2_volume_mixing_ratio_uncertainty_random</strong></p></td> <td><p><em>available</em></p></td> <td><p>optional</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.SOLAR_UNCERTAINTY.RANDOM.COVARIANCE</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere; the uncertainty is the square root of the trace of the covariance; unit is converted to ppmv</p></td> </tr> <tr class="row-odd"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.LUNAR_UNCERTAINTY.RANDOM.COVARIANCE</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere; the uncertainty is the square root of the trace of the covariance; unit is converted to ppmv</p></td> </tr> <tr class="row-even"><td rowspan="7"><p><strong>COF2_volume_mixing_ratio_uncertainty_systematic</strong></p></td> <td><p><em>available</em></p></td> <td><p>optional</p></td> </tr> <tr class="row-odd"><td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.SOLAR_UNCERTAINTY.SYSTEMATIC.COVARIANCE</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere; the uncertainty is the square root of the trace of the covariance; unit is converted to ppmv</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>/COF2.MIXING.RATIO.VOLUME_ABSORPTION.LUNAR_UNCERTAINTY.SYSTEMATIC.COVARIANCE</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere; the uncertainty is the square root of the trace of the covariance; unit is converted to ppmv</p></td> </tr> <tr class="row-odd"><td rowspan="6"><p><strong>H2O_volume_mixing_ratio</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/H2O.MIXING.RATIO.VOLUME_ABSORPTION.SOLAR</strong></p></td> </tr> <tr class="row-odd"><td><p><em>description</em></p></td> <td><p>unit is converted to ppmv; the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-even"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-odd"><td><p><em>path</em></p></td> <td><p><strong>H2O.MIXING.RATIO.VOLUME_ABSORPTION.LUNAR</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>unit is converted to ppmv; the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-odd"><td rowspan="2"><p><strong>altitude</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/ALTITUDE</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>the vertical axis is re-ordered from surface to top-of-atmosphere</p></td> </tr> <tr class="row-odd"><td rowspan="2"><p><strong>altitude_bounds</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/ALTITUDE.BOUNDS</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>lower and upper boundaries of the height layers</p></td> </tr> <tr class="row-odd"><td rowspan="2"><p><strong>pressure</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/PRESSURE_INDEPENDENT</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>independent pressure profile</p></td> </tr> <tr class="row-odd"><td rowspan="2"><p><strong>temperature</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/TEMPERATURE_INDEPENDENT</strong></p></td> </tr> <tr class="row-even"><td><p><em>description</em></p></td> <td><p>independent temperature profile</p></td> </tr> <tr class="row-odd"><td><p><strong>surface_pressure</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/SURFACE.PRESSURE_INDEPENDENT</strong></p></td> </tr> <tr class="row-even"><td><p><strong>surface_temperature</strong></p></td> <td><p><em>path</em></p></td> <td><p><strong>/SURFACE.TEMPERATURE_INDEPENDENT</strong></p></td> </tr> <tr class="row-odd"><td rowspan="4"><p><strong>solar_azimuth_angle</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/ANGLE.SOLAR_AZIMUTH</strong></p></td> </tr> <tr class="row-odd"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/ANGLE.LUNAR_AZIMUTH</strong></p></td> </tr> <tr class="row-odd"><td rowspan="4"><p><strong>solar_zenith_angle</strong></p></td> <td><p><em>condition</em></p></td> <td><p>solar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/ANGLE.SOLAR_ZENITH.ASTRONOMICAL</strong></p></td> </tr> <tr class="row-odd"><td><p><em>condition</em></p></td> <td><p>lunar measurement</p></td> </tr> <tr class="row-even"><td><p><em>path</em></p></td> <td><p><strong>/ANGLE.LUNAR_ZENITH.ASTRONOMICAL</strong></p></td> </tr> </tbody> </table> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &#169; Copyright 2015-2021 S[&amp;]T, The Netherlands. </p> </div> </footer> </div> </div> </section> </div> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> </body> </html>
stcorp/harp
doc/html/ingestions/GEOMS-TE-FTIR-002-COF2.html
HTML
bsd-3-clause
27,839
<HTML><BODY> <H1>Histogram</H1> <P><B>PHP version:</B> 5</P> <P><B>Required modules:</B> <a href="../../../../modules/standard.html"><code>standard</code></a>, <a href="../../../../modules/spl.html"><code>spl</code></a>, <a href="../../../../modules/simplexml.html"><code>simplexml</code></a>, <a href="../../../../modules/dom.html"><code>dom</code></a><P> <P><B>Required packages:</B> <a href="Statistics1D.html"><code>Statistics1D.php</code></a>, <a href="../containers/Printable.html"><code>Printable.php</code></a><P> <HR> <PRE> </PRE> <A name="it/icosaedro/utils/Histogram"></A> <pre>class <BIG><B>it\icosaedro\utils\Histogram</B></BIG> | `--<a href="Statistics1D.html#it/icosaedro/utils/Statistics1D"><code>it\icosaedro\utils\Statistics1D</code></a> `--(<i><a href="../containers/Printable.html#it/icosaedro/containers/Printable"><code>it\icosaedro\containers\Printable</code></a></i>) </pre> <BLOCKQUOTE> <P><b>Generates an histogram of a set of samples</b></P><P><B>Version:</B> $Date: 2012/02/09 10:14:09 $</P> <P><B>Author:</B> Umberto Salsi &lt;[email protected]&gt;</P> <P> No fancy graphics, only ASCII-art: this is only a tool to test other algorithms, for example random number generators, hash key generators, etc. Example: <p> <pre> # Test random generator in [0,100[: $h = new Histogram(0.0, 100.0, 10); srand(0); for($i = 0; $i &lt; 1000; $i++){ $h-&gt;put(rand() % 100); } echo $h; </pre> displays: <pre> n=1000 min=0 max=99 mean=50.295 dev=29.084289072812 &lt; 0 || 0 (0.0%) &lt; 10 |****************************| 88 (8.8%) &lt; 20 |*****************************| 94 (9.4%) &lt; 30 |****************************************| 127 (12.7%) &lt; 40 |********************************| 101 (10.1%) &lt; 50 |**************************| 83 (8.3%) &lt; 60 |********************************| 103 (10.3%) &lt; 70 |***************************| 87 (8.7%) &lt; 80 |******************************| 95 (9.5%) &lt; 90 |**********************************| 108 (10.8%) &lt; 100 |************************************| 114 (11.4%) &gt;= 100 || 0 (0.0%) </pre> </P> </BLOCKQUOTE> <PRE> </PRE> <CODE>{</CODE> <BLOCKQUOTE> <PRE> </PRE> <A name="it/icosaedro/utils/Histogram::__construct()"></A> <CODE><I>void</I> <BIG><B>__construct</B></BIG>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>float</I>&nbsp;$min, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>float</I>&nbsp;$max, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>int</I>&nbsp;$intervals)</CODE> <BLOCKQUOTE> <P><b>Creates a new histogram</b></P><P> The set of data is initially empty. <p><b>Parameters:</b> <table> <tr><td valign=top><b><code>$min&nbsp;&nbsp;</code></b></td> <td valign=top>Beginning of the range.</td></tr> <tr><td valign=top><b><code>$max&nbsp;&nbsp;</code></b></td> <td valign=top>End of the range.</td></tr> <tr><td valign=top><b><code>$intervals&nbsp;&nbsp;</code></b></td> <td valign=top>Number of discrete intervals in the range [$min,$max]. Every interval is then $dx=($max-$min)/$intervals wide. The first interval holds values in the range [$min,$min+$dx[; the second interval holds values in the range [$min+$dx,$min+2*$dx[ and so on. Two more intervals are added, one at the beginning of the histogram that holds values &lt; $min, and another at the end of the histogram that holds values &gt;= $max.</td></tr> </table> </p> </P> </BLOCKQUOTE> <PRE> </PRE> <A name="it/icosaedro/utils/Histogram::put()"></A> <CODE><I>void</I> <BIG><B>put</B></BIG>(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>float</I>&nbsp;$v)</CODE> <BR><I>overrides</i> <a href="Statistics1D.html#it/icosaedro/utils/Statistics1D::put()"><code>it\icosaedro\utils\Statistics1D</code></a><BLOCKQUOTE> <P><b>Adds a sample to the set</b></P><P> <p><b>Parameters:</b> <table> <tr><td valign=top><b><code>$v&nbsp;&nbsp;</code></b></td> <td valign=top>Sample to add.</td></tr> </table> </p> </P> </BLOCKQUOTE> <PRE> </PRE> <A name="it/icosaedro/utils/Histogram::__toString()"></A> <CODE><I>string</I> <BIG><B>__toString</B></BIG>()</CODE> <BR><I>overrides</i> <a href="Statistics1D.html#it/icosaedro/utils/Statistics1D::__toString()"><code>it\icosaedro\utils\Statistics1D</code></a> <BR><I>implements</i> <a href="../containers/Printable.html#it/icosaedro/containers/Printable::__toString()"><code>it\icosaedro\containers\Printable</code></a><BLOCKQUOTE> <P><b>Returns a textual messages with the histogram drawn as ASCII-art</b></P><P> Includes the basic statistical data: number of samples, mean, standard deviation. The total width of the histogram fits the standard width of a terminal screen, that is 80 columns. </P> </BLOCKQUOTE> <PRE> </PRE> <A name="it/icosaedro/utils/Histogram::count()"></A> <CODE><I>int</I> <BIG><B>count</B></BIG>()</CODE> <BR><I>inherited from</i> <a href="Statistics1D.html#it/icosaedro/utils/Statistics1D::count()"><code>it\icosaedro\utils\Statistics1D</code></a> <P> <A name="it/icosaedro/utils/Histogram::min()"></A> <CODE><I>float</I> <BIG><B>min</B></BIG>()</CODE> <BR><I>inherited from</i> <a href="Statistics1D.html#it/icosaedro/utils/Statistics1D::min()"><code>it\icosaedro\utils\Statistics1D</code></a> <P> <A name="it/icosaedro/utils/Histogram::max()"></A> <CODE><I>float</I> <BIG><B>max</B></BIG>()</CODE> <BR><I>inherited from</i> <a href="Statistics1D.html#it/icosaedro/utils/Statistics1D::max()"><code>it\icosaedro\utils\Statistics1D</code></a> <P> <A name="it/icosaedro/utils/Histogram::mean()"></A> <CODE><I>float</I> <BIG><B>mean</B></BIG>()</CODE> <BR><I>inherited from</i> <a href="Statistics1D.html#it/icosaedro/utils/Statistics1D::mean()"><code>it\icosaedro\utils\Statistics1D</code></a> <P> <A name="it/icosaedro/utils/Histogram::deviation()"></A> <CODE><I>float</I> <BIG><B>deviation</B></BIG>()</CODE> <BR><I>inherited from</i> <a href="Statistics1D.html#it/icosaedro/utils/Statistics1D::deviation()"><code>it\icosaedro\utils\Statistics1D</code></a> <P> </BLOCKQUOTE> <CODE>}</CODE> <PRE> </PRE> <HR><P align=right><FONT size='-2'>Generated by <a href="http://www.icosaedro.it/phplint/"><code>PHPLint Documentator</code></a></FONT></P> </BODY></HTML>
aurora/phplint
stdlib/it/icosaedro/utils/Histogram.html
HTML
bsd-3-clause
6,254
<template name="songsList"> <div class="songs"> {{#each songs}} {{> songItem}} {{/each}} </div> </template>
PxlBuzzard/StatsAtLast
client/views/songs/songs_list.html
HTML
bsd-3-clause
126
<!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>saturation_vapor_pressure &mdash; MetPy 0.11</title> <link rel="shortcut icon" href="../../_static/metpy_32x32.ico"/> <link rel="canonical" href="https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.saturation_vapor_pressure.html"/> <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="../../_static/gallery.css" type="text/css" /> <link rel="stylesheet" href="../../_static/theme_override.css" type="text/css" /> <link rel="index" title="Index" href="../../genindex.html"/> <link rel="search" title="Search" href="../../search.html"/> <link rel="top" title="MetPy 0.11" href="../../index.html"/> <link rel="up" title="calc" href="metpy.calc.html"/> <link rel="next" title="specific_humidity_from_dewpoint" href="metpy.calc.specific_humidity_from_dewpoint.html"/> <link rel="prev" title="saturation_mixing_ratio" href="metpy.calc.saturation_mixing_ratio.html"/> <script src="../../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../../index.html" class="icon icon-home"> MetPy <img src="../../_static/metpy_150x150.png" class="logo" /> </a> <div class="version"> <div class="version-dropdown"> <select class="version-list" id="version-list"> <option value=''>0.11</option> <option value="../latest">latest</option> <option value="../dev">dev</option> </select> </div> </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../../installguide.html">Installation Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="../../startingguide.html">Getting Started with MetPy</a></li> <li class="toctree-l1"><a class="reference internal" href="../../units.html">Unit Support</a></li> <li class="toctree-l1"><a class="reference internal" href="../../examples/index.html">Reference/API Examples</a></li> <li class="toctree-l1"><a class="reference external" href="https://unidata.github.io/python-gallery/examples/index.html">Topical Examples</a></li> <li class="toctree-l1"><a class="reference internal" href="../../tutorials/index.html">Tutorials</a></li> <li class="toctree-l1 current"><a class="reference internal" href="../index.html">Reference Guide</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="metpy.constants.html">constants</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.units.html">units</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.io.html">io</a></li> <li class="toctree-l2 current"><a class="reference internal" href="metpy.calc.html">calc</a><ul class="current"> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#dry-thermodynamics">Dry Thermodynamics</a></li> <li class="toctree-l3 current"><a class="reference internal" href="metpy.calc.html#moist-thermodynamics">Moist Thermodynamics</a><ul class="current"> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.dewpoint.html">dewpoint</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.dewpoint_from_specific_humidity.html">dewpoint_from_specific_humidity</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.dewpoint_rh.html">dewpoint_rh</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.equivalent_potential_temperature.html">equivalent_potential_temperature</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.mixing_ratio.html">mixing_ratio</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.mixing_ratio_from_relative_humidity.html">mixing_ratio_from_relative_humidity</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.mixing_ratio_from_specific_humidity.html">mixing_ratio_from_specific_humidity</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.moist_lapse.html">moist_lapse</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.moist_static_energy.html">moist_static_energy</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.precipitable_water.html">precipitable_water</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.psychrometric_vapor_pressure_wet.html">psychrometric_vapor_pressure_wet</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.relative_humidity_from_dewpoint.html">relative_humidity_from_dewpoint</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.relative_humidity_from_mixing_ratio.html">relative_humidity_from_mixing_ratio</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.relative_humidity_from_specific_humidity.html">relative_humidity_from_specific_humidity</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.relative_humidity_wet_psychrometric.html">relative_humidity_wet_psychrometric</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.saturation_equivalent_potential_temperature.html">saturation_equivalent_potential_temperature</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.saturation_mixing_ratio.html">saturation_mixing_ratio</a></li> <li class="toctree-l4 current"><a class="current reference internal" href="#">saturation_vapor_pressure</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.specific_humidity_from_dewpoint.html">specific_humidity_from_dewpoint</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.specific_humidity_from_mixing_ratio.html">specific_humidity_from_mixing_ratio</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.thickness_hydrostatic_from_relative_humidity.html">thickness_hydrostatic_from_relative_humidity</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.vapor_pressure.html">vapor_pressure</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.vertical_velocity.html">vertical_velocity</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.vertical_velocity_pressure.html">vertical_velocity_pressure</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.virtual_potential_temperature.html">virtual_potential_temperature</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.virtual_temperature.html">virtual_temperature</a></li> <li class="toctree-l4"><a class="reference internal" href="metpy.calc.wet_bulb_temperature.html">wet_bulb_temperature</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#soundings">Soundings</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#dynamic-kinematic">Dynamic/Kinematic</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#boundary-layer-turbulence">Boundary Layer/Turbulence</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#mathematical-functions">Mathematical Functions</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#apparent-temperature">Apparent Temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#standard-atmosphere">Standard Atmosphere</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#other">Other</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.html#deprecated">Deprecated</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="metpy.plots.html">plots</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.plots.ctables.html">ctables</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.interpolate.html">interpolate</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.gridding.html">gridding</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.xarray.html">xarray</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../roadmap.html">MetPy Roadmap</a></li> <li class="toctree-l1"><a class="reference internal" href="../../gempak.html">GEMPAK Conversion Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="../../SUPPORT.html">Support</a></li> <li class="toctree-l1"><a class="reference internal" href="../../CONTRIBUTING.html">Contributors Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="../../infrastructureguide.html">Infrastructure Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="../../citing.html">Citing MetPy</a></li> <li class="toctree-l1"><a class="reference internal" href="../../references.html">References</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../../index.html">MetPy</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../index.html">Docs</a> &raquo;</li> <li><a href="../index.html">Reference Guide</a> &raquo;</li> <li><a href="metpy.calc.html">calc</a> &raquo;</li> <li>saturation_vapor_pressure</li> <li class="source-link"> <a href="https://github.com/Unidata/MetPy/issues/new?title=Suggested%20improvement%20for%20api/generated/metpy.calc.saturation_vapor_pressure&body=Please%20describe%20what%20could%20be%20improved%20about%20this%20page%20or%20the%20typo/mistake%20that%20you%20found%3A" class="fa fa-github"> Improve this page</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="saturation-vapor-pressure"> <h1>saturation_vapor_pressure<a class="headerlink" href="#saturation-vapor-pressure" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="metpy.calc.saturation_vapor_pressure"> <code class="sig-prename descclassname">metpy.calc.</code><code class="sig-name descname">saturation_vapor_pressure</code><span class="sig-paren">(</span><em class="sig-param">temperature</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/metpy/calc/thermo.html#saturation_vapor_pressure"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#metpy.calc.saturation_vapor_pressure" title="Permalink to this definition">¶</a></dt> <dd><p>Calculate the saturation water vapor (partial) pressure.</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><p><strong>temperature</strong> (<em class="xref py py-obj">pint.Quantity</em>) – air temperature</p> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><p><em class="xref py py-obj">pint.Quantity</em> – The saturation water vapor (partial) pressure</p> </dd> </dl> <div class="admonition seealso"> <p class="admonition-title">See also</p> <p><a class="reference internal" href="metpy.calc.vapor_pressure.html#metpy.calc.vapor_pressure" title="metpy.calc.vapor_pressure"><code class="xref py py-func docutils literal notranslate"><span class="pre">vapor_pressure()</span></code></a>, <a class="reference internal" href="metpy.calc.dewpoint.html#metpy.calc.dewpoint" title="metpy.calc.dewpoint"><code class="xref py py-func docutils literal notranslate"><span class="pre">dewpoint()</span></code></a></p> </div> <p class="rubric">Notes</p> <p>Instead of temperature, dewpoint may be used in order to calculate the actual (ambient) water vapor (partial) pressure.</p> <p>The formula used is that from <a class="reference internal" href="../../references.html#bolton1980" id="id1"><span>[Bolton1980]</span></a> for T in degrees Celsius:</p> <div class="math notranslate nohighlight"> \[6.112 e^\frac{17.67T}{T + 243.5}\]</div> </dd></dl> <div style='clear:both'></div></div> </div> <div class="articleComments"> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="metpy.calc.specific_humidity_from_dewpoint.html" class="btn btn-neutral float-right" title="specific_humidity_from_dewpoint" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="metpy.calc.saturation_mixing_ratio.html" class="btn btn-neutral" title="saturation_mixing_ratio" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2019, MetPy Developers. Development supported by National Science Foundation grants AGS-1344155, OAC-1740315, and AGS-1901712.. Last updated on Oct 18, 2019 at 17:16:45. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. <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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-92978945-1', 'auto'); ga('send', 'pageview'); </script> <script>var version_json_loc = "../../../versions.json";</script> <p>Do you enjoy using MetPy? <a href="https://saythanks.io/to/unidata" class="btn btn-neutral" title="Say Thanks!" accesskey="n">Say Thanks!</a> </p> </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../../', VERSION:'0.11.1', LANGUAGE:'None', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <script type="text/javascript" src="../../_static/language_data.js"></script> <script type="text/javascript" src="../../_static/pop_ver.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="../../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
metpy/MetPy
v0.11/api/generated/metpy.calc.saturation_vapor_pressure.html
HTML
bsd-3-clause
17,214
<script type="text/ng-template" id="my_modal_content.html"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h2 class="modal-title">Modal Window Form</h2> </div> <form name="colorOptions"> <div class="modal-body" style="overflow-y:scroll; max-height:400px"> <div class="form-group"> <label for="color">Color</label> <select ng-model="color" id="color" class="form-control"> <option ng-repeat="c in colors" >{{c}}</option> </select> </div> <div class="form-group"> <label for="quantity">How many</label> <input type="text" ng-model="quantity" id="quantity" class="form-control"> </div> <div class="form-group"> <label> <input ng-model="favorite" type="checkbox"> This is my favorite color </label> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="submit" class="btn btn-primary" ng-click="ok()">OK</button> </div> </form> </script> <div class="panel panel-default"> <div class="panel-heading">Modal from embedded template</div> <div class="panel-body"> <div> <button class="btn btn-default" ng-click="openUrl('my_modal_content.html')">Open me!</button> <div ng-show="selected != null">Form values: {{ selected }}</div> </div> </div> </div>
ReeseSys/angular-dart-ui-modal-form
lib/component/my_modal.html
HTML
bsd-3-clause
1,671
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.regression.process_regression.ProcessMLEResults.bse &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/stylesheets/deprecation.css"> <link rel="stylesheet" href="../_static/material.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 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 crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../_static/favicon.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.regression.process_regression.ProcessMLEResults.bsejac" href="statsmodels.regression.process_regression.ProcessMLEResults.bsejac.html" /> <link rel="prev" title="statsmodels.regression.process_regression.ProcessMLEResults.bic" href="statsmodels.regression.process_regression.ProcessMLEResults.bic.html" /> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.regression.process_regression.ProcessMLEResults.bse" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.12.1</span> <span class="md-header-nav__topic"> statsmodels.regression.process_regression.ProcessMLEResults.bse </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../_static/versions.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../regression.html" class="md-tabs__link">Linear Regression</a></li> <li class="md-tabs__item"><a href="statsmodels.regression.process_regression.ProcessMLEResults.html" class="md-tabs__link">statsmodels.regression.process_regression.ProcessMLEResults</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.12.1</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../regression.html" class="md-nav__link">Linear Regression</a> </li> <li class="md-nav__item"> <a href="../glm.html" class="md-nav__link">Generalized Linear Models</a> </li> <li class="md-nav__item"> <a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a> </li> <li class="md-nav__item"> <a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a> </li> <li class="md-nav__item"> <a href="../rlm.html" class="md-nav__link">Robust Linear Models</a> </li> <li class="md-nav__item"> <a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a> </li> <li class="md-nav__item"> <a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../anova.html" class="md-nav__link">ANOVA</a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.regression.process_regression.ProcessMLEResults.bse.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-regression-process-regression-processmleresults-bse--page-root">statsmodels.regression.process_regression.ProcessMLEResults.bse<a class="headerlink" href="#generated-statsmodels-regression-process-regression-processmleresults-bse--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py attribute"> <dt id="statsmodels.regression.process_regression.ProcessMLEResults.bse"> <code class="sig-prename descclassname">ProcessMLEResults.</code><code class="sig-name descname">bse</code><a class="headerlink" href="#statsmodels.regression.process_regression.ProcessMLEResults.bse" title="Permalink to this definition">¶</a></dt> <dd><p>The standard errors of the parameter estimates.</p> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.regression.process_regression.ProcessMLEResults.bic.html" title="statsmodels.regression.process_regression.ProcessMLEResults.bic" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.regression.process_regression.ProcessMLEResults.bic </span> </div> </a> <a href="statsmodels.regression.process_regression.ProcessMLEResults.bsejac.html" title="statsmodels.regression.process_regression.ProcessMLEResults.bsejac" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.regression.process_regression.ProcessMLEResults.bsejac </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Oct 29, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 3.2.1. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.12.1/generated/statsmodels.regression.process_regression.ProcessMLEResults.bse.html
HTML
bsd-3-clause
18,457
<!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>find_intersections &mdash; MetPy 0.8</title> <link rel="shortcut icon" href="../../_static/metpy_32x32.ico"/> <link rel="canonical" href="https://unidata.github.io/MetPy/latest/api/generated/metpy.calc.find_intersections.html"/> <link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" /> <link rel="stylesheet" href="../../_static/gallery.css" type="text/css" /> <link rel="stylesheet" href="../../_static/theme_override.css" type="text/css" /> <link rel="index" title="Index" href="../../genindex.html"/> <link rel="search" title="Search" href="../../search.html"/> <link rel="top" title="MetPy 0.8" href="../../index.html"/> <link rel="up" title="calc" href="metpy.calc.html"/> <link rel="next" title="first_derivative" href="metpy.calc.first_derivative.html"/> <link rel="prev" title="find_bounding_indices" href="metpy.calc.find_bounding_indices.html"/> <script src="../../_static/js/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search"> <a href="../../index.html" class="icon icon-home"> MetPy <img src="../../_static/metpy_150x150.png" class="logo" /> </a> <div class="version"> <div class="version-dropdown"> <select class="version-list" id="version-list"> <option value=''>0.8</option> <option value="../latest">latest</option> <option value="../dev">dev</option> </select> </div> </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../../installguide.html">Installation Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="../../units.html">Unit Support</a></li> <li class="toctree-l1"><a class="reference internal" href="../../examples/index.html">MetPy Examples</a></li> <li class="toctree-l1"><a class="reference internal" href="../../tutorials/index.html">MetPy Tutorials</a></li> <li class="toctree-l1 current"><a class="reference internal" href="../index.html">The MetPy API</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="metpy.constants.html">constants</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.units.html">units</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.io.html">io</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.io.cdm.html">cdm</a></li> <li class="toctree-l2 current"><a class="reference internal" href="metpy.calc.html">calc</a><ul class="current"> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.absolute_vorticity.html">absolute_vorticity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.add_height_to_pressure.html">add_height_to_pressure</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.add_pressure_to_height.html">add_pressure_to_height</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.advection.html">advection</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.ageostrophic_wind.html">ageostrophic_wind</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.apparent_temperature.html">apparent_temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.brunt_vaisala_frequency.html">brunt_vaisala_frequency</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.brunt_vaisala_frequency_squared.html">brunt_vaisala_frequency_squared</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.brunt_vaisala_period.html">brunt_vaisala_period</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.bulk_shear.html">bulk_shear</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.bunkers_storm_motion.html">bunkers_storm_motion</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.cape_cin.html">cape_cin</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.convergence_vorticity.html">convergence_vorticity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.coriolis_parameter.html">coriolis_parameter</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.critical_angle.html">critical_angle</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.density.html">density</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.dewpoint.html">dewpoint</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.dewpoint_from_specific_humidity.html">dewpoint_from_specific_humidity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.dewpoint_rh.html">dewpoint_rh</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.divergence.html">divergence</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.dry_lapse.html">dry_lapse</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.dry_static_energy.html">dry_static_energy</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.el.html">el</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.equivalent_potential_temperature.html">equivalent_potential_temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.exner_function.html">exner_function</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.find_bounding_indices.html">find_bounding_indices</a></li> <li class="toctree-l3 current"><a class="current reference internal" href="#">find_intersections</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.first_derivative.html">first_derivative</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.friction_velocity.html">friction_velocity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.frontogenesis.html">frontogenesis</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.geopotential_to_height.html">geopotential_to_height</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.geostrophic_wind.html">geostrophic_wind</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_layer.html">get_layer</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_layer_heights.html">get_layer_heights</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_perturbation.html">get_perturbation</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_wind_components.html">get_wind_components</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_wind_dir.html">get_wind_dir</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.get_wind_speed.html">get_wind_speed</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.gradient.html">gradient</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.h_convergence.html">h_convergence</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.heat_index.html">heat_index</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.height_to_geopotential.html">height_to_geopotential</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.height_to_pressure_std.html">height_to_pressure_std</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.inertial_advective_wind.html">inertial_advective_wind</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.interp.html">interp</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.interpolate_nans.html">interpolate_nans</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.isentropic_interpolation.html">isentropic_interpolation</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.kinematic_flux.html">kinematic_flux</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.laplacian.html">laplacian</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.lat_lon_grid_deltas.html">lat_lon_grid_deltas</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.lat_lon_grid_spacing.html">lat_lon_grid_spacing</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.lcl.html">lcl</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.lfc.html">lfc</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.log_interp.html">log_interp</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.mean_pressure_weighted.html">mean_pressure_weighted</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixed_layer.html">mixed_layer</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixed_parcel.html">mixed_parcel</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixing_ratio.html">mixing_ratio</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixing_ratio_from_relative_humidity.html">mixing_ratio_from_relative_humidity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.mixing_ratio_from_specific_humidity.html">mixing_ratio_from_specific_humidity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.moist_lapse.html">moist_lapse</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.moist_static_energy.html">moist_static_energy</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.montgomery_streamfunction.html">montgomery_streamfunction</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.most_unstable_cape_cin.html">most_unstable_cape_cin</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.most_unstable_parcel.html">most_unstable_parcel</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.nearest_intersection_idx.html">nearest_intersection_idx</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.parcel_profile.html">parcel_profile</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.parse_angle.html">parse_angle</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.potential_temperature.html">potential_temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.potential_vorticity_baroclinic.html">potential_vorticity_baroclinic</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.potential_vorticity_barotropic.html">potential_vorticity_barotropic</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.precipitable_water.html">precipitable_water</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.pressure_to_height_std.html">pressure_to_height_std</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.psychrometric_vapor_pressure_wet.html">psychrometric_vapor_pressure_wet</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.q_vector.html">q_vector</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.reduce_point_density.html">reduce_point_density</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.relative_humidity_from_dewpoint.html">relative_humidity_from_dewpoint</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.relative_humidity_from_mixing_ratio.html">relative_humidity_from_mixing_ratio</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.relative_humidity_from_specific_humidity.html">relative_humidity_from_specific_humidity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.relative_humidity_wet_psychrometric.html">relative_humidity_wet_psychrometric</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.resample_nn_1d.html">resample_nn_1d</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.saturation_equivalent_potential_temperature.html">saturation_equivalent_potential_temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.saturation_mixing_ratio.html">saturation_mixing_ratio</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.saturation_vapor_pressure.html">saturation_vapor_pressure</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.second_derivative.html">second_derivative</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.shearing_deformation.html">shearing_deformation</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.shearing_stretching_deformation.html">shearing_stretching_deformation</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.sigma_to_pressure.html">sigma_to_pressure</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.significant_tornado.html">significant_tornado</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.specific_humidity_from_mixing_ratio.html">specific_humidity_from_mixing_ratio</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.static_stability.html">static_stability</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.storm_relative_helicity.html">storm_relative_helicity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.stretching_deformation.html">stretching_deformation</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.supercell_composite.html">supercell_composite</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.surface_based_cape_cin.html">surface_based_cape_cin</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.temperature_from_potential_temperature.html">temperature_from_potential_temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.thickness_hydrostatic.html">thickness_hydrostatic</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.thickness_hydrostatic_from_relative_humidity.html">thickness_hydrostatic_from_relative_humidity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.tke.html">tke</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.total_deformation.html">total_deformation</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.v_vorticity.html">v_vorticity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.vapor_pressure.html">vapor_pressure</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.virtual_potential_temperature.html">virtual_potential_temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.virtual_temperature.html">virtual_temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.vorticity.html">vorticity</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.wet_bulb_temperature.html">wet_bulb_temperature</a></li> <li class="toctree-l3"><a class="reference internal" href="metpy.calc.windchill.html">windchill</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="metpy.plots.html">plots</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.plots.ctables.html">ctables</a></li> <li class="toctree-l2"><a class="reference internal" href="metpy.gridding.html">gridding</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../gempak.html">GEMPAK Conversion Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="../../CONTRIBUTING.html">Contributors Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="../../infrastructureguide.html">Infrastructure Guide</a></li> <li class="toctree-l1"><a class="reference internal" href="../../citing.html">Citing MetPy</a></li> <li class="toctree-l1"><a class="reference internal" href="../../references.html">References</a></li> </ul> </div> </div> </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="../../index.html">MetPy</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../index.html">Docs</a> &raquo;</li> <li><a href="../index.html">The MetPy API</a> &raquo;</li> <li><a href="metpy.calc.html">calc</a> &raquo;</li> <li>find_intersections</li> <li class="source-link"> <a href="https://github.com/Unidata/MetPy/issues/new?title=Suggested%20improvement%20for%20api/generated/metpy.calc.find_intersections&body=Please%20describe%20what%20could%20be%20improved%20about%20this%20page%20or%20the%20typo/mistake%20that%20you%20found%3A" class="fa fa-github"> Improve this page</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="find-intersections"> <h1>find_intersections<a class="headerlink" href="#find-intersections" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="metpy.calc.find_intersections"> <code class="descclassname">metpy.calc.</code><code class="descname">find_intersections</code><span class="sig-paren">(</span><em>x</em>, <em>a</em>, <em>b</em>, <em>direction='all'</em><span class="sig-paren">)</span><a class="reference internal" href="../../_modules/metpy/calc/tools.html#find_intersections"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#metpy.calc.find_intersections" title="Permalink to this definition">¶</a></dt> <dd><p>Calculate the best estimate of intersection.</p> <p>Calculates the best estimates of the intersection of two y-value data sets that share a common x-value set.</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"><ul class="first simple"> <li><strong>x</strong> (<em>array-like</em>) – 1-dimensional array of numeric x-values</li> <li><strong>a</strong> (<em>array-like</em>) – 1-dimensional array of y-values for line 1</li> <li><strong>b</strong> (<em>array-like</em>) – 1-dimensional array of y-values for line 2</li> <li><strong>direction</strong> (<em>string</em><em>, </em><em>optional</em>) – specifies direction of crossing. ‘all’, ‘increasing’ (a becoming greater than b), or ‘decreasing’ (b becoming greater than a). Defaults to ‘all’.</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"><ul class="simple"> <li><em>A tuple (x, y) of array-like with the x and y coordinates of the</em></li> <li><em>intersections of the lines.</em></li> </ul> </p> </td> </tr> </tbody> </table> </dd></dl> <div style='clear:both'></div></div> </div> <div class="articleComments"> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="metpy.calc.first_derivative.html" class="btn btn-neutral float-right" title="first_derivative" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="metpy.calc.find_bounding_indices.html" class="btn btn-neutral" title="find_bounding_indices" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2017, MetPy Developers. Last updated on May 17, 2018 at 20:56:37. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. <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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-92978945-1', 'auto'); ga('send', 'pageview'); </script> <script>var version_json_loc = "../../../versions.json";</script> <p>Do you enjoy using MetPy? <a href="https://saythanks.io/to/unidata" class="btn btn-neutral" title="Say Thanks!" accesskey="n">Say Thanks!</a> </p> </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../../', VERSION:'0.8.0', LANGUAGE:'None', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="../../_static/pop_ver.js"></script> <script type="text/javascript" src="../../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
metpy/MetPy
v0.8/api/generated/metpy.calc.find_intersections.html
HTML
bsd-3-clause
24,528
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Tue Jun 16 15:55:29 EDT 2015 --> <title>VehicleServiceInterface</title> <meta name="date" content="2015-06-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="VehicleServiceInterface"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-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/openxc/remote/VehicleServiceException.html" title="class in com.openxc.remote"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/openxc/remote/VehicleServiceInterface.Stub.html" title="class in com.openxc.remote"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/openxc/remote/VehicleServiceInterface.html" target="_top">Frames</a></li> <li><a href="VehicleServiceInterface.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.openxc.remote</div> <h2 title="Interface VehicleServiceInterface" class="title">Interface VehicleServiceInterface</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../com/openxc/remote/VehicleServiceInterface.Stub.html" title="class in com.openxc.remote">VehicleServiceInterface.Stub</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">VehicleServiceInterface</span></pre> <div class="block">The AIDL interface for a VehicleService running in a separate process. This interface is used to bind to an AIDL interface in order to interact with a centralized VehicleService that is reading data from a vehicle, trace file or other source. Applications should use the in-process VehicleManager, as that builds the proper Measurement types before returning - the data at this level is very loosely typed in order to slip through the limited AIDL interface.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Interface and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.Stub.html" title="class in com.openxc.remote">VehicleServiceInterface.Stub</a></span></code> <div class="block">Local-side IPC implementation stub class.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#addViConnectionListener-com.openxc.remote.ViConnectionListener-">addViConnectionListener</a></span>(<a href="../../../com/openxc/remote/ViConnectionListener.html" title="interface in com.openxc.remote">ViConnectionListener</a>&nbsp;listener)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../com/openxc/messages/VehicleMessage.html" title="class in com.openxc.messages">VehicleMessage</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#get-com.openxc.messages.MessageKey-">get</a></span>(<a href="../../../com/openxc/messages/MessageKey.html" title="class in com.openxc.messages">MessageKey</a>&nbsp;key)</code> <div class="block">Retreive the most recent value for the measurement.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#getMessageCount--">getMessageCount</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code><a href="../../../com/openxc/interfaces/VehicleInterfaceDescriptor.html" title="class in com.openxc.interfaces">VehicleInterfaceDescriptor</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#getVehicleInterfaceDescriptor--">getVehicleInterfaceDescriptor</a></span>()</code> <div class="block">Return list of tokens identifying the data sources that are enabled and the connection status for each.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#isViConnected--">isViConnected</a></span>()</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#receive-com.openxc.messages.VehicleMessage-">receive</a></span>(<a href="../../../com/openxc/messages/VehicleMessage.html" title="class in com.openxc.messages">VehicleMessage</a>&nbsp;measurement)</code> <div class="block">Receive a new measurement that originates from an application.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#register-com.openxc.remote.VehicleServiceListener-">register</a></span>(<a href="../../../com/openxc/remote/VehicleServiceListener.html" title="interface in com.openxc.remote">VehicleServiceListener</a>&nbsp;listener)</code> <div class="block">Register to receive asynchronous updates when measurements are received.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#send-com.openxc.messages.VehicleMessage-">send</a></span>(<a href="../../../com/openxc/messages/VehicleMessage.html" title="class in com.openxc.messages">VehicleMessage</a>&nbsp;measurement)</code> <div class="block">Set a new value for the measurement class on the vehicle.</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#setBluetoothPollingStatus-boolean-">setBluetoothPollingStatus</a></span>(boolean&nbsp;enabled)</code> <div class="block">The one vehicle interface specific function, control whether polling is used to find Bluetooth vehicle interfaces.</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#setNativeGpsStatus-boolean-">setNativeGpsStatus</a></span>(boolean&nbsp;enabled)</code> <div class="block">Set the VehicleService to use or not use the device's built-in GPS for location, to augment a vehicle that does no have GPS.</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#setVehicleInterface-java.lang.String-java.lang.String-">setVehicleInterface</a></span>(java.lang.String&nbsp;interfaceName, java.lang.String&nbsp;resource)</code>&nbsp;</td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#unregister-com.openxc.remote.VehicleServiceListener-">unregister</a></span>(<a href="../../../com/openxc/remote/VehicleServiceListener.html" title="interface in com.openxc.remote">VehicleServiceListener</a>&nbsp;listener)</code> <div class="block">Stop sending asynchronous measurement updates to a remote listener.</div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#userPipelineActivated--">userPipelineActivated</a></span>()</code>&nbsp;</td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../com/openxc/remote/VehicleServiceInterface.html#userPipelineDeactivated--">userPipelineDeactivated</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get-com.openxc.messages.MessageKey-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../com/openxc/messages/VehicleMessage.html" title="class in com.openxc.messages">VehicleMessage</a>&nbsp;get(<a href="../../../com/openxc/messages/MessageKey.html" title="class in com.openxc.messages">MessageKey</a>&nbsp;key) throws android.os.RemoteException</pre> <div class="block">Retreive the most recent value for the measurement.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>key</code> - the key of the message to retreive.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the last VehicleMessage received with this key, or null if neve received.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="send-com.openxc.messages.VehicleMessage-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>send</h4> <pre>boolean&nbsp;send(<a href="../../../com/openxc/messages/VehicleMessage.html" title="class in com.openxc.messages">VehicleMessage</a>&nbsp;measurement) throws android.os.RemoteException</pre> <div class="block">Set a new value for the measurement class on the vehicle.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>measurement</code> - The measurement to set on the vehicle.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="register-com.openxc.remote.VehicleServiceListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>register</h4> <pre>void&nbsp;register(<a href="../../../com/openxc/remote/VehicleServiceListener.html" title="interface in com.openxc.remote">VehicleServiceListener</a>&nbsp;listener) throws android.os.RemoteException</pre> <div class="block">Register to receive asynchronous updates when measurements are received. All instances of VehicleManager in application processes must register themselves if they want to use the asynchronous interface.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="unregister-com.openxc.remote.VehicleServiceListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>unregister</h4> <pre>void&nbsp;unregister(<a href="../../../com/openxc/remote/VehicleServiceListener.html" title="interface in com.openxc.remote">VehicleServiceListener</a>&nbsp;listener) throws android.os.RemoteException</pre> <div class="block">Stop sending asynchronous measurement updates to a remote listener. Instances of VehicleManager should unregister themselves if they no longer require real-time updates.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="receive-com.openxc.messages.VehicleMessage-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>receive</h4> <pre>void&nbsp;receive(<a href="../../../com/openxc/messages/VehicleMessage.html" title="class in com.openxc.messages">VehicleMessage</a>&nbsp;measurement) throws android.os.RemoteException</pre> <div class="block">Receive a new measurement that originates from an application. Applications may have alternative data sources that cannot be instantiated in the remote process (e.g. a trace file playback source). As an application's source receive updates, it can pass them back into the remote process using this method.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="getMessageCount--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMessageCount</h4> <pre>int&nbsp;getMessageCount() throws android.os.RemoteException</pre> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>number of messages received since instantiation.</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="setVehicleInterface-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setVehicleInterface</h4> <pre>void&nbsp;setVehicleInterface(java.lang.String&nbsp;interfaceName, java.lang.String&nbsp;resource) throws android.os.RemoteException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="getVehicleInterfaceDescriptor--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getVehicleInterfaceDescriptor</h4> <pre><a href="../../../com/openxc/interfaces/VehicleInterfaceDescriptor.html" title="class in com.openxc.interfaces">VehicleInterfaceDescriptor</a>&nbsp;getVehicleInterfaceDescriptor() throws android.os.RemoteException</pre> <div class="block">Return list of tokens identifying the data sources that are enabled and the connection status for each.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="setBluetoothPollingStatus-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setBluetoothPollingStatus</h4> <pre>void&nbsp;setBluetoothPollingStatus(boolean&nbsp;enabled) throws android.os.RemoteException</pre> <div class="block">The one vehicle interface specific function, control whether polling is used to find Bluetooth vehicle interfaces.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="setNativeGpsStatus-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setNativeGpsStatus</h4> <pre>void&nbsp;setNativeGpsStatus(boolean&nbsp;enabled) throws android.os.RemoteException</pre> <div class="block">Set the VehicleService to use or not use the device's built-in GPS for location, to augment a vehicle that does no have GPS.</div> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="userPipelineActivated--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>userPipelineActivated</h4> <pre>void&nbsp;userPipelineActivated() throws android.os.RemoteException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="userPipelineDeactivated--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>userPipelineDeactivated</h4> <pre>void&nbsp;userPipelineDeactivated() throws android.os.RemoteException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="addViConnectionListener-com.openxc.remote.ViConnectionListener-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addViConnectionListener</h4> <pre>void&nbsp;addViConnectionListener(<a href="../../../com/openxc/remote/ViConnectionListener.html" title="interface in com.openxc.remote">ViConnectionListener</a>&nbsp;listener) throws android.os.RemoteException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> <a name="isViConnected--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>isViConnected</h4> <pre>boolean&nbsp;isViConnected() throws android.os.RemoteException</pre> <dl> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code>android.os.RemoteException</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-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/openxc/remote/VehicleServiceException.html" title="class in com.openxc.remote"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../com/openxc/remote/VehicleServiceInterface.Stub.html" title="class in com.openxc.remote"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?com/openxc/remote/VehicleServiceInterface.html" target="_top">Frames</a></li> <li><a href="VehicleServiceInterface.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
mray19027/openxc-android
javadoc/com/openxc/remote/VehicleServiceInterface.html
HTML
bsd-3-clause
22,683
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Find elements</title> </head> <body> <a href="about:blank" id="z">What a cute, red cap.</a> <div id="a" class="a">a</div> <!-- in reverse order to ensure no false positives caused by any weird lexicographic ordering --> <div id="b2" class="b">b2</div> <div id="b1" class="b">b1</div> <a href="default.html" id="c">What a cute, yellow <span id="b3" class="b">back</span><span id="b4" class="b">pack</span>.</a> <a href="about:blank" id="c2">What a <!-- ensure comments do not break link strategies --> cute, yellow backpack.</a> <a href="about:blank" id="c3">What a cute<div style="display: none;">, yellow</div> backpack.</a> <button id="makeD" name="makeD" type="button">Make d in 250ms</button> <button id="killE" name="makeD" type="button">Destroy e in 250ms</button> <div id="e"> <span id="f">f</span> <span id="g">g</span> </div> <div id="h"> <a href="about:blank" id="j">What a <b id="i2" class="i">cute, </b><b id="i3" class="i">red cap</b>.</a> <a href="about:blank" id="i1" class="i">What a cute, red cap.</a> <a href="about:blank" id="k">What a <b id="l" style="display: none;">cute, red</b> cap.</a> <a href="about:blank" id="zz">What a cute, striped shirt.</a> <button id="nothing1" name="nothing" type="button">Do nothing quickly</button> <button id="nothing2" name="nothing" type="button">Do nothing fast</button> </div> <p id="i4" class="i">I've come up with another wacky invention that I think has real potential.<br> Maybe you won't, but anyway...<br> it's called the “Gourmet Yogurt Machine.”<br> It makes many different flavors of yogurt.<br> The only problem is, right now, it can only make trout-flavored yogurt...<br> So, I'm having the machine delivered to you via Escargo Express.<br> It's coming “Neglected Class.”</p> <script> document.getElementById('makeD').onclick = function () { this.onclick = null; setTimeout(function () { var element = document.createElement('div'); element.id = 'd'; element.appendChild(document.createTextNode('d')); document.getElementById('h').appendChild(element); }, 250); }; document.getElementById('killE').onclick = function () { this.onclick = null; setTimeout(function () { var element = document.getElementById('e'); element.parentNode.removeChild(element); }, 250); }; </script> </body> </html>
xdissent/recorder
tests/data/elements.html
HTML
bsd-3-clause
2,446
<!-- import polymer-element's definition --> <link rel="import" href="../../packages/polymer/polymer.html"> <polymer-element name="gotit-level1"> <template> <style> :host { display: block; } </style> <!-- Put game here --> <p>Gotit! Level 1</p> </template> <script type="application/dart" src="gotit_level1.dart"></script> </polymer-element>
gmp26/PolymerDartSPA
lib/gotit_level1.html
HTML
bsd-3-clause
390
{% extends "_layouts/_tagged.html" %}
DotNetAge/freezes
freezes/layouts/tagged.html
HTML
bsd-3-clause
38
{% extends "profile_base.html" %} {% load i18n %} {% block navbar %} <li class="first"><a href="{{ shop_base }}/">{% trans "Home" %}</a></li> {% url satchmo_account_info as accounturl %} {% if accounturl %} <li><a href="{{ accounturl }}">{% trans "Account" %}</a></li>{% endif %} <li>{% trans "Password Change" %}</li> {% endblock %} {% block content %} <h3>{% trans "Change your password" %}</h3> <p>{% trans "For the sake of security, please enter your old password, and then enter your new password twice." %}</p> <form action="" method="post">{% csrf_token %} <p> {% if form.old_password.errors %} {{ form.old_password.errors }} {% endif %} <label for="id_old_password">{% trans "Old password" %}:</label> {{ form.old_password }} </p> <p> {% if form.new_password1.errors %} {{ form.new_password1.errors }} {% endif %} <label for="id_new_password1">{% trans "New password" %}:</label> {{ form.new_password1 }} </p> <p> {% if form.new_password2.errors %} {{ form.new_password2.errors }} {% endif %} <label for="id_new_password2">{% trans "Confirm new password" %}:</label> {{ form.new_password2 }} </p> <input type="submit" value= "{% trans "Change password" %}" /> </form> {% endblock %}
thoreg/satchmo
satchmo/apps/satchmo_store/contact/templates/registration/password_change_form.html
HTML
bsd-3-clause
1,226
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>drawerToggleAttribute property - PaperDrawerPanel class - polymer_app_layout library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href="../.."> <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="static-assets/prettify.css"> <link rel="stylesheet" href="static-assets/css/bootstrap.min.css"> <link rel="stylesheet" href="static-assets/styles.css"> <meta name="description" content="API docs for the drawerToggleAttribute property from the PaperDrawerPanel class, for the Dart programming language."> <link rel="icon" href="static-assets/favicon.png"> <!-- Do not remove placeholder --> <!-- Header Placeholder --> </head> <body> <div id="overlay-under-drawer"></div> <header class="container-fluid" id="title"> <nav class="navbar navbar-fixed-top"> <div class="container"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated hidden-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li> <li><a href="polymer_app_layout/PaperDrawerPanel-class.html">PaperDrawerPanel</a></li> <li class="self-crumb">drawerToggleAttribute</li> </ol> <div class="self-name">drawerToggleAttribute</div> </div> </nav> <div class="container masthead"> <ol class="breadcrumbs gt-separated visible-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li> <li><a href="polymer_app_layout/PaperDrawerPanel-class.html">PaperDrawerPanel</a></li> <li class="self-crumb">drawerToggleAttribute</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">property</div> drawerToggleAttribute </h1> <!-- p class="subtitle"> The attribute on elements that should toggle the drawer on tap, also elements will automatically be hidden in wide layout. </p --> </div> <ul class="subnav"> </ul> </div> </header> <div class="container body"> <div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left"> <h5><a href="index.html">polymer_app_layout_template</a></h5> <h5><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></h5> <h5><a href="polymer_app_layout/PaperDrawerPanel-class.html">PaperDrawerPanel</a></h5> <ol> <li class="section-title"><a href="polymer_app_layout/PaperDrawerPanel-class.html#instance-properties">Properties</a></li> <li>$ </li> <li>attributes </li> <li>baseUri </li> <li>behaviors </li> <li>borderEdge </li> <li>childNodes </li> <li>children </li> <li>classes </li> <li>className </li> <li>client </li> <li>clientHeight </li> <li>clientLeft </li> <li>clientTop </li> <li>clientWidth </li> <li>contentEdge </li> <li>contentEditable </li> <li>contextMenu </li> <li>customStyle </li> <li>dataset </li> <li><a href="polymer_app_layout/PaperDrawerPanel/defaultSelected.html">defaultSelected</a> </li> <li>dir </li> <li><a href="polymer_app_layout/PaperDrawerPanel/disableEdgeSwipe.html">disableEdgeSwipe</a> </li> <li><a href="polymer_app_layout/PaperDrawerPanel/disableSwipe.html">disableSwipe</a> </li> <li>documentOffset </li> <li>domHost </li> <li>draggable </li> <li><a href="polymer_app_layout/PaperDrawerPanel/dragging.html">dragging</a> </li> <li><a href="polymer_app_layout/PaperDrawerPanel/drawerToggleAttribute.html">drawerToggleAttribute</a> </li> <li><a href="polymer_app_layout/PaperDrawerPanel/drawerWidth.html">drawerWidth</a> </li> <li>dropzone </li> <li><a href="polymer_app_layout/PaperDrawerPanel/edgeSwipeSensitivity.html">edgeSwipeSensitivity</a> </li> <li>firstChild </li> <li><a href="polymer_app_layout/PaperDrawerPanel/forceNarrow.html">forceNarrow</a> </li> <li><a href="polymer_app_layout/PaperDrawerPanel/hasTransform.html">hasTransform</a> </li> <li><a href="polymer_app_layout/PaperDrawerPanel/hasWillChange.html">hasWillChange</a> </li> <li>hidden </li> <li>id </li> <li>innerHtml </li> <li>inputMethodContext </li> <li>isContentEditable </li> <li>jsElement </li> <li>lang </li> <li>lastChild </li> <li>listeners </li> <li>localName </li> <li>marginEdge </li> <li>namespaceUri </li> <li><a href="polymer_app_layout/PaperDrawerPanel/narrow.html">narrow</a> </li> <li>nextElementSibling </li> <li>nextNode </li> <li>nodeName </li> <li>nodes </li> <li>nodeType </li> <li>nodeValue </li> <li>offset </li> <li>offsetHeight </li> <li>offsetLeft </li> <li>offsetParent </li> <li>offsetTop </li> <li>offsetWidth </li> <li>on </li> <li>onAbort </li> <li>onBeforeCopy </li> <li>onBeforeCut </li> <li>onBeforePaste </li> <li>onBlur </li> <li>onCanPlay </li> <li>onCanPlayThrough </li> <li>onChange </li> <li>onClick </li> <li>onContextMenu </li> <li>onCopy </li> <li>onCut </li> <li>onDoubleClick </li> <li>onDrag </li> <li>onDragEnd </li> <li>onDragEnter </li> <li>onDragLeave </li> <li>onDragOver </li> <li>onDragStart </li> <li>onDrop </li> <li>onDurationChange </li> <li>onEmptied </li> <li>onEnded </li> <li>onError </li> <li>onFocus </li> <li>onFullscreenChange </li> <li>onFullscreenError </li> <li>onInput </li> <li>onInvalid </li> <li>onKeyDown </li> <li>onKeyPress </li> <li>onKeyUp </li> <li>onLoad </li> <li>onLoadedData </li> <li>onLoadedMetadata </li> <li>onMouseDown </li> <li>onMouseEnter </li> <li>onMouseLeave </li> <li>onMouseMove </li> <li>onMouseOut </li> <li>onMouseOver </li> <li>onMouseUp </li> <li>onMouseWheel </li> <li>onPaste </li> <li>onPause </li> <li>onPlay </li> <li>onPlaying </li> <li>onRateChange </li> <li>onReset </li> <li>onResize </li> <li>onScroll </li> <li>onSearch </li> <li>onSeeked </li> <li>onSeeking </li> <li>onSelect </li> <li>onSelectStart </li> <li>onStalled </li> <li>onSubmit </li> <li>onSuspend </li> <li>onTimeUpdate </li> <li>onTouchCancel </li> <li>onTouchEnd </li> <li>onTouchEnter </li> <li>onTouchLeave </li> <li>onTouchMove </li> <li>onTouchStart </li> <li>onTransitionEnd </li> <li>onVolumeChange </li> <li>onWaiting </li> <li>outerHtml </li> <li>ownerDocument </li> <li>paddingEdge </li> <li>parent </li> <li>parentNode </li> <li><a href="polymer_app_layout/PaperDrawerPanel/peeking.html">peeking</a> </li> <li>previousElementSibling </li> <li>previousNode </li> <li>properties </li> <li><a href="polymer_app_layout/PaperDrawerPanel/responsiveWidth.html">responsiveWidth</a> </li> <li><a href="polymer_app_layout/PaperDrawerPanel/rightDrawer.html">rightDrawer</a> </li> <li>root </li> <li>scrollHeight </li> <li>scrollLeft </li> <li>scrollTop </li> <li>scrollWidth </li> <li><a href="polymer_app_layout/PaperDrawerPanel/selected.html">selected</a> </li> <li>shadowRoot </li> <li>spellcheck </li> <li>style </li> <li>tabIndex </li> <li>tagName </li> <li>text </li> <li>title </li> <li><a href="polymer_app_layout/PaperDrawerPanel/transition.html">transition</a> </li> <li>translate </li> <li>xtag </li> <li class="section-title"><a href="polymer_app_layout/PaperDrawerPanel-class.html#constructors">Constructors</a></li> <li><a href="polymer_app_layout/PaperDrawerPanel/PaperDrawerPanel.html">PaperDrawerPanel</a></li> <li><a href="polymer_app_layout/PaperDrawerPanel/PaperDrawerPanel.created.html">created</a></li> <li class="section-title"><a href="polymer_app_layout/PaperDrawerPanel-class.html#methods">Methods</a></li> <li>$$ </li> <li>add </li> <li>addAll </li> <li>addEventListener </li> <li>animate </li> <li>append </li> <li>appendHtml </li> <li>appendText </li> <li>async </li> <li>attached </li> <li>attributeChanged </li> <li>attributeFollows </li> <li>blur </li> <li>cancelAsync </li> <li>cancelDebouncer </li> <li>classFollows </li> <li>clear </li> <li>click </li> <li>clone </li> <li><a href="polymer_app_layout/PaperDrawerPanel/closeDrawer.html">closeDrawer</a> </li> <li>contains </li> <li>create </li> <li>createFragment </li> <li>createShadowRoot </li> <li>debounce </li> <li>detached </li> <li>dispatchEvent </li> <li>distributeContent </li> <li>elementMatches </li> <li>enteredView </li> <li>fillRange </li> <li>fire </li> <li>flushDebouncer </li> <li>focus </li> <li>get </li> <li>getAnimationPlayers </li> <li>getAttribute </li> <li>getAttributeNS </li> <li>getBoundingClientRect </li> <li>getClientRects </li> <li>getComputedStyle </li> <li>getContentChildNodes </li> <li>getContentChildren </li> <li>getDestinationInsertionPoints </li> <li>getEffectiveChildNodes </li> <li>getEffectiveChildren </li> <li>getEffectiveText </li> <li>getElementsByClassName </li> <li>getNamespacedAttributes </li> <li>getPropertyInfo </li> <li>hasChildNodes </li> <li>importHref </li> <li>insert </li> <li>insertAdjacentElement </li> <li>insertAdjacentHtml </li> <li>insertAdjacentText </li> <li>insertAll </li> <li>insertAllBefore </li> <li>insertBefore </li> <li>instanceTemplate </li> <li>isDebouncerActive </li> <li>isLightDescendant </li> <li>isLocalDescendant </li> <li>leftView </li> <li>linkPaths </li> <li>listen </li> <li>matches </li> <li>matchesWithAncestors </li> <li>notifyPath </li> <li>offsetTo </li> <li><a href="polymer_app_layout/PaperDrawerPanel/openDrawer.html">openDrawer</a> </li> <li>query </li> <li>queryAll </li> <li>queryAllEffectiveChildren </li> <li>queryEffectiveChildren </li> <li>querySelector </li> <li>querySelectorAll </li> <li>reflectPropertyToAttribute </li> <li>remove </li> <li>removeAt </li> <li>removeEventListener </li> <li>removeItem </li> <li>removeLast </li> <li>removeRange </li> <li>removeWhere </li> <li>replaceRange </li> <li>replaceWith </li> <li>requestFullscreen </li> <li>requestPointerLock </li> <li>retainWhere </li> <li>scopeSubtree </li> <li>scrollIntoView </li> <li>serializeValueToAttribute </li> <li>set </li> <li>setAll </li> <li>setAttribute </li> <li>setAttributeNS </li> <li>setInnerHtml </li> <li>setRange </li> <li>setScrollDirection </li> <li>toggleAttribute </li> <li>toggleClass </li> <li><a href="polymer_app_layout/PaperDrawerPanel/togglePanel.html">togglePanel</a> </li> <li>toString </li> <li>transform </li> <li>translate3d </li> <li>unlinkPaths </li> <li>updateStyles </li> </ol> </div><!--/.sidebar-offcanvas--> <div class="col-xs-12 col-sm-9 col-md-6 main-content"> <section class="multi-line-signature"> <span class="returntype">String</span> <span class="name ">drawerToggleAttribute</span> <div class="readable-writable"> read / write </div> </section> <section class="desc markdown"> <p>The attribute on elements that should toggle the drawer on tap, also elements will automatically be hidden in wide layout.</p> </section> </div> <!-- /.main-content --> </div> <!-- container --> <footer> <div class="container-fluid"> <div class="container"> <p class="text-center"> <span class="no-break"> polymer_app_layout_template 0.1.0 api docs </span> &bull; <span class="copyright no-break"> <a href="https://www.dartlang.org"> <img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16"> </a> </span> &bull; <span class="copyright no-break"> <a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a> </span> </p> </div> </div> </footer> <script src="static-assets/prettify.js"></script> <script src="static-assets/script.js"></script> <!-- Do not remove placeholder --> <!-- Footer Placeholder --> </body> </html>
lejard-h/polymer_app_layout_templates
doc/api/polymer_app_layout/PaperDrawerPanel/drawerToggleAttribute.html
HTML
bsd-3-clause
13,871
<!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_71) on Mon Jun 15 18:47:08 IDT 2015 --> <title>Fixity.FixityAlgorithm</title> <meta name="date" content="2015-06-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="Fixity.FixityAlgorithm"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/exlibris/digitool/common/storage/Fixity.html" title="class in com.exlibris.digitool.common.storage"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../com/exlibris/digitool/common/storage/StoragePlugin.html" title="interface in com.exlibris.digitool.common.storage"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" target="_top">Frames</a></li> <li><a href="Fixity.FixityAlgorithm.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.exlibris.digitool.common.storage</div> <h2 title="Enum Fixity.FixityAlgorithm" class="title">Enum Fixity.FixityAlgorithm</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.lang.Enum&lt;<a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a>&gt;</li> <li> <ul class="inheritance"> <li>com.exlibris.digitool.common.storage.Fixity.FixityAlgorithm</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a>&gt;</dd> </dl> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../../com/exlibris/digitool/common/storage/Fixity.html" title="class in com.exlibris.digitool.common.storage">Fixity</a></dd> </dl> <hr> <br> <pre>public static enum <span class="strong">Fixity.FixityAlgorithm</span> extends java.lang.Enum&lt;<a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a>&gt;</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">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Enum Constant and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html#CRC32">CRC32</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html#MD5">MD5</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html#SHA1">SHA1</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a></code></td> <td class="colLast"><code><strong><a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.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&nbsp;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&nbsp;java.lang.Object</h3> <code>getClass, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ ENUM CONSTANT DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="enum_constant_detail"> <!-- --> </a> <h3>Enum Constant Detail</h3> <a name="MD5"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MD5</h4> <pre>public static final&nbsp;<a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a> MD5</pre> </li> </ul> <a name="SHA1"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>SHA1</h4> <pre>public static final&nbsp;<a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a> SHA1</pre> </li> </ul> <a name="CRC32"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CRC32</h4> <pre>public static final&nbsp;<a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a> CRC32</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="values()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>values</h4> <pre>public static&nbsp;<a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a>[]&nbsp;values()</pre> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (Fixity.FixityAlgorithm c : Fixity.FixityAlgorithm.values()) &nbsp; 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&nbsp;<a href="../../../../../com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" title="enum in com.exlibris.digitool.common.storage">Fixity.FixityAlgorithm</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre> <div class="block">Returns the enum constant of this type with the specified name. The string must match <i>exactly</i> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)</div> <dl><dt><span class="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="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/exlibris/digitool/common/storage/Fixity.html" title="class in com.exlibris.digitool.common.storage"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../com/exlibris/digitool/common/storage/StoragePlugin.html" title="interface in com.exlibris.digitool.common.storage"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html" target="_top">Frames</a></li> <li><a href="Fixity.FixityAlgorithm.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#enum_constant_summary">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#enum_constant_detail">Enum Constants</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ExLibrisGroup/Rosetta.dps-sdk-projects
4.2/javadoc/com/exlibris/digitool/common/storage/Fixity.FixityAlgorithm.html
HTML
bsd-3-clause
13,308
<!DOCTYPE html> <!-- Copyright (c) 2012 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the original copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this work without specific prior written permission. THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Authors: Cao, Jun <[email protected]> --> <html> <head> <title>WebGL Test: webglrenderingcontext_FLOAT_exists</title> <link rel="author" title="Intel" href="http://www.intel.com" /> <link rel="help" href="https://www.khronos.org/registry/webgl/specs/1.0/" /> <meta name="flags" content="" /> <meta name="assert" content="Check if WebGLRenderingContext.FLOAT exists"/> <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <script src="support/webgl.js"></script> </head> <body> <div id="log"></div> <canvas id="canvas" width="200" height="100" style="border:1px solid #c3c3c3;"> Your browser does not support the canvas element. </canvas> <script type="text/javascript"> getwebgl(); webgl_property_exists(webgl, 'FLOAT'); </script> </body> </html>
xiaojunwu/crosswalk-test-suite
webapi/tct-webgl-nonw3c-tests/webgl/webglrenderingcontext_FLOAT_exists.html
HTML
bsd-3-clause
2,345
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>mne.viz.plot_snr_estimate &mdash; MNE 0.11.0 documentation</title> <link rel="stylesheet" href="../_static/basic.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/gallery.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootswatch-3.3.4/flatly/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/style.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '0.11.0', 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> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="../_static/js/jquery-fix.js"></script> <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script> <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="top" title="MNE 0.11.0 documentation" href="../index.html" /> <link rel="up" title="API Reference" href="../python_reference.html" /> <link rel="next" title="mne.viz.plot_source_estimates" href="mne.viz.plot_source_estimates.html" /> <link rel="prev" title="mne.viz.plot_raw_psd" href="mne.viz.plot_raw_psd.html" /> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-37225609-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> <script type="text/javascript"> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s); js.id=id;js.src="http://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); </script> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <link rel="canonical" href="https://mne.tools/stable/index.html" /> </head> <body role="document"> <div id="navbar" class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <!-- .btn-navbar is used as the toggle for collapsed navbar content --> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html"><img src="../_static/mne_logo_small.png"> </a> <span class="navbar-text navbar-version pull-left"><b>0.11.0</b></span> </div> <div class="collapse navbar-collapse nav-collapse"> <ul class="nav navbar-nav"> <li><a href="../tutorials.html">Tutorials</a></li> <li><a href="../auto_examples/index.html">Gallery</a></li> <li><a href="../manual/index.html">Manual</a></li> <li><a href="../python_reference.html">API</a></li> <li><a href="../faq.html">FAQ</a></li> <li><a href="../cite.html">Cite</a></li> <li class="dropdown globaltoc-container"> <a role="button" id="dLabelGlobalToc" data-toggle="dropdown" data-target="#" href="../index.html">Site <b class="caret"></b></a> <ul class="dropdown-menu globaltoc" role="menu" aria-labelledby="dLabelGlobalToc"><ul class="current"> <li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Getting Started</a></li> <li class="toctree-l1"><a class="reference internal" href="../whats_new.html">What&#8217;s new</a></li> <li class="toctree-l1"><a class="reference internal" href="../cite.html">Cite MNE</a></li> <li class="toctree-l1"><a class="reference internal" href="../references.html">Related publications</a></li> <li class="toctree-l1"><a class="reference internal" href="../tutorials.html">Tutorials</a></li> <li class="toctree-l1"><a class="reference internal" href="../auto_examples/index.html">Examples Gallery</a></li> <li class="toctree-l1"><a class="reference internal" href="../manual/index.html">Manual</a></li> <li class="toctree-l1 current"><a class="reference internal" href="../python_reference.html">API Reference</a></li> <li class="toctree-l1"><a class="reference internal" href="../faq.html">Frequently Asked Questions</a></li> <li class="toctree-l1"><a class="reference internal" href="../advanced_setup.html">Advanced installation and setup</a></li> <li class="toctree-l1"><a class="reference internal" href="../mne_cpp.html">MNE with CPP</a></li> </ul> </ul> </li> <li class="dropdown"> <a role="button" id="dLabelLocalToc" data-toggle="dropdown" data-target="#" href="#">Page <b class="caret"></b></a> <ul class="dropdown-menu localtoc" role="menu" aria-labelledby="dLabelLocalToc"><ul> <li><a class="reference internal" href="#">mne.viz.plot_snr_estimate</a></li> </ul> </ul> </li> </ul> <form class="navbar-form navbar-right" action="../search.html" method="get"> <div class="form-group"> <input type="text" name="q" class="form-control" placeholder="Search" /> </div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> </div> <div class="container"> <div class="row"> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/mne_logo_small.png" alt="Logo"/> </a></p><ul> <li><a class="reference internal" href="#">mne.viz.plot_snr_estimate</a></li> </ul> <li> <a href="mne.viz.plot_raw_psd.html" title="Previous Chapter: mne.viz.plot_raw_psd"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; mne.viz.plot_...</span> </a> </li> <li> <a href="mne.viz.plot_source_estimates.html" title="Next Chapter: mne.viz.plot_source_estimates"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">mne.viz.plot_... &raquo;</span> </a> </li> <form action="../search.html" method="get"> <div class="form-group"> <input type="text" name="q" class="form-control" placeholder="Search" /> </div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="col-md-12"> <div class="section" id="mne-viz-plot-snr-estimate"> <h1>mne.viz.plot_snr_estimate<a class="headerlink" href="#mne-viz-plot-snr-estimate" title="Permalink to this headline">¶</a></h1> <dl class="function"> <dt id="mne.viz.plot_snr_estimate"> <code class="descclassname">mne.viz.</code><code class="descname">plot_snr_estimate</code><span class="sig-paren">(</span><em>evoked</em>, <em>inv</em>, <em>show=True</em><span class="sig-paren">)</span><a class="headerlink" href="#mne.viz.plot_snr_estimate" title="Permalink to this definition">¶</a></dt> <dd><p>Plot a data SNR estimate</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>evoked</strong> : instance of Evoked</p> <blockquote> <div><p>The evoked instance. This should probably be baseline-corrected.</p> </div></blockquote> <p><strong>inv</strong> : instance of InverseOperator</p> <blockquote> <div><p>The minimum-norm inverse operator.</p> </div></blockquote> <p><strong>show</strong> : bool</p> <blockquote> <div><p>Show figure if True.</p> </div></blockquote> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first"><strong>fig</strong> : instance of matplotlib.figure.Figure</p> <blockquote class="last"> <div><p>The figure object containing the plot.</p> </div></blockquote> </td> </tr> </tbody> </table> <p class="rubric">Notes</p> <div class="versionadded"> <p><span class="versionmodified">New in version 0.9.0.</span></p> </div> </dd></dl> </div> </div> </div> </div> <footer class="footer"> <div class="container"> <p class="pull-right"> <a href="#">Back to top</a> <br/> </p> <p> &copy; Copyright 2012-2015, MNE Developers.<br/> </p> </div> </footer> <script src="https://mne.tools/versionwarning.js"></script> </body> </html>
mne-tools/mne-tools.github.io
0.11/generated/mne.viz.plot_snr_estimate.html
HTML
bsd-3-clause
10,295
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.regression.recursive_ls.RecursiveLSResults.forecast &#8212; statsmodels v0.10.0 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.regression.recursive_ls.RecursiveLSResults.get_forecast" href="statsmodels.regression.recursive_ls.RecursiveLSResults.get_forecast.html" /> <link rel="prev" title="statsmodels.regression.recursive_ls.RecursiveLSResults.fittedvalues" href="statsmodels.regression.recursive_ls.RecursiveLSResults.fittedvalues.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.regression.recursive_ls.RecursiveLSResults.get_forecast.html" title="statsmodels.regression.recursive_ls.RecursiveLSResults.get_forecast" accesskey="N">next</a> |</li> <li class="right" > <a href="statsmodels.regression.recursive_ls.RecursiveLSResults.fittedvalues.html" title="statsmodels.regression.recursive_ls.RecursiveLSResults.fittedvalues" accesskey="P">previous</a> |</li> <li><a href ="../install.html">Install</a></li> &nbsp;|&nbsp; <li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> &nbsp;|&nbsp; <li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> &nbsp;|&nbsp; <li><a href="../dev/index.html">Develop</a></li> &nbsp;|&nbsp; <li><a href="../examples/index.html">Examples</a></li> &nbsp;|&nbsp; <li><a href="../faq.html">FAQ</a></li> &nbsp;|&nbsp; <li class="nav-item nav-item-1"><a href="../regression.html" >Linear Regression</a> |</li> <li class="nav-item nav-item-2"><a href="statsmodels.regression.recursive_ls.RecursiveLSResults.html" accesskey="U">statsmodels.regression.recursive_ls.RecursiveLSResults</a> |</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-regression-recursive-ls-recursivelsresults-forecast"> <h1>statsmodels.regression.recursive_ls.RecursiveLSResults.forecast<a class="headerlink" href="#statsmodels-regression-recursive-ls-recursivelsresults-forecast" title="Permalink to this headline">¶</a></h1> <p>method</p> <dl class="method"> <dt id="statsmodels.regression.recursive_ls.RecursiveLSResults.forecast"> <code class="sig-prename descclassname">RecursiveLSResults.</code><code class="sig-name descname">forecast</code><span class="sig-paren">(</span><em class="sig-param">steps=1</em>, <em class="sig-param">**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.regression.recursive_ls.RecursiveLSResults.forecast" title="Permalink to this definition">¶</a></dt> <dd><p>Out-of-sample forecasts</p> <dl class="field-list simple"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl class="simple"> <dt><strong>steps</strong><span class="classifier">int, str, or datetime, optional</span></dt><dd><p>If an integer, the number of steps to forecast from the end of the sample. Can also be a date string to parse or a datetime type. However, if the dates index does not have a fixed frequency, steps must be an integer. Default</p> </dd> <dt><strong>**kwargs</strong></dt><dd><p>Additional arguments may required for forecasting beyond the end of the sample. See <cite>FilterResults.predict</cite> for more details.</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl class="simple"> <dt><strong>forecast</strong><span class="classifier">array</span></dt><dd><p>Array of out of sample forecasts. A (steps x k_endog) array.</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.regression.recursive_ls.RecursiveLSResults.fittedvalues.html" title="previous chapter">statsmodels.regression.recursive_ls.RecursiveLSResults.fittedvalues</a></p> <h4>Next topic</h4> <p class="topless"><a href="statsmodels.regression.recursive_ls.RecursiveLSResults.get_forecast.html" title="next chapter">statsmodels.regression.recursive_ls.RecursiveLSResults.get_forecast</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.forecast.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"> &#169; 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>
statsmodels/statsmodels.github.io
v0.10.0/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.forecast.html
HTML
bsd-3-clause
8,638
<html> <head> <link rel="stylesheet" type="text/css" href="../../../../asset/static/prettify.css" /> <link rel="stylesheet" type="text/css" href="../../../../asset/static/style.css" /> <script src="../../../../asset/static/jquery.min.js"></script> <script src="../../../../asset/static/prettify.js"></script> <script src="../../../../asset/api_definition.js"></script> <script>var ZepCurrentPath = '../../../../'</script> <script src="../../../../asset/static/script.js"></script> </head> <body onload="prettyPrint()"> <div id="top-bar"> <div id="top-left"> Zephir Documentation <span class="version">v1.0.1</span> </div> <div id="top-right"> </div> </div> <div id="body"> <div id="body-left"> <div class="header-search"> <input class="search-box" placeholder="Search for a class or namespace " type="text" /> <div id="menu-wrapper"> </div> </div> </div> <div id="body-right"> <div class="content"> <div class="breadcrumb"> <ul> <li><a href="../../../../index.html">Home</a></li> <li><a href="../../../../classes.html">Classes</a></li> <li><a >Phalconry\Http\Client\Request</a></li> </ul> </div> <div class="class-header clearfix"> <div class="access-buttons"> <a class="zep-button" href="../../../../source/Phalconry/Http/Client/Request.html">Source</a> </div> <div class="class-full-name"> <span class="class-type">Class</span> <span class="namespace-piece"> <a href="../../../../namespace/Phalconry.html">Phalconry</a> </span> <span class="namespace-piece"> <a href="../../../../namespace/Phalconry/Http.html">Http</a> </span> <span class="namespace-piece"> <a href="../../../../namespace/Phalconry/Http/Client.html">Client</a> </span> <h1 class="class-name">Request</h1> </div> </div> <div class="hidden-anchor" id="methods"></div> <div class="methods-summary standard-bandeau">Methods</div> <ul class="method-summary-list"> <li class="class-method clearfix"> <div class="method-return"> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-__construct">__construct</a></span>(<span class="param-data-type">variable</span> <span class="param-name">$baseUri</span>) <div class="summary-text">Constructor</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-setMethod">setMethod</a></span>(<span class="param-data-type">string</span> <span class="param-name">$httpMethod</span>) <div class="summary-text">Sets the request method</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> string </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-getMethod">getMethod</a></span>() <div class="summary-text">Returns the request method</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-setResponse">setResponse</a></span>(<span class="param-data-type">variable</span> <span class="param-name">$response</span>) <div class="summary-text">Sets the response message</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Response.html'>Phalconry\Http\Client\Response</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-getResponse">getResponse</a></span>() <div class="summary-text">Returns the request's response</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-setUri">setUri</a></span>(<span class="param-data-type">variable</span> <span class="param-name">$uri</span>) <div class="summary-text">Sets the request URI</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Uri.html'>Phalconry\Http\Client\Uri</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-getUri">getUri</a></span>() <div class="summary-text">Returns the request URI</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Uri.html'>Phalconry\Http\Client\Uri</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-resolveUri">resolveUri</a></span>(<span class="param-data-type">variable</span> <span class="param-name">$uri</span>) <div class="summary-text">Resolves the request URI using the given argument</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-addQueryParams">addQueryParams</a></span>(<span class="param-data-type">array</span> <span class="param-name">$params</span>) <div class="summary-text">Adds an array of query parameters to the request URI</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-addHeaders">addHeaders</a></span>(<span class="param-data-type">array</span> <span class="param-name">$headers</span>) <div class="summary-text">Adds an array of headers to the request</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-setHeader">setHeader</a></span>(<span class="param-data-type">string</span> <span class="param-name">$name</span>,<span class="param-data-type">string</span> <span class="param-name">$value</span>) <div class="summary-text">Sets a single request header</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-buildHeaderFields">buildHeaderFields</a></span>() <div class="summary-text">Builds the header fields</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-setClient">setClient</a></span>(<span class="param-data-type">variable</span> <span class="param-name">$client</span>) <div class="summary-text">Sets the request client object</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Client.html'>Phalconry\Http\Client\Client</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-getClient">getClient</a></span>() <div class="summary-text">Returns the request client object, if set</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-send">send</a></span>() <div class="summary-text">Sends the request</div> </div> </li> <li class="class-method clearfix"> <div class="method-return"> <a href='../../../../class/Phalconry/Http/Client/Request.html'>Phalconry\Http\Client\Request</a> </div> <div class="method-summary"> <span class="method-name"><a href="#method-details-__invoke">__invoke</a></span>() <div class="summary-text">Alias of send()</div> </div> </li> </ul> <div class="hidden-anchor" id="methods-details"></div> <div class="methods-summary standard-bandeau">Methods Details</div> <ul class="method-details-list"> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-__construct"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">__construct</h3>(<span class="param-data-type">variable</span> <span class="param-name">$baseUri</span>) <div> Constructor </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-setMethod"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">setMethod</h3>(<span class="param-data-type">string</span> <span class="param-name">$httpMethod</span>) <div> Sets the request method </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-getMethod"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">getMethod</h3>() <div> Returns the request method </div> <div> Default method is "GET" </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-setResponse"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">setResponse</h3>(<span class="param-data-type">variable</span> <span class="param-name">$response</span>) <div> Sets the response message </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-getResponse"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">getResponse</h3>() <div> Returns the request's response </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-setUri"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">setUri</h3>(<span class="param-data-type">variable</span> <span class="param-name">$uri</span>) <div> Sets the request URI </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-getUri"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">getUri</h3>() <div> Returns the request URI </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-resolveUri"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">resolveUri</h3>(<span class="param-data-type">variable</span> <span class="param-name">$uri</span>) <div> Resolves the request URI using the given argument </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-addQueryParams"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">addQueryParams</h3>(<span class="param-data-type">array</span> <span class="param-name">$params</span>) <div> Adds an array of query parameters to the request URI </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-addHeaders"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">addHeaders</h3>(<span class="param-data-type">array</span> <span class="param-name">$headers</span>) <div> Adds an array of headers to the request </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-setHeader"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">setHeader</h3>(<span class="param-data-type">string</span> <span class="param-name">$name</span>,<span class="param-data-type">string</span> <span class="param-name">$value</span>) <div> Sets a single request header </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-buildHeaderFields"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">buildHeaderFields</h3>() <div> Builds the header fields </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-setClient"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">setClient</h3>(<span class="param-data-type">variable</span> <span class="param-name">$client</span>) <div> Sets the request client object </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-getClient"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">getClient</h3>() <div> Returns the request client object, if set </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-send"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">send</h3>() <div> Sends the request </div> <div> </div> </div> </div> </div> </li> <li class="class-method clearfix"> <div class="hidden-anchor" id="method-details-__invoke"></div> <div class="method-details"> <div class="method-details-details"> <div class="method-signature"> <span class="visibility-public">public</span> function <h3 class="method-name">__invoke</h3>() <div> Alias of send() </div> <div> </div> </div> </div> </div> </li> </ul> </div> </div> </div> </body> </html>
phalconry/cphalconry
doc/0.1/class/Phalconry/Http/Client/Request.html
HTML
bsd-3-clause
24,651
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link href="topcoat/css/topcoat-mobile-light.min.css" rel="stylesheet"> <link href="css/styles.css" rel="stylesheet"> <link href="css/pageslider.css" rel="stylesheet"> <script data-main="js/app" src="js/require.js"></script> </head> <body></body> </html>
calcutec/burtonblog
app/static/cordova/www/index.html
HTML
bsd-3-clause
461
{% extends "baselayout.html" %} {% load i18n %} {% block content %} {# Translators: Title for error page 403 #} <h2>{% blocktrans %}Permission Denied{% endblocktrans %}</h2> {# Translators: Text for error page 403 #} <p>{% blocktrans %}You do not have permission to view the requested page.{% endblocktrans %}</p> {% if exception %} <strong>{% blocktrans %}Exception:{% endblocktrans %} {{ exception }}</strong> {% endif %} {% endblock %}
Signbank/FinSL-signbank
templates/403.html
HTML
bsd-3-clause
476
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' /> <title>Coverage for /Users/ZacheryTapp/weddingapp/lib/python2.7/site-packages/django/core/servers/__init__: 100%</title> <link rel='stylesheet' href='style.css' type='text/css'> <script type='text/javascript' src='jquery.min.js'></script> <script type='text/javascript' src='jquery.hotkeys.js'></script> <script type='text/javascript' src='jquery.isonscreen.js'></script> <script type='text/javascript' src='coverage_html.js'></script> <script type='text/javascript' charset='utf-8'> jQuery(document).ready(coverage.pyfile_ready); </script> </head> <body id='pyfile'> <div id='header'> <div class='content'> <h1>Coverage for <b>/Users/ZacheryTapp/weddingapp/lib/python2.7/site-packages/django/core/servers/__init__</b> : <span class='pc_cov'>100%</span> </h1> <img id='keyboard_icon' src='keybd_closed.png'> <h2 class='stats'> 0 statements &nbsp; <span class='run hide_run shortkey_r button_toggle_run'>0 run</span> <span class='mis shortkey_m button_toggle_mis'>0 missing</span> <span class='exc shortkey_x button_toggle_exc'>0 excluded</span> </h2> </div> </div> <div class='help_panel'> <img id='panel_icon' src='keybd_open.png'> <p class='legend'>Hot-keys on this page</p> <div> <p class='keyhelp'> <span class='key'>r</span> <span class='key'>m</span> <span class='key'>x</span> <span class='key'>p</span> &nbsp; toggle line displays </p> <p class='keyhelp'> <span class='key'>j</span> <span class='key'>k</span> &nbsp; next/prev highlighted chunk </p> <p class='keyhelp'> <span class='key'>0</span> &nbsp; (zero) top of page </p> <p class='keyhelp'> <span class='key'>1</span> &nbsp; (one) first highlighted chunk </p> </div> </div> <div id='source'> <table cellspacing='0' cellpadding='0'> <tr> <td class='linenos' valign='top'> </td> <td class='text' valign='top'> </td> </tr> </table> </div> <div id='footer'> <div class='content'> <p> <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a> </p> </div> </div> </body> </html>
zacherytapp/wedding
cover/_Users_ZacheryTapp_weddingapp_lib_python2_7_site-packages_django_core_servers___init__.html
HTML
bsd-3-clause
2,686
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>lib&#x2F;yui3&#x2F;src&#x2F;datatable&#x2F;js&#x2F;datatable-datasource.js - AlloyUI</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.4.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="..&#x2F;assets/../../build/aui-skin-classic/css/aui-skin-classic-all-min.css"> <link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles"> <script src="..&#x2F;assets/../../build/aui/aui.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="..&#x2F;assets/css/logo_small.png"></h1> </div> <div class="yui3-u-1-4 version"> <div class="version-details"> <span class="version-lib">AlloyUI 1.7.0</span> <div class="yui-version"> <span class="version-lib version-lib-yui">YUI 3.7.3</span> </div> </div> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="aui-tabview-list aui-widget-hd tabs" id="api-tabview-list"> <li class="aui-tab"><a class="aui-tab-label" href="#api-classes">Classes</a></li> <li class="aui-tab"><a class="aui-tab-label" href="#api-modules">Modules</a></li> <li class="aui-tab"><a class="aui-tab-label" href="#api-everything">Everything</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div class="aui-tabview-content aui-widget-bd" id="api-tabview-panel"> <ul id="api-classes" class="apis classes aui-tabview-content-item"> <li><a href="..&#x2F;classes/A.DataType.DateMath.html">A.DataType.DateMath</a></li> <li><a href="..&#x2F;classes/A.HTML5.html">A.HTML5</a></li> <li><a href="..&#x2F;classes/A.io.html">A.io</a></li> <li><a href="..&#x2F;classes/A.Node.html">A.Node</a></li> <li><a href="..&#x2F;classes/A.NodeList.html">A.NodeList</a></li> <li><a href="..&#x2F;classes/A.Plugin.IO.html">A.Plugin.IO</a></li> <li><a href="..&#x2F;classes/Anim.html">Anim</a></li> <li><a href="..&#x2F;classes/App.html">App</a></li> <li><a href="..&#x2F;classes/App.Base.html">App.Base</a></li> <li><a href="..&#x2F;classes/App.Content.html">App.Content</a></li> <li><a href="..&#x2F;classes/App.Transitions.html">App.Transitions</a></li> <li><a href="..&#x2F;classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="..&#x2F;classes/AreaSeries.html">AreaSeries</a></li> <li><a href="..&#x2F;classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="..&#x2F;classes/Array.html">Array</a></li> <li><a href="..&#x2F;classes/ArrayList.html">ArrayList</a></li> <li><a href="..&#x2F;classes/ArraySort.html">ArraySort</a></li> <li><a href="..&#x2F;classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="..&#x2F;classes/Attribute.html">Attribute</a></li> <li><a href="..&#x2F;classes/AttributeCore.html">AttributeCore</a></li> <li><a href="..&#x2F;classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="..&#x2F;classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="..&#x2F;classes/AttributeLite.html">AttributeLite</a></li> <li><a href="..&#x2F;classes/AUI~event~input.html">AUI~event~input</a></li> <li><a href="..&#x2F;classes/AutoComplete.html">AutoComplete</a></li> <li><a href="..&#x2F;classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="..&#x2F;classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="..&#x2F;classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="..&#x2F;classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="..&#x2F;classes/Axis.html">Axis</a></li> <li><a href="..&#x2F;classes/AxisType.html">AxisType</a></li> <li><a href="..&#x2F;classes/BarSeries.html">BarSeries</a></li> <li><a href="..&#x2F;classes/Base.html">Base</a></li> <li><a href="..&#x2F;classes/BaseCellEditor.html">BaseCellEditor</a></li> <li><a href="..&#x2F;classes/BaseCore.html">BaseCore</a></li> <li><a href="..&#x2F;classes/BaseOptionsCellEditor.html">BaseOptionsCellEditor</a></li> <li><a href="..&#x2F;classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="..&#x2F;classes/Button.html">Button</a></li> <li><a href="..&#x2F;classes/ButtonCore.html">ButtonCore</a></li> <li><a href="..&#x2F;classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="..&#x2F;classes/ButtonItem.html">ButtonItem</a></li> <li><a href="..&#x2F;classes/ButtonPlugin.html">ButtonPlugin</a></li> <li><a href="..&#x2F;classes/Cache.html">Cache</a></li> <li><a href="..&#x2F;classes/CacheOffline.html">CacheOffline</a></li> <li><a href="..&#x2F;classes/Calendar.html">Calendar</a></li> <li><a href="..&#x2F;classes/CalendarBase.html">CalendarBase</a></li> <li><a href="..&#x2F;classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="..&#x2F;classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="..&#x2F;classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="..&#x2F;classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="..&#x2F;classes/CanvasPath.html">CanvasPath</a></li> <li><a href="..&#x2F;classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="..&#x2F;classes/CanvasRect.html">CanvasRect</a></li> <li><a href="..&#x2F;classes/CanvasShape.html">CanvasShape</a></li> <li><a href="..&#x2F;classes/Carousel.html">Carousel</a></li> <li><a href="..&#x2F;classes/CartesianChart.html">CartesianChart</a></li> <li><a href="..&#x2F;classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="..&#x2F;classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="..&#x2F;classes/CellEditorSupport.html">CellEditorSupport</a></li> <li><a href="..&#x2F;classes/CharCounter.html">CharCounter</a></li> <li><a href="..&#x2F;classes/Chart.html">Chart</a></li> <li><a href="..&#x2F;classes/ChartBase.html">ChartBase</a></li> <li><a href="..&#x2F;classes/ChartLegend.html">ChartLegend</a></li> <li><a href="..&#x2F;classes/CheckboxCellEditor.html">CheckboxCellEditor</a></li> <li><a href="..&#x2F;classes/Circle.html">Circle</a></li> <li><a href="..&#x2F;classes/CircleGroup.html">CircleGroup</a></li> <li><a href="..&#x2F;classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="..&#x2F;classes/ClickableRail.html">ClickableRail</a></li> <li><a href="..&#x2F;classes/ColorPicker.html">ColorPicker</a></li> <li><a href="..&#x2F;classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="..&#x2F;classes/ComboSeries.html">ComboSeries</a></li> <li><a href="..&#x2F;classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="..&#x2F;classes/Component.html">Component</a></li> <li><a href="..&#x2F;classes/config.html">config</a></li> <li><a href="..&#x2F;classes/Console.html">Console</a></li> <li><a href="..&#x2F;classes/Controller.html">Controller</a></li> <li><a href="..&#x2F;classes/Cookie.html">Cookie</a></li> <li><a href="..&#x2F;classes/CurveUtil.html">CurveUtil</a></li> <li><a href="..&#x2F;classes/CustomEvent.html">CustomEvent</a></li> <li><a href="..&#x2F;classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="..&#x2F;classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="..&#x2F;classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="..&#x2F;classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="..&#x2F;classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="..&#x2F;classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="..&#x2F;classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="..&#x2F;classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="..&#x2F;classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="..&#x2F;classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="..&#x2F;classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="..&#x2F;classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="..&#x2F;classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="..&#x2F;classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="..&#x2F;classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="..&#x2F;classes/DataTable.html">DataTable</a></li> <li><a href="..&#x2F;classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="..&#x2F;classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="..&#x2F;classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="..&#x2F;classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="..&#x2F;classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="..&#x2F;classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="..&#x2F;classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="..&#x2F;classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="..&#x2F;classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="..&#x2F;classes/DataTable.TableView.html">DataTable.TableView</a></li> <li><a href="..&#x2F;classes/DataType.Boolean.html">DataType.Boolean</a></li> <li><a href="..&#x2F;classes/DataType.Date.Locale.html">DataType.Date.Locale</a></li> <li><a href="..&#x2F;classes/DataType.String.html">DataType.String</a></li> <li><a href="..&#x2F;classes/Date.html">Date</a></li> <li><a href="..&#x2F;classes/DateCellEditor.html">DateCellEditor</a></li> <li><a href="..&#x2F;classes/DatepickerManager.html">DatepickerManager</a></li> <li><a href="..&#x2F;classes/DatePickerSelect.html">DatePickerSelect</a></li> <li><a href="..&#x2F;classes/DD.DDM.html">DD.DDM</a></li> <li><a href="..&#x2F;classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="..&#x2F;classes/DD.Drag.html">DD.Drag</a></li> <li><a href="..&#x2F;classes/DD.Drop.html">DD.Drop</a></li> <li><a href="..&#x2F;classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="..&#x2F;classes/DelayedTask.html">DelayedTask</a></li> <li><a href="..&#x2F;classes/Dial.html">Dial</a></li> <li><a href="..&#x2F;classes/Dialog.html">Dialog</a></li> <li><a href="..&#x2F;classes/DialogManager.html">DialogManager</a></li> <li><a href="..&#x2F;classes/DialogMask.html">DialogMask</a></li> <li><a href="..&#x2F;classes/Do.html">Do</a></li> <li><a href="..&#x2F;classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="..&#x2F;classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="..&#x2F;classes/Do.Error.html">Do.Error</a></li> <li><a href="..&#x2F;classes/Do.Halt.html">Do.Halt</a></li> <li><a href="..&#x2F;classes/Do.Method.html">Do.Method</a></li> <li><a href="..&#x2F;classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="..&#x2F;classes/DOM.html">DOM</a></li> <li><a href="..&#x2F;classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="..&#x2F;classes/Drawing.html">Drawing</a></li> <li><a href="..&#x2F;classes/DropDownCellEditor.html">DropDownCellEditor</a></li> <li><a href="..&#x2F;classes/Easing.html">Easing</a></li> <li><a href="..&#x2F;classes/Editable.html">Editable</a></li> <li><a href="..&#x2F;classes/EditorBase.html">EditorBase</a></li> <li><a href="..&#x2F;classes/EditorSelection.html">EditorSelection</a></li> <li><a href="..&#x2F;classes/Ellipse.html">Ellipse</a></li> <li><a href="..&#x2F;classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="..&#x2F;classes/Escape.html">Escape</a></li> <li><a href="..&#x2F;classes/Event.html">Event</a></li> <li><a href="..&#x2F;classes/EventFacade.html">EventFacade</a></li> <li><a href="..&#x2F;classes/EventHandle.html">EventHandle</a></li> <li><a href="..&#x2F;classes/EventTarget.html">EventTarget</a></li> <li><a href="..&#x2F;classes/ExecCommand.html">ExecCommand</a></li> <li><a href="..&#x2F;classes/Features.html">Features</a></li> <li><a href="..&#x2F;classes/File.html">File</a></li> <li><a href="..&#x2F;classes/FileFlash.html">FileFlash</a></li> <li><a href="..&#x2F;classes/FileHTML5.html">FileHTML5</a></li> <li><a href="..&#x2F;classes/Fills.html">Fills</a></li> <li><a href="..&#x2F;classes/Frame.html">Frame</a></li> <li><a href="..&#x2F;classes/Get.html">Get</a></li> <li><a href="..&#x2F;classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="..&#x2F;classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="..&#x2F;classes/Graph.html">Graph</a></li> <li><a href="..&#x2F;classes/Graphic.html">Graphic</a></li> <li><a href="..&#x2F;classes/GraphicBase.html">GraphicBase</a></li> <li><a href="..&#x2F;classes/Gridlines.html">Gridlines</a></li> <li><a href="..&#x2F;classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="..&#x2F;classes/GroupRect.html">GroupRect</a></li> <li><a href="..&#x2F;classes/Handlebars.html">Handlebars</a></li> <li><a href="..&#x2F;classes/Highlight.html">Highlight</a></li> <li><a href="..&#x2F;classes/Histogram.html">Histogram</a></li> <li><a href="..&#x2F;classes/HistoryBase.html">HistoryBase</a></li> <li><a href="..&#x2F;classes/HistoryHash.html">HistoryHash</a></li> <li><a href="..&#x2F;classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="..&#x2F;classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="..&#x2F;classes/ImageGallery.html">ImageGallery</a></li> <li><a href="..&#x2F;classes/ImageViewer.html">ImageViewer</a></li> <li><a href="..&#x2F;classes/ImageViewerMask.html">ImageViewerMask</a></li> <li><a href="..&#x2F;classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="..&#x2F;classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="..&#x2F;classes/Intl.html">Intl</a></li> <li><a href="..&#x2F;classes/IO.html">IO</a></li> <li><a href="..&#x2F;classes/IORequest.html">IORequest</a></li> <li><a href="..&#x2F;classes/JSON.html">JSON</a></li> <li><a href="..&#x2F;classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="..&#x2F;classes/Lang.html">Lang</a></li> <li><a href="..&#x2F;classes/LazyModelList.html">LazyModelList</a></li> <li><a href="..&#x2F;classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="..&#x2F;classes/Lines.html">Lines</a></li> <li><a href="..&#x2F;classes/LineSeries.html">LineSeries</a></li> <li><a href="..&#x2F;classes/LiveSearch.html">LiveSearch</a></li> <li><a href="..&#x2F;classes/Loader.html">Loader</a></li> <li><a href="..&#x2F;classes/LoadingMask.html">LoadingMask</a></li> <li><a href="..&#x2F;classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="..&#x2F;classes/Matrix.html">Matrix</a></li> <li><a href="..&#x2F;classes/MatrixUtil.html">MatrixUtil</a></li> <li><a href="..&#x2F;classes/Model.html">Model</a></li> <li><a href="..&#x2F;classes/ModelList.html">ModelList</a></li> <li><a href="..&#x2F;classes/ModelSync.REST.html">ModelSync.REST</a></li> <li><a href="..&#x2F;classes/NestedList.html">NestedList</a></li> <li><a href="..&#x2F;classes/Node.html">Node</a></li> <li><a href="..&#x2F;classes/NodeList.html">NodeList</a></li> <li><a href="..&#x2F;classes/Number.html">Number</a></li> <li><a href="..&#x2F;classes/NumericAxis.html">NumericAxis</a></li> <li><a href="..&#x2F;classes/Object.html">Object</a></li> <li><a href="..&#x2F;classes/Overlay.html">Overlay</a></li> <li><a href="..&#x2F;classes/OverlayBase.html">OverlayBase</a></li> <li><a href="..&#x2F;classes/OverlayContext.html">OverlayContext</a></li> <li><a href="..&#x2F;classes/OverlayContextManager.html">OverlayContextManager</a></li> <li><a href="..&#x2F;classes/OverlayContextPanel.html">OverlayContextPanel</a></li> <li><a href="..&#x2F;classes/OverlayContextPanelManager.html">OverlayContextPanelManager</a></li> <li><a href="..&#x2F;classes/OverlayManager.html">OverlayManager</a></li> <li><a href="..&#x2F;classes/OverlayMask.html">OverlayMask</a></li> <li><a href="..&#x2F;classes/Paginator.html">Paginator</a></li> <li><a href="..&#x2F;classes/Panel.html">Panel</a></li> <li><a href="..&#x2F;classes/Parallel.html">Parallel</a></li> <li><a href="..&#x2F;classes/ParseContent.html">ParseContent</a></li> <li><a href="..&#x2F;classes/Path.html">Path</a></li> <li><a href="..&#x2F;classes/PieChart.html">PieChart</a></li> <li><a href="..&#x2F;classes/PieSeries.html">PieSeries</a></li> <li><a href="..&#x2F;classes/Pjax.html">Pjax</a></li> <li><a href="..&#x2F;classes/PjaxBase.html">PjaxBase</a></li> <li><a href="..&#x2F;classes/PjaxContent.html">PjaxContent</a></li> <li><a href="..&#x2F;classes/Plots.html">Plots</a></li> <li><a href="..&#x2F;classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="..&#x2F;classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="..&#x2F;classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="..&#x2F;classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="..&#x2F;classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="..&#x2F;classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="..&#x2F;classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="..&#x2F;classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="..&#x2F;classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="..&#x2F;classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="..&#x2F;classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li> <li><a href="..&#x2F;classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="..&#x2F;classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="..&#x2F;classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="..&#x2F;classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="..&#x2F;classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="..&#x2F;classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="..&#x2F;classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="..&#x2F;classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="..&#x2F;classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="..&#x2F;classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="..&#x2F;classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="..&#x2F;classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="..&#x2F;classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="..&#x2F;classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="..&#x2F;classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="..&#x2F;classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="..&#x2F;classes/Pollable.html">Pollable</a></li> <li><a href="..&#x2F;classes/PortalLayout.html">PortalLayout</a></li> <li><a href="..&#x2F;classes/Profiler.html">Profiler</a></li> <li><a href="..&#x2F;classes/ProgressBar.html">ProgressBar</a></li> <li><a href="..&#x2F;classes/QueryString.html">QueryString</a></li> <li><a href="..&#x2F;classes/Queue.html">Queue</a></li> <li><a href="..&#x2F;classes/RadioCellEditor.html">RadioCellEditor</a></li> <li><a href="..&#x2F;classes/Rating.html">Rating</a></li> <li><a href="..&#x2F;classes/Record.html">Record</a></li> <li><a href="..&#x2F;classes/Recordset.html">Recordset</a></li> <li><a href="..&#x2F;classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="..&#x2F;classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="..&#x2F;classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="..&#x2F;classes/Rect.html">Rect</a></li> <li><a href="..&#x2F;classes/Renderer.html">Renderer</a></li> <li><a href="..&#x2F;classes/Resize.html">Resize</a></li> <li><a href="..&#x2F;classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="..&#x2F;classes/Router.html">Router</a></li> <li><a href="..&#x2F;classes/ScrollView.html">ScrollView</a></li> <li><a href="..&#x2F;classes/Selector.html">Selector</a></li> <li><a href="..&#x2F;classes/Shape.html">Shape</a></li> <li><a href="..&#x2F;classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="..&#x2F;classes/Slider.html">Slider</a></li> <li><a href="..&#x2F;classes/SliderBase.html">SliderBase</a></li> <li><a href="..&#x2F;classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="..&#x2F;classes/Sortable.html">Sortable</a></li> <li><a href="..&#x2F;classes/SplineSeries.html">SplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAxis.html">StackedAxis</a></li> <li><a href="..&#x2F;classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="..&#x2F;classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="..&#x2F;classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="..&#x2F;classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="..&#x2F;classes/StackingUtil.html">StackingUtil</a></li> <li><a href="..&#x2F;classes/State.html">State</a></li> <li><a href="..&#x2F;classes/StyleSheet.html">StyleSheet</a></li> <li><a href="..&#x2F;classes/Subscriber.html">Subscriber</a></li> <li><a href="..&#x2F;classes/SVGCircle.html">SVGCircle</a></li> <li><a href="..&#x2F;classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="..&#x2F;classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="..&#x2F;classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="..&#x2F;classes/SVGPath.html">SVGPath</a></li> <li><a href="..&#x2F;classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="..&#x2F;classes/SVGRect.html">SVGRect</a></li> <li><a href="..&#x2F;classes/SVGShape.html">SVGShape</a></li> <li><a href="..&#x2F;classes/SWF.html">SWF</a></li> <li><a href="..&#x2F;classes/SWFDetect.html">SWFDetect</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="..&#x2F;classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="..&#x2F;classes/Tab.html">Tab</a></li> <li><a href="..&#x2F;classes/TabView.html">TabView</a></li> <li><a href="..&#x2F;classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="..&#x2F;classes/Test.Assert.html">Test.Assert</a></li> <li><a href="..&#x2F;classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="..&#x2F;classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="..&#x2F;classes/Test.Console.html">Test.Console</a></li> <li><a href="..&#x2F;classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li> <li><a href="..&#x2F;classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="..&#x2F;classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="..&#x2F;classes/Test.Mock.html">Test.Mock</a></li> <li><a href="..&#x2F;classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="..&#x2F;classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="..&#x2F;classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="..&#x2F;classes/Test.Results.html">Test.Results</a></li> <li><a href="..&#x2F;classes/Test.Runner.html">Test.Runner</a></li> <li><a href="..&#x2F;classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="..&#x2F;classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="..&#x2F;classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="..&#x2F;classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="..&#x2F;classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="..&#x2F;classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="..&#x2F;classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="..&#x2F;classes/Test.Wait.html">Test.Wait</a></li> <li><a href="..&#x2F;classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="..&#x2F;classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="..&#x2F;classes/TextAreaCellEditor.html">TextAreaCellEditor</a></li> <li><a href="..&#x2F;classes/Textboxlist.html">Textboxlist</a></li> <li><a href="..&#x2F;classes/TextCellEditor.html">TextCellEditor</a></li> <li><a href="..&#x2F;classes/ThumbRating.html">ThumbRating</a></li> <li><a href="..&#x2F;classes/TimeAxis.html">TimeAxis</a></li> <li><a href="..&#x2F;classes/ToggleButton.html">ToggleButton</a></li> <li><a href="..&#x2F;classes/Toolbar.html">Toolbar</a></li> <li><a href="..&#x2F;classes/Tooltip.html">Tooltip</a></li> <li><a href="..&#x2F;classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="..&#x2F;classes/Transition.html">Transition</a></li> <li><a href="..&#x2F;classes/TreeData.html">TreeData</a></li> <li><a href="..&#x2F;classes/TreeNode.html">TreeNode</a></li> <li><a href="..&#x2F;classes/TreeNodeCheck.html">TreeNodeCheck</a></li> <li><a href="..&#x2F;classes/TreeNodeIO.html">TreeNodeIO</a></li> <li><a href="..&#x2F;classes/TreeNodeRadio.html">TreeNodeRadio</a></li> <li><a href="..&#x2F;classes/TreeNodeTask.html">TreeNodeTask</a></li> <li><a href="..&#x2F;classes/TreeView.html">TreeView</a></li> <li><a href="..&#x2F;classes/TreeViewDD.html">TreeViewDD</a></li> <li><a href="..&#x2F;classes/UA.html">UA</a></li> <li><a href="..&#x2F;classes/Uploader.html">Uploader</a></li> <li><a href="..&#x2F;classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="..&#x2F;classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="..&#x2F;classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="..&#x2F;classes/ValueChange.html">ValueChange</a></li> <li><a href="..&#x2F;classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="..&#x2F;classes/View.html">View</a></li> <li><a href="..&#x2F;classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="..&#x2F;classes/VMLCircle.html">VMLCircle</a></li> <li><a href="..&#x2F;classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="..&#x2F;classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="..&#x2F;classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="..&#x2F;classes/VMLPath.html">VMLPath</a></li> <li><a href="..&#x2F;classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="..&#x2F;classes/VMLRect.html">VMLRect</a></li> <li><a href="..&#x2F;classes/VMLShape.html">VMLShape</a></li> <li><a href="..&#x2F;classes/Widget.html">Widget</a></li> <li><a href="..&#x2F;classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="..&#x2F;classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="..&#x2F;classes/WidgetChild.html">WidgetChild</a></li> <li><a href="..&#x2F;classes/WidgetModality.html">WidgetModality</a></li> <li><a href="..&#x2F;classes/WidgetParent.html">WidgetParent</a></li> <li><a href="..&#x2F;classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="..&#x2F;classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="..&#x2F;classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="..&#x2F;classes/WidgetStack.html">WidgetStack</a></li> <li><a href="..&#x2F;classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="..&#x2F;classes/XML.html">XML</a></li> <li><a href="..&#x2F;classes/YQL.html">YQL</a></li> <li><a href="..&#x2F;classes/YQLRequest.html">YQLRequest</a></li> <li><a href="..&#x2F;classes/YUI.html">YUI</a></li> <li><a href="..&#x2F;classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules aui-tabview-content-item"> <li><a href="..&#x2F;modules/align-plugin.html">align-plugin</a></li> <li><a href="..&#x2F;modules/anim.html">anim</a></li> <li><a href="..&#x2F;modules/anim-base.html">anim-base</a></li> <li><a href="..&#x2F;modules/anim-color.html">anim-color</a></li> <li><a href="..&#x2F;modules/anim-curve.html">anim-curve</a></li> <li><a href="..&#x2F;modules/anim-easing.html">anim-easing</a></li> <li><a href="..&#x2F;modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="..&#x2F;modules/anim-scroll.html">anim-scroll</a></li> <li><a href="..&#x2F;modules/anim-shape.html">anim-shape</a></li> <li><a href="..&#x2F;modules/anim-shape-transform.html">anim-shape-transform</a></li> <li><a href="..&#x2F;modules/anim-xy.html">anim-xy</a></li> <li><a href="..&#x2F;modules/app.html">app</a></li> <li><a href="..&#x2F;modules/app-base.html">app-base</a></li> <li><a href="..&#x2F;modules/app-content.html">app-content</a></li> <li><a href="..&#x2F;modules/app-transitions.html">app-transitions</a></li> <li><a href="..&#x2F;modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="..&#x2F;modules/array-extras.html">array-extras</a></li> <li><a href="..&#x2F;modules/array-invoke.html">array-invoke</a></li> <li><a href="..&#x2F;modules/arraylist.html">arraylist</a></li> <li><a href="..&#x2F;modules/arraylist-add.html">arraylist-add</a></li> <li><a href="..&#x2F;modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="..&#x2F;modules/arraysort.html">arraysort</a></li> <li><a href="..&#x2F;modules/async-queue.html">async-queue</a></li> <li><a href="..&#x2F;modules/attribute.html">attribute</a></li> <li><a href="..&#x2F;modules/attribute-base.html">attribute-base</a></li> <li><a href="..&#x2F;modules/attribute-complex.html">attribute-complex</a></li> <li><a href="..&#x2F;modules/attribute-core.html">attribute-core</a></li> <li><a href="..&#x2F;modules/attribute-events.html">attribute-events</a></li> <li><a href="..&#x2F;modules/attribute-extras.html">attribute-extras</a></li> <li><a href="..&#x2F;modules/aui-autocomplete.html">aui-autocomplete</a></li> <li><a href="..&#x2F;modules/aui-button-item.html">aui-button-item</a></li> <li><a href="..&#x2F;modules/aui-calendar.html">aui-calendar</a></li> <li><a href="..&#x2F;modules/aui-calendar-base.html">aui-calendar-base</a></li> <li><a href="..&#x2F;modules/aui-calendar-datepicker-select.html">aui-calendar-datepicker-select</a></li> <li><a href="..&#x2F;modules/aui-carousel.html">aui-carousel</a></li> <li><a href="..&#x2F;modules/aui-char-counter.html">aui-char-counter</a></li> <li><a href="..&#x2F;modules/aui-color-picker.html">aui-color-picker</a></li> <li><a href="..&#x2F;modules/aui-component.html">aui-component</a></li> <li><a href="..&#x2F;modules/aui-datatype.html">aui-datatype</a></li> <li><a href="..&#x2F;modules/aui-delayed-task.html">aui-delayed-task</a></li> <li><a href="..&#x2F;modules/aui-dialog.html">aui-dialog</a></li> <li><a href="..&#x2F;modules/aui-editable.html">aui-editable</a></li> <li><a href="..&#x2F;modules/aui-event.html">aui-event</a></li> <li><a href="..&#x2F;modules/aui-event-input.html">aui-event-input</a></li> <li><a href="..&#x2F;modules/aui-image-viewer.html">aui-image-viewer</a></li> <li><a href="..&#x2F;modules/aui-image-viewer-base.html">aui-image-viewer-base</a></li> <li><a href="..&#x2F;modules/aui-image-viewer-gallery.html">aui-image-viewer-gallery</a></li> <li><a href="..&#x2F;modules/aui-io.html">aui-io</a></li> <li><a href="..&#x2F;modules/aui-io-plugin.html">aui-io-plugin</a></li> <li><a href="..&#x2F;modules/aui-io-request.html">aui-io-request</a></li> <li><a href="..&#x2F;modules/aui-live-search.html">aui-live-search</a></li> <li><a href="..&#x2F;modules/aui-loading-mask.html">aui-loading-mask</a></li> <li><a href="..&#x2F;modules/aui-media-viewer-plugin.html">aui-media-viewer-plugin</a></li> <li><a href="..&#x2F;modules/aui-nested-list.html">aui-nested-list</a></li> <li><a href="..&#x2F;modules/aui-node.html">aui-node</a></li> <li><a href="..&#x2F;modules/aui-node-base.html">aui-node-base</a></li> <li><a href="..&#x2F;modules/aui-node-html5.html">aui-node-html5</a></li> <li><a href="..&#x2F;modules/aui-overlay.html">aui-overlay</a></li> <li><a href="..&#x2F;modules/aui-overlay-base.html">aui-overlay-base</a></li> <li><a href="..&#x2F;modules/aui-overlay-context.html">aui-overlay-context</a></li> <li><a href="..&#x2F;modules/aui-overlay-context-panel.html">aui-overlay-context-panel</a></li> <li><a href="..&#x2F;modules/aui-overlay-manager.html">aui-overlay-manager</a></li> <li><a href="..&#x2F;modules/aui-overlay-mask.html">aui-overlay-mask</a></li> <li><a href="..&#x2F;modules/aui-paginator.html">aui-paginator</a></li> <li><a href="..&#x2F;modules/aui-panel.html">aui-panel</a></li> <li><a href="..&#x2F;modules/aui-parse-content.html">aui-parse-content</a></li> <li><a href="..&#x2F;modules/aui-portal-layout.html">aui-portal-layout</a></li> <li><a href="..&#x2F;modules/aui-progressbar.html">aui-progressbar</a></li> <li><a href="..&#x2F;modules/aui-rating.html">aui-rating</a></li> <li><a href="..&#x2F;modules/aui-resize.html">aui-resize</a></li> <li><a href="..&#x2F;modules/aui-text.html">aui-text</a></li> <li><a href="..&#x2F;modules/aui-textboxlist.html">aui-textboxlist</a></li> <li><a href="..&#x2F;modules/aui-toolbar.html">aui-toolbar</a></li> <li><a href="..&#x2F;modules/aui-tooltip.html">aui-tooltip</a></li> <li><a href="..&#x2F;modules/aui-tree.html">aui-tree</a></li> <li><a href="..&#x2F;modules/aui-tree-data.html">aui-tree-data</a></li> <li><a href="..&#x2F;modules/aui-tree-node.html">aui-tree-node</a></li> <li><a href="..&#x2F;modules/aui-tree-view.html">aui-tree-view</a></li> <li><a href="..&#x2F;modules/autocomplete.html">autocomplete</a></li> <li><a href="..&#x2F;modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="..&#x2F;modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="..&#x2F;modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="..&#x2F;modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="..&#x2F;modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="..&#x2F;modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="..&#x2F;modules/base.html">base</a></li> <li><a href="..&#x2F;modules/base-base.html">base-base</a></li> <li><a href="..&#x2F;modules/base-build.html">base-build</a></li> <li><a href="..&#x2F;modules/base-core.html">base-core</a></li> <li><a href="..&#x2F;modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="..&#x2F;modules/button.html">button</a></li> <li><a href="..&#x2F;modules/button-core.html">button-core</a></li> <li><a href="..&#x2F;modules/button-group.html">button-group</a></li> <li><a href="..&#x2F;modules/button-plugin.html">button-plugin</a></li> <li><a href="..&#x2F;modules/cache.html">cache</a></li> <li><a href="..&#x2F;modules/cache-base.html">cache-base</a></li> <li><a href="..&#x2F;modules/cache-offline.html">cache-offline</a></li> <li><a href="..&#x2F;modules/cache-plugin.html">cache-plugin</a></li> <li><a href="..&#x2F;modules/calendar.html">calendar</a></li> <li><a href="..&#x2F;modules/calendar-base.html">calendar-base</a></li> <li><a href="..&#x2F;modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="..&#x2F;modules/charts.html">charts</a></li> <li><a href="..&#x2F;modules/charts-base.html">charts-base</a></li> <li><a href="..&#x2F;modules/charts-legend.html">charts-legend</a></li> <li><a href="..&#x2F;modules/classnamemanager.html">classnamemanager</a></li> <li><a href="..&#x2F;modules/clickable-rail.html">clickable-rail</a></li> <li><a href="..&#x2F;modules/collection.html">collection</a></li> <li><a href="..&#x2F;modules/console.html">console</a></li> <li><a href="..&#x2F;modules/console-filters.html">console-filters</a></li> <li><a href="..&#x2F;modules/cookie.html">cookie</a></li> <li><a href="..&#x2F;modules/createlink-base.html">createlink-base</a></li> <li><a href="..&#x2F;modules/dataschema.html">dataschema</a></li> <li><a href="..&#x2F;modules/dataschema-array.html">dataschema-array</a></li> <li><a href="..&#x2F;modules/dataschema-base.html">dataschema-base</a></li> <li><a href="..&#x2F;modules/dataschema-json.html">dataschema-json</a></li> <li><a href="..&#x2F;modules/dataschema-text.html">dataschema-text</a></li> <li><a href="..&#x2F;modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="..&#x2F;modules/datasource.html">datasource</a></li> <li><a href="..&#x2F;modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="..&#x2F;modules/datasource-cache.html">datasource-cache</a></li> <li><a href="..&#x2F;modules/datasource-function.html">datasource-function</a></li> <li><a href="..&#x2F;modules/datasource-get.html">datasource-get</a></li> <li><a href="..&#x2F;modules/datasource-io.html">datasource-io</a></li> <li><a href="..&#x2F;modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="..&#x2F;modules/datasource-local.html">datasource-local</a></li> <li><a href="..&#x2F;modules/datasource-polling.html">datasource-polling</a></li> <li><a href="..&#x2F;modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="..&#x2F;modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="..&#x2F;modules/datatable.html">datatable</a></li> <li><a href="..&#x2F;modules/datatable-base.html">datatable-base</a></li> <li><a href="..&#x2F;modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-body.html">datatable-body</a></li> <li><a href="..&#x2F;modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="..&#x2F;modules/datatable-core.html">datatable-core</a></li> <li><a href="..&#x2F;modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="..&#x2F;modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-deprecated.html">datatable-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-head.html">datatable-head</a></li> <li><a href="..&#x2F;modules/datatable-message.html">datatable-message</a></li> <li><a href="..&#x2F;modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="..&#x2F;modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="..&#x2F;modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-sort.html">datatable-sort</a></li> <li><a href="..&#x2F;modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-table.html">datatable-table</a></li> <li><a href="..&#x2F;modules/datatype.html">datatype</a></li> <li><a href="..&#x2F;modules/datatype-date.html">datatype-date</a></li> <li><a href="..&#x2F;modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="..&#x2F;modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="..&#x2F;modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="..&#x2F;modules/datatype-number.html">datatype-number</a></li> <li><a href="..&#x2F;modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="..&#x2F;modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="..&#x2F;modules/datatype-xml.html">datatype-xml</a></li> <li><a href="..&#x2F;modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="..&#x2F;modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="..&#x2F;modules/dd.html">dd</a></li> <li><a href="..&#x2F;modules/dd-constrain.html">dd-constrain</a></li> <li><a href="..&#x2F;modules/dd-ddm.html">dd-ddm</a></li> <li><a href="..&#x2F;modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="..&#x2F;modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="..&#x2F;modules/dd-delegate.html">dd-delegate</a></li> <li><a href="..&#x2F;modules/dd-drag.html">dd-drag</a></li> <li><a href="..&#x2F;modules/dd-drop.html">dd-drop</a></li> <li><a href="..&#x2F;modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="..&#x2F;modules/dd-gestures.html">dd-gestures</a></li> <li><a href="..&#x2F;modules/dd-plugin.html">dd-plugin</a></li> <li><a href="..&#x2F;modules/dd-proxy.html">dd-proxy</a></li> <li><a href="..&#x2F;modules/dd-scroll.html">dd-scroll</a></li> <li><a href="..&#x2F;modules/dial.html">dial</a></li> <li><a href="..&#x2F;modules/dom.html">dom</a></li> <li><a href="..&#x2F;modules/dom-base.html">dom-base</a></li> <li><a href="..&#x2F;modules/dom-screen.html">dom-screen</a></li> <li><a href="..&#x2F;modules/dom-style.html">dom-style</a></li> <li><a href="..&#x2F;modules/dump.html">dump</a></li> <li><a href="..&#x2F;modules/editor.html">editor</a></li> <li><a href="..&#x2F;modules/editor-base.html">editor-base</a></li> <li><a href="..&#x2F;modules/editor-bidi.html">editor-bidi</a></li> <li><a href="..&#x2F;modules/editor-br.html">editor-br</a></li> <li><a href="..&#x2F;modules/editor-lists.html">editor-lists</a></li> <li><a href="..&#x2F;modules/editor-para.html">editor-para</a></li> <li><a href="..&#x2F;modules/editor-para-base.html">editor-para-base</a></li> <li><a href="..&#x2F;modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="..&#x2F;modules/editor-tab.html">editor-tab</a></li> <li><a href="..&#x2F;modules/escape.html">escape</a></li> <li><a href="..&#x2F;modules/event.html">event</a></li> <li><a href="..&#x2F;modules/event-base.html">event-base</a></li> <li><a href="..&#x2F;modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="..&#x2F;modules/event-custom.html">event-custom</a></li> <li><a href="..&#x2F;modules/event-custom-base.html">event-custom-base</a></li> <li><a href="..&#x2F;modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="..&#x2F;modules/event-delegate.html">event-delegate</a></li> <li><a href="..&#x2F;modules/event-flick.html">event-flick</a></li> <li><a href="..&#x2F;modules/event-focus.html">event-focus</a></li> <li><a href="..&#x2F;modules/event-gestures.html">event-gestures</a></li> <li><a href="..&#x2F;modules/event-hover.html">event-hover</a></li> <li><a href="..&#x2F;modules/event-key.html">event-key</a></li> <li><a href="..&#x2F;modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="..&#x2F;modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="..&#x2F;modules/event-move.html">event-move</a></li> <li><a href="..&#x2F;modules/event-outside.html">event-outside</a></li> <li><a href="..&#x2F;modules/event-resize.html">event-resize</a></li> <li><a href="..&#x2F;modules/event-simulate.html">event-simulate</a></li> <li><a href="..&#x2F;modules/event-synthetic.html">event-synthetic</a></li> <li><a href="..&#x2F;modules/event-tap.html">event-tap</a></li> <li><a href="..&#x2F;modules/event-touch.html">event-touch</a></li> <li><a href="..&#x2F;modules/event-valuechange.html">event-valuechange</a></li> <li><a href="..&#x2F;modules/exec-command.html">exec-command</a></li> <li><a href="..&#x2F;modules/features.html">features</a></li> <li><a href="..&#x2F;modules/file.html">file</a></li> <li><a href="..&#x2F;modules/file-flash.html">file-flash</a></li> <li><a href="..&#x2F;modules/file-html5.html">file-html5</a></li> <li><a href="..&#x2F;modules/frame.html">frame</a></li> <li><a href="..&#x2F;modules/gesture-simulate.html">gesture-simulate</a></li> <li><a href="..&#x2F;modules/get.html">get</a></li> <li><a href="..&#x2F;modules/get-nodejs.html">get-nodejs</a></li> <li><a href="..&#x2F;modules/graphics.html">graphics</a></li> <li><a href="..&#x2F;modules/handlebars.html">handlebars</a></li> <li><a href="..&#x2F;modules/handlebars-base.html">handlebars-base</a></li> <li><a href="..&#x2F;modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="..&#x2F;modules/highlight.html">highlight</a></li> <li><a href="..&#x2F;modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="..&#x2F;modules/highlight-base.html">highlight-base</a></li> <li><a href="..&#x2F;modules/history.html">history</a></li> <li><a href="..&#x2F;modules/history-base.html">history-base</a></li> <li><a href="..&#x2F;modules/history-hash.html">history-hash</a></li> <li><a href="..&#x2F;modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="..&#x2F;modules/history-html5.html">history-html5</a></li> <li><a href="..&#x2F;modules/imageloader.html">imageloader</a></li> <li><a href="..&#x2F;modules/intl.html">intl</a></li> <li><a href="..&#x2F;modules/io.html">io</a></li> <li><a href="..&#x2F;modules/io-base.html">io-base</a></li> <li><a href="..&#x2F;modules/io-form.html">io-form</a></li> <li><a href="..&#x2F;modules/io-nodejs.html">io-nodejs</a></li> <li><a href="..&#x2F;modules/io-queue.html">io-queue</a></li> <li><a href="..&#x2F;modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="..&#x2F;modules/io-xdr.html">io-xdr</a></li> <li><a href="..&#x2F;modules/json.html">json</a></li> <li><a href="..&#x2F;modules/json-parse.html">json-parse</a></li> <li><a href="..&#x2F;modules/json-stringify.html">json-stringify</a></li> <li><a href="..&#x2F;modules/jsonp.html">jsonp</a></li> <li><a href="..&#x2F;modules/jsonp-url.html">jsonp-url</a></li> <li><a href="..&#x2F;modules/lazy-model-list.html">lazy-model-list</a></li> <li><a href="..&#x2F;modules/loader.html">loader</a></li> <li><a href="..&#x2F;modules/loader-base.html">loader-base</a></li> <li><a href="..&#x2F;modules/matrix.html">matrix</a></li> <li><a href="..&#x2F;modules/model.html">model</a></li> <li><a href="..&#x2F;modules/model-list.html">model-list</a></li> <li><a href="..&#x2F;modules/model-sync-rest.html">model-sync-rest</a></li> <li><a href="..&#x2F;modules/node.html">node</a></li> <li><a href="..&#x2F;modules/node-base.html">node-base</a></li> <li><a href="..&#x2F;modules/node-core.html">node-core</a></li> <li><a href="..&#x2F;modules/node-data.html">node-data</a></li> <li><a href="..&#x2F;modules/node-deprecated.html">node-deprecated</a></li> <li><a href="..&#x2F;modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="..&#x2F;modules/node-event-html5.html">node-event-html5</a></li> <li><a href="..&#x2F;modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="..&#x2F;modules/node-flick.html">node-flick</a></li> <li><a href="..&#x2F;modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="..&#x2F;modules/node-load.html">node-load</a></li> <li><a href="..&#x2F;modules/node-menunav.html">node-menunav</a></li> <li><a href="..&#x2F;modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="..&#x2F;modules/node-screen.html">node-screen</a></li> <li><a href="..&#x2F;modules/node-scroll-info.html">node-scroll-info</a></li> <li><a href="..&#x2F;modules/node-style.html">node-style</a></li> <li><a href="..&#x2F;modules/oop.html">oop</a></li> <li><a href="..&#x2F;modules/overlay.html">overlay</a></li> <li><a href="..&#x2F;modules/panel.html">panel</a></li> <li><a href="..&#x2F;modules/parallel.html">parallel</a></li> <li><a href="..&#x2F;modules/pjax.html">pjax</a></li> <li><a href="..&#x2F;modules/pjax-base.html">pjax-base</a></li> <li><a href="..&#x2F;modules/pjax-content.html">pjax-content</a></li> <li><a href="..&#x2F;modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="..&#x2F;modules/plugin.html">plugin</a></li> <li><a href="..&#x2F;modules/pluginhost.html">pluginhost</a></li> <li><a href="..&#x2F;modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="..&#x2F;modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="..&#x2F;modules/profiler.html">profiler</a></li> <li><a href="..&#x2F;modules/querystring.html">querystring</a></li> <li><a href="..&#x2F;modules/querystring-parse.html">querystring-parse</a></li> <li><a href="..&#x2F;modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="..&#x2F;modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="..&#x2F;modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="..&#x2F;modules/queue-promote.html">queue-promote</a></li> <li><a href="..&#x2F;modules/range-slider.html">range-slider</a></li> <li><a href="..&#x2F;modules/recordset.html">recordset</a></li> <li><a href="..&#x2F;modules/recordset-base.html">recordset-base</a></li> <li><a href="..&#x2F;modules/recordset-filter.html">recordset-filter</a></li> <li><a href="..&#x2F;modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="..&#x2F;modules/recordset-sort.html">recordset-sort</a></li> <li><a href="..&#x2F;modules/resize.html">resize</a></li> <li><a href="..&#x2F;modules/resize-contrain.html">resize-contrain</a></li> <li><a href="..&#x2F;modules/resize-plugin.html">resize-plugin</a></li> <li><a href="..&#x2F;modules/resize-proxy.html">resize-proxy</a></li> <li><a href="..&#x2F;modules/rollup.html">rollup</a></li> <li><a href="..&#x2F;modules/router.html">router</a></li> <li><a href="..&#x2F;modules/scrollview.html">scrollview</a></li> <li><a href="..&#x2F;modules/scrollview-base.html">scrollview-base</a></li> <li><a href="..&#x2F;modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="..&#x2F;modules/scrollview-list.html">scrollview-list</a></li> <li><a href="..&#x2F;modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="..&#x2F;modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="..&#x2F;modules/selection.html">selection</a></li> <li><a href="..&#x2F;modules/selector-css2.html">selector-css2</a></li> <li><a href="..&#x2F;modules/selector-css3.html">selector-css3</a></li> <li><a href="..&#x2F;modules/selector-native.html">selector-native</a></li> <li><a href="..&#x2F;modules/shim-plugin.html">shim-plugin</a></li> <li><a href="..&#x2F;modules/slider.html">slider</a></li> <li><a href="..&#x2F;modules/slider-base.html">slider-base</a></li> <li><a href="..&#x2F;modules/slider-value-range.html">slider-value-range</a></li> <li><a href="..&#x2F;modules/sortable.html">sortable</a></li> <li><a href="..&#x2F;modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="..&#x2F;modules/stylesheet.html">stylesheet</a></li> <li><a href="..&#x2F;modules/substitute.html">substitute</a></li> <li><a href="..&#x2F;modules/swf.html">swf</a></li> <li><a href="..&#x2F;modules/swfdetect.html">swfdetect</a></li> <li><a href="..&#x2F;modules/tabview.html">tabview</a></li> <li><a href="..&#x2F;modules/test.html">test</a></li> <li><a href="..&#x2F;modules/test-console.html">test-console</a></li> <li><a href="..&#x2F;modules/text.html">text</a></li> <li><a href="..&#x2F;modules/text-accentfold.html">text-accentfold</a></li> <li><a href="..&#x2F;modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="..&#x2F;modules/transition.html">transition</a></li> <li><a href="..&#x2F;modules/transition-timer.html">transition-timer</a></li> <li><a href="..&#x2F;modules/uploader.html">uploader</a></li> <li><a href="..&#x2F;modules/uploader-deprecated.html">uploader-deprecated</a></li> <li><a href="..&#x2F;modules/uploader-flash.html">uploader-flash</a></li> <li><a href="..&#x2F;modules/uploader-html5.html">uploader-html5</a></li> <li><a href="..&#x2F;modules/uploader-queue.html">uploader-queue</a></li> <li><a href="..&#x2F;modules/view.html">view</a></li> <li><a href="..&#x2F;modules/view-node-map.html">view-node-map</a></li> <li><a href="..&#x2F;modules/widget.html">widget</a></li> <li><a href="..&#x2F;modules/widget-anim.html">widget-anim</a></li> <li><a href="..&#x2F;modules/widget-autohide.html">widget-autohide</a></li> <li><a href="..&#x2F;modules/widget-base.html">widget-base</a></li> <li><a href="..&#x2F;modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="..&#x2F;modules/widget-buttons.html">widget-buttons</a></li> <li><a href="..&#x2F;modules/widget-child.html">widget-child</a></li> <li><a href="..&#x2F;modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="..&#x2F;modules/widget-locale.html">widget-locale</a></li> <li><a href="..&#x2F;modules/widget-modality.html">widget-modality</a></li> <li><a href="..&#x2F;modules/widget-parent.html">widget-parent</a></li> <li><a href="..&#x2F;modules/widget-position.html">widget-position</a></li> <li><a href="..&#x2F;modules/widget-position-align.html">widget-position-align</a></li> <li><a href="..&#x2F;modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="..&#x2F;modules/widget-skin.html">widget-skin</a></li> <li><a href="..&#x2F;modules/widget-stack.html">widget-stack</a></li> <li><a href="..&#x2F;modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="..&#x2F;modules/widget-uievents.html">widget-uievents</a></li> <li><a href="..&#x2F;modules/yql.html">yql</a></li> <li><a href="..&#x2F;modules/yql-nodejs.html">yql-nodejs</a></li> <li><a href="..&#x2F;modules/yql-winjs.html">yql-winjs</a></li> <li><a href="..&#x2F;modules/yui.html">yui</a></li> <li><a href="..&#x2F;modules/yui-base.html">yui-base</a></li> <li><a href="..&#x2F;modules/yui-later.html">yui-later</a></li> <li><a href="..&#x2F;modules/yui-log.html">yui-log</a></li> <li><a href="..&#x2F;modules/yui-throttle.html">yui-throttle</a></li> <li><a href="..&#x2F;modules/yui3.html">yui3</a></li> </ul> <ul id="api-everything" class="apis everything aui-tabview-content-item"> <li class="message">Begin typing in the search box above to see results.</li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> </div> <div class="apidocs"> <div id="docs-main" class="content"> <h1 class="file-heading">File: lib&#x2F;yui3&#x2F;src&#x2F;datatable&#x2F;js&#x2F;datatable-datasource.js</h1> <div class="file"> <pre class="code prettyprint linenums"> &#x2F;** * Plugs DataTable with DataSource integration. * * @module datatable * @submodule datatable-datasource *&#x2F; &#x2F;** * Adds DataSource integration to DataTable. * @class Plugin.DataTableDataSource * @extends Plugin.Base *&#x2F; function DataTableDataSource() { DataTableDataSource.superclass.constructor.apply(this, arguments); } &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;&#x2F; &#x2F;&#x2F; STATIC PROPERTIES &#x2F;&#x2F; &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; Y.mix(DataTableDataSource, { &#x2F;** * The namespace for the plugin. This will be the property on the host which * references the plugin instance. * * @property NS * @type String * @static * @final * @value &quot;datasource&quot; *&#x2F; NS: &quot;datasource&quot;, &#x2F;** * Class name. * * @property NAME * @type String * @static * @final * @value &quot;dataTableDataSource&quot; *&#x2F; NAME: &quot;dataTableDataSource&quot;, &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;&#x2F; &#x2F;&#x2F; ATTRIBUTES &#x2F;&#x2F; &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; ATTRS: { &#x2F;** * @attribute datasource * @description Pointer to DataSource instance. * @type {DataSource} *&#x2F; datasource: { setter: &quot;_setDataSource&quot; }, &#x2F;** * @attribute initialRequest * @description Request sent to DataSource immediately upon initialization. * @type Object *&#x2F; initialRequest: { setter: &quot;_setInitialRequest&quot; } } }); &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;&#x2F; &#x2F;&#x2F; PROTOTYPE &#x2F;&#x2F; &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; Y.extend(DataTableDataSource, Y.Plugin.Base, { &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;&#x2F; &#x2F;&#x2F; ATTRIBUTE HELPERS &#x2F;&#x2F; &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;** * @method _setDataSource * @description Creates new DataSource instance if one is not provided. * @param ds {Object | Y.DataSource} * @return {DataSource} * @private *&#x2F; _setDataSource: function(ds) { return ds || new Y.DataSource.Local(ds); }, &#x2F;** * @method _setInitialRequest * @description Sends request to DataSource. * @param request {Object} DataSource request. * @private *&#x2F; _setInitialRequest: function(request) { }, &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;&#x2F; &#x2F;&#x2F; METHODS &#x2F;&#x2F; &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;** * Initializer. * * @method initializer * @param config {Object} Config object. * @private *&#x2F; initializer: function(config) { if(!Y.Lang.isUndefined(config.initialRequest)) { this.load({request:config.initialRequest}); } }, &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;&#x2F; &#x2F;&#x2F; DATA &#x2F;&#x2F; &#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F;&#x2F; &#x2F;** * Load data by calling DataSource&#x27;s sendRequest() method under the hood. * * @method load * @param config {object} Optional configuration parameters: * * &lt;dl&gt; * &lt;dt&gt;request&lt;&#x2F;dt&gt;&lt;dd&gt;Pass in a new request, or initialRequest is used.&lt;&#x2F;dd&gt; * &lt;dt&gt;callback&lt;&#x2F;dt&gt;&lt;dd&gt;Pass in DataSource callback object, or the following default is used: * &lt;dl&gt; * &lt;dt&gt;success&lt;&#x2F;dt&gt;&lt;dd&gt;datatable.onDataReturnInitializeTable&lt;&#x2F;dd&gt; * &lt;dt&gt;failure&lt;&#x2F;dt&gt;&lt;dd&gt;datatable.onDataReturnInitializeTable&lt;&#x2F;dd&gt; * &lt;dt&gt;scope&lt;&#x2F;dt&gt;&lt;dd&gt;datatable&lt;&#x2F;dd&gt; * &lt;dt&gt;argument&lt;&#x2F;dt&gt;&lt;dd&gt;datatable.getState()&lt;&#x2F;dd&gt; * &lt;&#x2F;dl&gt; * &lt;&#x2F;dd&gt; * &lt;dt&gt;datasource&lt;&#x2F;dt&gt;&lt;dd&gt;Pass in a new DataSource instance to override the current DataSource for this transaction.&lt;&#x2F;dd&gt; * &lt;&#x2F;dl&gt; *&#x2F; load: function(config) { config = config || {}; config.request = config.request || this.get(&quot;initialRequest&quot;); config.callback = config.callback || { success: Y.bind(this.onDataReturnInitializeTable, this), failure: Y.bind(this.onDataReturnInitializeTable, this), argument: this.get(&quot;host&quot;).get(&quot;state&quot;) &#x2F;&#x2F;TODO }; var ds = (config.datasource || this.get(&quot;datasource&quot;)); if(ds) { ds.sendRequest(config); } }, &#x2F;** * Callback function passed to DataSource&#x27;s sendRequest() method populates * an entire DataTable with new data, clearing previous data, if any. * * @method onDataReturnInitializeTable * @param e {Event.Facade} DataSource Event Facade object. *&#x2F; onDataReturnInitializeTable : function(e) { var records = (e.response &amp;&amp; e.response.results) || []; this.get(&quot;host&quot;).set(&quot;data&quot;, records); } }); Y.namespace(&quot;Plugin&quot;).DataTableDataSource = DataTableDataSource; </pre> </div> </div> </div> </div> </div> </div> <script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="..&#x2F;assets/js/yui-prettify.js"></script> <!--script src="..&#x2F;assets/js/tabs.js"></script--> <script src="..&#x2F;assets/../api.js"></script> <script src="..&#x2F;assets/js/api-filter.js"></script> <script src="..&#x2F;assets/js/api-list.js"></script> <script src="..&#x2F;assets/js/api-search.js"></script> <script src="..&#x2F;assets/js/apidocs.js"></script> </body> </html>
giros/alloy-ui
api/files/lib_yui3_src_datatable_js_datatable-datasource.js.html
HTML
bsd-3-clause
88,901
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Mon Mar 16 21:18:21 PDT 2015 --> <title>Messages (grpc-integration-testing 0.1.0-SNAPSHOT API)</title> <meta name="date" content="2015-03-16"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Messages (grpc-integration-testing 0.1.0-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 class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/grpc/testing/integration/AbstractTransportTest.html" title="class in io.grpc.testing.integration"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../io/grpc/testing/integration/Messages.Payload.html" title="class in io.grpc.testing.integration"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/grpc/testing/integration/Messages.html" target="_top">Frames</a></li> <li><a href="Messages.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">io.grpc.testing.integration</div> <h2 title="Class Messages" class="title">Class Messages</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>io.grpc.testing.integration.Messages</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public final class <span class="strong">Messages</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.Payload.html" title="class in io.grpc.testing.integration">Messages.Payload</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.Payload</code></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.PayloadOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.PayloadOrBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.PayloadType.html" title="enum in io.grpc.testing.integration">Messages.PayloadType</a></strong></code> <div class="block">Protobuf enum <code>grpc.testing.PayloadType</code></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.ResponseParameters.html" title="class in io.grpc.testing.integration">Messages.ResponseParameters</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.ResponseParameters</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.ResponseParametersOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.ResponseParametersOrBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.SimpleContext.html" title="class in io.grpc.testing.integration">Messages.SimpleContext</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.SimpleContext</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.SimpleContextOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.SimpleContextOrBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.SimpleRequest.html" title="class in io.grpc.testing.integration">Messages.SimpleRequest</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.SimpleRequest</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.SimpleRequestOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.SimpleRequestOrBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.SimpleResponse.html" title="class in io.grpc.testing.integration">Messages.SimpleResponse</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.SimpleResponse</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.SimpleResponseOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.SimpleResponseOrBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.StreamingInputCallRequest.html" title="class in io.grpc.testing.integration">Messages.StreamingInputCallRequest</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.StreamingInputCallRequest</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.StreamingInputCallRequestOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.StreamingInputCallRequestOrBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.StreamingInputCallResponse.html" title="class in io.grpc.testing.integration">Messages.StreamingInputCallResponse</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.StreamingInputCallResponse</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.StreamingInputCallResponseOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.StreamingInputCallResponseOrBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.StreamingOutputCallRequest.html" title="class in io.grpc.testing.integration">Messages.StreamingOutputCallRequest</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.StreamingOutputCallRequest</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.StreamingOutputCallRequestOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.StreamingOutputCallRequestOrBuilder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.StreamingOutputCallResponse.html" title="class in io.grpc.testing.integration">Messages.StreamingOutputCallResponse</a></strong></code> <div class="block">Protobuf type <code>grpc.testing.StreamingOutputCallResponse</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static interface&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.StreamingOutputCallResponseOrBuilder.html" title="interface in io.grpc.testing.integration">Messages.StreamingOutputCallResponseOrBuilder</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static com.google.protobuf.Descriptors.FileDescriptor</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.html#getDescriptor()">getDescriptor</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../io/grpc/testing/integration/Messages.html#registerAllExtensions(com.google.protobuf.ExtensionRegistry)">registerAllExtensions</a></strong>(com.google.protobuf.ExtensionRegistry&nbsp;registry)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="registerAllExtensions(com.google.protobuf.ExtensionRegistry)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>registerAllExtensions</h4> <pre>public static&nbsp;void&nbsp;registerAllExtensions(com.google.protobuf.ExtensionRegistry&nbsp;registry)</pre> </li> </ul> <a name="getDescriptor()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getDescriptor</h4> <pre>public static&nbsp;com.google.protobuf.Descriptors.FileDescriptor&nbsp;getDescriptor()</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="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../io/grpc/testing/integration/AbstractTransportTest.html" title="class in io.grpc.testing.integration"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../io/grpc/testing/integration/Messages.Payload.html" title="class in io.grpc.testing.integration"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?io/grpc/testing/integration/Messages.html" target="_top">Frames</a></li> <li><a href="Messages.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
nivedhithaVenkatachalam/grpc-java
integration-testing/build/docs/javadoc/io/grpc/testing/integration/Messages.html
HTML
bsd-3-clause
15,302
<!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.5 Version: 4.1.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: [email protected] Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> <!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]--> <!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]--> <!--[if !IE]><!--> <html lang="en" dir="rtl"> <!--<![endif]--> <!-- BEGIN HEAD --> <head> <meta charset="utf-8"/> <title>Metronic | Page Layouts - Layout with Fontawesome Icons</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta content="" name="description"/> <meta content="" name="author"/> <!-- BEGIN GLOBAL MANDATORY STYLES --> <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/bootstrap/css/bootstrap-rtl.min.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"> <link href="../../assets/global/plugins/bootstrap-switch/css/bootstrap-switch-rtl.min.css" rel="stylesheet" type="text/css"/> <!-- END GLOBAL MANDATORY STYLES --> <!-- BEGIN THEME STYLES --> <link href="../../assets/global/css/components-md-rtl.css" id="style_components" rel="stylesheet" type="text/css"/> <link href="../../assets/global/css/plugins-md-rtl.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/layout2/css/layout-rtl.css" rel="stylesheet" type="text/css"/> <link id="style_color" href="../../assets/admin/layout2/css/themes/grey.css" rel="stylesheet" type="text/css"/> <link href="../../assets/admin/layout2/css/custom-rtl.css" rel="stylesheet" type="text/css"/> <!-- END THEME STYLES --> <link rel="shortcut icon" href="favicon.ico"/> </head> <!-- BEGIN BODY --> <!-- DOC: Apply "page-header-fixed-mobile" and "page-footer-fixed-mobile" class to body element to force fixed header or footer in mobile devices --> <!-- DOC: Apply "page-sidebar-closed" class to the body and "page-sidebar-menu-closed" class to the sidebar menu element to hide the sidebar by default --> <!-- DOC: Apply "page-sidebar-hide" class to the body to make the sidebar completely hidden on toggle --> <!-- DOC: Apply "page-sidebar-closed-hide-logo" class to the body element to make the logo hidden on sidebar toggle --> <!-- DOC: Apply "page-sidebar-hide" class to body element to completely hide the sidebar on sidebar toggle --> <!-- DOC: Apply "page-sidebar-fixed" class to have fixed sidebar --> <!-- DOC: Apply "page-footer-fixed" class to the body element to have fixed footer --> <!-- DOC: Apply "page-sidebar-reversed" class to put the sidebar on the right side --> <!-- DOC: Apply "page-full-width" class to the body element to have full width page without the sidebar menu --> <body class="page-md page-boxed page-header-fixed page-container-bg-solid page-sidebar-closed-hide-logo page-sidebar-closed-hide-logo page-fontawesome"> <!-- BEGIN HEADER --> <div class="page-header md-shadow-z-1-i navbar navbar-fixed-top"> <!-- BEGIN HEADER INNER --> <div class="page-header-inner container"> <!-- BEGIN LOGO --> <div class="page-logo"> <a href="index.html"> <img src="../../assets/admin/layout2/img/logo-default.png" alt="logo" class="logo-default"/> </a> <div class="menu-toggler sidebar-toggler"> <!-- DOC: Remove the above "hide" to enable the sidebar toggler button on header --> </div> </div> <!-- END LOGO --> <!-- BEGIN RESPONSIVE MENU TOGGLER --> <a href="javascript:;" class="menu-toggler responsive-toggler" data-toggle="collapse" data-target=".navbar-collapse"> </a> <!-- END RESPONSIVE MENU TOGGLER --> <!-- BEGIN PAGE ACTIONS --> <!-- DOC: Remove "hide" class to enable the page header actions --> <div class="page-actions"> <div class="btn-group"> <button type="button" class="btn btn-circle red-pink dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-plus"></i>&nbsp;<span class="hidden-sm hidden-xs">New&nbsp;</span>&nbsp;<i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="javascript:;"> <i class="fa fa-user"></i> New User </a> </li> <li> <a href="javascript:;"> <i class="fa fa-gift"></i> New Event <span class="badge badge-success">4</span> </a> </li> <li> <a href="javascript:;"> <i class="fa fa-shopping-cart"></i> New order </a> </li> <li class="divider"> </li> <li> <a href="javascript:;"> <i class="fa fa-send-o"></i> Pending Orders <span class="badge badge-danger">4</span> </a> </li> <li> <a href="javascript:;"> <i class="fa fa-users"></i> Pending Users <span class="badge badge-warning">12</span> </a> </li> </ul> </div> <div class="btn-group hide"> <button type="button" class="btn btn-circle green-haze dropdown-toggle" data-toggle="dropdown"> <i class="icon-bell"></i>&nbsp;<span class="hidden-sm hidden-xs">Post&nbsp;</span>&nbsp;<i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu" role="menu"> <li> <a href="javascript:;"> <i class="icon-docs"></i> New Post </a> </li> <li> <a href="javascript:;"> <i class="icon-tag"></i> New Comment </a> </li> <li> <a href="javascript:;"> <i class="icon-share"></i> Share </a> </li> <li class="divider"> </li> <li> <a href="javascript:;"> <i class="icon-flag"></i> Comments <span class="badge badge-success">4</span> </a> </li> <li> <a href="javascript:;"> <i class="icon-users"></i> Feedbacks <span class="badge badge-danger">2</span> </a> </li> </ul> </div> </div> <!-- END PAGE ACTIONS --> <!-- BEGIN PAGE TOP --> <div class="page-top"> <!-- BEGIN HEADER SEARCH BOX --> <!-- DOC: Apply "search-form-expanded" right after the "search-form" class to have half expanded search box --> <form class="search-form search-form-expanded" action="extra_search.html" method="GET"> <div class="input-group"> <input type="text" class="form-control" placeholder="Search..." name="query"> <span class="input-group-btn"> <a href="javascript:;" class="btn submit"><i class="icon-magnifier"></i></a> </span> </div> </form> <!-- END HEADER SEARCH BOX --> <!-- BEGIN TOP NAVIGATION MENU --> <div class="top-menu"> <ul class="nav navbar-nav pull-right"> <!-- BEGIN NOTIFICATION DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-notification" id="header_notification_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-bell"></i> <span class="badge badge-default"> 7 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3><span class="bold">12 pending</span> notifications</h3> <a href="extra_profile.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 250px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="time">just now</span> <span class="details"> <span class="label label-sm label-icon label-success"> <i class="fa fa-plus"></i> </span> New user registered. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 mins</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Server #12 overloaded. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">10 mins</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Server #2 not responding. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">14 hrs</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> Application error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">2 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Database overloaded 68%. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">3 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> A user IP blocked. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">4 days</span> <span class="details"> <span class="label label-sm label-icon label-warning"> <i class="fa fa-bell-o"></i> </span> Storage Server #4 not responding dfdfdfd. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">5 days</span> <span class="details"> <span class="label label-sm label-icon label-info"> <i class="fa fa-bullhorn"></i> </span> System Error. </span> </a> </li> <li> <a href="javascript:;"> <span class="time">9 days</span> <span class="details"> <span class="label label-sm label-icon label-danger"> <i class="fa fa-bolt"></i> </span> Storage server failed. </span> </a> </li> </ul> </li> </ul> </li> <!-- END NOTIFICATION DROPDOWN --> <!-- BEGIN INBOX DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-inbox" id="header_inbox_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-envelope-open"></i> <span class="badge badge-default"> 4 </span> </a> <ul class="dropdown-menu"> <li class="external"> <h3>You have <span class="bold">7 New</span> Messages</h3> <a href="page_inbox.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">Just Now </span> </span> <span class="message"> Vivamus sed auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">16 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar1.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Bob Nilson </span> <span class="time">2 hrs </span> </span> <span class="message"> Vivamus sed nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar2.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Lisa Wong </span> <span class="time">40 mins </span> </span> <span class="message"> Vivamus sed auctor 40% nibh congue nibh... </span> </a> </li> <li> <a href="inbox.html?a=view"> <span class="photo"> <img src="../../assets/admin/layout3/img/avatar3.jpg" class="img-circle" alt=""> </span> <span class="subject"> <span class="from"> Richard Doe </span> <span class="time">46 mins </span> </span> <span class="message"> Vivamus sed congue nibh auctor nibh congue nibh. auctor nibh auctor nibh... </span> </a> </li> </ul> </li> </ul> </li> <!-- END INBOX DROPDOWN --> <!-- BEGIN TODO DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-extended dropdown-tasks" id="header_task_bar"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <i class="icon-calendar"></i> <span class="badge badge-default"> 3 </span> </a> <ul class="dropdown-menu extended tasks"> <li class="external"> <h3>You have <span class="bold">12 pending</span> tasks</h3> <a href="page_todo.html">view all</a> </li> <li> <ul class="dropdown-menu-list scroller" style="height: 275px;" data-handle-color="#637283"> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New release v1.2 </span> <span class="percent">30%</span> </span> <span class="progress"> <span style="width: 40%;" class="progress-bar progress-bar-success" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">40% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Application deployment</span> <span class="percent">65%</span> </span> <span class="progress"> <span style="width: 65%;" class="progress-bar progress-bar-danger" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">65% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile app release</span> <span class="percent">98%</span> </span> <span class="progress"> <span style="width: 98%;" class="progress-bar progress-bar-success" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">98% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Database migration</span> <span class="percent">10%</span> </span> <span class="progress"> <span style="width: 10%;" class="progress-bar progress-bar-warning" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">10% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Web server upgrade</span> <span class="percent">58%</span> </span> <span class="progress"> <span style="width: 58%;" class="progress-bar progress-bar-info" aria-valuenow="58" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">58% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">Mobile development</span> <span class="percent">85%</span> </span> <span class="progress"> <span style="width: 85%;" class="progress-bar progress-bar-success" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">85% Complete</span></span> </span> </a> </li> <li> <a href="javascript:;"> <span class="task"> <span class="desc">New UI release</span> <span class="percent">38%</span> </span> <span class="progress progress-striped"> <span style="width: 38%;" class="progress-bar progress-bar-important" aria-valuenow="18" aria-valuemin="0" aria-valuemax="100"><span class="sr-only">38% Complete</span></span> </span> </a> </li> </ul> </li> </ul> </li> <!-- END TODO DROPDOWN --> <!-- BEGIN USER LOGIN DROPDOWN --> <!-- DOC: Apply "dropdown-dark" class after below "dropdown-extended" to change the dropdown styte --> <li class="dropdown dropdown-user"> <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="true"> <img alt="" class="img-circle" src="../../assets/admin/layout2/img/avatar3_small.jpg"/> <span class="username username-hide-on-mobile"> Nick </span> <i class="fa fa-angle-down"></i> </a> <ul class="dropdown-menu dropdown-menu-default"> <li> <a href="extra_profile.html"> <i class="icon-user"></i> My Profile </a> </li> <li> <a href="page_calendar.html"> <i class="icon-calendar"></i> My Calendar </a> </li> <li> <a href="inbox.html"> <i class="icon-envelope-open"></i> My Inbox <span class="badge badge-danger"> 3 </span> </a> </li> <li> <a href="page_todo.html"> <i class="icon-rocket"></i> My Tasks <span class="badge badge-success"> 7 </span> </a> </li> <li class="divider"> </li> <li> <a href="extra_lock.html"> <i class="icon-lock"></i> Lock Screen </a> </li> <li> <a href="login.html"> <i class="icon-key"></i> Log Out </a> </li> </ul> </li> <!-- END USER LOGIN DROPDOWN --> </ul> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END PAGE TOP --> </div> <!-- END HEADER INNER --> </div> <!-- END HEADER --> <div class="clearfix"> </div> <div class="container"> <!-- BEGIN CONTAINER --> <div class="page-container"> <!-- BEGIN SIDEBAR --> <div class="page-sidebar navbar-collapse collapse"> <!-- DOC: Set data-auto-scroll="false" to disable the sidebar from auto scrolling/focusing --> <!-- DOC: Change data-auto-speed="200" to adjust the sub menu slide up/down speed --> <!-- BEGIN SIDEBAR MENU1 --> <ul class="page-sidebar-menu page-sidebar-menu-hover-submenu " data-auto-scroll="true" data-slide-speed="200"> <li class="start "> <a href="index.html"> <i class="fa fa-home"></i> <span class="title">Dashboard</span> </a> </li> <li> <a href="javascript:;"> <i class="fa fa-shopping-cart"></i> <span class="title">eCommerce</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="ecommerce_index.html"> <i class="fa fa-home"></i> Dashboard</a> </li> <li> <a href="ecommerce_orders.html"> <i class="fa fa-shopping-cart"></i> Orders</a> </li> <li> <a href="ecommerce_orders_view.html"> <i class="fa fa-tags"></i> Order View</a> </li> <li> <a href="ecommerce_products.html"> <i class="fa fa-briefcase"></i> Products</a> </li> <li> <a href="ecommerce_products_edit.html"> <i class="fa fa-pencil"></i> Product Edit</a> </li> </ul> </li> <li class="active open"> <a href="javascript:;"> <i class="fa fa-send-o"></i> <span class="title">Page Layouts</span> <span class="selected"></span> <span class="arrow open"></span> </a> <ul class="sub-menu"> <li class="active"> <a href="layout_fontawesome_icons.html"> <span class="badge badge-roundless badge-danger">new</span>Layout with Fontawesome Icons</a> </li> <li> <a href="layout_glyphicons.html"> Layout with Glyphicon</a> </li> <li> <a href="layout_full_height_content.html"> <span class="badge badge-roundless badge-warning">new</span>Full Height Content</a> </li> <li> <a href="layout_sidebar_reversed.html"> <span class="badge badge-roundless badge-warning">new</span>Right Sidebar Page</a> </li> <li> <a href="layout_sidebar_fixed.html"> Sidebar Fixed Page</a> </li> <li> <a href="layout_sidebar_closed.html"> Sidebar Closed Page</a> </li> <li> <a href="layout_ajax.html"> Content Loading via Ajax</a> </li> <li> <a href="layout_disabled_menu.html"> Disabled Menu Links</a> </li> <li> <a href="layout_blank_page.html"> Blank Page</a> </li> <li> <a href="layout_fluid_page.html"> Fluid Page</a> </li> <li> <a href="layout_language_bar.html"> Language Switch Bar</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-puzzle-piece"></i> <span class="title">UI Features</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="ui_general.html"> General Components</a> </li> <li> <a href="ui_buttons.html"> Buttons</a> </li> <li> <a href="ui_icons.html"> <span class="badge badge-roundless badge-danger">new</span>Font Icons</a> </li> <li> <a href="ui_colors.html"> Flat UI Colors</a> </li> <li> <a href="ui_typography.html"> Typography</a> </li> <li> <a href="ui_tabs_accordions_navs.html"> Tabs, Accordions &amp; Navs</a> </li> <li> <a href="ui_tree.html"> <span class="badge badge-roundless badge-danger">new</span>Tree View</a> </li> <li> <a href="ui_page_progress_style_1.html"> <span class="badge badge-roundless badge-warning">new</span>Page Progress Bar</a> </li> <li> <a href="ui_blockui.html"> Block UI</a> </li> <li> <a href="ui_notific8.html"> Notific8 Notifications</a> </li> <li> <a href="ui_toastr.html"> Toastr Notifications</a> </li> <li> <a href="ui_alert_dialog_api.html"> <span class="badge badge-roundless badge-danger">new</span>Alerts &amp; Dialogs API</a> </li> <li> <a href="ui_session_timeout.html"> Session Timeout</a> </li> <li> <a href="ui_idle_timeout.html"> User Idle Timeout</a> </li> <li> <a href="ui_modals.html"> Modals</a> </li> <li> <a href="ui_extended_modals.html"> Extended Modals</a> </li> <li> <a href="ui_tiles.html"> Tiles</a> </li> <li> <a href="ui_datepaginator.html"> <span class="badge badge-roundless badge-success">new</span>Date Paginator</a> </li> <li> <a href="ui_nestable.html"> Nestable List</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-gift"></i> <span class="title">UI Components</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="components_pickers.html"> Date & Time Pickers</a> </li> <li> <a href="components_dropdowns.html"> Custom Dropdowns</a> </li> <li> <a href="components_form_tools.html"> Form Tools</a> </li> <li> <a href="components_editors.html"> Markdown &amp; WYSIWYG Editors</a> </li> <li> <a href="components_ion_sliders.html"> Ion Range Sliders</a> </li> <li> <a href="components_noui_sliders.html"> NoUI Range Sliders</a> </li> <li> <a href="components_jqueryui_sliders.html"> jQuery UI Sliders</a> </li> <li> <a href="components_knob_dials.html"> Knob Circle Dials</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-cogs"></i> <span class="title">Form Stuff</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="form_controls.html"> Form Controls</a> </li> <li> <a href="form_layouts.html"> Form Layouts</a> </li> <li> <a href="form_editable.html"> <span class="badge badge-roundless badge-warning">new</span>Form X-editable</a> </li> <li> <a href="form_wizard.html"> Form Wizard</a> </li> <li> <a href="form_validation.html"> Form Validation</a> </li> <li> <a href="form_image_crop.html"> <span class="badge badge-roundless badge-danger">new</span>Image Cropping</a> </li> <li> <a href="form_fileupload.html"> Multiple File Upload</a> </li> <li> <a href="form_dropzone.html"> Dropzone File Upload</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-briefcase"></i> <span class="title">Data Tables</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="table_basic.html"> Basic Datatables</a> </li> <li> <a href="table_responsive.html"> Responsive Datatables</a> </li> <li> <a href="table_managed.html"> Managed Datatables</a> </li> <li> <a href="table_editable.html"> Editable Datatables</a> </li> <li> <a href="table_advanced.html"> Advanced Datatables</a> </li> <li> <a href="table_ajax.html"> Ajax Datatables</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-code-fork"></i> <span class="title">Portlets</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="portlet_general.html"> General Portlets</a> </li> <li> <a href="portlet_general2.html"> <span class="badge badge-roundless badge-danger">new</span>New Portlets #1</a> </li> <li> <a href="portlet_general3.html"> <span class="badge badge-roundless badge-danger">new</span>New Portlets #2</a> </li> <li> <a href="portlet_ajax.html"> Ajax Portlets</a> </li> <li> <a href="portlet_draggable.html"> Draggable Portlets</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-sitemap"></i> <span class="title">Pages</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="page_todo.html"> <i class="fa fa-cube"></i> <span class="badge badge-danger">4</span>Todo</a> </li> <li> <a href="inbox.html"> <i class="fa fa-envelope-o"></i> <span class="badge badge-danger">4</span>Inbox</a> </li> <li> <a href="extra_profile.html"> <i class="fa fa-user"></i> User Profile</a> </li> <li> <a href="extra_lock.html"> <i class="fa fa-lock"></i> Lock Screen</a> </li> <li> <a href="extra_faq.html"> <i class="fa fa-info-circle"></i> FAQ</a> </li> <li> <a href="page_portfolio.html"> <i class="fa fa-briefcase"></i> Portfolio</a> </li> <li> <a href="page_timeline_old.html"> <i class="fa fa-clock-o"></i> <span class="badge badge-info">4</span>Old Timeline</a> </li> <li> <a href="page_coming_soon.html"> <i class="icon-flag"></i> Coming Soon</a> </li> <li> <a href="page_calendar.html"> <i class="fa fa-calendar"></i> <span class="badge badge-danger">14</span>Calendar</a> </li> <li> <a href="extra_invoice.html"> <i class="fa fa-edit"></i> Invoice</a> </li> <li> <a href="page_blog.html"> <i class="fa fa-check"></i> Blog</a> </li> <li> <a href="page_blog_item.html"> <i class="fa fa-share-alt"></i> Blog Post</a> </li> <li> <a href="page_news.html"> <i class="fa fa-bell-o"></i> <span class="badge badge-success">9</span>News</a> </li> <li> <a href="page_news_item.html"> <i class="fa fa-coffee"></i> News View</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-gift"></i> <span class="title">Extra</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="page_about.html"> About Us</a> </li> <li> <a href="page_contact.html"> Contact Us</a> </li> <li> <a href="extra_search.html"> Search Results</a> </li> <li> <a href="extra_pricing_table.html"> Pricing Tables</a> </li> <li> <a href="extra_404_option1.html"> 404 Page Option 1</a> </li> <li> <a href="extra_404_option2.html"> 404 Page Option 2</a> </li> <li> <a href="extra_404_option3.html"> 404 Page Option 3</a> </li> <li> <a href="extra_500_option1.html"> 500 Page Option 1</a> </li> <li> <a href="extra_500_option2.html"> 500 Page Option 2</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-bookmark-o"></i> <span class="title">Multi Level Menu</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"> <i class="fa fa-cogs"></i> Item 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"> <i class="fa fa-user"></i> Sample Link 1 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"><i class="fa fa-check"></i> Sample Link 1</a> </li> <li> <a href="javascript:;"><i class="fa fa-calendar"></i> Sample Link 1</a> </li> <li> <a href="javascript:;"><i class="fa fa-key"></i> Sample Link 1</a> </li> </ul> </li> <li> <a href="javascript:;"><i class="fa fa-gift"></i> Sample Link 1</a> </li> <li> <a href="javascript:;"><i class="fa fa-sitemap"></i> Sample Link 2</a> </li> <li> <a href="javascript:;"><i class="fa fa-user"></i> Sample Link 3</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-globe"></i> Item 2 <span class="arrow"></span> </a> <ul class="sub-menu"> <li> <a href="javascript:;"><i class="fa fa-cogs"></i> Sample Link 1</a> </li> <li> <a href="javascript:;"><i class="fa fa-pencil"></i> Sample Link 1</a> </li> <li> <a href="javascript:;"><i class="fa fa-bar-chart-o"></i> Sample Link 1</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-user"></i> Item 3 </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-key"></i> <span class="title">Login Options</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="login.html"> Login Form 1</a> </li> <li> <a href="login_soft.html"> Login Form 2</a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="fa fa-thumb-tack"></i> <span class="title">Maps</span> <span class="arrow "></span> </a> <ul class="sub-menu"> <li> <a href="maps_google.html"> Google Maps</a> </li> <li> <a href="maps_vector.html"> Vector Maps</a> </li> </ul> </li> <li class="last "> <a href="charts.html"> <i class="fa fa-bar-chart-o"></i> <span class="title">Visual Charts</span> </a> </li> </ul> <!-- END SIDEBAR MENU1 --> </div> <!-- END SIDEBAR --> <!-- BEGIN CONTENT --> <div class="page-content-wrapper"> <div class="page-content"> <!-- BEGIN SAMPLE PORTLET CONFIGURATION MODAL FORM--> <div class="modal fade" id="portlet-config" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button> <h4 class="modal-title">Modal title</h4> </div> <div class="modal-body"> Widget settings form goes here </div> <div class="modal-footer"> <button type="button" class="btn blue">Save changes</button> <button type="button" class="btn default" data-dismiss="modal">Close</button> </div> </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div> <!-- /.modal --> <!-- END SAMPLE PORTLET CONFIGURATION MODAL FORM--> <!-- BEGIN STYLE CUSTOMIZER --> <div class="theme-panel"> <div class="toggler tooltips" data-container="body" data-placement="left" data-html="true" data-original-title="Click to open advance theme customizer panel"> <i class="icon-settings"></i> </div> <div class="toggler-close"> <i class="icon-close"></i> </div> <div class="theme-options"> <div class="theme-option theme-colors clearfix"> <span> THEME COLOR </span> <ul> <li class="color-default current tooltips" data-style="default" data-container="body" data-original-title="Default"> </li> <li class="color-grey tooltips" data-style="grey" data-container="body" data-original-title="Grey"> </li> <li class="color-blue tooltips" data-style="blue" data-container="body" data-original-title="Blue"> </li> <li class="color-dark tooltips" data-style="dark" data-container="body" data-original-title="Dark"> </li> <li class="color-light tooltips" data-style="light" data-container="body" data-original-title="Light"> </li> </ul> </div> <div class="theme-option"> <span> Theme Style </span> <select class="layout-style-option form-control input-small"> <option value="square" selected="selected">Square corners</option> <option value="rounded">Rounded corners</option> </select> </div> <div class="theme-option"> <span> Layout </span> <select class="layout-option form-control input-small"> <option value="fluid" selected="selected">Fluid</option> <option value="boxed">Boxed</option> </select> </div> <div class="theme-option"> <span> Header </span> <select class="page-header-option form-control input-small"> <option value="fixed" selected="selected">Fixed</option> <option value="default">Default</option> </select> </div> <div class="theme-option"> <span> Top Dropdown</span> <select class="page-header-top-dropdown-style-option form-control input-small"> <option value="light" selected="selected">Light</option> <option value="dark">Dark</option> </select> </div> <div class="theme-option"> <span> Sidebar Mode</span> <select class="sidebar-option form-control input-small"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> <div class="theme-option"> <span> Sidebar Style</span> <select class="sidebar-style-option form-control input-small"> <option value="default" selected="selected">Default</option> <option value="compact">Compact</option> </select> </div> <div class="theme-option"> <span> Sidebar Menu </span> <select class="sidebar-menu-option form-control input-small"> <option value="accordion" selected="selected">Accordion</option> <option value="hover">Hover</option> </select> </div> <div class="theme-option"> <span> Sidebar Position </span> <select class="sidebar-pos-option form-control input-small"> <option value="left" selected="selected">Left</option> <option value="right">Right</option> </select> </div> <div class="theme-option"> <span> Footer </span> <select class="page-footer-option form-control input-small"> <option value="fixed">Fixed</option> <option value="default" selected="selected">Default</option> </select> </div> </div> </div> <!-- END STYLE CUSTOMIZER --> <!-- BEGIN PAGE HEADER--> <h3 class="page-title"> Layout with Fontawesome Icons <small>fontawesome icons support in sidebar, header menus, portlets & more</small> </h3> <div class="page-bar"> <ul class="page-breadcrumb"> <li> <i class="fa fa-home"></i> <a href="index.html">Home</a> <i class="fa fa-angle-right"></i> </li> <li> <a href="#">Page Layouts</a> <i class="fa fa-angle-right"></i> </li> <li> <a href="#">Layout with Fontawesome Icons</a> </li> </ul> <div class="page-toolbar"> <div class="btn-group pull-right"> <button type="button" class="btn btn-fit-height grey-salt dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000" data-close-others="true"> Actions <i class="fa fa-angle-down"></i> </button> <ul class="dropdown-menu pull-right" role="menu"> <li> <a href="#">Action</a> </li> <li> <a href="#">Another action</a> </li> <li> <a href="#">Something else here</a> </li> <li class="divider"> </li> <li> <a href="#">Separated link</a> </li> </ul> </div> </div> </div> <!-- END PAGE HEADER--> <!-- BEGIN PAGE CONTENT--> <div class="portlet light"> <div class="portlet-body"> <div class="row"> <div class="col-md-12"> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p> </div> </div> </div> </div> <div class="row"> <div class="col-md-6"> <!-- BEGIN SAMPLE TABLE PORTLET--> <div class="portlet box blue-hoki"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-cogs"></i>Simple Table </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> <a href="#portlet-config" data-toggle="modal" class="config"> </a> <a href="javascript:;" class="reload"> </a> <a href="javascript:;" class="remove"> </a> </div> </div> <div class="portlet-body"> <table class="table table-hover"> <thead> <tr> <th> # </th> <th> First Name </th> <th> Last Name </th> <th class="hidden-480"> Username </th> <th> Status </th> </tr> </thead> <tbody> <tr> <td> 1 </td> <td> Mark </td> <td> Otto </td> <td class="hidden-480"> makr124 </td> <td> <span class="label label-success"> Approved </span> </td> </tr> <tr> <td> 2 </td> <td> Jacob </td> <td> Nilson </td> <td class="hidden-480"> jac123 </td> <td> <span class="label label-info"> Pending </span> </td> </tr> <tr> <td> 3 </td> <td> Larry </td> <td> Cooper </td> <td class="hidden-480"> lar </td> <td> <span class="label label-warning"> Suspended </span> </td> </tr> <tr> <td> 3 </td> <td> Sandy </td> <td> Lim </td> <td class="hidden-480"> sanlim </td> <td> <span class="label label-danger"> Blocked </span> </td> </tr> </tbody> </table> </div> </div> <!-- END SAMPLE TABLE PORTLET--> </div> <div class="col-md-6"> <!-- BEGIN BORDERED TABLE PORTLET--> <div class="portlet box yellow-crusta"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-rocket"></i>Bordered Table </div> <div class="tools"> <a href="javascript:;" class="collapse"> </a> <a href="#portlet-config" data-toggle="modal" class="config"> </a> <a href="javascript:;" class="reload"> </a> <a href="javascript:;" class="remove"> </a> </div> </div> <div class="portlet-body"> <table class="table table-bordered table-hover"> <thead> <tr> <th> # </th> <th> First Name </th> <th> Last Name </th> <th class="hidden-480"> Username </th> <th> Status </th> </tr> </thead> <tbody> <tr> <td> 1 </td> <td> Mark </td> <td> Otto </td> <td class="hidden-480"> makr124 </td> <td> <span class="label label-success"> Approved </span> </td> </tr> <tr> <td> 2 </td> <td> Jacob </td> <td> Nilson </td> <td class="hidden-480"> jac123 </td> <td> <span class="label label-info"> Pending </span> </td> </tr> <tr> <td> 3 </td> <td> Larry </td> <td> Cooper </td> <td class="hidden-480"> lar </td> <td> <span class="label label-warning"> Suspended </span> </td> </tr> <tr> <td> 3 </td> <td> Sandy </td> <td> Lim </td> <td class="hidden-480"> sanlim </td> <td> <span class="label label-danger"> Blocked </span> </td> </tr> </tbody> </table> </div> </div> <!-- END BORDERED TABLE PORTLET--> </div> </div> <!-- END PAGE CONTENT--> </div> </div> <!-- END CONTENT --> <!-- BEGIN QUICK SIDEBAR --> <!--Cooming Soon...--> <!-- END QUICK SIDEBAR --> </div> <!-- END CONTAINER --> <!-- BEGIN FOOTER --> <div class="page-footer"> <div class="page-footer-inner"> 2014 &copy; Metronic by keenthemes. <a href="http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes" title="Purchase Metronic just for 27$ and get lifetime updates for free" target="_blank">Purchase Metronic!</a> </div> <div class="scroll-to-top"> <i class="icon-arrow-up"></i> </div> </div> <!-- END FOOTER --> </div> <!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) --> <!-- BEGIN CORE PLUGINS --> <!--[if lt IE 9]> <script src="../../assets/global/plugins/respond.min.js"></script> <script src="../../assets/global/plugins/excanvas.min.js"></script> <![endif]--> <script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script> <!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip --> <script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script> <script src="../../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script> <!-- END CORE PLUGINS --> <script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script> <script src="../../assets/admin/layout2/scripts/layout.js" type="text/javascript"></script> <script src="../../assets/admin/layout2/scripts/demo.js" type="text/javascript"></script> <script> jQuery(document).ready(function() { Metronic.init(); // init metronic core components Layout.init(); // init current layout Demo.init(); // init demo features }); </script> <!-- END JAVASCRIPTS --> </body> <!-- END BODY --> </html>
wtfckkk/crm-admision
public/metronic/theme_rtl/templates/admin2_material_design/layout_fontawesome_icons.html
HTML
bsd-3-clause
51,409
{% extends "checkout/layout.html" %} {% load i18n %} {% block title %} {% trans "Checkout gateway" %} | {{ block.super }} {% endblock %} {% block checkout_nav %} {% include 'checkout/nav.html' with step=0 %} {% endblock %} {% block checkout_title %}{% trans "Who are you?" %}{% endblock %} {% block content %} <form action="." method="post" class="form-stacked well"> {% csrf_token %} {{ form.non_field_errors }} {% include "partials/form_field.html" with field=form.username %} <div class="control-group"> <div class="controls"> <div class="radio"> {{ form.options.0 }} </div> </div> </div> <div class="control-group {% if form.password.errors %}error{% endif %}"> {{ form.options.errors }} <div class="controls"> <div class="radio"> {{ form.options.2 }} <div class="form-inline"> {{ form.password }} <small><a href="{% url 'password-reset' %}" tabindex="-1">{% trans "Get a password reminder" %}</a></small> {% for error in form.password.errors %} <span class="error-block">{{ error }}</span> {% endfor %} </div> </div> </div> </div> <div class="control-group"> <div class="controls"> <div class="radio"> {{ form.options.1 }} </div> </div> </div> <div class="form-actions"> <div class="row-fluid"> <div class="span3"> <button type="submit" class="btn btn-large btn-block btn-primary" data-loading-text="{% trans 'Continuing...' %}">{% trans "Continue" %}</button> </div> </div> </div> </form> {% endblock content %} {% block onbodyload %} {{ block.super }} oscar.checkout.gateway.init(); {% endblock %}
kapt/django-oscar
oscar/templates/oscar/checkout/gateway.html
HTML
bsd-3-clause
2,110
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>AutoCompleteFilters - AlloyUI</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.4.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="..&#x2F;assets/../../build/aui-skin-classic/css/aui-skin-classic-all-min.css"> <link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles"> <script src="..&#x2F;assets/../../build/aui/aui.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="..&#x2F;assets/css/logo_small.png"></h1> </div> <div class="yui3-u-1-4 version"> <div class="version-details"> <span class="version-lib">AlloyUI 1.7.0</span> <div class="yui-version"> <span class="version-lib version-lib-yui">YUI 3.7.3</span> </div> </div> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="aui-tabview-list aui-widget-hd tabs" id="api-tabview-list"> <li class="aui-tab"><a class="aui-tab-label" href="#api-classes">Classes</a></li> <li class="aui-tab"><a class="aui-tab-label" href="#api-modules">Modules</a></li> <li class="aui-tab"><a class="aui-tab-label" href="#api-everything">Everything</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div class="aui-tabview-content aui-widget-bd" id="api-tabview-panel"> <ul id="api-classes" class="apis classes aui-tabview-content-item"> <li><a href="..&#x2F;classes/A.DataType.DateMath.html">A.DataType.DateMath</a></li> <li><a href="..&#x2F;classes/A.HTML5.html">A.HTML5</a></li> <li><a href="..&#x2F;classes/A.io.html">A.io</a></li> <li><a href="..&#x2F;classes/A.Node.html">A.Node</a></li> <li><a href="..&#x2F;classes/A.NodeList.html">A.NodeList</a></li> <li><a href="..&#x2F;classes/A.Plugin.IO.html">A.Plugin.IO</a></li> <li><a href="..&#x2F;classes/Anim.html">Anim</a></li> <li><a href="..&#x2F;classes/App.html">App</a></li> <li><a href="..&#x2F;classes/App.Base.html">App.Base</a></li> <li><a href="..&#x2F;classes/App.Content.html">App.Content</a></li> <li><a href="..&#x2F;classes/App.Transitions.html">App.Transitions</a></li> <li><a href="..&#x2F;classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="..&#x2F;classes/AreaSeries.html">AreaSeries</a></li> <li><a href="..&#x2F;classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="..&#x2F;classes/Array.html">Array</a></li> <li><a href="..&#x2F;classes/ArrayList.html">ArrayList</a></li> <li><a href="..&#x2F;classes/ArraySort.html">ArraySort</a></li> <li><a href="..&#x2F;classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="..&#x2F;classes/Attribute.html">Attribute</a></li> <li><a href="..&#x2F;classes/AttributeCore.html">AttributeCore</a></li> <li><a href="..&#x2F;classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="..&#x2F;classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="..&#x2F;classes/AttributeLite.html">AttributeLite</a></li> <li><a href="..&#x2F;classes/AUI~event~input.html">AUI~event~input</a></li> <li><a href="..&#x2F;classes/AutoComplete.html">AutoComplete</a></li> <li><a href="..&#x2F;classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="..&#x2F;classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="..&#x2F;classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="..&#x2F;classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="..&#x2F;classes/Axis.html">Axis</a></li> <li><a href="..&#x2F;classes/AxisType.html">AxisType</a></li> <li><a href="..&#x2F;classes/BarSeries.html">BarSeries</a></li> <li><a href="..&#x2F;classes/Base.html">Base</a></li> <li><a href="..&#x2F;classes/BaseCellEditor.html">BaseCellEditor</a></li> <li><a href="..&#x2F;classes/BaseCore.html">BaseCore</a></li> <li><a href="..&#x2F;classes/BaseOptionsCellEditor.html">BaseOptionsCellEditor</a></li> <li><a href="..&#x2F;classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="..&#x2F;classes/Button.html">Button</a></li> <li><a href="..&#x2F;classes/ButtonCore.html">ButtonCore</a></li> <li><a href="..&#x2F;classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="..&#x2F;classes/ButtonItem.html">ButtonItem</a></li> <li><a href="..&#x2F;classes/ButtonPlugin.html">ButtonPlugin</a></li> <li><a href="..&#x2F;classes/Cache.html">Cache</a></li> <li><a href="..&#x2F;classes/CacheOffline.html">CacheOffline</a></li> <li><a href="..&#x2F;classes/Calendar.html">Calendar</a></li> <li><a href="..&#x2F;classes/CalendarBase.html">CalendarBase</a></li> <li><a href="..&#x2F;classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="..&#x2F;classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="..&#x2F;classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="..&#x2F;classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="..&#x2F;classes/CanvasPath.html">CanvasPath</a></li> <li><a href="..&#x2F;classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="..&#x2F;classes/CanvasRect.html">CanvasRect</a></li> <li><a href="..&#x2F;classes/CanvasShape.html">CanvasShape</a></li> <li><a href="..&#x2F;classes/Carousel.html">Carousel</a></li> <li><a href="..&#x2F;classes/CartesianChart.html">CartesianChart</a></li> <li><a href="..&#x2F;classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="..&#x2F;classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="..&#x2F;classes/CellEditorSupport.html">CellEditorSupport</a></li> <li><a href="..&#x2F;classes/CharCounter.html">CharCounter</a></li> <li><a href="..&#x2F;classes/Chart.html">Chart</a></li> <li><a href="..&#x2F;classes/ChartBase.html">ChartBase</a></li> <li><a href="..&#x2F;classes/ChartLegend.html">ChartLegend</a></li> <li><a href="..&#x2F;classes/CheckboxCellEditor.html">CheckboxCellEditor</a></li> <li><a href="..&#x2F;classes/Circle.html">Circle</a></li> <li><a href="..&#x2F;classes/CircleGroup.html">CircleGroup</a></li> <li><a href="..&#x2F;classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="..&#x2F;classes/ClickableRail.html">ClickableRail</a></li> <li><a href="..&#x2F;classes/ColorPicker.html">ColorPicker</a></li> <li><a href="..&#x2F;classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="..&#x2F;classes/ComboSeries.html">ComboSeries</a></li> <li><a href="..&#x2F;classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="..&#x2F;classes/Component.html">Component</a></li> <li><a href="..&#x2F;classes/config.html">config</a></li> <li><a href="..&#x2F;classes/Console.html">Console</a></li> <li><a href="..&#x2F;classes/Controller.html">Controller</a></li> <li><a href="..&#x2F;classes/Cookie.html">Cookie</a></li> <li><a href="..&#x2F;classes/CurveUtil.html">CurveUtil</a></li> <li><a href="..&#x2F;classes/CustomEvent.html">CustomEvent</a></li> <li><a href="..&#x2F;classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="..&#x2F;classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="..&#x2F;classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="..&#x2F;classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="..&#x2F;classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="..&#x2F;classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="..&#x2F;classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="..&#x2F;classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="..&#x2F;classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="..&#x2F;classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="..&#x2F;classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="..&#x2F;classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="..&#x2F;classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="..&#x2F;classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="..&#x2F;classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="..&#x2F;classes/DataTable.html">DataTable</a></li> <li><a href="..&#x2F;classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="..&#x2F;classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="..&#x2F;classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="..&#x2F;classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="..&#x2F;classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="..&#x2F;classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="..&#x2F;classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="..&#x2F;classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="..&#x2F;classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="..&#x2F;classes/DataTable.TableView.html">DataTable.TableView</a></li> <li><a href="..&#x2F;classes/DataType.Boolean.html">DataType.Boolean</a></li> <li><a href="..&#x2F;classes/DataType.Date.Locale.html">DataType.Date.Locale</a></li> <li><a href="..&#x2F;classes/DataType.String.html">DataType.String</a></li> <li><a href="..&#x2F;classes/Date.html">Date</a></li> <li><a href="..&#x2F;classes/DateCellEditor.html">DateCellEditor</a></li> <li><a href="..&#x2F;classes/DatepickerManager.html">DatepickerManager</a></li> <li><a href="..&#x2F;classes/DatePickerSelect.html">DatePickerSelect</a></li> <li><a href="..&#x2F;classes/DD.DDM.html">DD.DDM</a></li> <li><a href="..&#x2F;classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="..&#x2F;classes/DD.Drag.html">DD.Drag</a></li> <li><a href="..&#x2F;classes/DD.Drop.html">DD.Drop</a></li> <li><a href="..&#x2F;classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="..&#x2F;classes/DelayedTask.html">DelayedTask</a></li> <li><a href="..&#x2F;classes/Dial.html">Dial</a></li> <li><a href="..&#x2F;classes/Dialog.html">Dialog</a></li> <li><a href="..&#x2F;classes/DialogManager.html">DialogManager</a></li> <li><a href="..&#x2F;classes/DialogMask.html">DialogMask</a></li> <li><a href="..&#x2F;classes/Do.html">Do</a></li> <li><a href="..&#x2F;classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="..&#x2F;classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="..&#x2F;classes/Do.Error.html">Do.Error</a></li> <li><a href="..&#x2F;classes/Do.Halt.html">Do.Halt</a></li> <li><a href="..&#x2F;classes/Do.Method.html">Do.Method</a></li> <li><a href="..&#x2F;classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="..&#x2F;classes/DOM.html">DOM</a></li> <li><a href="..&#x2F;classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="..&#x2F;classes/Drawing.html">Drawing</a></li> <li><a href="..&#x2F;classes/DropDownCellEditor.html">DropDownCellEditor</a></li> <li><a href="..&#x2F;classes/Easing.html">Easing</a></li> <li><a href="..&#x2F;classes/Editable.html">Editable</a></li> <li><a href="..&#x2F;classes/EditorBase.html">EditorBase</a></li> <li><a href="..&#x2F;classes/EditorSelection.html">EditorSelection</a></li> <li><a href="..&#x2F;classes/Ellipse.html">Ellipse</a></li> <li><a href="..&#x2F;classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="..&#x2F;classes/Escape.html">Escape</a></li> <li><a href="..&#x2F;classes/Event.html">Event</a></li> <li><a href="..&#x2F;classes/EventFacade.html">EventFacade</a></li> <li><a href="..&#x2F;classes/EventHandle.html">EventHandle</a></li> <li><a href="..&#x2F;classes/EventTarget.html">EventTarget</a></li> <li><a href="..&#x2F;classes/ExecCommand.html">ExecCommand</a></li> <li><a href="..&#x2F;classes/Features.html">Features</a></li> <li><a href="..&#x2F;classes/File.html">File</a></li> <li><a href="..&#x2F;classes/FileFlash.html">FileFlash</a></li> <li><a href="..&#x2F;classes/FileHTML5.html">FileHTML5</a></li> <li><a href="..&#x2F;classes/Fills.html">Fills</a></li> <li><a href="..&#x2F;classes/Frame.html">Frame</a></li> <li><a href="..&#x2F;classes/Get.html">Get</a></li> <li><a href="..&#x2F;classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="..&#x2F;classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="..&#x2F;classes/Graph.html">Graph</a></li> <li><a href="..&#x2F;classes/Graphic.html">Graphic</a></li> <li><a href="..&#x2F;classes/GraphicBase.html">GraphicBase</a></li> <li><a href="..&#x2F;classes/Gridlines.html">Gridlines</a></li> <li><a href="..&#x2F;classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="..&#x2F;classes/GroupRect.html">GroupRect</a></li> <li><a href="..&#x2F;classes/Handlebars.html">Handlebars</a></li> <li><a href="..&#x2F;classes/Highlight.html">Highlight</a></li> <li><a href="..&#x2F;classes/Histogram.html">Histogram</a></li> <li><a href="..&#x2F;classes/HistoryBase.html">HistoryBase</a></li> <li><a href="..&#x2F;classes/HistoryHash.html">HistoryHash</a></li> <li><a href="..&#x2F;classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="..&#x2F;classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="..&#x2F;classes/ImageGallery.html">ImageGallery</a></li> <li><a href="..&#x2F;classes/ImageViewer.html">ImageViewer</a></li> <li><a href="..&#x2F;classes/ImageViewerMask.html">ImageViewerMask</a></li> <li><a href="..&#x2F;classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="..&#x2F;classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="..&#x2F;classes/Intl.html">Intl</a></li> <li><a href="..&#x2F;classes/IO.html">IO</a></li> <li><a href="..&#x2F;classes/IORequest.html">IORequest</a></li> <li><a href="..&#x2F;classes/JSON.html">JSON</a></li> <li><a href="..&#x2F;classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="..&#x2F;classes/Lang.html">Lang</a></li> <li><a href="..&#x2F;classes/LazyModelList.html">LazyModelList</a></li> <li><a href="..&#x2F;classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="..&#x2F;classes/Lines.html">Lines</a></li> <li><a href="..&#x2F;classes/LineSeries.html">LineSeries</a></li> <li><a href="..&#x2F;classes/LiveSearch.html">LiveSearch</a></li> <li><a href="..&#x2F;classes/Loader.html">Loader</a></li> <li><a href="..&#x2F;classes/LoadingMask.html">LoadingMask</a></li> <li><a href="..&#x2F;classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="..&#x2F;classes/Matrix.html">Matrix</a></li> <li><a href="..&#x2F;classes/MatrixUtil.html">MatrixUtil</a></li> <li><a href="..&#x2F;classes/Model.html">Model</a></li> <li><a href="..&#x2F;classes/ModelList.html">ModelList</a></li> <li><a href="..&#x2F;classes/ModelSync.REST.html">ModelSync.REST</a></li> <li><a href="..&#x2F;classes/NestedList.html">NestedList</a></li> <li><a href="..&#x2F;classes/Node.html">Node</a></li> <li><a href="..&#x2F;classes/NodeList.html">NodeList</a></li> <li><a href="..&#x2F;classes/Number.html">Number</a></li> <li><a href="..&#x2F;classes/NumericAxis.html">NumericAxis</a></li> <li><a href="..&#x2F;classes/Object.html">Object</a></li> <li><a href="..&#x2F;classes/Overlay.html">Overlay</a></li> <li><a href="..&#x2F;classes/OverlayBase.html">OverlayBase</a></li> <li><a href="..&#x2F;classes/OverlayContext.html">OverlayContext</a></li> <li><a href="..&#x2F;classes/OverlayContextManager.html">OverlayContextManager</a></li> <li><a href="..&#x2F;classes/OverlayContextPanel.html">OverlayContextPanel</a></li> <li><a href="..&#x2F;classes/OverlayContextPanelManager.html">OverlayContextPanelManager</a></li> <li><a href="..&#x2F;classes/OverlayManager.html">OverlayManager</a></li> <li><a href="..&#x2F;classes/OverlayMask.html">OverlayMask</a></li> <li><a href="..&#x2F;classes/Paginator.html">Paginator</a></li> <li><a href="..&#x2F;classes/Panel.html">Panel</a></li> <li><a href="..&#x2F;classes/Parallel.html">Parallel</a></li> <li><a href="..&#x2F;classes/ParseContent.html">ParseContent</a></li> <li><a href="..&#x2F;classes/Path.html">Path</a></li> <li><a href="..&#x2F;classes/PieChart.html">PieChart</a></li> <li><a href="..&#x2F;classes/PieSeries.html">PieSeries</a></li> <li><a href="..&#x2F;classes/Pjax.html">Pjax</a></li> <li><a href="..&#x2F;classes/PjaxBase.html">PjaxBase</a></li> <li><a href="..&#x2F;classes/PjaxContent.html">PjaxContent</a></li> <li><a href="..&#x2F;classes/Plots.html">Plots</a></li> <li><a href="..&#x2F;classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="..&#x2F;classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="..&#x2F;classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="..&#x2F;classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="..&#x2F;classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="..&#x2F;classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="..&#x2F;classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="..&#x2F;classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="..&#x2F;classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="..&#x2F;classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="..&#x2F;classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li> <li><a href="..&#x2F;classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="..&#x2F;classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="..&#x2F;classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="..&#x2F;classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="..&#x2F;classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="..&#x2F;classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="..&#x2F;classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="..&#x2F;classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="..&#x2F;classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="..&#x2F;classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="..&#x2F;classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="..&#x2F;classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="..&#x2F;classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="..&#x2F;classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="..&#x2F;classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="..&#x2F;classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="..&#x2F;classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="..&#x2F;classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="..&#x2F;classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="..&#x2F;classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="..&#x2F;classes/Pollable.html">Pollable</a></li> <li><a href="..&#x2F;classes/PortalLayout.html">PortalLayout</a></li> <li><a href="..&#x2F;classes/Profiler.html">Profiler</a></li> <li><a href="..&#x2F;classes/ProgressBar.html">ProgressBar</a></li> <li><a href="..&#x2F;classes/QueryString.html">QueryString</a></li> <li><a href="..&#x2F;classes/Queue.html">Queue</a></li> <li><a href="..&#x2F;classes/RadioCellEditor.html">RadioCellEditor</a></li> <li><a href="..&#x2F;classes/Rating.html">Rating</a></li> <li><a href="..&#x2F;classes/Record.html">Record</a></li> <li><a href="..&#x2F;classes/Recordset.html">Recordset</a></li> <li><a href="..&#x2F;classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="..&#x2F;classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="..&#x2F;classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="..&#x2F;classes/Rect.html">Rect</a></li> <li><a href="..&#x2F;classes/Renderer.html">Renderer</a></li> <li><a href="..&#x2F;classes/Resize.html">Resize</a></li> <li><a href="..&#x2F;classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="..&#x2F;classes/Router.html">Router</a></li> <li><a href="..&#x2F;classes/ScrollView.html">ScrollView</a></li> <li><a href="..&#x2F;classes/Selector.html">Selector</a></li> <li><a href="..&#x2F;classes/Shape.html">Shape</a></li> <li><a href="..&#x2F;classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="..&#x2F;classes/Slider.html">Slider</a></li> <li><a href="..&#x2F;classes/SliderBase.html">SliderBase</a></li> <li><a href="..&#x2F;classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="..&#x2F;classes/Sortable.html">Sortable</a></li> <li><a href="..&#x2F;classes/SplineSeries.html">SplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="..&#x2F;classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedAxis.html">StackedAxis</a></li> <li><a href="..&#x2F;classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="..&#x2F;classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="..&#x2F;classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="..&#x2F;classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="..&#x2F;classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="..&#x2F;classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="..&#x2F;classes/StackingUtil.html">StackingUtil</a></li> <li><a href="..&#x2F;classes/State.html">State</a></li> <li><a href="..&#x2F;classes/StyleSheet.html">StyleSheet</a></li> <li><a href="..&#x2F;classes/Subscriber.html">Subscriber</a></li> <li><a href="..&#x2F;classes/SVGCircle.html">SVGCircle</a></li> <li><a href="..&#x2F;classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="..&#x2F;classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="..&#x2F;classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="..&#x2F;classes/SVGPath.html">SVGPath</a></li> <li><a href="..&#x2F;classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="..&#x2F;classes/SVGRect.html">SVGRect</a></li> <li><a href="..&#x2F;classes/SVGShape.html">SVGShape</a></li> <li><a href="..&#x2F;classes/SWF.html">SWF</a></li> <li><a href="..&#x2F;classes/SWFDetect.html">SWFDetect</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="..&#x2F;classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="..&#x2F;classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="..&#x2F;classes/Tab.html">Tab</a></li> <li><a href="..&#x2F;classes/TabView.html">TabView</a></li> <li><a href="..&#x2F;classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="..&#x2F;classes/Test.Assert.html">Test.Assert</a></li> <li><a href="..&#x2F;classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="..&#x2F;classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="..&#x2F;classes/Test.Console.html">Test.Console</a></li> <li><a href="..&#x2F;classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li> <li><a href="..&#x2F;classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="..&#x2F;classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="..&#x2F;classes/Test.Mock.html">Test.Mock</a></li> <li><a href="..&#x2F;classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="..&#x2F;classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="..&#x2F;classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="..&#x2F;classes/Test.Results.html">Test.Results</a></li> <li><a href="..&#x2F;classes/Test.Runner.html">Test.Runner</a></li> <li><a href="..&#x2F;classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="..&#x2F;classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="..&#x2F;classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="..&#x2F;classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="..&#x2F;classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="..&#x2F;classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="..&#x2F;classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="..&#x2F;classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="..&#x2F;classes/Test.Wait.html">Test.Wait</a></li> <li><a href="..&#x2F;classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="..&#x2F;classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="..&#x2F;classes/TextAreaCellEditor.html">TextAreaCellEditor</a></li> <li><a href="..&#x2F;classes/Textboxlist.html">Textboxlist</a></li> <li><a href="..&#x2F;classes/TextCellEditor.html">TextCellEditor</a></li> <li><a href="..&#x2F;classes/ThumbRating.html">ThumbRating</a></li> <li><a href="..&#x2F;classes/TimeAxis.html">TimeAxis</a></li> <li><a href="..&#x2F;classes/ToggleButton.html">ToggleButton</a></li> <li><a href="..&#x2F;classes/Toolbar.html">Toolbar</a></li> <li><a href="..&#x2F;classes/Tooltip.html">Tooltip</a></li> <li><a href="..&#x2F;classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="..&#x2F;classes/Transition.html">Transition</a></li> <li><a href="..&#x2F;classes/TreeData.html">TreeData</a></li> <li><a href="..&#x2F;classes/TreeNode.html">TreeNode</a></li> <li><a href="..&#x2F;classes/TreeNodeCheck.html">TreeNodeCheck</a></li> <li><a href="..&#x2F;classes/TreeNodeIO.html">TreeNodeIO</a></li> <li><a href="..&#x2F;classes/TreeNodeRadio.html">TreeNodeRadio</a></li> <li><a href="..&#x2F;classes/TreeNodeTask.html">TreeNodeTask</a></li> <li><a href="..&#x2F;classes/TreeView.html">TreeView</a></li> <li><a href="..&#x2F;classes/TreeViewDD.html">TreeViewDD</a></li> <li><a href="..&#x2F;classes/UA.html">UA</a></li> <li><a href="..&#x2F;classes/Uploader.html">Uploader</a></li> <li><a href="..&#x2F;classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="..&#x2F;classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="..&#x2F;classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="..&#x2F;classes/ValueChange.html">ValueChange</a></li> <li><a href="..&#x2F;classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="..&#x2F;classes/View.html">View</a></li> <li><a href="..&#x2F;classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="..&#x2F;classes/VMLCircle.html">VMLCircle</a></li> <li><a href="..&#x2F;classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="..&#x2F;classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="..&#x2F;classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="..&#x2F;classes/VMLPath.html">VMLPath</a></li> <li><a href="..&#x2F;classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="..&#x2F;classes/VMLRect.html">VMLRect</a></li> <li><a href="..&#x2F;classes/VMLShape.html">VMLShape</a></li> <li><a href="..&#x2F;classes/Widget.html">Widget</a></li> <li><a href="..&#x2F;classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="..&#x2F;classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="..&#x2F;classes/WidgetChild.html">WidgetChild</a></li> <li><a href="..&#x2F;classes/WidgetModality.html">WidgetModality</a></li> <li><a href="..&#x2F;classes/WidgetParent.html">WidgetParent</a></li> <li><a href="..&#x2F;classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="..&#x2F;classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="..&#x2F;classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="..&#x2F;classes/WidgetStack.html">WidgetStack</a></li> <li><a href="..&#x2F;classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="..&#x2F;classes/XML.html">XML</a></li> <li><a href="..&#x2F;classes/YQL.html">YQL</a></li> <li><a href="..&#x2F;classes/YQLRequest.html">YQLRequest</a></li> <li><a href="..&#x2F;classes/YUI.html">YUI</a></li> <li><a href="..&#x2F;classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules aui-tabview-content-item"> <li><a href="..&#x2F;modules/align-plugin.html">align-plugin</a></li> <li><a href="..&#x2F;modules/anim.html">anim</a></li> <li><a href="..&#x2F;modules/anim-base.html">anim-base</a></li> <li><a href="..&#x2F;modules/anim-color.html">anim-color</a></li> <li><a href="..&#x2F;modules/anim-curve.html">anim-curve</a></li> <li><a href="..&#x2F;modules/anim-easing.html">anim-easing</a></li> <li><a href="..&#x2F;modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="..&#x2F;modules/anim-scroll.html">anim-scroll</a></li> <li><a href="..&#x2F;modules/anim-shape.html">anim-shape</a></li> <li><a href="..&#x2F;modules/anim-shape-transform.html">anim-shape-transform</a></li> <li><a href="..&#x2F;modules/anim-xy.html">anim-xy</a></li> <li><a href="..&#x2F;modules/app.html">app</a></li> <li><a href="..&#x2F;modules/app-base.html">app-base</a></li> <li><a href="..&#x2F;modules/app-content.html">app-content</a></li> <li><a href="..&#x2F;modules/app-transitions.html">app-transitions</a></li> <li><a href="..&#x2F;modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="..&#x2F;modules/array-extras.html">array-extras</a></li> <li><a href="..&#x2F;modules/array-invoke.html">array-invoke</a></li> <li><a href="..&#x2F;modules/arraylist.html">arraylist</a></li> <li><a href="..&#x2F;modules/arraylist-add.html">arraylist-add</a></li> <li><a href="..&#x2F;modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="..&#x2F;modules/arraysort.html">arraysort</a></li> <li><a href="..&#x2F;modules/async-queue.html">async-queue</a></li> <li><a href="..&#x2F;modules/attribute.html">attribute</a></li> <li><a href="..&#x2F;modules/attribute-base.html">attribute-base</a></li> <li><a href="..&#x2F;modules/attribute-complex.html">attribute-complex</a></li> <li><a href="..&#x2F;modules/attribute-core.html">attribute-core</a></li> <li><a href="..&#x2F;modules/attribute-events.html">attribute-events</a></li> <li><a href="..&#x2F;modules/attribute-extras.html">attribute-extras</a></li> <li><a href="..&#x2F;modules/aui-autocomplete.html">aui-autocomplete</a></li> <li><a href="..&#x2F;modules/aui-button-item.html">aui-button-item</a></li> <li><a href="..&#x2F;modules/aui-calendar.html">aui-calendar</a></li> <li><a href="..&#x2F;modules/aui-calendar-base.html">aui-calendar-base</a></li> <li><a href="..&#x2F;modules/aui-calendar-datepicker-select.html">aui-calendar-datepicker-select</a></li> <li><a href="..&#x2F;modules/aui-carousel.html">aui-carousel</a></li> <li><a href="..&#x2F;modules/aui-char-counter.html">aui-char-counter</a></li> <li><a href="..&#x2F;modules/aui-color-picker.html">aui-color-picker</a></li> <li><a href="..&#x2F;modules/aui-component.html">aui-component</a></li> <li><a href="..&#x2F;modules/aui-datatype.html">aui-datatype</a></li> <li><a href="..&#x2F;modules/aui-delayed-task.html">aui-delayed-task</a></li> <li><a href="..&#x2F;modules/aui-dialog.html">aui-dialog</a></li> <li><a href="..&#x2F;modules/aui-editable.html">aui-editable</a></li> <li><a href="..&#x2F;modules/aui-event.html">aui-event</a></li> <li><a href="..&#x2F;modules/aui-event-input.html">aui-event-input</a></li> <li><a href="..&#x2F;modules/aui-image-viewer.html">aui-image-viewer</a></li> <li><a href="..&#x2F;modules/aui-image-viewer-base.html">aui-image-viewer-base</a></li> <li><a href="..&#x2F;modules/aui-image-viewer-gallery.html">aui-image-viewer-gallery</a></li> <li><a href="..&#x2F;modules/aui-io.html">aui-io</a></li> <li><a href="..&#x2F;modules/aui-io-plugin.html">aui-io-plugin</a></li> <li><a href="..&#x2F;modules/aui-io-request.html">aui-io-request</a></li> <li><a href="..&#x2F;modules/aui-live-search.html">aui-live-search</a></li> <li><a href="..&#x2F;modules/aui-loading-mask.html">aui-loading-mask</a></li> <li><a href="..&#x2F;modules/aui-media-viewer-plugin.html">aui-media-viewer-plugin</a></li> <li><a href="..&#x2F;modules/aui-nested-list.html">aui-nested-list</a></li> <li><a href="..&#x2F;modules/aui-node.html">aui-node</a></li> <li><a href="..&#x2F;modules/aui-node-base.html">aui-node-base</a></li> <li><a href="..&#x2F;modules/aui-node-html5.html">aui-node-html5</a></li> <li><a href="..&#x2F;modules/aui-overlay.html">aui-overlay</a></li> <li><a href="..&#x2F;modules/aui-overlay-base.html">aui-overlay-base</a></li> <li><a href="..&#x2F;modules/aui-overlay-context.html">aui-overlay-context</a></li> <li><a href="..&#x2F;modules/aui-overlay-context-panel.html">aui-overlay-context-panel</a></li> <li><a href="..&#x2F;modules/aui-overlay-manager.html">aui-overlay-manager</a></li> <li><a href="..&#x2F;modules/aui-overlay-mask.html">aui-overlay-mask</a></li> <li><a href="..&#x2F;modules/aui-paginator.html">aui-paginator</a></li> <li><a href="..&#x2F;modules/aui-panel.html">aui-panel</a></li> <li><a href="..&#x2F;modules/aui-parse-content.html">aui-parse-content</a></li> <li><a href="..&#x2F;modules/aui-portal-layout.html">aui-portal-layout</a></li> <li><a href="..&#x2F;modules/aui-progressbar.html">aui-progressbar</a></li> <li><a href="..&#x2F;modules/aui-rating.html">aui-rating</a></li> <li><a href="..&#x2F;modules/aui-resize.html">aui-resize</a></li> <li><a href="..&#x2F;modules/aui-text.html">aui-text</a></li> <li><a href="..&#x2F;modules/aui-textboxlist.html">aui-textboxlist</a></li> <li><a href="..&#x2F;modules/aui-toolbar.html">aui-toolbar</a></li> <li><a href="..&#x2F;modules/aui-tooltip.html">aui-tooltip</a></li> <li><a href="..&#x2F;modules/aui-tree.html">aui-tree</a></li> <li><a href="..&#x2F;modules/aui-tree-data.html">aui-tree-data</a></li> <li><a href="..&#x2F;modules/aui-tree-node.html">aui-tree-node</a></li> <li><a href="..&#x2F;modules/aui-tree-view.html">aui-tree-view</a></li> <li><a href="..&#x2F;modules/autocomplete.html">autocomplete</a></li> <li><a href="..&#x2F;modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="..&#x2F;modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="..&#x2F;modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="..&#x2F;modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="..&#x2F;modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="..&#x2F;modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="..&#x2F;modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="..&#x2F;modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="..&#x2F;modules/base.html">base</a></li> <li><a href="..&#x2F;modules/base-base.html">base-base</a></li> <li><a href="..&#x2F;modules/base-build.html">base-build</a></li> <li><a href="..&#x2F;modules/base-core.html">base-core</a></li> <li><a href="..&#x2F;modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="..&#x2F;modules/button.html">button</a></li> <li><a href="..&#x2F;modules/button-core.html">button-core</a></li> <li><a href="..&#x2F;modules/button-group.html">button-group</a></li> <li><a href="..&#x2F;modules/button-plugin.html">button-plugin</a></li> <li><a href="..&#x2F;modules/cache.html">cache</a></li> <li><a href="..&#x2F;modules/cache-base.html">cache-base</a></li> <li><a href="..&#x2F;modules/cache-offline.html">cache-offline</a></li> <li><a href="..&#x2F;modules/cache-plugin.html">cache-plugin</a></li> <li><a href="..&#x2F;modules/calendar.html">calendar</a></li> <li><a href="..&#x2F;modules/calendar-base.html">calendar-base</a></li> <li><a href="..&#x2F;modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="..&#x2F;modules/charts.html">charts</a></li> <li><a href="..&#x2F;modules/charts-base.html">charts-base</a></li> <li><a href="..&#x2F;modules/charts-legend.html">charts-legend</a></li> <li><a href="..&#x2F;modules/classnamemanager.html">classnamemanager</a></li> <li><a href="..&#x2F;modules/clickable-rail.html">clickable-rail</a></li> <li><a href="..&#x2F;modules/collection.html">collection</a></li> <li><a href="..&#x2F;modules/console.html">console</a></li> <li><a href="..&#x2F;modules/console-filters.html">console-filters</a></li> <li><a href="..&#x2F;modules/cookie.html">cookie</a></li> <li><a href="..&#x2F;modules/createlink-base.html">createlink-base</a></li> <li><a href="..&#x2F;modules/dataschema.html">dataschema</a></li> <li><a href="..&#x2F;modules/dataschema-array.html">dataschema-array</a></li> <li><a href="..&#x2F;modules/dataschema-base.html">dataschema-base</a></li> <li><a href="..&#x2F;modules/dataschema-json.html">dataschema-json</a></li> <li><a href="..&#x2F;modules/dataschema-text.html">dataschema-text</a></li> <li><a href="..&#x2F;modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="..&#x2F;modules/datasource.html">datasource</a></li> <li><a href="..&#x2F;modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="..&#x2F;modules/datasource-cache.html">datasource-cache</a></li> <li><a href="..&#x2F;modules/datasource-function.html">datasource-function</a></li> <li><a href="..&#x2F;modules/datasource-get.html">datasource-get</a></li> <li><a href="..&#x2F;modules/datasource-io.html">datasource-io</a></li> <li><a href="..&#x2F;modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="..&#x2F;modules/datasource-local.html">datasource-local</a></li> <li><a href="..&#x2F;modules/datasource-polling.html">datasource-polling</a></li> <li><a href="..&#x2F;modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="..&#x2F;modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="..&#x2F;modules/datatable.html">datatable</a></li> <li><a href="..&#x2F;modules/datatable-base.html">datatable-base</a></li> <li><a href="..&#x2F;modules/datatable-base-deprecated.html">datatable-base-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-body.html">datatable-body</a></li> <li><a href="..&#x2F;modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="..&#x2F;modules/datatable-core.html">datatable-core</a></li> <li><a href="..&#x2F;modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="..&#x2F;modules/datatable-datasource-deprecated.html">datatable-datasource-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-deprecated.html">datatable-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-head.html">datatable-head</a></li> <li><a href="..&#x2F;modules/datatable-message.html">datatable-message</a></li> <li><a href="..&#x2F;modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="..&#x2F;modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="..&#x2F;modules/datatable-scroll-deprecated.html">datatable-scroll-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-sort.html">datatable-sort</a></li> <li><a href="..&#x2F;modules/datatable-sort-deprecated.html">datatable-sort-deprecated</a></li> <li><a href="..&#x2F;modules/datatable-table.html">datatable-table</a></li> <li><a href="..&#x2F;modules/datatype.html">datatype</a></li> <li><a href="..&#x2F;modules/datatype-date.html">datatype-date</a></li> <li><a href="..&#x2F;modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="..&#x2F;modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="..&#x2F;modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="..&#x2F;modules/datatype-number.html">datatype-number</a></li> <li><a href="..&#x2F;modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="..&#x2F;modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="..&#x2F;modules/datatype-xml.html">datatype-xml</a></li> <li><a href="..&#x2F;modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="..&#x2F;modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="..&#x2F;modules/dd.html">dd</a></li> <li><a href="..&#x2F;modules/dd-constrain.html">dd-constrain</a></li> <li><a href="..&#x2F;modules/dd-ddm.html">dd-ddm</a></li> <li><a href="..&#x2F;modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="..&#x2F;modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="..&#x2F;modules/dd-delegate.html">dd-delegate</a></li> <li><a href="..&#x2F;modules/dd-drag.html">dd-drag</a></li> <li><a href="..&#x2F;modules/dd-drop.html">dd-drop</a></li> <li><a href="..&#x2F;modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="..&#x2F;modules/dd-gestures.html">dd-gestures</a></li> <li><a href="..&#x2F;modules/dd-plugin.html">dd-plugin</a></li> <li><a href="..&#x2F;modules/dd-proxy.html">dd-proxy</a></li> <li><a href="..&#x2F;modules/dd-scroll.html">dd-scroll</a></li> <li><a href="..&#x2F;modules/dial.html">dial</a></li> <li><a href="..&#x2F;modules/dom.html">dom</a></li> <li><a href="..&#x2F;modules/dom-base.html">dom-base</a></li> <li><a href="..&#x2F;modules/dom-screen.html">dom-screen</a></li> <li><a href="..&#x2F;modules/dom-style.html">dom-style</a></li> <li><a href="..&#x2F;modules/dump.html">dump</a></li> <li><a href="..&#x2F;modules/editor.html">editor</a></li> <li><a href="..&#x2F;modules/editor-base.html">editor-base</a></li> <li><a href="..&#x2F;modules/editor-bidi.html">editor-bidi</a></li> <li><a href="..&#x2F;modules/editor-br.html">editor-br</a></li> <li><a href="..&#x2F;modules/editor-lists.html">editor-lists</a></li> <li><a href="..&#x2F;modules/editor-para.html">editor-para</a></li> <li><a href="..&#x2F;modules/editor-para-base.html">editor-para-base</a></li> <li><a href="..&#x2F;modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="..&#x2F;modules/editor-tab.html">editor-tab</a></li> <li><a href="..&#x2F;modules/escape.html">escape</a></li> <li><a href="..&#x2F;modules/event.html">event</a></li> <li><a href="..&#x2F;modules/event-base.html">event-base</a></li> <li><a href="..&#x2F;modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="..&#x2F;modules/event-custom.html">event-custom</a></li> <li><a href="..&#x2F;modules/event-custom-base.html">event-custom-base</a></li> <li><a href="..&#x2F;modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="..&#x2F;modules/event-delegate.html">event-delegate</a></li> <li><a href="..&#x2F;modules/event-flick.html">event-flick</a></li> <li><a href="..&#x2F;modules/event-focus.html">event-focus</a></li> <li><a href="..&#x2F;modules/event-gestures.html">event-gestures</a></li> <li><a href="..&#x2F;modules/event-hover.html">event-hover</a></li> <li><a href="..&#x2F;modules/event-key.html">event-key</a></li> <li><a href="..&#x2F;modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="..&#x2F;modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="..&#x2F;modules/event-move.html">event-move</a></li> <li><a href="..&#x2F;modules/event-outside.html">event-outside</a></li> <li><a href="..&#x2F;modules/event-resize.html">event-resize</a></li> <li><a href="..&#x2F;modules/event-simulate.html">event-simulate</a></li> <li><a href="..&#x2F;modules/event-synthetic.html">event-synthetic</a></li> <li><a href="..&#x2F;modules/event-tap.html">event-tap</a></li> <li><a href="..&#x2F;modules/event-touch.html">event-touch</a></li> <li><a href="..&#x2F;modules/event-valuechange.html">event-valuechange</a></li> <li><a href="..&#x2F;modules/exec-command.html">exec-command</a></li> <li><a href="..&#x2F;modules/features.html">features</a></li> <li><a href="..&#x2F;modules/file.html">file</a></li> <li><a href="..&#x2F;modules/file-flash.html">file-flash</a></li> <li><a href="..&#x2F;modules/file-html5.html">file-html5</a></li> <li><a href="..&#x2F;modules/frame.html">frame</a></li> <li><a href="..&#x2F;modules/gesture-simulate.html">gesture-simulate</a></li> <li><a href="..&#x2F;modules/get.html">get</a></li> <li><a href="..&#x2F;modules/get-nodejs.html">get-nodejs</a></li> <li><a href="..&#x2F;modules/graphics.html">graphics</a></li> <li><a href="..&#x2F;modules/handlebars.html">handlebars</a></li> <li><a href="..&#x2F;modules/handlebars-base.html">handlebars-base</a></li> <li><a href="..&#x2F;modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="..&#x2F;modules/highlight.html">highlight</a></li> <li><a href="..&#x2F;modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="..&#x2F;modules/highlight-base.html">highlight-base</a></li> <li><a href="..&#x2F;modules/history.html">history</a></li> <li><a href="..&#x2F;modules/history-base.html">history-base</a></li> <li><a href="..&#x2F;modules/history-hash.html">history-hash</a></li> <li><a href="..&#x2F;modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="..&#x2F;modules/history-html5.html">history-html5</a></li> <li><a href="..&#x2F;modules/imageloader.html">imageloader</a></li> <li><a href="..&#x2F;modules/intl.html">intl</a></li> <li><a href="..&#x2F;modules/io.html">io</a></li> <li><a href="..&#x2F;modules/io-base.html">io-base</a></li> <li><a href="..&#x2F;modules/io-form.html">io-form</a></li> <li><a href="..&#x2F;modules/io-nodejs.html">io-nodejs</a></li> <li><a href="..&#x2F;modules/io-queue.html">io-queue</a></li> <li><a href="..&#x2F;modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="..&#x2F;modules/io-xdr.html">io-xdr</a></li> <li><a href="..&#x2F;modules/json.html">json</a></li> <li><a href="..&#x2F;modules/json-parse.html">json-parse</a></li> <li><a href="..&#x2F;modules/json-stringify.html">json-stringify</a></li> <li><a href="..&#x2F;modules/jsonp.html">jsonp</a></li> <li><a href="..&#x2F;modules/jsonp-url.html">jsonp-url</a></li> <li><a href="..&#x2F;modules/lazy-model-list.html">lazy-model-list</a></li> <li><a href="..&#x2F;modules/loader.html">loader</a></li> <li><a href="..&#x2F;modules/loader-base.html">loader-base</a></li> <li><a href="..&#x2F;modules/matrix.html">matrix</a></li> <li><a href="..&#x2F;modules/model.html">model</a></li> <li><a href="..&#x2F;modules/model-list.html">model-list</a></li> <li><a href="..&#x2F;modules/model-sync-rest.html">model-sync-rest</a></li> <li><a href="..&#x2F;modules/node.html">node</a></li> <li><a href="..&#x2F;modules/node-base.html">node-base</a></li> <li><a href="..&#x2F;modules/node-core.html">node-core</a></li> <li><a href="..&#x2F;modules/node-data.html">node-data</a></li> <li><a href="..&#x2F;modules/node-deprecated.html">node-deprecated</a></li> <li><a href="..&#x2F;modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="..&#x2F;modules/node-event-html5.html">node-event-html5</a></li> <li><a href="..&#x2F;modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="..&#x2F;modules/node-flick.html">node-flick</a></li> <li><a href="..&#x2F;modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="..&#x2F;modules/node-load.html">node-load</a></li> <li><a href="..&#x2F;modules/node-menunav.html">node-menunav</a></li> <li><a href="..&#x2F;modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="..&#x2F;modules/node-screen.html">node-screen</a></li> <li><a href="..&#x2F;modules/node-scroll-info.html">node-scroll-info</a></li> <li><a href="..&#x2F;modules/node-style.html">node-style</a></li> <li><a href="..&#x2F;modules/oop.html">oop</a></li> <li><a href="..&#x2F;modules/overlay.html">overlay</a></li> <li><a href="..&#x2F;modules/panel.html">panel</a></li> <li><a href="..&#x2F;modules/parallel.html">parallel</a></li> <li><a href="..&#x2F;modules/pjax.html">pjax</a></li> <li><a href="..&#x2F;modules/pjax-base.html">pjax-base</a></li> <li><a href="..&#x2F;modules/pjax-content.html">pjax-content</a></li> <li><a href="..&#x2F;modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="..&#x2F;modules/plugin.html">plugin</a></li> <li><a href="..&#x2F;modules/pluginhost.html">pluginhost</a></li> <li><a href="..&#x2F;modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="..&#x2F;modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="..&#x2F;modules/profiler.html">profiler</a></li> <li><a href="..&#x2F;modules/querystring.html">querystring</a></li> <li><a href="..&#x2F;modules/querystring-parse.html">querystring-parse</a></li> <li><a href="..&#x2F;modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="..&#x2F;modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="..&#x2F;modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="..&#x2F;modules/queue-promote.html">queue-promote</a></li> <li><a href="..&#x2F;modules/range-slider.html">range-slider</a></li> <li><a href="..&#x2F;modules/recordset.html">recordset</a></li> <li><a href="..&#x2F;modules/recordset-base.html">recordset-base</a></li> <li><a href="..&#x2F;modules/recordset-filter.html">recordset-filter</a></li> <li><a href="..&#x2F;modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="..&#x2F;modules/recordset-sort.html">recordset-sort</a></li> <li><a href="..&#x2F;modules/resize.html">resize</a></li> <li><a href="..&#x2F;modules/resize-contrain.html">resize-contrain</a></li> <li><a href="..&#x2F;modules/resize-plugin.html">resize-plugin</a></li> <li><a href="..&#x2F;modules/resize-proxy.html">resize-proxy</a></li> <li><a href="..&#x2F;modules/rollup.html">rollup</a></li> <li><a href="..&#x2F;modules/router.html">router</a></li> <li><a href="..&#x2F;modules/scrollview.html">scrollview</a></li> <li><a href="..&#x2F;modules/scrollview-base.html">scrollview-base</a></li> <li><a href="..&#x2F;modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="..&#x2F;modules/scrollview-list.html">scrollview-list</a></li> <li><a href="..&#x2F;modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="..&#x2F;modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="..&#x2F;modules/selection.html">selection</a></li> <li><a href="..&#x2F;modules/selector-css2.html">selector-css2</a></li> <li><a href="..&#x2F;modules/selector-css3.html">selector-css3</a></li> <li><a href="..&#x2F;modules/selector-native.html">selector-native</a></li> <li><a href="..&#x2F;modules/shim-plugin.html">shim-plugin</a></li> <li><a href="..&#x2F;modules/slider.html">slider</a></li> <li><a href="..&#x2F;modules/slider-base.html">slider-base</a></li> <li><a href="..&#x2F;modules/slider-value-range.html">slider-value-range</a></li> <li><a href="..&#x2F;modules/sortable.html">sortable</a></li> <li><a href="..&#x2F;modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="..&#x2F;modules/stylesheet.html">stylesheet</a></li> <li><a href="..&#x2F;modules/substitute.html">substitute</a></li> <li><a href="..&#x2F;modules/swf.html">swf</a></li> <li><a href="..&#x2F;modules/swfdetect.html">swfdetect</a></li> <li><a href="..&#x2F;modules/tabview.html">tabview</a></li> <li><a href="..&#x2F;modules/test.html">test</a></li> <li><a href="..&#x2F;modules/test-console.html">test-console</a></li> <li><a href="..&#x2F;modules/text.html">text</a></li> <li><a href="..&#x2F;modules/text-accentfold.html">text-accentfold</a></li> <li><a href="..&#x2F;modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="..&#x2F;modules/transition.html">transition</a></li> <li><a href="..&#x2F;modules/transition-timer.html">transition-timer</a></li> <li><a href="..&#x2F;modules/uploader.html">uploader</a></li> <li><a href="..&#x2F;modules/uploader-deprecated.html">uploader-deprecated</a></li> <li><a href="..&#x2F;modules/uploader-flash.html">uploader-flash</a></li> <li><a href="..&#x2F;modules/uploader-html5.html">uploader-html5</a></li> <li><a href="..&#x2F;modules/uploader-queue.html">uploader-queue</a></li> <li><a href="..&#x2F;modules/view.html">view</a></li> <li><a href="..&#x2F;modules/view-node-map.html">view-node-map</a></li> <li><a href="..&#x2F;modules/widget.html">widget</a></li> <li><a href="..&#x2F;modules/widget-anim.html">widget-anim</a></li> <li><a href="..&#x2F;modules/widget-autohide.html">widget-autohide</a></li> <li><a href="..&#x2F;modules/widget-base.html">widget-base</a></li> <li><a href="..&#x2F;modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="..&#x2F;modules/widget-buttons.html">widget-buttons</a></li> <li><a href="..&#x2F;modules/widget-child.html">widget-child</a></li> <li><a href="..&#x2F;modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="..&#x2F;modules/widget-locale.html">widget-locale</a></li> <li><a href="..&#x2F;modules/widget-modality.html">widget-modality</a></li> <li><a href="..&#x2F;modules/widget-parent.html">widget-parent</a></li> <li><a href="..&#x2F;modules/widget-position.html">widget-position</a></li> <li><a href="..&#x2F;modules/widget-position-align.html">widget-position-align</a></li> <li><a href="..&#x2F;modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="..&#x2F;modules/widget-skin.html">widget-skin</a></li> <li><a href="..&#x2F;modules/widget-stack.html">widget-stack</a></li> <li><a href="..&#x2F;modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="..&#x2F;modules/widget-uievents.html">widget-uievents</a></li> <li><a href="..&#x2F;modules/yql.html">yql</a></li> <li><a href="..&#x2F;modules/yql-nodejs.html">yql-nodejs</a></li> <li><a href="..&#x2F;modules/yql-winjs.html">yql-winjs</a></li> <li><a href="..&#x2F;modules/yui.html">yui</a></li> <li><a href="..&#x2F;modules/yui-base.html">yui-base</a></li> <li><a href="..&#x2F;modules/yui-later.html">yui-later</a></li> <li><a href="..&#x2F;modules/yui-log.html">yui-log</a></li> <li><a href="..&#x2F;modules/yui-throttle.html">yui-throttle</a></li> <li><a href="..&#x2F;modules/yui3.html">yui3</a></li> </ul> <ul id="api-everything" class="apis everything aui-tabview-content-item"> <li class="message">Begin typing in the search box above to see results.</li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> </div> <div class="apidocs"> <div id="docs-main" class="content"> <h1>AutoCompleteFilters Class</h1> <div class="box meta"> <div class="foundat"> Defined in: <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l1"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:1</code></a> </div> </div> <div class="box intro"> <p>Provides pre-built result matching filters for AutoComplete.</p> </div> <div id="classdocs" class="tabview"> <ul class="aui-tabview-list aui-widget-hd api-class-tabs tabs" id="api-class-tabview-list"> <li class="yui3-tab api-class-tab index"><a class="aui-tab-label" href="#index">Index</a></li> <li class="aui-tab api-class-tab methods"><a class="aui-tab-label" href="#methods">Methods</a></li> </ul> <div class="aui-tabview-content aui-widget-bd" id="api-class-tabview-panel"> <div id="index" class="aui-tabview-content-item api-class-tabpanel index"> <h2 class="off-left">Item Index</h2> <div class="index-section methods"> <h3>Methods</h3> <ul class="index-list methods"> <li class="index-item method"> <a href="#method_charMatch">charMatch</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_charMatchCase">charMatchCase</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_charMatchFold">charMatchFold</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_phraseMatch">phraseMatch</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_phraseMatchCase">phraseMatchCase</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_phraseMatchFold">phraseMatchFold</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_startsWith">startsWith</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_startsWithCase">startsWithCase</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_startsWithFold">startsWithFold</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_subWordMatch">subWordMatch</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_subWordMatchCase">subWordMatchCase</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_subWordMatchFold">subWordMatchFold</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_wordMatch">wordMatch</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_wordMatchCase">wordMatchCase</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_wordMatchFold">wordMatchFold</a> <span class="flag static">static</span> </li> </ul> </div> </div> <div id="methods" class="aui-tabview-content-item api-class-tabpanel"> <h2 class="off-left">Methods</h2> <div id="method_charMatch" class="method item"> <h3 class="name"><code>charMatch</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l17"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:17</code></a> </p> </div> <div class="description"> <p>Returns an array of results that contain all of the characters in the query, in any order (not necessarily consecutive). Case-insensitive.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_charMatchCase" class="method item"> <h3 class="name"><code>charMatchCase</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l49"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:49</code></a> </p> </div> <div class="description"> <p>Case-sensitive version of <code>charMatch()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_charMatchFold" class="method item"> <h3 class="name"><code>charMatchFold</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p>Provided by the <a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a> module.</p> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters-accentfold.js.html#l23"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters-accentfold.js:23</code></a> </p> </div> <div class="description"> <p>Accent folding version of <code>charMatch()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_phraseMatch" class="method item"> <h3 class="name"><code>phraseMatch</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l62"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:62</code></a> </p> </div> <div class="description"> <p>Returns an array of results that contain the complete query as a phrase. Case-insensitive.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_phraseMatchCase" class="method item"> <h3 class="name"><code>phraseMatchCase</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l87"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:87</code></a> </p> </div> <div class="description"> <p>Case-sensitive version of <code>phraseMatch()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_phraseMatchFold" class="method item"> <h3 class="name"><code>phraseMatchFold</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p>Provided by the <a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a> module.</p> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters-accentfold.js.html#l46"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters-accentfold.js:46</code></a> </p> </div> <div class="description"> <p>Accent folding version of <code>phraseMatch()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_startsWith" class="method item"> <h3 class="name"><code>startsWith</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l100"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:100</code></a> </p> </div> <div class="description"> <p>Returns an array of results that start with the complete query as a phrase. Case-insensitive.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_startsWithCase" class="method item"> <h3 class="name"><code>startsWithCase</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l125"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:125</code></a> </p> </div> <div class="description"> <p>Case-sensitive version of <code>startsWith()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_startsWithFold" class="method item"> <h3 class="name"><code>startsWithFold</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p>Provided by the <a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a> module.</p> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters-accentfold.js.html#l65"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters-accentfold.js:65</code></a> </p> </div> <div class="description"> <p>Accent folding version of <code>startsWith()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_subWordMatch" class="method item"> <h3 class="name"><code>subWordMatch</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l138"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:138</code></a> </p> </div> <div class="description"> <p>Returns an array of results in which all the words of the query match either whole words or parts of words in the result. Non-word characters like whitespace and certain punctuation are ignored. Case-insensitive.</p> <p>This is basically a combination of <code>wordMatch()</code> (by ignoring whitespace and word order) and <code>phraseMatch()</code> (by allowing partial matching instead of requiring the entire word to match).</p> <p>Example use case: Trying to find personal names independently of name order (Western or Eastern order) and supporting immediate feedback by allowing partial occurences. So queries like "J. Doe", "Doe, John", and "J. D." would all match "John Doe".</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_subWordMatchCase" class="method item"> <h3 class="name"><code>subWordMatchCase</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l178"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:178</code></a> </p> </div> <div class="description"> <p>Case-sensitive version of <code>subWordMatch()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_subWordMatchFold" class="method item"> <h3 class="name"><code>subWordMatchFold</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p>Provided by the <a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a> module.</p> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters-accentfold.js.html#l84"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters-accentfold.js:84</code></a> </p> </div> <div class="description"> <p>Accent folding version of <code>subWordMatch()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_wordMatch" class="method item"> <h3 class="name"><code>wordMatch</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l191"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:191</code></a> </p> </div> <div class="description"> <p>Returns an array of results that contain all of the words in the query, in any order. Non-word characters like whitespace and certain punctuation are ignored. Case-insensitive.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_wordMatchCase" class="method item"> <h3 class="name"><code>wordMatchCase</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters.js.html#l222"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters.js:222</code></a> </p> </div> <div class="description"> <p>Case-sensitive version of <code>wordMatch()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> <div id="method_wordMatchFold" class="method item"> <h3 class="name"><code>wordMatchFold</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>query</code> </li> <li class="arg"> <code>results</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p>Provided by the <a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a> module.</p> <p> Defined in <a href="../..&#x2F;files&#x2F;lib_yui3_src_autocomplete_js_autocomplete-filters-accentfold.js.html#l107"><code>lib&#x2F;yui3&#x2F;src&#x2F;autocomplete&#x2F;js&#x2F;autocomplete-filters-accentfold.js:107</code></a> </p> </div> <div class="description"> <p>Accent folding version of <code>wordMatch()</code>.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">query</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Query to match</p> </div> </li> <li class="param"> <code class="param-name">results</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>Results to filter</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span>: Filtered results </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="..&#x2F;assets/js/yui-prettify.js"></script> <!--script src="..&#x2F;assets/js/tabs.js"></script--> <script src="..&#x2F;assets/../api.js"></script> <script src="..&#x2F;assets/js/api-filter.js"></script> <script src="..&#x2F;assets/js/api-list.js"></script> <script src="..&#x2F;assets/js/api-search.js"></script> <script src="..&#x2F;assets/js/apidocs.js"></script> </body> </html>
giros/alloy-ui
api/classes/AutoCompleteFilters.html
HTML
bsd-3-clause
134,782
<!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_16) on Thu Aug 06 18:12:56 PDT 2009 --> <TITLE> Uses of Package org.bioconductor.packages.caMachineLearning.service.globus.resource (CaMachineLearning API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Package org.bioconductor.packages.caMachineLearning.service.globus.resource (CaMachineLearning API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/bioconductor/packages/caMachineLearning/service/globus/resource/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>org.bioconductor.packages.caMachineLearning.service.globus.resource</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/bioconductor/packages/caMachineLearning/service/globus/resource/package-summary.html">org.bioconductor.packages.caMachineLearning.service.globus.resource</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.bioconductor.packages.caMachineLearning.context.service"><B>org.bioconductor.packages.caMachineLearning.context.service</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.bioconductor.packages.caMachineLearning.service"><B>org.bioconductor.packages.caMachineLearning.service</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.bioconductor.packages.caMachineLearning.service.globus.resource"><B>org.bioconductor.packages.caMachineLearning.service.globus.resource</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.bioconductor.packages.caMachineLearning.context.service"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/package-summary.html">org.bioconductor.packages.caMachineLearning.service.globus.resource</A> used by <A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/context/service/package-summary.html">org.bioconductor.packages.caMachineLearning.context.service</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/class-use/CaMachineLearningResourceHome.html#org.bioconductor.packages.caMachineLearning.context.service"><B>CaMachineLearningResourceHome</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DO NOT EDIT: This class is autogenerated! This class implements the resource home for the resource type represented by this service.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.bioconductor.packages.caMachineLearning.service"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/package-summary.html">org.bioconductor.packages.caMachineLearning.service.globus.resource</A> used by <A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/package-summary.html">org.bioconductor.packages.caMachineLearning.service</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/class-use/CaMachineLearningResourceHome.html#org.bioconductor.packages.caMachineLearning.service"><B>CaMachineLearningResourceHome</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DO NOT EDIT: This class is autogenerated! This class implements the resource home for the resource type represented by this service.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.bioconductor.packages.caMachineLearning.service.globus.resource"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/package-summary.html">org.bioconductor.packages.caMachineLearning.service.globus.resource</A> used by <A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/package-summary.html">org.bioconductor.packages.caMachineLearning.service.globus.resource</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/class-use/CaMachineLearningResource.html#org.bioconductor.packages.caMachineLearning.service.globus.resource"><B>CaMachineLearningResource</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The implementation of this CaMachineLearningResource type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/class-use/CaMachineLearningResourceBase.html#org.bioconductor.packages.caMachineLearning.service.globus.resource"><B>CaMachineLearningResourceBase</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DO NOT EDIT: This class is autogenerated! This class is the base class of the resource type created for this service.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../../../org/bioconductor/packages/caMachineLearning/service/globus/resource/class-use/CaMachineLearningResourceConfiguration.html#org.bioconductor.packages.caMachineLearning.service.globus.resource"><B>CaMachineLearningResourceConfiguration</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DO NOT EDIT: This class is autogenerated! This class is used by the resource to get configuration information about the resource.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/bioconductor/packages/caMachineLearning/service/globus/resource/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
NCIP/bioconductor
services/caMachineLearning/caGrid/WebServiceJavaDoc/javadoc/org/bioconductor/packages/caMachineLearning/service/globus/resource/package-use.html
HTML
bsd-3-clause
11,382
<!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --><html><head><link rel="import" href="../../polymer/polymer.html"> <link rel="import" href="../paper-dialog-behavior.html"> <link rel="import" href="../paper-dialog-shared-styles.html"> </head><body><dom-module id="test-dialog"> <template> <style include="paper-dialog-shared-styles"></style> <content></content> </template> </dom-module> <script src="test-dialog.html.0.js"></script> </body></html>
fuzzdota/chromeapp-native-messaging-sample
app/bower_components/paper-dialog-behavior/test/test-dialog.html
HTML
bsd-3-clause
925
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.tsa.vector_ar.irf.IRAnalysis.errband_mc &#8212; statsmodels v0.10.0 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.tsa.vector_ar.irf.IRAnalysis.lr_effect_cov" href="statsmodels.tsa.vector_ar.irf.IRAnalysis.lr_effect_cov.html" /> <link rel="prev" title="statsmodels.tsa.vector_ar.irf.IRAnalysis.err_band_sz3" href="statsmodels.tsa.vector_ar.irf.IRAnalysis.err_band_sz3.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.tsa.vector_ar.irf.IRAnalysis.lr_effect_cov.html" title="statsmodels.tsa.vector_ar.irf.IRAnalysis.lr_effect_cov" accesskey="N">next</a> |</li> <li class="right" > <a href="statsmodels.tsa.vector_ar.irf.IRAnalysis.err_band_sz3.html" title="statsmodels.tsa.vector_ar.irf.IRAnalysis.err_band_sz3" accesskey="P">previous</a> |</li> <li><a href ="../install.html">Install</a></li> &nbsp;|&nbsp; <li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> &nbsp;|&nbsp; <li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> &nbsp;|&nbsp; <li><a href="../dev/index.html">Develop</a></li> &nbsp;|&nbsp; <li><a href="../examples/index.html">Examples</a></li> &nbsp;|&nbsp; <li><a href="../faq.html">FAQ</a></li> &nbsp;|&nbsp; <li class="nav-item nav-item-1"><a href="../vector_ar.html" >Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a> |</li> <li class="nav-item nav-item-2"><a href="statsmodels.tsa.vector_ar.irf.IRAnalysis.html" accesskey="U">statsmodels.tsa.vector_ar.irf.IRAnalysis</a> |</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-tsa-vector-ar-irf-iranalysis-errband-mc"> <h1>statsmodels.tsa.vector_ar.irf.IRAnalysis.errband_mc<a class="headerlink" href="#statsmodels-tsa-vector-ar-irf-iranalysis-errband-mc" title="Permalink to this headline">¶</a></h1> <p>method</p> <dl class="method"> <dt id="statsmodels.tsa.vector_ar.irf.IRAnalysis.errband_mc"> <code class="sig-prename descclassname">IRAnalysis.</code><code class="sig-name descname">errband_mc</code><span class="sig-paren">(</span><em class="sig-param">orth=False</em>, <em class="sig-param">svar=False</em>, <em class="sig-param">repl=1000</em>, <em class="sig-param">signif=0.05</em>, <em class="sig-param">seed=None</em>, <em class="sig-param">burn=100</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/tsa/vector_ar/irf.html#IRAnalysis.errband_mc"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.tsa.vector_ar.irf.IRAnalysis.errband_mc" title="Permalink to this definition">¶</a></dt> <dd><p>IRF Monte Carlo integrated error bands</p> </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.tsa.vector_ar.irf.IRAnalysis.err_band_sz3.html" title="previous chapter">statsmodels.tsa.vector_ar.irf.IRAnalysis.err_band_sz3</a></p> <h4>Next topic</h4> <p class="topless"><a href="statsmodels.tsa.vector_ar.irf.IRAnalysis.lr_effect_cov.html" title="next chapter">statsmodels.tsa.vector_ar.irf.IRAnalysis.lr_effect_cov</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.tsa.vector_ar.irf.IRAnalysis.errband_mc.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"> &#169; 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>
statsmodels/statsmodels.github.io
v0.10.0/generated/statsmodels.tsa.vector_ar.irf.IRAnalysis.errband_mc.html
HTML
bsd-3-clause
7,899
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>CmdLineSelect</title> <meta http-equiv="Content-Type" Content="text/html; charset=Windows-1251"> <link rel="stylesheet" type="text/css" href="../../styles/styles.css"> <script language="javascript" src='../links.js' type="text/javascript"></script> </head> <!-- History of modification: Date: Oct 30 1999 Author: Valentin Skirdin E-mail: [email protected] Date: Dec 4 1999 Author: Ivan Sintyurin E-mail: [email protected] ïåðåâåë --> <body> <h1>CmdLineSelect</h1> <div class=navbar> <a href="../index.html">ãëàâíàÿ</a> | <a href="index.html">ñòðóêòóðû</a><br> </div> <div class=shortdescr> Ñòðóêòóðà <dfn>CmdLineSelect</dfn> èñïîëüçóåòñÿ â ôóíêöèè <a href="../service_functions/control.html">Control</a> äëÿ âûäåëåíèÿ èëè ñíÿòèÿ âûäåëåíèÿ ñ òåêñòà â êîìàíäíîé ñòðîêå FAR'à, èëè äëÿ ïîëó÷åíèÿ èíôîðìàöèè î âûäåëåíèè. </div> <pre class=syntax> struct CmdLineSelect { int SelStart; int SelEnd; }; </pre> <h3>Ýëåìåíòû</h3> <div class=descr> <div class=dfn>SelStart</div> <div class=dfndescr>Íà÷àëüíàÿ ïîçèöèÿ âûäåëåíèÿ òåêñòà</div> <div class=dfn>SelEnd</div> <div class=dfndescr>Êîíå÷íàÿ ïîçèöèÿ âûäåëåíèÿ òåêñòà</div> </div> <h3>Çàìå÷àíèÿ</h3> <div class=descr> Äëÿ ñíÿòèÿ âûäåëåíèÿ óñòàíîâèòå SelStart è SelEnd â çíà÷åíèå -1. </div> <div class=see>Ñìîòðèòå òàêæå:</div><div class=seecont> <a href="index.html">ñòðóêòóðû</a> | <a href="../delphi/tcmdlineselect.html">TCmdLineSelect</a> | <a href="../service_functions/control.html#FCTL_GETCMDLINESELECTION">FCTL_GETCMDLINESELECTION</a> | <a href="../service_functions/control.html#FCTL_SETCMDLINESELECTION">FCTL_SETCMDLINESELECTION</a>. </div> </body> </html>
data-man/FarAS
enc/enc_rus/meta/structures/cmdlineselect.html
HTML
bsd-3-clause
1,737
{% load i18n %} {% load hq_shared_tags %} <script> $(function () { function showReadable() { $('.form-data-raw').hide(); $('.form-data-readable').show(); } function showRaw() { $('.form-data-readable').hide(); $('.form-data-raw').show(); } $('.showReadable').click(showReadable); $('.showRaw').click(showRaw); $('.formDisplayToggle a').click(function () { $(this).tab('show'); return false; }); // On page load, initially set show readable showReadable(); function showSkipped(show) { if (show) { $('.form-data-skipped').show(); $('.form-data-skipped-spacer').hide(); $('.form-data-hidden-values').each(function () { $(this).show(); }); } else { $('.form-data-skipped').hide(); $('.form-data-skipped-spacer').show(); $('.form-data-hidden-values').each(function () { var current = $(this).next(); while (current.is('.form-data-question')) { console.log(current); if (!current.is('.form-data-skipped')) { return; } current = current.next(); } $(this).hide(); }); } } $('.showSkippedToggle').change(function () { showSkipped($(this).is(':checked')); }).each(function () { if ($('.form-data-skipped').length == 0) { $(this).parent('label').hide(); } }); showSkipped(false); }); </script> {% if question_list_not_found %} <div class="row"> <div class="col-sm-6"> <div class="alert alert-warning clear-fix"> <strong>{{ question_list_not_found.message }}</strong> <br/> {% trans "All data is listed as Unrecognized Data." %} </div> </div> </div> {% else %} <ul class="nav nav-pills formDisplayToggle" style="margin: 10px 0;"> <li class="active"><a href="#" class="showReadable">{% trans "Labels" %}</a></li> <li><a href="#" class="showRaw">{% trans "Question IDs" %}</a></li> </ul> <div class="checkbox"> <label> <input type="checkbox" class="showSkippedToggle"/> {% trans "Show questions in form that were not shown to the user" %} <span class="hq-help-template" data-title="{% trans "Questions not shown to the user" %}" data-content="{% trans "These questions were not shown to the user because their display conditions were not met." %}" ></span> </label> </div> {% endif %} <div class="row"> <div class="col-sm-12"> <table class="table table-bordered form-data-table"> <tr> <th class="col-sm-6"> <span class="form-data-readable">{% trans "Question" %}</span> <span class="form-data-raw">{% trans "Question ID" %}</span> </th> <th class="col-sm-6">{% trans "Response" %}</th> </tr> {% include 'reports/form/partials/single_form_tree.html' %} </table> </div> </div>
qedsoftware/commcare-hq
corehq/apps/reports/templates/reports/form/partials/readable_form.html
HTML
bsd-3-clause
3,202