text
stringlengths
2
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Sortable</title> <link rel="stylesheet" href="scss/theme/theme.scss"> <link rel="stylesheet" href="scss/app.scss"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"> </head> <body class="app-container"> <div id="app" class="app-frame"> <!-- Navbar --> <nav class="navbar"> <h1 class="brand">Sortable</h1> </nav> <!-- Page --> <main class="page"> <!-- Sortable --> <h3>Rank Your Favorite Food:</h3> <div class="sortable"> <span class="sr-only assistive" aria-live="assertive"></span> <span id="sortable-space" class="sr-only">Press spacebar to reorder</span> <ul> <li tabindex="0" draggable="true" data-sortable aria-describedby="sortable-space"> <i class="fas fa-sort" aria-hidden="true"></i> Tacos <span aria-hidden="true">🌮</span> </li> <li tabindex="0" draggable="true" data-sortable aria-describedby="sortable-space"> <i class="fas fa-sort" aria-hidden="true"></i> Burritos <span aria-hidden="true">🌯</span> </li> <li tabindex="0" draggable="true" data-sortable aria-describedby="sortable-space"> <i class="fas fa-sort" aria-hidden="true"></i> Pizza <span aria-hidden="true">🍕</span> </li> <li tabindex="0" draggable="true" data-sortable aria-describedby="sortable-space"> <i class="fas fa-sort" aria-hidden="true"></i> Waffles <span aria-hidden="true">🥞</span> </li> <li tabindex="0" draggable="true" data-sortable aria-describedby="sortable-space"> <i class="fas fa-sort" aria-hidden="true"></i> Hot Dogs <span aria-hidden="true">🌭</span> </li> <li tabindex="0" draggable="true" data-sortable aria-describedby="sortable-space"> <i class="fas fa-sort" aria-hidden="true"></i> Hamburgers <span aria-hidden="true">🍔</span> </li> <li tabindex="0" draggable="true" data-sortable aria-describedby="sortable-space"> <i class="fas fa-sort" aria-hidden="true"></i> Broccoli <span aria-hidden="true">🥦</span> </li> </ul> </div> <hr> <!-- JSON --> <h4>JSON:</h4> <textarea id="json" class="json" readonly></textarea> </main> </div> <script src="js/app.js"></script> </body> </html>
{% if settings.ads.faucets[settings.site.coin.shortName] %} <div class='well'> <h3>Earn More {{settings.site.coin.shortName}}<br/><img src='/img/{{settings.site.coin.shortName}}.png' height='32' width='32'></h3> <p> {% for faucet in settings.ads.faucets[settings.site.coin.shortName] %} <a href='{{faucet.url}}' target='_blank'>{{faucet.name}}</a><br /> {% endfor %} </p> </div> {% endif %} <center class="banner"> <div> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:inline-block;width:300px;height:600px" data-ad-client="{{ settings.ads.google.publisher }}" data-ad-slot="{{ settings.ads.google.slots[2] }}"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </center> {% if settings.ads.faucets %} {% for coin in settings.ads.faucets %} {% if loop.key != settings.site.coin.shortName %} <div class='well'> <h3>{{loop.key}} Faucets<br/><img src='/img/{{loop.key}}.png' height='32' width='32'></h3> <p> {% for faucet in coin %} <a href='{{faucet.url}}' target='_blank'>{{faucet.name}}</a><br /> {% endfor %} </p> </div> {% endif %} {% endfor %} {% endif %}
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta name="note" content="environment=development"/><title data-react-helmet="true"></title><link rel="icon" href="/icons/icon-48x48.png?v=f395c09f04d23cc0148326e3bac08c12"/><link rel="manifest" href="/manifest.webmanifest"/><meta name="theme-color" content="#A00000"/><link rel="apple-touch-icon" sizes="48x48" href="/icons/icon-48x48.png?v=f395c09f04d23cc0148326e3bac08c12"/><link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.png?v=f395c09f04d23cc0148326e3bac08c12"/><link rel="apple-touch-icon" sizes="96x96" href="/icons/icon-96x96.png?v=f395c09f04d23cc0148326e3bac08c12"/><link rel="apple-touch-icon" sizes="144x144" href="/icons/icon-144x144.png?v=f395c09f04d23cc0148326e3bac08c12"/><link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png?v=f395c09f04d23cc0148326e3bac08c12"/><link rel="apple-touch-icon" sizes="256x256" href="/icons/icon-256x256.png?v=f395c09f04d23cc0148326e3bac08c12"/><link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.png?v=f395c09f04d23cc0148326e3bac08c12"/><link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.png?v=f395c09f04d23cc0148326e3bac08c12"/><script src="/socket.io/socket.io.js"></script></head><body><div id="___gatsby"></div><script src="/commons.js"></script></body></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_66) on Mon Jul 03 23:05:11 IST 2017 --> <title>CurrentDatetime (Apache Derby V10.13 Internals)</title> <meta name="date" content="2017-07-03"> <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="CurrentDatetime (Apache Derby V10.13 Internals)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/derby/impl/sql/execute/CreateViewConstantAction.html" title="class in org.apache.derby.impl.sql.execute"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentOfResultSet.html" title="class in org.apache.derby.impl.sql.execute"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/derby/impl/sql/execute/CurrentDatetime.html" target="_top">Frames</a></li> <li><a href="CurrentDatetime.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.derby.impl.sql.execute</div> <h2 title="Class CurrentDatetime" class="title">Class CurrentDatetime</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.derby.impl.sql.execute.CurrentDatetime</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">CurrentDatetime</span> extends java.lang.Object</pre> <div class="block">CurrentDatetime provides execution support for ensuring that the current datetime is evaluated only once for a statement. The same value is returned for every CURRENT_DATE, CURRENT_TIME, and CURRENT_TIMESTAMP in the statement. <p> This is expected to be used by an activation and its result set, and so 'forget' must be called whenever you want to reuse the CurrentDatetime object for additional executions of the statement.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.sql.Date</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#currentDate">currentDate</a></span></code> <div class="block">Holds the SQL DATE version of the current datetime.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.util.Date</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#currentDatetime">currentDatetime</a></span></code> <div class="block">Holds the current datetime on the first evaluation of a current function in a statement, which contains all available fields.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private java.sql.Time</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#currentTime">currentTime</a></span></code> <div class="block">Holds the SQL TIME version of the current datetime.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private java.sql.Timestamp</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#currentTimestamp">currentTimestamp</a></span></code> <div class="block">Holds the SQL TIMESTAMP version of the current datetime.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#CurrentDatetime--">CurrentDatetime</a></span>()</code> <div class="block">The constructor is public; note we wait until evaluation to put any values into the fields.</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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#forget--">forget</a></span>()</code> <div class="block">This is called prior to each execution of the statement, to ensure that it starts over with a new current datetime value.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>java.sql.Date</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#getCurrentDate--">getCurrentDate</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>java.sql.Time</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#getCurrentTime--">getCurrentTime</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>java.sql.Timestamp</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#getCurrentTimestamp--">getCurrentTimestamp</a></span>()</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentDatetime.html#setCurrentDatetime--">setCurrentDatetime</a></span>()</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="currentDatetime"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>currentDatetime</h4> <pre>private&nbsp;java.util.Date currentDatetime</pre> <div class="block">Holds the current datetime on the first evaluation of a current function in a statement, which contains all available fields.</div> </li> </ul> <a name="currentDate"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>currentDate</h4> <pre>private&nbsp;java.sql.Date currentDate</pre> <div class="block">Holds the SQL DATE version of the current datetime.</div> </li> </ul> <a name="currentTime"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>currentTime</h4> <pre>private&nbsp;java.sql.Time currentTime</pre> <div class="block">Holds the SQL TIME version of the current datetime.</div> </li> </ul> <a name="currentTimestamp"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>currentTimestamp</h4> <pre>private&nbsp;java.sql.Timestamp currentTimestamp</pre> <div class="block">Holds the SQL TIMESTAMP version of the current datetime.</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CurrentDatetime--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CurrentDatetime</h4> <pre>public&nbsp;CurrentDatetime()</pre> <div class="block">The constructor is public; note we wait until evaluation to put any values into the fields.</div> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setCurrentDatetime--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setCurrentDatetime</h4> <pre>private final&nbsp;void&nbsp;setCurrentDatetime()</pre> </li> </ul> <a name="getCurrentDate--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCurrentDate</h4> <pre>public&nbsp;java.sql.Date&nbsp;getCurrentDate()</pre> </li> </ul> <a name="getCurrentTime--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCurrentTime</h4> <pre>public&nbsp;java.sql.Time&nbsp;getCurrentTime()</pre> </li> </ul> <a name="getCurrentTimestamp--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCurrentTimestamp</h4> <pre>public&nbsp;java.sql.Timestamp&nbsp;getCurrentTimestamp()</pre> </li> </ul> <a name="forget--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>forget</h4> <pre>public&nbsp;void&nbsp;forget()</pre> <div class="block">This is called prior to each execution of the statement, to ensure that it starts over with a new current datetime value.</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="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">Built on Mon 2017-07-03 23:03:59+0530, from revision Unversioned directory</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/apache/derby/impl/sql/execute/CreateViewConstantAction.html" title="class in org.apache.derby.impl.sql.execute"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/apache/derby/impl/sql/execute/CurrentOfResultSet.html" title="class in org.apache.derby.impl.sql.execute"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/derby/impl/sql/execute/CurrentDatetime.html" target="_top">Frames</a></li> <li><a href="CurrentDatetime.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Apache Derby V10.13 Internals - <i>Copyright &copy; 2004,2016 The Apache Software Foundation. All Rights Reserved.</i></small></p> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <title>API Docs - Object : $anonType$9</title> <script src="../../html-template-resources/jquery.min.js"></script> <!-- BIO THEME START --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <!-- Latest compiled and minified JavaScript --> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script type="text/javascript" src="/js/ballerina-common.js"></script> <link rel="stylesheet" href="/css/ballerina-io.css"> <link rel="stylesheet" href="/css/ballerina-io-docs.css"> <link rel="stylesheet" href="/css/ballerina-io-api-new.css"> <style> .line-numbers-wrap { display: none; } </style> <!-- BIO THEME END --> <link rel="stylesheet" href="../../html-template-resources/semantic.min.css"> <link rel="stylesheet" href="../../html-template-resources/styles/css/styles.css"> <link rel="stylesheet" href="../../html-template-resources/styles/css/font.css"> <script src="../../html-template-resources/semantic.min.js"></script> <script src="../../vs/monaco.js"></script> </head> <body class="cBallerina-io"> <div class="row cBallerina-io-top-row"> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6"></div> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 cTopLineContainer"> <div class="cTopLine"></div> </div> </div> <div class="row cBallerina-io-Nav" id="iMainNavigation"> </div> <div class="clearfix"></div> <div class="navi-wrapper"> <div class="navi-wrapper-content"> <a href="../../index.html"> <img class="logo" src="../../html-template-resources/images/ballerina-logo.png"> </a> <div class="version">v1.0.0</div> <div class="primary-list"> <h3>Objects</h3> <ul> <li class="active"> <a href="$anonType$9.html">$anonType$9</a> </li> </ul> </div> <div class="ui divider"></div> <div class="primary-list module"> <a href="../../lang.xml/index.html"> <h3>lang.xml</h3> </a> <ul> <li> <a data="objects" href="../../lang.xml/index.html#objects">Objects</a> </li> <li> <a data="functions" href="../../lang.xml/index.html#functions">Functions</a> </li> <li> <a data="constants" href="../../lang.xml/index.html#constants">Constants</a> </li> <li> <a data="types" href="../../lang.xml/index.html#types">Types</a> </li> </ul> <div class="ui divider"></div> </div> <div class="primary-list module-list"> <h3>All Modules</h3> <ul> <li> <a href="../../auth/index.html">auth</a> </li> <li> <a href="../../cache/index.html">cache</a> </li> <li> <a href="../../config/index.html">config</a> </li> <li> <a href="../../crypto/index.html">crypto</a> </li> <li> <a href="../../docker/index.html">docker</a> </li> <li> <a href="../../encoding/index.html">encoding</a> </li> <li> <a href="../../file/index.html">file</a> </li> <li> <a href="../../filepath/index.html">filepath</a> </li> <li> <a href="../../grpc/index.html">grpc</a> </li> <li> <a href="../../http/index.html">http</a> </li> <li> <a href="../../io/index.html">io</a> </li> <li> <a href="../../istio/index.html">istio</a> </li> <li> <a href="../../java/index.html">java</a> </li> <li> <a href="../../java.arrays/index.html">java.arrays</a> </li> <li> <a href="../../java.jdbc/index.html">java.jdbc</a> </li> <li> <a href="../../jsonutils/index.html">jsonutils</a> </li> <li> <a href="../../jwt/index.html">jwt</a> </li> <li> <a href="../../kafka/index.html">kafka</a> </li> <li> <a href="../../kubernetes/index.html">kubernetes</a> </li> <li> <a href="../../lang.array/index.html">lang.array</a> </li> <li> <a href="../../lang.decimal/index.html">lang.decimal</a> </li> <li> <a href="../../lang.error/index.html">lang.error</a> </li> <li> <a href="../../lang.float/index.html">lang.float</a> </li> <li> <a href="../../lang.future/index.html">lang.future</a> </li> <li> <a href="../../lang.int/index.html">lang.int</a> </li> <li> <a href="../../lang.map/index.html">lang.map</a> </li> <li> <a href="../../lang.object/index.html">lang.object</a> </li> <li> <a href="../../lang.stream/index.html">lang.stream</a> </li> <li> <a href="../../lang.string/index.html">lang.string</a> </li> <li> <a href="../../lang.table/index.html">lang.table</a> </li> <li> <a href="../../lang.typedesc/index.html">lang.typedesc</a> </li> <li> <a href="../../lang.value/index.html">lang.value</a> </li> <li> <a href="../../lang.xml/index.html">lang.xml</a> </li> <li> <a href="../../log/index.html">log</a> </li> <li> <a href="../../math/index.html">math</a> </li> <li> <a href="../../mime/index.html">mime</a> </li> <li> <a href="../../nats/index.html">nats</a> </li> <li> <a href="../../oauth2/index.html">oauth2</a> </li> <li> <a href="../../observe/index.html">observe</a> </li> <li> <a href="../../openapi/index.html">openapi</a> </li> <li> <a href="../../openshift/index.html">openshift</a> </li> <li> <a href="../../reflect/index.html">reflect</a> </li> <li> <a href="../../runtime/index.html">runtime</a> </li> <li> <a href="../../socket/index.html">socket</a> </li> <li> <a href="../../streams/index.html">streams</a> </li> <li> <a href="../../stringutils/index.html">stringutils</a> </li> <li> <a href="../../system/index.html">system</a> </li> <li> <a href="../../task/index.html">task</a> </li> <li> <a href="../../test/index.html">test</a> </li> <li> <a href="../../time/index.html">time</a> </li> <li> <a href="../../transactions/index.html">transactions</a> </li> <li> <a href="../../xmlutils/index.html">xmlutils</a> </li> <li> <a href="../../xslt/index.html">xslt</a> </li> </ul> <div class="ui divider"></div> </div> </div> </div> <div class="ui vertical sidebar menu"> <div class="navi-wrapper-sidebar"> <div class="navi-wrapper-content"> <a href="../../index.html"> <img class="logo" src="../../html-template-resources/images/ballerina-logo.png"> </a> <div class="version">v1.0.0</div> <div class="primary-list"> <h3>Objects</h3> <ul> <li class="active"></li>> <a href="$anonType$9.html">$anonType$9</a> </li> </ul> </div> <div class="ui divider"></div> <div class="primary-list module"> <a href="../../lang.xml/index.html"> <h3>lang.xml</h3> </a> <ul> <li> <a data="objects" href="../../lang.xml/index.html#objects">Objects</a> </li> <li> <a data="functions" href="../../lang.xml/index.html#functions">Functions</a> </li> <li> <a data="constants" href="../../lang.xml/index.html#constants">Constants</a> </li> <li> <a data="types" href="../../lang.xml/index.html#types">Types</a> </li> </ul> <div class="ui divider"></div> </div> <div class="primary-list module-list"> <h3>All Modules</h3> <ul> <li> <a href="../../auth/index.html">auth</a> </li> <li> <a href="../../cache/index.html">cache</a> </li> <li> <a href="../../config/index.html">config</a> </li> <li> <a href="../../crypto/index.html">crypto</a> </li> <li> <a href="../../docker/index.html">docker</a> </li> <li> <a href="../../encoding/index.html">encoding</a> </li> <li> <a href="../../file/index.html">file</a> </li> <li> <a href="../../filepath/index.html">filepath</a> </li> <li> <a href="../../grpc/index.html">grpc</a> </li> <li> <a href="../../http/index.html">http</a> </li> <li> <a href="../../io/index.html">io</a> </li> <li> <a href="../../istio/index.html">istio</a> </li> <li> <a href="../../java/index.html">java</a> </li> <li> <a href="../../java.arrays/index.html">java.arrays</a> </li> <li> <a href="../../java.jdbc/index.html">java.jdbc</a> </li> <li> <a href="../../jsonutils/index.html">jsonutils</a> </li> <li> <a href="../../jwt/index.html">jwt</a> </li> <li> <a href="../../kafka/index.html">kafka</a> </li> <li> <a href="../../kubernetes/index.html">kubernetes</a> </li> <li> <a href="../../lang.array/index.html">lang.array</a> </li> <li> <a href="../../lang.decimal/index.html">lang.decimal</a> </li> <li> <a href="../../lang.error/index.html">lang.error</a> </li> <li> <a href="../../lang.float/index.html">lang.float</a> </li> <li> <a href="../../lang.future/index.html">lang.future</a> </li> <li> <a href="../../lang.int/index.html">lang.int</a> </li> <li> <a href="../../lang.map/index.html">lang.map</a> </li> <li> <a href="../../lang.object/index.html">lang.object</a> </li> <li> <a href="../../lang.stream/index.html">lang.stream</a> </li> <li> <a href="../../lang.string/index.html">lang.string</a> </li> <li> <a href="../../lang.table/index.html">lang.table</a> </li> <li> <a href="../../lang.typedesc/index.html">lang.typedesc</a> </li> <li> <a href="../../lang.value/index.html">lang.value</a> </li> <li> <a href="../../lang.xml/index.html">lang.xml</a> </li> <li> <a href="../../log/index.html">log</a> </li> <li> <a href="../../math/index.html">math</a> </li> <li> <a href="../../mime/index.html">mime</a> </li> <li> <a href="../../nats/index.html">nats</a> </li> <li> <a href="../../oauth2/index.html">oauth2</a> </li> <li> <a href="../../observe/index.html">observe</a> </li> <li> <a href="../../openapi/index.html">openapi</a> </li> <li> <a href="../../openshift/index.html">openshift</a> </li> <li> <a href="../../reflect/index.html">reflect</a> </li> <li> <a href="../../runtime/index.html">runtime</a> </li> <li> <a href="../../socket/index.html">socket</a> </li> <li> <a href="../../streams/index.html">streams</a> </li> <li> <a href="../../stringutils/index.html">stringutils</a> </li> <li> <a href="../../system/index.html">system</a> </li> <li> <a href="../../task/index.html">task</a> </li> <li> <a href="../../test/index.html">test</a> </li> <li> <a href="../../time/index.html">time</a> </li> <li> <a href="../../transactions/index.html">transactions</a> </li> <li> <a href="../../xmlutils/index.html">xmlutils</a> </li> <li> <a href="../../xslt/index.html">xslt</a> </li> </ul> <div class="ui divider"></div> </div> </div> </div> </div> <div class="content-wrapper pusher"> <div> <a class="toc item"> <img src="../../html-template-resources/images/menu.svg"> </a> </div> <div class="main-wrapper"> <h1> <a class="breadcrumb-home" href="../../index.html"> <img class="breadcrumb-home-icon" src="../../html-template-resources/images/home.svg"> </a> <span class="title-type">Object - </span> <a href="../../lang.xml/index.html">lang.xml</a> : <span class="objects">$anonType$9</span> </h1> <p></p> <div class="constants"> <div class="method-sum"> <h2>Methods</h2> <div class="method-list"> <a href="#next"> <div class="param-sum"> <div class="param-name"> next </div> <div class="param-details"> </div> </div> </a> </div> </div> <div class="method-content"> <div class="main-method-title here" id="next" title="next"> <a class="url-link" href="#next"> <img class="url-link-img" src="../../html-template-resources/images/link.svg"> </a> <h2> next </h2> <span class="method-types"> <p>()</p> <b> returns </b><a href="../../lang.xml/records/$anonType$8.html">$anonType$8</a>? </span> </div> <p></p> <div class="returns-listing"> <ul> <li> <h3 class="type">Return Type</h3> (<span class="type"><a href="../../lang.xml/records/$anonType$8.html">$anonType$8</a>?</span>)</li> <li></li> </ul> </div> </div> </div> </div> </div> </body> <script> $(document) .ready(function() { // create sidebar and attach to menu open $('.ui.sidebar') .sidebar('attach events', '.toc.item') ; }) ; let mainNavLinks = document.querySelectorAll(".primary-list.module ul li a"); let mainSections = document.querySelectorAll(".main-wrapper section.method-content"); let lastId; let cur = []; let contentWrapper = document.querySelector(".content-wrapper"); contentWrapper.addEventListener("scroll", event => { let fromTop = contentWrapper.scrollTop; mainNavLinks.forEach(link => { let section = document.querySelector("#" + link.attributes.getNamedItem("data").textContent); if ( section.offsetTop <= fromTop && section.offsetTop + section.offsetHeight > fromTop ) { link.classList.add("current"); } else { link.classList.remove("current"); } }); }); </script> <script> window.onload = (event) => { ballerinaHighlighter.highlightSnippets(); }; </script>
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" /> <title>Legal Resource Registry</title> <link rel="stylesheet" href="../../../../../bower_components/octicons/octicons/octicons.css" type="text/css" /> <link rel="stylesheet" href="../../../../../screen.css" type="text/css" /> </head> <body> <div class="document" id="legal-resource-registry"> <h1 class="title">Legal Resource Registry</h1> <h2 class="subtitle" id="courts-tribunals-and-their-publishing-channels">— Courts, Tribunals, and their Publishing Channels —</h2> <div class="tabs container"> <div class="tab"><a href="../../../../../home.html">Home</a> </div><div class="tab selected"><a href="../../../../../index.html">Jurisdictions</a> </div><div class="tab"><a href="../../../../../contributors.html">Updating a Jurisdiction</a> </div><div class="tab"><a href="../../../../../developers.html">Developers</a> </div></div> <h4>People's Republic of China</h4><h3 title="Shandong">山东</h3><h2 title="Zaozhuang City">枣庄市</h2><div class="section" id="yichengqu"> <h1><span title="Yichengqu">峄城区 </span> </h1> <div class="back-button right container"> <a class="reference external image-reference" href="../index.html"><img alt="../../../../../graphics/circle-arrow-down-white.png" src="../../../../../graphics/circle-arrow-down-white.png" /></a> </div> <div class="back-button left container"> <a class="reference external image-reference" href="../index.html"><img alt="../../../../../graphics/circle-arrow-down-white.png" src="../../../../../graphics/circle-arrow-down-white.png" /></a> </div> <h3 class="court"><span title="District Court"><span>法院</span></span> </h3> <div class="court-id container"> <a class="bubble" href="https://github.com/fbennett/legal-resource-registry/tree/master/data/courts/cn/shandong/zao.zhuang.shi/yi.cheng.qu/fa.yuan/index.txt">cn:shandong:zao.zhuang.shi:yi.cheng.qu;fa.yuan</a></div> <div class="reporters container"> </div> </div></div> </div> </body> </html>
<!doctype html public "-//W3C//DTD HTML 4.0//EN"><html><head><title>JMP Output</title></head><body> <br> <br> <br> <br> <br> <br> <br> <br> <br> <h2>chr.=7-</h2> <h3>Oneway Analysis of b* By Genotype</h3> <h4>Means and Std Deviations</h4> <table border=1 cellpadding=2 cellspacing=1> <tr valign=top align=right><th align=left>Level<th>Number<th>Mean<th>Std Dev <tr valign=top align=right><td align=left>IL7-1<td>6<td>34.6800<td>3.4190 <tr valign=top align=right><td align=left>IL7-2<td>6<td>31.3317<td>2.8493 <tr valign=top align=right><td align=left>IL7-3<td>6<td>29.9817<td>1.7250 <tr valign=top align=right><td align=left>IL7-4<td>6<td>42.3733<td>7.9921 <tr valign=top align=right><td align=left>IL7-4-1<td>6<td>39.3650<td>6.4250 <tr valign=top align=right><td align=left>IL7-5<td>6<td>49.0250<td>10.7465 <tr valign=top align=right><td align=left>M82<td>24<td>37.1183<td>5.4481 </table><br> <br> <br> </body></html>
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from colorlib.com//polygon/adminty/default/form-select.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 15 Feb 2019 14:50:43 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head> <title>Adminty - Premium Admin Template by Colorlib </title> <!--[if lt IE 10]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content="#"> <meta name="keywords" content="Admin , Responsive, Landing, Bootstrap, App, Template, Mobile, iOS, Android, apple, creative app"> <meta name="author" content="#"> <link rel="icon" href="https://colorlib.com//polygon/adminty/files/assets/images/favicon.ico" type="image/x-icon"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="../files/bower_components/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../files/assets/icon/themify-icons/themify-icons.css"> <link rel="stylesheet" type="text/css" href="../files/assets/icon/icofont/css/icofont.css"> <link rel="stylesheet" type="text/css" href="../files/assets/icon/feather/css/feather.css"> <link rel="stylesheet" href="../files/bower_components/select2/css/select2.min.css" /> <link rel="stylesheet" type="text/css" href="../files/bower_components/bootstrap-multiselect/css/bootstrap-multiselect.css" /> <link rel="stylesheet" type="text/css" href="../files/bower_components/multiselect/css/multi-select.css" /> <link rel="stylesheet" type="text/css" href="../files/assets/css/style.css"> <link rel="stylesheet" type="text/css" href="../files/assets/css/jquery.mCustomScrollbar.css"> </head> <body> <div class="theme-loader"> <div class="ball-scale"> <div class='contain'> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> <div class="ring"><div class="frame"></div></div> </div> </div> </div> <div id="pcoded" class="pcoded"> <div class="theme-loader"> <div class="ball-scale"> <div class='contain'> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> <div class="ring"> <div class="frame"></div> </div> </div> </div> </div> <div id="pcoded" class="pcoded"> <div class="pcoded-overlay-box"></div> <div class="pcoded-container navbar-wrapper"> <nav class="navbar header-navbar pcoded-header"> <div class="navbar-wrapper"> <div class="navbar-logo"> <a class="mobile-menu" id="mobile-collapse" href="#!"> <i class="feather icon-menu"></i> </a> <a href="index.html"> <img class="img-fluid" src="../files/assets/images/logo.png" alt="Theme-Logo" /> </a> <a class="mobile-options"> <i class="feather icon-more-horizontal"></i> </a> </div> <div class="navbar-container container-fluid"> <ul class="nav-left"> <li class="header-search"> <div class="main-search morphsearch-search"> <div class="input-group"> <span class="input-group-addon search-close"><i class="feather icon-x"></i></span> <input type="text" class="form-control"> <span class="input-group-addon search-btn"><i class="feather icon-search"></i></span> </div> </div> </li> <li> <a href="#!" onclick="javascript:toggleFullScreen()"> <i class="feather icon-maximize full-screen"></i> </a> </li> </ul> <ul class="nav-right"> <li class="header-notification"> <div class="dropdown-primary dropdown"> <div class="dropdown-toggle" data-toggle="dropdown"> <i class="feather icon-bell"></i> <span class="badge bg-c-pink">5</span> </div> <ul class="show-notification notification-view dropdown-menu" data-dropdown-in="fadeIn" data-dropdown-out="fadeOut"> <li> <h6>Notifications</h6> <label class="label label-danger">New</label> </li> <li> <div class="media"> <img class="d-flex align-self-center img-radius" src="../files/assets/images/avatar-4.jpg" alt="Generic placeholder image"> <div class="media-body"> <h5 class="notification-user">John Doe</h5> <p class="notification-msg">Lorem ipsum dolor sit amet, consectetuer elit.</p> <span class="notification-time">30 minutes ago</span> </div> </div> </li> <li> <div class="media"> <img class="d-flex align-self-center img-radius" src="../files/assets/images/avatar-3.jpg" alt="Generic placeholder image"> <div class="media-body"> <h5 class="notification-user">Joseph William</h5> <p class="notification-msg">Lorem ipsum dolor sit amet, consectetuer elit.</p> <span class="notification-time">30 minutes ago</span> </div> </div> </li> <li> <div class="media"> <img class="d-flex align-self-center img-radius" src="../files/assets/images/avatar-4.jpg" alt="Generic placeholder image"> <div class="media-body"> <h5 class="notification-user">Sara Soudein</h5> <p class="notification-msg">Lorem ipsum dolor sit amet, consectetuer elit.</p> <span class="notification-time">30 minutes ago</span> </div> </div> </li> </ul> </div> </li> <li class="header-notification"> <div class="dropdown-primary dropdown"> <div class="displayChatbox dropdown-toggle" data-toggle="dropdown"> <i class="feather icon-message-square"></i> <span class="badge bg-c-green">3</span> </div> </div> </li> <li class="user-profile header-notification"> <div class="dropdown-primary dropdown"> <div class="dropdown-toggle" data-toggle="dropdown"> <img src="../files/assets/images/avatar-4.jpg" class="img-radius" alt="User-Profile-Image"> <span>John Doe</span> <i class="feather icon-chevron-down"></i> </div> <ul class="show-notification profile-notification dropdown-menu" data-dropdown-in="fadeIn" data-dropdown-out="fadeOut"> <li> <a href="#!"> <i class="feather icon-settings"></i> Settings </a> </li> <li> <a href="user-profile.html"> <i class="feather icon-user"></i> Profile </a> </li> <li> <a href="email-inbox.html"> <i class="feather icon-mail"></i> My Messages </a> </li> <li> <a href="auth-lock-screen.html"> <i class="feather icon-lock"></i> Lock Screen </a> </li> <li> <a href="auth-normal-sign-in.html"> <i class="feather icon-log-out"></i> Logout </a> </li> </ul> </div> </li> </ul> </div> </div> </nav> <div id="sidebar" class="users p-chat-user showChat"> <div class="had-container"> <div class="card card_main p-fixed users-main"> <div class="user-box"> <div class="chat-inner-header"> <div class="back_chatBox"> <div class="right-icon-control"> <input type="text" class="form-control search-text" placeholder="Search Friend" id="search-friends"> <div class="form-icon"> <i class="icofont icofont-search"></i> </div> </div> </div> </div> <div class="main-friend-list"> <div class="media userlist-box" data-id="1" data-status="online" data-username="Josephin Doe" data-toggle="tooltip" data-placement="left" title="Josephin Doe"> <a class="media-left" href="#!"> <img class="media-object img-radius img-radius" src="../files/assets/images/avatar-3.jpg" alt="Generic placeholder image "> <div class="live-status bg-success"></div> </a> <div class="media-body"> <div class="f-13 chat-header">Josephin Doe</div> </div> </div> <div class="media userlist-box" data-id="2" data-status="online" data-username="Lary Doe" data-toggle="tooltip" data-placement="left" title="Lary Doe"> <a class="media-left" href="#!"> <img class="media-object img-radius" src="../files/assets/images/avatar-2.jpg" alt="Generic placeholder image"> <div class="live-status bg-success"></div> </a> <div class="media-body"> <div class="f-13 chat-header">Lary Doe</div> </div> </div> <div class="media userlist-box" data-id="3" data-status="online" data-username="Alice" data-toggle="tooltip" data-placement="left" title="Alice"> <a class="media-left" href="#!"> <img class="media-object img-radius" src="../files/assets/images/avatar-4.jpg" alt="Generic placeholder image"> <div class="live-status bg-success"></div> </a> <div class="media-body"> <div class="f-13 chat-header">Alice</div> </div> </div> <div class="media userlist-box" data-id="4" data-status="online" data-username="Alia" data-toggle="tooltip" data-placement="left" title="Alia"> <a class="media-left" href="#!"> <img class="media-object img-radius" src="../files/assets/images/avatar-3.jpg" alt="Generic placeholder image"> <div class="live-status bg-success"></div> </a> <div class="media-body"> <div class="f-13 chat-header">Alia</div> </div> </div> <div class="media userlist-box" data-id="5" data-status="online" data-username="Suzen" data-toggle="tooltip" data-placement="left" title="Suzen"> <a class="media-left" href="#!"> <img class="media-object img-radius" src="../files/assets/images/avatar-2.jpg" alt="Generic placeholder image"> <div class="live-status bg-success"></div> </a> <div class="media-body"> <div class="f-13 chat-header">Suzen</div> </div> </div> </div> </div> </div> </div> </div> <div class="showChat_inner"> <div class="media chat-inner-header"> <a class="back_chatBox"> <i class="feather icon-chevron-left"></i> Josephin Doe </a> </div> <div class="media chat-messages"> <a class="media-left photo-table" href="#!"> <img class="media-object img-radius img-radius m-t-5" src="../files/assets/images/avatar-3.jpg" alt="Generic placeholder image"> </a> <div class="media-body chat-menu-content"> <div class=""> <p class="chat-cont">I'm just looking around. Will you tell me something about yourself?</p> <p class="chat-time">8:20 a.m.</p> </div> </div> </div> <div class="media chat-messages"> <div class="media-body chat-menu-reply"> <div class=""> <p class="chat-cont">I'm just looking around. Will you tell me something about yourself?</p> <p class="chat-time">8:20 a.m.</p> </div> </div> <div class="media-right photo-table"> <a href="#!"> <img class="media-object img-radius img-radius m-t-5" src="../files/assets/images/avatar-4.jpg" alt="Generic placeholder image"> </a> </div> </div> <div class="chat-reply-box p-b-20"> <div class="right-icon-control"> <input type="text" class="form-control search-text" placeholder="Share Your Thoughts"> <div class="form-icon"> <i class="feather icon-navigation"></i> </div> </div> </div> </div> <div class="pcoded-main-container"> <div class="pcoded-wrapper"> <nav class="pcoded-navbar"> <div class="pcoded-inner-navbar main-menu"> <div class="pcoded-navigatio-lavel">Navigation</div> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-home"></i></span> <span class="pcoded-mtext">Dashboard</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="index.html"> <span class="pcoded-mtext">Default</span> </a> </li> <li class=""> <a href="dashboard-crm.html"> <span class="pcoded-mtext">CRM</span> </a> </li> <li class=" "> <a href="dashboard-analytics.html"> <span class="pcoded-mtext">Analytics</span> <span class="pcoded-badge label label-info ">NEW</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-sidebar"></i></span> <span class="pcoded-mtext">Page layouts</span> <span class="pcoded-badge label label-warning">NEW</span> </a> <ul class="pcoded-submenu"> <li class=" pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-mtext">Vertical</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="menu-static.html"> <span class="pcoded-mtext">Static Layout</span> </a> </li> <li class=" "> <a href="menu-header-fixed.html"> <span class="pcoded-mtext">Header Fixed</span> </a> </li> <li class=" "> <a href="menu-compact.html"> <span class="pcoded-mtext">Compact</span> </a> </li> <li class=" "> <a href="menu-sidebar.html"> <span class="pcoded-mtext">Sidebar Fixed</span> </a> </li> </ul> </li> <li class=" pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-mtext">Horizontal</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="menu-horizontal-static.html" target="_blank"> <span class="pcoded-mtext">Static Layout</span> </a> </li> <li class=" "> <a href="menu-horizontal-fixed.html" target="_blank"> <span class="pcoded-mtext">Fixed layout</span> </a> </li> <li class=" "> <a href="menu-horizontal-icon.html" target="_blank"> <span class="pcoded-mtext">Static With Icon</span> </a> </li> <li class=" "> <a href="menu-horizontal-icon-fixed.html" target="_blank"> <span class="pcoded-mtext">Fixed With Icon</span> </a> </li> </ul> </li> <li class=" "> <a href="menu-bottom.html"> <span class="pcoded-mtext">Bottom Menu</span> </a> </li> <li class=" "> <a href="box-layout.html" target="_blank"> <span class="pcoded-mtext">Box Layout</span> </a> </li> <li class=" "> <a href="menu-rtl.html" target="_blank"> <span class="pcoded-mtext">RTL</span> </a> </li> </ul> </li> <li class=""> <a href="navbar-light.html"> <span class="pcoded-micon"><i class="feather icon-menu"></i></span> <span class="pcoded-mtext">Navigation</span> </a> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-layers"></i></span> <span class="pcoded-mtext">Widget</span> <span class="pcoded-badge label label-danger">100+</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="widget-statistic.html"> <span class="pcoded-mtext">Statistic</span> </a> </li> <li class=" "> <a href="widget-data.html"> <span class="pcoded-mtext">Data</span> </a> </li> <li class=""> <a href="widget-chart.html"> <span class="pcoded-mtext">Chart Widget</span> </a> </li> </ul> </li> </ul> <div class="pcoded-navigatio-lavel">UI Element</div> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-box"></i></span> <span class="pcoded-mtext">Basic Components</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="alert.html"> <span class="pcoded-mtext">Alert</span> </a> </li> <li class=" "> <a href="breadcrumb.html"> <span class="pcoded-mtext">Breadcrumbs</span> </a> </li> <li class=" "> <a href="button.html"> <span class="pcoded-mtext">Button</span> </a> </li> <li class=" "> <a href="box-shadow.html"> <span class="pcoded-mtext">Box-Shadow</span> </a> </li> <li class=" "> <a href="accordion.html"> <span class="pcoded-mtext">Accordion</span> </a> </li> <li class=" "> <a href="generic-class.html"> <span class="pcoded-mtext">Generic Class</span> </a> </li> <li class=" "> <a href="tabs.html"> <span class="pcoded-mtext">Tabs</span> </a> </li> <li class=" "> <a href="color.html"> <span class="pcoded-mtext">Color</span> </a> </li> <li class=" "> <a href="label-badge.html"> <span class="pcoded-mtext">Label Badge</span> </a> </li> <li class=" "> <a href="progress-bar.html"> <span class="pcoded-mtext">Progress Bar</span> </a> </li> <li class=" "> <a href="preloader.html"> <span class="pcoded-mtext">Pre-Loader</span> </a> </li> <li class=" "> <a href="list.html"> <span class="pcoded-mtext">List</span> </a> </li> <li class=" "> <a href="tooltip.html"> <span class="pcoded-mtext">Tooltip And Popover</span> </a> </li> <li class=" "> <a href="typography.html"> <span class="pcoded-mtext">Typography</span> </a> </li> <li class=" "> <a href="other.html"> <span class="pcoded-mtext">Other</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-gitlab"></i></span> <span class="pcoded-mtext">Advance Components</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="draggable.html"> <span class="pcoded-mtext">Draggable</span> </a> </li> <li class=" "> <a href="bs-grid.html"> <span class="pcoded-mtext">Grid Stack</span> </a> </li> <li class=" "> <a href="light-box.html"> <span class="pcoded-mtext">Light Box</span> </a> </li> <li class=" "> <a href="modal.html"> <span class="pcoded-mtext">Modal</span> </a> </li> <li class=" "> <a href="notification.html"> <span class="pcoded-mtext">Notifications</span> </a> </li> <li class=" "> <a href="notify.html"> <span class="pcoded-mtext">PNOTIFY</span> <span class="pcoded-badge label label-info">NEW</span> </a> </li> <li class=" "> <a href="rating.html"> <span class="pcoded-mtext">Rating</span> </a> </li> <li class=" "> <a href="range-slider.html"> <span class="pcoded-mtext">Range Slider</span> </a> </li> <li class=" "> <a href="slider.html"> <span class="pcoded-mtext">Slider</span> </a> </li> <li class=" "> <a href="syntax-highlighter.html"> <span class="pcoded-mtext">Syntax Highlighter</span> </a> </li> <li class=" "> <a href="tour.html"> <span class="pcoded-mtext">Tour</span> </a> </li> <li class=" "> <a href="treeview.html"> <span class="pcoded-mtext">Tree View</span> </a> </li> <li class=" "> <a href="nestable.html"> <span class="pcoded-mtext">Nestable</span> </a> </li> <li class=" "> <a href="toolbar.html"> <span class="pcoded-mtext">Toolbar</span> </a> </li> <li class=" "> <a href="x-editable.html"> <span class="pcoded-mtext">X-Editable</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-package"></i></span> <span class="pcoded-mtext">Extra Components</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="session-timeout.html"> <span class="pcoded-mtext">Session Timeout</span> </a> </li> <li class=" "> <a href="session-idle-timeout.html"> <span class="pcoded-mtext">Session Idle Timeout</span> </a> </li> <li class=" "> <a href="offline.html"> <span class="pcoded-mtext">Offline</span> </a> </li> </ul> </li> <li class=" "> <a href="animation.html"> <span class="pcoded-micon"><i class="feather icon-aperture rotate-refresh"></i><b>A</b></span> <span class="pcoded-mtext">Animations</span> </a> </li> <li class=" "> <a href="sticky.html"> <span class="pcoded-micon"><i class="feather icon-cpu"></i></span> <span class="pcoded-mtext">Sticky Notes</span> <span class="pcoded-badge label label-danger">HOT</span> </a> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-command"></i></span> <span class="pcoded-mtext">Icons</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="icon-font-awesome.html"> <span class="pcoded-mtext">Font Awesome</span> </a> </li> <li class=" "> <a href="icon-themify.html"> <span class="pcoded-mtext">Themify</span> </a> </li> <li class=" "> <a href="icon-simple-line.html"> <span class="pcoded-mtext">Simple Line Icon</span> </a> </li> <li class=" "> <a href="icon-ion.html"> <span class="pcoded-mtext">Ion Icon</span> </a> </li> <li class=" "> <a href="icon-material-design.html"> <span class="pcoded-mtext">Material Design</span> </a> </li> <li class=" "> <a href="icon-icofonts.html"> <span class="pcoded-mtext">Ico Fonts</span> </a> </li> <li class=" "> <a href="icon-weather.html"> <span class="pcoded-mtext">Weather Icon</span> </a> </li> <li class=" "> <a href="icon-typicons.html"> <span class="pcoded-mtext">Typicons</span> </a> </li> <li class=" "> <a href="icon-flags.html"> <span class="pcoded-mtext">Flags</span> </a> </li> </ul> </li> </ul> <div class="pcoded-navigatio-lavel">Forms</div> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-clipboard"></i></span> <span class="pcoded-mtext">Form Components</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="form-elements-component.html"> <span class="pcoded-mtext">Form Components</span> </a> </li> <li class=" "> <a href="form-elements-add-on.html"> <span class="pcoded-mtext">Form-Elements-Add-On</span> </a> </li> <li class=" "> <a href="form-elements-advance.html"> <span class="pcoded-mtext">Form-Elements-Advance</span> </a> </li> <li class=" "> <a href="form-validation.html"> <span class="pcoded-mtext">Form Validation</span> </a> </li> </ul> </li> <li class=" "> <a href="form-picker.html"> <span class="pcoded-micon"><i class="feather icon-edit-1"></i></span> <span class="pcoded-mtext">Form Picker</span> <span class="pcoded-badge label label-warning">NEW</span> </a> </li> <li class="active"> <a href="form-select.html"> <span class="pcoded-micon"><i class="feather icon-feather"></i></span> <span class="pcoded-mtext">Form Select</span> </a> </li> <li class=" "> <a href="form-masking.html"> <span class="pcoded-micon"><i class="feather icon-shield"></i></span> <span class="pcoded-mtext">Form Masking</span> </a> </li> <li class=" "> <a href="form-wizard.html"> <span class="pcoded-micon"><i class="feather icon-tv"></i></span> <span class="pcoded-mtext">Form Wizard</span> </a> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-book"></i></span> <span class="pcoded-mtext">Ready To Use</span> <span class="pcoded-badge label label-danger">HOT</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="ready-cloned-elements-form.html"> <span class="pcoded-mtext">Cloned Elements Form</span> </a> </li> <li class=" "> <a href="ready-currency-form.html"> <span class="pcoded-mtext">Currency Form</span> </a> </li> <li class=" "> <a href="ready-form-booking.html"> <span class="pcoded-mtext">Booking Form</span> </a> </li> <li class=" "> <a href="ready-form-booking-multi-steps.html"> <span class="pcoded-mtext">Booking Multi Steps Form</span> </a> </li> <li class=" "> <a href="ready-form-comment.html"> <span class="pcoded-mtext">Comment Form</span> </a> </li> <li class=" "> <a href="ready-form-contact.html"> <span class="pcoded-mtext">Contact Form</span> </a> </li> <li class=" "> <a href="ready-job-application-form.html"> <span class="pcoded-mtext">Job Application Form</span> </a> </li> <li class=" "> <a href="ready-js-addition-form.html"> <span class="pcoded-mtext">JS Addition Form</span> </a> </li> <li class=" "> <a href="ready-login-form.html"> <span class="pcoded-mtext">Login Form</span> </a> </li> <li class=" "> <a href="ready-popup-modal-form.html" target="_blank"> <span class="pcoded-mtext">Popup Modal Form</span> </a> </li> <li class=" "> <a href="ready-registration-form.html"> <span class="pcoded-mtext">Registration Form</span> </a> </li> <li class=" "> <a href="ready-review-form.html"> <span class="pcoded-mtext">Review Form</span> </a> </li> <li class=" "> <a href="ready-subscribe-form.html"> <span class="pcoded-mtext">Subscribe Form</span> </a> </li> <li class=" "> <a href="ready-suggestion-form.html"> <span class="pcoded-mtext">Suggestion Form</span> </a> </li> <li class=" "> <a href="ready-tabs-form.html"> <span class="pcoded-mtext">Tabs Form</span> </a> </li> </ul> </li> </ul> <div class="pcoded-navigatio-lavel">Tables</div> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-credit-card"></i></span> <span class="pcoded-mtext">Bootstrap Table</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="bs-basic-table.html"> <span class="pcoded-mtext">Basic Table</span> </a> </li> <li class=" "> <a href="bs-table-sizing.html"> <span class="pcoded-mtext">Sizing Table</span> </a> </li> <li class=" "> <a href="bs-table-border.html"> <span class="pcoded-mtext">Border Table</span> </a> </li> <li class=" "> <a href="bs-table-styling.html"> <span class="pcoded-mtext">Styling Table</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-inbox"></i></span> <span class="pcoded-mtext">Data Table</span> <span class="pcoded-mcaret"></span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="dt-basic.html"> <span class="pcoded-mtext">Basic Initialization</span> </a> </li> <li class=" "> <a href="dt-advance.html"> <span class="pcoded-mtext">Advance Initialization</span> </a> </li> <li class=" "> <a href="dt-styling.html"> <span class="pcoded-mtext">Styling</span> </a> </li> <li class=" "> <a href="dt-api.html"> <span class="pcoded-mtext">API</span> </a> </li> <li class=" "> <a href="dt-ajax.html"> <span class="pcoded-mtext">Ajax</span> </a> </li> <li class=" "> <a href="dt-server-side.html"> <span class="pcoded-mtext">Server Side</span> </a> </li> <li class=" "> <a href="dt-plugin.html"> <span class="pcoded-mtext">Plug-In</span> </a> </li> <li class=" "> <a href="dt-data-sources.html"> <span class="pcoded-mtext">Data Sources</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-server"></i></span> <span class="pcoded-mtext">Data Table Extensions</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="dt-ext-autofill.html"> <span class="pcoded-mtext">AutoFill</span> </a> </li> <li class="pcoded-hasmenu"> <a href="javascript:void(0)"> <span class="pcoded-mtext">Button</span> </a> <ul class="pcoded-submenu"> <li class=" "> <a href="dt-ext-basic-buttons.html"> <span class="pcoded-mtext">Basic Button</span> </a> </li> <li class=" "> <a href="dt-ext-buttons-html-5-data-export.html"> <span class="pcoded-mtext">Html-5 Data Export</span> </a> </li> </ul> </li> <li class=" "> <a href="dt-ext-col-reorder.html"> <span class="pcoded-mtext">Col Reorder</span> </a> </li> <li class=" "> <a href="dt-ext-fixed-columns.html"> <span class="pcoded-mtext">Fixed Columns</span> </a> </li> <li class=" "> <a href="dt-ext-fixed-header.html"> <span class="pcoded-mtext">Fixed Header</span> </a> </li> <li class=" "> <a href="dt-ext-key-table.html"> <span class="pcoded-mtext">Key Table</span> </a> </li> <li class=" "> <a href="dt-ext-responsive.html"> <span class="pcoded-mtext">Responsive</span> </a> </li> <li class=" "> <a href="dt-ext-row-reorder.html"> <span class="pcoded-mtext">Row Reorder</span> </a> </li> <li class=" "> <a href="dt-ext-scroller.html"> <span class="pcoded-mtext">Scroller</span> </a> </li> <li class=" "> <a href="dt-ext-select.html"> <span class="pcoded-mtext">Select Table</span> </a> </li> </ul> </li> <li class=" "> <a href="foo-table.html"> <span class="pcoded-micon"><i class="feather icon-hash"></i></span> <span class="pcoded-mtext">FooTable</span> </a> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-airplay"></i></span> <span class="pcoded-mtext">Handson Table</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="handson-appearance.html"> <span class="pcoded-mtext">Appearance</span> </a> </li> <li class=""> <a href="handson-data-operation.html"> <span class="pcoded-mtext">Data Operation</span> </a> </li> <li class=""> <a href="handson-rows-cols.html"> <span class="pcoded-mtext">Rows Columns</span> </a> </li> <li class=""> <a href="handson-columns-only.html"> <span class="pcoded-mtext">Columns Only</span> </a> </li> <li class=""> <a href="handson-cell-features.html"> <span class="pcoded-mtext">Cell Features</span> </a> </li> <li class=""> <a href="handson-cell-types.html"> <span class="pcoded-mtext">Cell Types</span> </a> </li> <li class=""> <a href="handson-integrations.html"> <span class="pcoded-mtext">Integrations</span> </a> </li> <li class=""> <a href="handson-rows-only.html"> <span class="pcoded-mtext">Rows Only</span> </a> </li> <li class=""> <a href="handson-utilities.html"> <span class="pcoded-mtext">Utilities</span> </a> </li> </ul> </li> <li class=""> <a href="editable-table.html"> <span class="pcoded-micon"><i class="feather icon-edit"></i></span> <span class="pcoded-mtext">Editable Table</span> </a> </li> </ul> <div class="pcoded-navigatio-lavel">Chart And Maps</div> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-pie-chart"></i></span> <span class="pcoded-mtext">Charts</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="chart-google.html"> <span class="pcoded-mtext">Google Chart</span> </a> </li> <li class=""> <a href="chart-echart.html"> <span class="pcoded-mtext">Echarts</span> </a> </li> <li class=""> <a href="chart-chartjs.html"> <span class="pcoded-mtext">ChartJs</span> </a> </li> <li class=""> <a href="chart-list.html"> <span class="pcoded-mtext">List Chart</span> </a> </li> <li class=""> <a href="chart-float.html"> <span class="pcoded-mtext">Float Chart</span> </a> </li> <li class=""> <a href="chart-knob.html"> <span class="pcoded-mtext">Knob chart</span> </a> </li> <li class=""> <a href="chart-morris.html"> <span class="pcoded-mtext">Morris Chart</span> </a> </li> <li class=""> <a href="chart-nvd3.html"> <span class="pcoded-mtext">Nvd3 Chart</span> </a> </li> <li class=""> <a href="chart-peity.html"> <span class="pcoded-mtext">Peity Chart</span> </a> </li> <li class=""> <a href="chart-radial.html"> <span class="pcoded-mtext">Radial Chart</span> </a> </li> <li class=""> <a href="chart-rickshaw.html"> <span class="pcoded-mtext">Rickshaw Chart</span> </a> </li> <li class=""> <a href="chart-sparkline.html"> <span class="pcoded-mtext">Sparkline Chart</span> </a> </li> <li class=""> <a href="chart-c3.html"> <span class="pcoded-mtext">C3 Chart</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-map"></i></span> <span class="pcoded-mtext">Maps</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="map-google.html"> <span class="pcoded-mtext">Google Maps</span> </a> </li> <li class=""> <a href="map-vector.html"> <span class="pcoded-mtext">Vector Maps</span> </a> </li> <li class=""> <a href="map-api.html"> <span class="pcoded-mtext">Google Map Search API</span> </a> </li> <li class=""> <a href="location.html"> <span class="pcoded-mtext">Location</span> </a> </li> </ul> </li> <li class=""> <a href="https://colorlib.com//polygon/adminty/files/extra-pages/landingpage/index.html" target="_blank"> <span class="pcoded-micon"><i class="feather icon-navigation-2"></i></span> <span class="pcoded-mtext">Landing Page</span> </a> </li> </ul> <div class="pcoded-navigatio-lavel">Pages</div> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-unlock"></i></span> <span class="pcoded-mtext">Authentication</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="auth-normal-sign-in.html" target="_blank"> <span class="pcoded-mtext">Login With BG Image</span> </a> </li> <li class=""> <a href="auth-sign-in-social.html" target="_blank"> <span class="pcoded-mtext">Login With Social Icon</span> </a> </li> <li class=""> <a href="auth-sign-in-social-header-footer.html" target="_blank"> <span class="pcoded-mtext">Login Social With Header And Footer</span> </a> </li> <li class=""> <a href="auth-normal-sign-in-header-footer.html" target="_blank"> <span class="pcoded-mtext">Login With Header And Footer</span> </a> </li> <li class=""> <a href="auth-sign-up.html" target="_blank"> <span class="pcoded-mtext">Registration BG Image</span> </a> </li> <li class=""> <a href="auth-sign-up-social.html" target="_blank"> <span class="pcoded-mtext">Registration Social Icon</span> </a> </li> <li class=""> <a href="auth-sign-up-social-header-footer.html" target="_blank"> <span class="pcoded-mtext">Registration Social With Header And Footer</span> </a> </li> <li class=""> <a href="auth-sign-up-header-footer.html" target="_blank"> <span class="pcoded-mtext">Registration With Header And Footer</span> </a> </li> <li class=""> <a href="auth-multi-step-sign-up.html" target="_blank"> <span class="pcoded-mtext">Multi Step Registration</span> </a> </li> <li class=""> <a href="auth-reset-password.html" target="_blank"> <span class="pcoded-mtext">Forgot Password</span> </a> </li> <li class=""> <a href="auth-lock-screen.html" target="_blank"> <span class="pcoded-mtext">Lock Screen</span> </a> </li> <li class=""> <a href="auth-modal.html" target="_blank"> <span class="pcoded-mtext">Modal</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-sliders"></i></span> <span class="pcoded-mtext">Maintenance</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="error.html"> <span class="pcoded-mtext">Error</span> </a> </li> <li class=""> <a href="comming-soon.html"> <span class="pcoded-mtext">Comming Soon</span> </a> </li> <li class=""> <a href="offline-ui.html"> <span class="pcoded-mtext">Offline UI</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-users"></i></span> <span class="pcoded-mtext">User Profile</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="timeline.html"> <span class="pcoded-mtext">Timeline</span> </a> </li> <li class=""> <a href="timeline-social.html"> <span class="pcoded-mtext">Timeline Social</span> </a> </li> <li class=""> <a href="user-profile.html"> <span class="pcoded-mtext">User Profile</span> </a> </li> <li class=""> <a href="user-card.html"> <span class="pcoded-mtext">User Card</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-shopping-cart"></i></span> <span class="pcoded-mtext">E-Commerce</span> <span class="pcoded-badge label label-danger">NEW</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="product.html"> <span class="pcoded-mtext">Product</span> </a> </li> <li class=""> <a href="product-list.html"> <span class="pcoded-mtext">Product List</span> </a> </li> <li class=""> <a href="product-edit.html"> <span class="pcoded-mtext">Product Edit</span> </a> </li> <li class=""> <a href="product-detail.html"> <span class="pcoded-mtext">Product Detail</span> </a> </li> <li class=""> <a href="product-cart.html"> <span class="pcoded-mtext">Product Card</span> </a> </li> <li class=""> <a href="product-payment.html"> <span class="pcoded-mtext">Credit Card Form</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-mail"></i></span> <span class="pcoded-mtext">Email</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="email-compose.html"> <span class="pcoded-mtext">Compose Email</span> </a> </li> <li class=""> <a href="email-inbox.html"> <span class="pcoded-mtext">Inbox</span> </a> </li> <li class=""> <a href="email-read.html"> <span class="pcoded-mtext">Read Mail</span> </a> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-mtext">Email Template</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="https://colorlib.com//polygon/adminty/files/extra-pages/email-templates/email-welcome.html"> <span class="pcoded-mtext">Welcome Email</span> </a> </li> <li class=""> <a href="https://colorlib.com//polygon/adminty/files/extra-pages/email-templates/email-password.html"> <span class="pcoded-mtext">Reset Password</span> </a> </li> <li class=""> <a href="https://colorlib.com//polygon/adminty/files/extra-pages/email-templates/email-newsletter.html"> <span class="pcoded-mtext">Newsletter Email</span> </a> </li> <li class=""> <a href="https://colorlib.com//polygon/adminty/files/extra-pages/email-templates/email-launch.html"> <span class="pcoded-mtext">App Launch</span> </a> </li> <li class=""> <a href="https://colorlib.com//polygon/adminty/files/extra-pages/email-templates/email-activation.html"> <span class="pcoded-mtext">Activation Code</span> </a> </li> </ul> </li> </ul> </li> </ul> <div class="pcoded-navigatio-lavel">App</div> <ul class="pcoded-item pcoded-left-item"> <li class=" "> <a href="chat.html"> <span class="pcoded-micon"><i class="feather icon-message-square"></i></span> <span class="pcoded-mtext">Chat</span> </a> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-globe"></i></span> <span class="pcoded-mtext">Social</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="fb-wall.html"> <span class="pcoded-mtext">Wall</span> </a> </li> <li class=""> <a href="message.html"> <span class="pcoded-mtext">Messages</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-check-circle"></i></span> <span class="pcoded-mtext">Task</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="task-list.html"> <span class="pcoded-mtext">Task List</span> </a> </li> <li class=""> <a href="task-board.html"> <span class="pcoded-mtext">Task Board</span> </a> </li> <li class=""> <a href="task-detail.html"> <span class="pcoded-mtext">Task Detail</span> </a> </li> <li class=""> <a href="issue-list.html"> <span class="pcoded-mtext">Issue List</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-bookmark"></i></span> <span class="pcoded-mtext">To-Do</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="todo.html"> <span class="pcoded-mtext">To-Do</span> </a> </li> <li class=""> <a href="notes.html"> <span class="pcoded-mtext">Notes</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-image"></i></span> <span class="pcoded-mtext">Gallery</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="gallery-grid.html"> <span class="pcoded-mtext">Gallery-Grid</span> </a> </li> <li class=""> <a href="gallery-masonry.html"> <span class="pcoded-mtext">Masonry Gallery</span> </a> </li> <li class=""> <a href="gallery-advance.html"> <span class="pcoded-mtext">Advance Gallery</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-search"></i><b>S</b></span> <span class="pcoded-mtext">Search</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="search-result.html"> <span class="pcoded-mtext">Simple Search</span> </a> </li> <li class=""> <a href="search-result2.html"> <span class="pcoded-mtext">Grouping Search</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-award"></i></span> <span class="pcoded-mtext">Job Search</span> <span class="pcoded-badge label label-danger">NEW</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="job-card-view.html"> <span class="pcoded-mtext">Card View</span> </a> </li> <li class=""> <a href="job-details.html"> <span class="pcoded-mtext">Job Detailed</span> </a> </li> <li class=""> <a href="job-find.html"> <span class="pcoded-mtext">Job Find</span> </a> </li> <li class=""> <a href="job-panel-view.html"> <span class="pcoded-mtext">Job Panel View</span> </a> </li> </ul> </li> </ul> <div class="pcoded-navigatio-lavel">Extension</div> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-file-plus"></i></span> <span class="pcoded-mtext">Editor</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="ck-editor.html"> <span class="pcoded-mtext">CK-Editor</span> </a> </li> <li class=""> <a href="wysiwyg-editor.html"> <span class="pcoded-mtext">WYSIWYG Editor</span> </a> </li> <li class=""> <a href="ace-editor.html"> <span class="pcoded-mtext">Ace Editor</span> </a> </li> <li class=""> <a href="long-press-editor.html"> <span class="pcoded-mtext">Long Press Editor</span> </a> </li> </ul> </li> </ul> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-file-minus"></i></span> <span class="pcoded-mtext">Invoice</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="invoice.html"> <span class="pcoded-mtext">Invoice</span> </a> </li> <li class=""> <a href="invoice-summary.html"> <span class="pcoded-mtext">Invoice Summary</span> </a> </li> <li class=""> <a href="invoice-list.html"> <span class="pcoded-mtext">Invoice List</span> </a> </li> </ul> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-calendar"></i></span> <span class="pcoded-mtext">Event Calendar</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="event-full-calender.html"> <span class="pcoded-mtext">Full Calendar</span> </a> </li> <li class=""> <a href="event-clndr.html"> <span class="pcoded-mtext">CLNDER</span> <span class="pcoded-badge label label-info">NEW</span> </a> </li> </ul> </li> <li class=""> <a href="image-crop.html"> <span class="pcoded-micon"><i class="feather icon-scissors"></i></span> <span class="pcoded-mtext">Image Cropper</span> </a> </li> <li class=""> <a href="file-upload.html"> <span class="pcoded-micon"><i class="feather icon-upload-cloud"></i></span> <span class="pcoded-mtext">File Upload</span> </a> </li> <li class=""> <a href="change-loges.html"> <span class="pcoded-micon"><i class="feather icon-briefcase"></i><b>CL</b></span> <span class="pcoded-mtext">Change Loges</span> </a> </li> </ul> <div class="pcoded-navigatio-lavel">Other</div> <ul class="pcoded-item pcoded-left-item"> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-micon"><i class="feather icon-list"></i></span> <span class="pcoded-mtext">Menu Levels</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="javascript:void(0)"> <span class="pcoded-mtext">Menu Level 2.1</span> </a> </li> <li class="pcoded-hasmenu "> <a href="javascript:void(0)"> <span class="pcoded-mtext">Menu Level 2.2</span> </a> <ul class="pcoded-submenu"> <li class=""> <a href="javascript:void(0)"> <span class="pcoded-mtext">Menu Level 3.1</span> </a> </li> </ul> </li> <li class=""> <a href="javascript:void(0)"> <span class="pcoded-mtext">Menu Level 2.3</span> </a> </li> </ul> </li> <li class=""> <a href="javascript:void(0)" class="disabled"> <span class="pcoded-micon"><i class="feather icon-power"></i></span> <span class="pcoded-mtext">Disabled Menu</span> </a> </li> <li class=""> <a href="sample-page.html"> <span class="pcoded-micon"><i class="feather icon-watch"></i></span> <span class="pcoded-mtext">Sample Page</span> </a> </li> </ul> <div class="pcoded-navigatio-lavel">Support</div> <ul class="pcoded-item pcoded-left-item"> <li class=""> <a href="http://html.codedthemes.com/Adminty/doc" target="_blank"> <span class="pcoded-micon"><i class="feather icon-monitor"></i></span> <span class="pcoded-mtext">Documentation</span> </a> </li> <li class=""> <a href="#" target="_blank"> <span class="pcoded-micon"><i class="feather icon-help-circle"></i></span> <span class="pcoded-mtext">Submit Issue</span> </a> </li> </ul> </div> </nav> <div class="pcoded-content"> <div class="pcoded-inner-content"> <div class="main-body"> <div class="page-wrapper"> <div class="page-header"> <div class="row align-items-end"> <div class="col-lg-8"> <div class="page-header-title"> <div class="d-inline"> <h4>Form Select</h4> <span>Lorem ipsum dolor sit <code>amet</code>, consectetur adipisicing elit</span> </div> </div> </div> <div class="col-lg-4"> <div class="page-header-breadcrumb"> <ul class="breadcrumb-title"> <li class="breadcrumb-item"> <a href="index.html"> <i class="feather icon-home"></i> </a> </li> <li class="breadcrumb-item"><a href="#!">Form Select</a> </li> </ul> </div> </div> </div> </div> <div class="page-body"> <div class="row"> <div class="col-sm-12"> <div class="card"> <div class="card-header"> <h5>Default Select</h5> <span>Add class of <code>.form-control</code> with <code>&lt;input&gt;</code> tag</span> </div> <div class="card-block"> <div class="row"> <div class="col-sm-12 col-xl-3 m-b-30"> <h4 class="sub-title">Default Select</h4> <select name="select" class="form-control form-control-default"> <option value="opt1">Select One Value Only</option> <option value="opt2">Type 2</option> <option value="opt3">Type 3</option> <option value="opt4">Type 4</option> <option value="opt5">Type 5</option> <option value="opt6">Type 6</option> <option value="opt7">Type 7</option> <option value="opt8">Type 8</option> </select> </div> <div class="col-sm-12 col-xl-3 m-b-30"> <h4 class="sub-title">Primary Select</h4> <select name="select" class="form-control form-control-primary"> <option value="opt1">Select One Value Only</option> <option value="opt2">Type 2</option> <option value="opt3">Type 3</option> <option value="opt4">Type 4</option> <option value="opt5">Type 5</option> <option value="opt6">Type 6</option> <option value="opt7">Type 7</option> <option value="opt8">Type 8</option> </select> </div> <div class="col-sm-12 col-xl-3 m-b-30"> <h4 class="sub-title">Success Select</h4> <select name="select" class="form-control form-control-success"> <option value="opt1">Select One Value Only</option> <option value="opt2">Type 2</option> <option value="opt3">Type 3</option> <option value="opt4">Type 4</option> <option value="opt5">Type 5</option> <option value="opt6">Type 6</option> <option value="opt7">Type 7</option> <option value="opt8">Type 8</option> </select> </div> <div class="col-sm-12 col-xl-3 m-b-30"> <h4 class="sub-title">Info Select</h4> <select name="select" class="form-control form-control-info"> <option value="opt1">Select One Value Only</option> <option value="opt2">Type 2</option> <option value="opt3">Type 3</option> <option value="opt4">Type 4</option> <option value="opt5">Type 5</option> <option value="opt6">Type 6</option> <option value="opt7">Type 7</option> <option value="opt8">Type 8</option> </select> </div> </div> <div class="row"> <div class="col-sm-12 col-xl-3 m-b-30"> <h4 class="sub-title">Warning Select</h4> <select name="select" class="form-control form-control-warning"> <option value="opt1">Select One Value Only</option> <option value="opt2">Type 2</option> <option value="opt3">Type 3</option> <option value="opt4">Type 4</option> <option value="opt5">Type 5</option> <option value="opt6">Type 6</option> <option value="opt7">Type 7</option> <option value="opt8">Type 8</option> </select> </div> <div class="col-sm-12 col-xl-3 m-b-30"> <h4 class="sub-title">Danger Select</h4> <select name="select" class="form-control form-control-danger"> <option value="opt1">Select One Value Only</option> <option value="opt2">Type 2</option> <option value="opt3">Type 3</option> <option value="opt4">Type 4</option> <option value="opt5">Type 5</option> <option value="opt6">Type 6</option> <option value="opt7">Type 7</option> <option value="opt8">Type 8</option> </select> </div> <div class="col-sm-12 col-xl-3 m-b-30"> <h4 class="sub-title">Inverse Select</h4> <select name="select" class="form-control form-control-inverse"> <option value="opt1">Select One Value Only</option> <option value="opt2">Type 2</option> <option value="opt3">Type 3</option> <option value="opt4">Type 4</option> <option value="opt5">Type 5</option> <option value="opt6">Type 6</option> <option value="opt7">Type 7</option> <option value="opt8">Type 8</option> </select> </div> </div> </div> </div> <div class="card"> <div class="card-header"> <h5>Select2</h5> <span>Add class of <code>.form-control</code> with <code>&lt;input&gt;</code> tag</span> </div> <div class="card-block"> <div class="row"> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Single Select</h4> <p><code>select2</code> can take a regular select box like this...</p> <select class="js-example-basic-single col-sm-12"> <optgroup label="Developer"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> </optgroup> <optgroup label="Designer"> <option value="WY">Peter</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </optgroup> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Multi Select</h4> <p>The select below is declared with the <code>multiple</code> attribute</p> <select class="js-example-basic-multiple col-sm-12" multiple="multiple"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> <option value="WY">Coming</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">With Placeholder</h4> <p><code>select2</code> uses the <code>placeholder</code> attribute on multiple select boxes</p> <select class="js-example-placeholder-multiple col-sm-12" multiple="multiple"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> <option value="WY">Coming</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </select> </div> </div> <div class="row"> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Tagging Support</h4> <p>The select below is declared with the class<code>.js-example-tags</code> </p> <select class="js-example-tags col-sm-12" multiple="multiple"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> <option value="WY">Coming</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Automatic Tokenization</h4> <p>The select below is declared with the class<code>.js-example-tokenizer</code> </p> <select class="js-example-tokenizer col-sm-12" multiple="multiple"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> <option value="WY">Coming</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">RTL Support</h4> <p>The select below is declared with the class<code>.js-example-rtl</code> </p> <select class="js-example-rtl col-sm-12" multiple="multiple"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> <option value="WY">Coming</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </select> </div> </div> <div class="row"> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Limiting The Number Of Selections</h4> <p>The select below is declared with the class<code>.js-example-basic-multiple-limit</code> </p> <select class="js-example-basic-multiple-limit col-sm-12" multiple="multiple"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> <option value="WY">Coming</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Diacritics Support</h4> <p>The select below is declared with the class<code>.js-example-diacritics</code> </p> <select class="js-example-diacritics col-sm-12" multiple="multiple"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> <option value="WY">Coming</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Responsive Width</h4> <p>The select below is declared with the class<code>.js-example-responsive</code> </p> <select class="js-example-responsive col-sm-12" multiple="multiple" style="width:75%;"> <option value="AL">Alabama</option> <option value="WY">Wyoming</option> <option value="WY">Coming</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> </select> </div> </div> <div class="row"> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Loading With Array</h4> <p>The select below is declared with the class<code>.js-example-data-array</code> </p> <select class="js-example-data-array col-sm-12"></select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Loading Remote Data ( Ajax )</h4> <p>The select below is declared with the class<code>.js-data-example-ajax</code> </p> <select class="js-data-example-ajax col-sm-12"> <option value="3620194" selected="selected">select2 </option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Disabled Results</h4> <p>The select below is declared with the class<code>.js-example-disabled-results</code> </p> <select class="js-example-disabled-results col-sm-12"> <option value="one">First</option> <option value="two" disabled="disabled">Second (disabled) </option> <option value="three">Third</option> </select> </div> </div> <div class="row"> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Hiding The Search Box</h4> <p>The select below is declared with the class<code>.js-example-basic-hide-search</code> </p> <select class="js-example-basic-hide-search col-sm-12" multiple="multiple" style="width: 75%"> <optgroup label="Developer"> <option value="AL">Smith</option> <option value="WY">Peter</option> <option value="WY">James</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> <option value="WY">Harry Poter</option> </optgroup> </select> </div> <div class="col-sm-12 col-xl-8"> <h4 class="sub-title">Enable-Disable</h4> <p>The select below is declared with the class<code>.js-example-disabled</code> </p> <select class="js-example-disabled col-sm-8"> <option value="AL">Smith</option> <option value="WY">Peter</option> <option value="WY">James</option> <option value="WY">Hanry Die</option> <option value="WY">John Doe</option> <option value="WY">Harry Poter</option> </select> <button class="btn btn-success m-t-20 waves-effect waves-light js-programmatic-enable "> Enable </button> <button class="btn btn-danger m-t-20 m-l-10 waves-effect waves-light js-programmatic-disable"> Disable </button> </div> </div> </div> </div> <div class="card"> <div class="card-header"> <h5>Multi-Select</h5> <span>Add class of <code>.form-control</code> with <code>&lt;input&gt;</code> tag</span> </div> <div class="card-block"> <div class="row"> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Single</h4> <select id="hello-single" class="form-control"> <option value="cheese">Cheese</option> <option value="h">Hanry Die</option> <option value="c">Come Leo</option> <option value="h">Hampri Catlin</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Multiple</h4> <select id="hello-single-2" class="form-control"> <option value="cheese">Cheese</option> <option value="h">Hanry Die</option> <option value="c">Come Leo</option> <option value="h">Hampri Catlin</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">All Group Option Select</h4> <select id="hello-single-3" class="form-control"> <option value="cheese">Cheese</option> <option value="h">Hanry Die</option> <option value="c">Come Leo</option> <option value="h">Hampri Catlin</option> </select> </div> </div> <div class="row"> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Pre-Selected Options</h4> <select multiple="multiple" id="my-select" name="my-select[]"> <option value='elem_1' selected="">elem 1</option> <option value='elem_2'>elem 2</option> <option value='elem_3'>elem 3</option> <option value='elem_4'>elem 4</option> <option value='elem_5'>elem 5</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Custom Headers And Footers</h4> <select id='custom-headers1' multiple='multiple'> <option value='elem_1'>elem 1</option> <option value='elem_2'>elem 2</option> <option value='elem_3'>elem 3</option> <option value='elem_4'>elem 4</option> <option value='elem_5'>elem 5</option> <option value='elem_6'>elem 6</option> <option value='elem_7'>elem 7</option> <option value='elem_8'>elem 8</option> <option value='elem_9'>elem 9</option> <option value='elem_10'>elem 10</option> </select> </div> <div class="col-sm-12 col-xl-4 m-b-30"> <h4 class="sub-title">Optgroup</h4> <select id='optgroup' multiple='multiple'> <optgroup label='Friends'> <option value='1'>Yoda</option> <option value='2' selected>Obiwan</option> </optgroup> <optgroup label='Enemies'> <option value='3'>Palpatine</option> <option value='4' disabled>Darth Vader</option> </optgroup> </select> </div> </div> <div class="row"> <div class="col-sm-12 col-xl-6 m-b-30"> <h4 class="sub-title">Searchable</h4> <select id='custom-headers' class="searchable" multiple='multiple'> <option value='elem_1' selected>elem 1</option> <option value='elem_2'>elem 2</option> <option value='elem_3'>elem 3</option> <option value='elem_4' selected>elem 4</option> <option value='elem_5'>elem 5</option> <option value='elem_6'>elem 6</option> <option value='elem_7'>elem 7</option> <option value='elem_8'>elem 8</option> <option value='elem_9'>elem 9</option> <option value='elem_10'>elem 10</option> <option value='elem_11'>elem 11</option> <option value='elem_12'>elem 12</option> <option value='elem_13'>elem 13</option> <option value='elem_14'>elem 14</option> <option value='elem_15'>elem 15</option> <option value='elem_16'>elem 16</option> </select> </div> <div class="col-sm-12 col-xl-6"> <h4 class="sub-title">Public Methods</h4> <button type="button" class="btn btn-primary waves-effect waves-light m-b-10" id='select-all'>select all </button> <button type="button" class="btn btn-primary waves-effect waves-light m-b-10" id='deselect-all'>deselect all </button> <button type="button" class="btn btn-primary waves-effect waves-light m-b-10" id='select-5'>select 5 elems </button> <button type="button" class="btn btn-primary waves-effect waves-light m-b-10" id='deselect-5'>deselect 5 elems </button> <select id='public-methods' multiple='multiple'> <option value='elem_1'>elem 1</option> <option value='elem_2' disabled>elem 2</option> <option value='elem_3'>elem 3</option> <option value='elem_4'>elem 4</option> <option value='elem_5'>elem 5</option> <option value='elem_6'>elem 6</option> <option value='elem_7'>elem 7</option> <option value='elem_8'>elem 8</option> <option value='elem_9'>elem 9</option> <option value='elem_10'>elem 10</option> </select> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div id="styleSelector"> </div> </div> </div> </div> </div> </div> </div> <!--[if lt IE 10]> <div class="ie-warning"> <h1>Warning!!</h1> <p>You are using an outdated version of Internet Explorer, please upgrade <br/>to any of the following web browsers to access this website.</p> <div class="iew-container"> <ul class="iew-download"> <li> <a href="http://www.google.com/chrome/"> <img src="../files/assets/images/browser/chrome.png" alt="Chrome"> <div>Chrome</div> </a> </li> <li> <a href="https://www.mozilla.org/en-US/firefox/new/"> <img src="../files/assets/images/browser/firefox.png" alt="Firefox"> <div>Firefox</div> </a> </li> <li> <a href="http://www.opera.com"> <img src="../files/assets/images/browser/opera.png" alt="Opera"> <div>Opera</div> </a> </li> <li> <a href="https://www.apple.com/safari/"> <img src="../files/assets/images/browser/safari.png" alt="Safari"> <div>Safari</div> </a> </li> <li> <a href="http://windows.microsoft.com/en-us/internet-explorer/download-ie"> <img src="../files/assets/images/browser/ie.png" alt=""> <div>IE (9 & above)</div> </a> </li> </ul> </div> <p>Sorry for the inconvenience!</p> </div> <![endif]--> <script type="text/javascript" src="../files/bower_components/jquery/js/jquery.min.js"></script> <script type="text/javascript" src="../files/bower_components/jquery-ui/js/jquery-ui.min.js"></script> <script type="text/javascript" src="../files/bower_components/popper.js/js/popper.min.js"></script> <script type="text/javascript" src="../files/bower_components/bootstrap/js/bootstrap.min.js"></script> <script type="text/javascript" src="../files/bower_components/jquery-slimscroll/js/jquery.slimscroll.js"></script> <script type="text/javascript" src="../files/bower_components/modernizr/js/modernizr.js"></script> <script type="text/javascript" src="../files/bower_components/modernizr/js/css-scrollbars.js"></script> <script type="text/javascript" src="../files/bower_components/i18next/js/i18next.min.js"></script> <script type="text/javascript" src="../files/bower_components/i18next-xhr-backend/js/i18nextXHRBackend.min.js"></script> <script type="text/javascript" src="../files/bower_components/i18next-browser-languagedetector/js/i18nextBrowserLanguageDetector.min.js"></script> <script type="text/javascript" src="../files/bower_components/jquery-i18next/js/jquery-i18next.min.js"></script> <script type="text/javascript" src="../files/bower_components/select2/js/select2.full.min.js"></script> <script type="text/javascript" src="../files/bower_components/bootstrap-multiselect/js/bootstrap-multiselect.js"> </script> <script type="text/javascript" src="../files/bower_components/multiselect/js/jquery.multi-select.js"></script> <script type="text/javascript" src="../files/assets/js/jquery.quicksearch.js"></script> <script type="text/javascript" src="../files/assets/pages/advance-elements/select2-custom.js"></script> <script src="../files/assets/js/pcoded.min.js"></script> <script src="../files/assets/js/vartical-layout.min.js"></script> <script src="../files/assets/js/jquery.mCustomScrollbar.concat.min.js"></script> <script type="text/javascript" src="../files/assets/js/script.js"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-23581568-13'); </script> </body> <!-- Mirrored from colorlib.com//polygon/adminty/default/form-select.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 15 Feb 2019 14:50:45 GMT --> </html>
<!DOCTYPE HTML> <html lang="en"> <head> <title>Animation Demo</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta charset="UTF-8" /> <meta name="description" content="TEST API" /> <meta name="keywords" content="TEST,API" /> <meta name="author" content="Alexander R." /> <meta name="theme-color" content="#000000" /> <meta name="copyright" content="Alexander R." /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="#000000" /> <meta name="apple-mobile-web-app-title" content="TEST API" /> <meta name="msapplication-TileImage" content="/images/icons/144x144.png" /> <meta name="msapplication-TileColor" content="#000000" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="stylesheets/style.css" type="text/css" charset="utf-8" media="all" /> </head> <!-- header --> <body> <div class="master"> <h1>Multi-Column Post</h1> <h2>Posted on December 26 by <a href="http://fwpolice.com">FWPolice</a></h2> <div class="columns"> <p>An experiment to see how to create multi-column blog entry. This technique will be implemented in a new template we are working on. Lo-fi organic tattooed whatever ethical. Banksy four loko lomo ugh. Seitan 3 wolf moon vinyl Schlitz tattooed, migas cred PBR&amp;B fanny pack plaid. Brunch viral four dollar toast wayfarers, direct trade cred tattooed lo-fi synth heirloom hella seitan Neutra. Blue Bottle gluten-free cornhole, pickled four dollar toast Vice organic Pinterest 90's Schlitz McSweeney's Helvetica chambray 3 wolf moon.</p><p>Pug kogi irony occupy. Put a bird on it food truck Truffaut American Apparel tote bag gentrify readymade synth, tattooed taxidermy Carles. Wayfarers mustache before they sold out, Pitchfork readymade pork belly retro asymmetrical flannel 90's High Life Truffaut hoodie. Pinterest Williamsburg lo-fi yr Carles flexitarian cray Portland slow-carb tofu banh mi. Williamsburg narwhal put a bird on it, tote bag wayfarers Portland scenester Bushwick beard normcore. Bespoke wayfarers vinyl, beard jean shorts gentrify pork belly Pinterest wolf messenger bag seitan artisan tousled before they sold out. PBR&amp;B XOXO Vice mlkshk banjo, art party Intelligentsia single-origin coffee crucifix.</p><p>Food truck pork belly literally vegan chia, tofu Vice semiotics. Carles meggings kogi PBR&amp;B. Tote bag trust fund jean shorts, letterpress pickled bicycle rights taxidermy slow-carb aesthetic organic Shoreditch yr Pitchfork distillery. Sriracha cronut craft beer four dollar toast, messenger bag freegan ennui roof party authentic post-ironic Blue Bottle paleo lo-fi Wes Anderson. Try-hard normcore art party sriracha, photo booth artisan pork belly ugh health goth. Bespoke jean shorts drinking vinegar pour-over. Cold-pressed ennui vegan chillwave.</p> </div> <div class="image-container"> <img src="https://ununsplash.imgix.net/photo-1417021423914-070979c8eb34?q=75&fm=jpg&s=55746bd56e02a131b1e48c12196ea866" alt="image" /> </div> <div class="columns"> <p>Kitsch dreamcatcher Blue Bottle, messenger bag fashion axe blog fanny pack gentrify craft beer direct trade migas 8-bit. Twee distillery church-key Banksy pop-up, sriracha fanny pack. Aesthetic deep v 90's quinoa, Pitchfork street art hoodie listicle food truck. Ugh plaid butcher mlkshk. Dreamcatcher ugh post-ironic, Neutra meggings sartorial brunch chambray pop-up hella cliche Etsy. Locavore Thundercats cardigan post-ironic XOXO. Fap whatever meditation next level blog.</p><p>Swag roof party mustache ennui pug Pinterest gastropub chia letterpress. Next level PBR&amp;B Helvetica, freegan 90's aesthetic sriracha DIY tousled. Photo booth seitan you probably haven't heard of them deep v, tote bag post-ironic Blue Bottle Godard art party banjo DIY cred. Tattooed irony shabby chic drinking vinegar aesthetic swag. Blue Bottle normcore authentic, gluten-free food truck Austin Kickstarter roof party Portland craft beer sriracha mixtape biodiesel. Quinoa asymmetrical Vice, Intelligentsia single-origin coffee typewriter distillery scenester cliche Schlitz tote bag flexitarian Portland tattooed. Kickstarter typewriter craft beer synth sartorial.</p><p>Post-ironic polaroid tattooed lumbersexual, meditation Helvetica Vice. Next level sriracha Wes Anderson scenester twee, polaroid lomo fixie whatever narwhal PBR&amp;B Thundercats distillery seitan. Odd Future jean shorts Neutra, banh mi vegan kale chips sartorial asymmetrical leggings. Authentic mumblecore bitters, Etsy irony raw denim banjo wolf. Slow-carb synth mlkshk Godard fashion axe pop-up sartorial keytar next level, umami put a bird on it gentrify cliche freegan kale chips. Craft beer mumblecore pork belly, McSweeney's bicycle rights organic selvage deep v tousled flannel roof party tofu iPhone. Kickstarter McSweeney's plaid, aesthetic irony sustainable paleo typewriter letterpress brunch ethical pug YOLO trust fund.</p><p>High Life aesthetic brunch viral Neutra, tattooed sartorial organic narwhal letterpress wolf post-ironic flexitarian try-hard lomo. Food truck taxidermy flannel salvia, Brooklyn chillwave brunch McSweeney's artisan. Farm-to-table kitsch street art, Brooklyn tousled fanny pack Godard health goth keytar Pinterest tofu paleo cliche ethical. Biodiesel church-key roof party cronut, bespoke paleo Wes Anderson slow-carb Vice stumptown freegan. YOLO tattooed hoodie chillwave. Deep v 3 wolf moon Vice photo booth iPhone pug. Church-key Odd Future 8-bit mlkshk, synth blog aesthetic mustache four loko paleo taxidermy.</p> </div> </div> </body> <!-- footer --> </html>
<!DOCTYPE html><html><head><title>https://suncle.me/tags/github/</title><link rel="canonical" href="https://suncle.me/tags/github/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://suncle.me/tags/github/" /></head></html>
<!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, height=device-height, initial-scale=1, user-scalable=no"> <meta name="description" content="API docs for the instrumentError method from the MessageTemplatesHttpServiceV1 class, for the Dart programming language."> <title>instrumentError method - MessageTemplatesHttpServiceV1 class - pip_services_msgtemplates library - Dart API</title> <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="../../static-assets/github.css"> <link rel="stylesheet" href="../../static-assets/styles.css"> <link rel="icon" href="../../static-assets/favicon.png"> </head> <body data-base-href="../../" data-using-base-href="false"> <div id="overlay-under-drawer"></div> <header id="title"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated dark hidden-xs"> <li><a href="../../index.html">pip_services_msgtemplates</a></li> <li><a href="../../pip_services_msgtemplates/pip_services_msgtemplates-library.html">pip_services_msgtemplates</a></li> <li><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1-class.html">MessageTemplatesHttpServiceV1</a></li> <li class="self-crumb">instrumentError method</li> </ol> <div class="self-name">instrumentError</div> <form class="search navbar-right" role="search"> <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <main> <div id="dartdoc-sidebar-left" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left"> <header id="header-search-sidebar" class="hidden-l"> <form class="search-sidebar" role="search"> <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav"> <li><a href="../../index.html">pip_services_msgtemplates</a></li> <li><a href="../../pip_services_msgtemplates/pip_services_msgtemplates-library.html">pip_services_msgtemplates</a></li> <li><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1-class.html">MessageTemplatesHttpServiceV1</a></li> <li class="self-crumb">instrumentError method</li> </ol> <h5>MessageTemplatesHttpServiceV1 class</h5> <ol> <li class="section-title"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1-class.html#constructors">Constructors</a></li> <li><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/MessageTemplatesHttpServiceV1.html">MessageTemplatesHttpServiceV1</a></li> <li class="section-title inherited"> <a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1-class.html#instance-properties">Properties</a> </li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/baseRoute.html">baseRoute</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/counters.html">counters</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/dependencyResolver.html">dependencyResolver</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/endpoint.html">endpoint</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/hashCode.html">hashCode</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/logger.html">logger</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/runtimeType.html">runtimeType</a></li> <li class="section-title inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1-class.html#instance-methods">Methods</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/close.html">close</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/configure.html">configure</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/instrument.html">instrument</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/instrumentError.html">instrumentError</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/isOpen.html">isOpen</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/noSuchMethod.html">noSuchMethod</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/open.html">open</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/register.html">register</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/registerInterceptor.html">registerInterceptor</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/registerRoute.html">registerRoute</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/registerRouteWithAuth.html">registerRouteWithAuth</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/sendCreatedResult.html">sendCreatedResult</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/sendDeletedResult.html">sendDeletedResult</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/sendError.html">sendError</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/sendResult.html">sendResult</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/setReferences.html">setReferences</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/toString.html">toString</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/unsetReferences.html">unsetReferences</a></li> <li class="section-title inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1-class.html#operators">Operators</a></li> <li class="inherited"><a href="../../pip_services_msgtemplates/MessageTemplatesHttpServiceV1/operator_equals.html">operator ==</a></li> </ol> </div><!--/.sidebar-offcanvas--> <div id="dartdoc-main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> <div><h1><span class="kind-method">instrumentError</span> method</h1></div> <section class="multi-line-signature"> <span class="returntype">void</span> <span class="name ">instrumentError</span> (<wbr><ol class="parameter-list"><li><span class="parameter" id="instrumentError-param-correlationId"><span class="type-annotation">String</span> <span class="parameter-name">correlationId</span>, </span></li> <li><span class="parameter" id="instrumentError-param-name"><span class="type-annotation">String</span> <span class="parameter-name">name</span>, </span></li> <li><span class="parameter" id="instrumentError-param-err"><span class="type-annotation">dynamic</span> <span class="parameter-name">err</span>, </span></li> <li><span class="parameter" id="instrumentError-param-reerror">[<span class="type-annotation">bool</span> <span class="parameter-name">reerror</span> = <span class="default-value">false</span>]</span></li> </ol>) <div class="features">inherited</div> </section> <section class="desc markdown"> <p>Adds instrumentation to error handling.</p> <ul> <li><code>correlationId</code> (optional) transaction id to trace execution through call chain.</li> <li><code>name</code> a method name.</li> <li><code>err</code> an occured error</li> </ul> </section> </div> <!-- /.main-content --> <div id="dartdoc-sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right"> </div><!--/.sidebar-offcanvas--> </main> <footer> <span class="no-break"> pip_services_msgtemplates 1.0.0 </span> </footer> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="../../static-assets/typeahead.bundle.min.js"></script> <script src="../../static-assets/highlight.pack.js"></script> <script src="../../static-assets/URI.js"></script> <script src="../../static-assets/script.js"></script> </body> </html>
<!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, height=device-height, initial-scale=1, user-scalable=no"> <meta name="description" content="API docs for the Semana constructor from the Class Semana class from the brasil_fields library, for the Dart programming language."> <title>Semana constructor - Semana class - brasil_fields library - Dart API</title> <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="../../static-assets/github.css"> <link rel="stylesheet" href="../../static-assets/styles.css"> <link rel="icon" href="../../static-assets/favicon.png"> </head> <body data-base-href="../../" data-using-base-href="false"> <div id="overlay-under-drawer"></div> <header id="title"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated dark hidden-xs"> <li><a href="../../index.html">brasil_fields</a></li> <li><a href="../../brasil_fields/brasil_fields-library.html">brasil_fields</a></li> <li><a href="../../brasil_fields/Semana-class.html">Semana</a></li> <li class="self-crumb">Semana constructor</li> </ol> <div class="self-name">Semana</div> <form class="search navbar-right" role="search"> <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <main> <div id="dartdoc-sidebar-left" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left"> <header id="header-search-sidebar" class="hidden-l"> <form class="search-sidebar" role="search"> <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav"> <li><a href="../../index.html">brasil_fields</a></li> <li><a href="../../brasil_fields/brasil_fields-library.html">brasil_fields</a></li> <li><a href="../../brasil_fields/Semana-class.html">Semana</a></li> <li class="self-crumb">Semana constructor</li> </ol> <h5>Semana class</h5> <ol> <li class="section-title"><a href="../../brasil_fields/Semana-class.html#constructors">Constructors</a></li> <li><a href="../../brasil_fields/Semana/Semana.html">Semana</a></li> <li class="section-title inherited"> <a href="../../brasil_fields/Semana-class.html#instance-properties">Properties</a> </li> <li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a></li> <li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a></li> <li class="section-title inherited"><a href="../../brasil_fields/Semana-class.html#instance-methods">Methods</a></li> <li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li> <li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/toString.html">toString</a></li> <li class="section-title inherited"><a href="../../brasil_fields/Semana-class.html#operators">Operators</a></li> <li class="inherited"><a href="https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html">operator ==</a></li> <li class="section-title"><a href="../../brasil_fields/Semana-class.html#static-properties">Static properties</a></li> <li><a href="../../brasil_fields/Semana/listaDiasSemana.html">listaDiasSemana</a></li> <li><a href="../../brasil_fields/Semana/listaDiasSemanaAbvr.html">listaDiasSemanaAbvr</a></li> <li><a href="../../brasil_fields/Semana/listaDiasSemanaOrdenada.html">listaDiasSemanaOrdenada</a></li> <li><a href="../../brasil_fields/Semana/listaDiasUteis.html">listaDiasUteis</a></li> <li><a href="../../brasil_fields/Semana/listaDiasUteisAbvr.html">listaDiasUteisAbvr</a></li> <li><a href="../../brasil_fields/Semana/mapaDiasSemanaOrdenada.html">mapaDiasSemanaOrdenada</a></li> <li><a href="../../brasil_fields/Semana/mapaDiasSemanaOrdenadaAbvr.html">mapaDiasSemanaOrdenadaAbvr</a></li> <li><a href="../../brasil_fields/Semana/mapaDiasUteis.html">mapaDiasUteis</a></li> <li><a href="../../brasil_fields/Semana/mapaDiasUteisAbvr.html">mapaDiasUteisAbvr</a></li> </ol> </div><!--/.sidebar-offcanvas-left--> <div id="dartdoc-main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> <div><h1><span class="kind-constructor">Semana</span> constructor </h1></div> <section class="multi-line-signature"> <span class="name ">Semana</span>(<wbr>) </section> </div> <!-- /.main-content --> <div id="dartdoc-sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right"> </div><!--/.sidebar-offcanvas--> </main> <footer> <span class="no-break"> brasil_fields 0.6.0 </span> </footer> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="../../static-assets/typeahead.bundle.min.js"></script> <script src="../../static-assets/highlight.pack.js"></script> <script src="../../static-assets/URI.js"></script> <script src="../../static-assets/script.js"></script> </body> </html>
<!-- Begin MailChimp Signup Form --> <div id="mc_embed_signup"> <form action="//implico.us9.list-manage.com/subscribe/post?u=ab90d106f49533415f3c61d11&amp;id=bb56f8aa60" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <div class="row"> <div class="col-md-6"> <div class="mc-field-group"> <label for="mce-FNAME">Ime </label> <input type="text" value="" name="FNAME" class="" id="mce-FNAME"> </div> </div> <div class="col-md-6"> <div class="mc-field-group"> <label for="mce-LNAME">Priimek </label> <input type="text" value="" name="LNAME" class="" id="mce-LNAME"> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="mc-field-group"> <label for="mce-EMAIL">Email <span class="asterisk">*</span></label> <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"> </div> </div> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;"><input type="text" name="b_ab90d106f49533415f3c61d11_bb56f8aa60" tabindex="-1" value=""></div> <div class="row"> <div class="col-md-12"> <div class="clearfix"><input type="submit" value="Naroči se" name="subscribe" id="mc-embedded-subscribe" class="button btn pull-right"></div> </div> </div> </div> </form> </div> <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text'; /* * Translated default messages for the $ validation plugin. * Language: SL */ $.extend($.validator.messages, { required: "To polje je obvezno.", remote: "Prosimo popravite to polje.", email: "Prosimo vnesite veljaven email naslov.", url: "Prosimo vnesite veljaven URL naslov.", date: "Prosimo vnesite veljaven datum.", dateISO: "Prosimo vnesite veljaven ISO datum.", number: "Prosimo vnesite veljavno število.", digits: "Prosimo vnesite samo števila.", creditcard: "Prosimo vnesite veljavno številko kreditne kartice.", equalTo: "Prosimo ponovno vnesite vrednost.", accept: "Prosimo vnesite vrednost z veljavno končnico.", maxlength: $.validator.format("Prosimo vnesite največ {0} znakov."), minlength: $.validator.format("Prosimo vnesite najmanj {0} znakov."), rangelength: $.validator.format("Prosimo vnesite najmanj {0} in največ {1} znakov."), range: $.validator.format("Prosimo vnesite vrednost med {0} in {1}."), max: $.validator.format("Prosimo vnesite vrednost manjše ali enako {0}."), min: $.validator.format("Prosimo vnesite vrednost večje ali enako {0}.") });}(jQuery));var $mcj = jQuery.noConflict(true);</script> <!--End mc_embed_signup -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Fri Mar 25 16:22:05 PDT 2011 --> <TITLE> TypeCheckProcFactory.ColumnExprProcessor (Hive 0.7.0-cdh3u0 API) </TITLE> <META NAME="date" CONTENT="2011-03-25"> <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="TypeCheckProcFactory.ColumnExprProcessor (Hive 0.7.0-cdh3u0 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TypeCheckProcFactory.ColumnExprProcessor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.BoolExprProcessor.html" title="class in org.apache.hadoop.hive.ql.parse"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.DefaultExprProcessor.html" title="class in org.apache.hadoop.hive.ql.parse"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.ColumnExprProcessor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TypeCheckProcFactory.ColumnExprProcessor.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"> org.apache.hadoop.hive.ql.parse</FONT> <BR> Class TypeCheckProcFactory.ColumnExprProcessor</H2> <PRE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory.ColumnExprProcessor</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/NodeProcessor.html" title="interface in org.apache.hadoop.hive.ql.lib">NodeProcessor</A></DD> </DL> <DL> <DT><B>Enclosing class:</B><DD><A HREF="../../../../../../org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.html" title="class in org.apache.hadoop.hive.ql.parse">TypeCheckProcFactory</A></DD> </DL> <HR> <DL> <DT><PRE>public static class <B>TypeCheckProcFactory.ColumnExprProcessor</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/NodeProcessor.html" title="interface in org.apache.hadoop.hive.ql.lib">NodeProcessor</A></DL> </PRE> <P> Processor for table columns. <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="../../../../../../org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.ColumnExprProcessor.html#TypeCheckProcFactory.ColumnExprProcessor()">TypeCheckProcFactory.ColumnExprProcessor</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;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.ColumnExprProcessor.html#process(org.apache.hadoop.hive.ql.lib.Node, java.util.Stack, org.apache.hadoop.hive.ql.lib.NodeProcessorCtx, java.lang.Object...)">process</A></B>(<A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/Node.html" title="interface in org.apache.hadoop.hive.ql.lib">Node</A>&nbsp;nd, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util">Stack</A>&lt;<A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/Node.html" title="interface in org.apache.hadoop.hive.ql.lib">Node</A>&gt;&nbsp;stack, <A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/NodeProcessorCtx.html" title="interface in org.apache.hadoop.hive.ql.lib">NodeProcessorCtx</A>&nbsp;procCtx, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>...&nbsp;nodeOutputs)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generic process for all ops that don't have specific implementations.</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.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></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="TypeCheckProcFactory.ColumnExprProcessor()"><!-- --></A><H3> TypeCheckProcFactory.ColumnExprProcessor</H3> <PRE> public <B>TypeCheckProcFactory.ColumnExprProcessor</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="process(org.apache.hadoop.hive.ql.lib.Node, java.util.Stack, org.apache.hadoop.hive.ql.lib.NodeProcessorCtx, java.lang.Object...)"><!-- --></A><H3> process</H3> <PRE> public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>process</B>(<A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/Node.html" title="interface in org.apache.hadoop.hive.ql.lib">Node</A>&nbsp;nd, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Stack.html?is-external=true" title="class or interface in java.util">Stack</A>&lt;<A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/Node.html" title="interface in org.apache.hadoop.hive.ql.lib">Node</A>&gt;&nbsp;stack, <A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/NodeProcessorCtx.html" title="interface in org.apache.hadoop.hive.ql.lib">NodeProcessorCtx</A>&nbsp;procCtx, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>...&nbsp;nodeOutputs) throws <A HREF="../../../../../../org/apache/hadoop/hive/ql/parse/SemanticException.html" title="class in org.apache.hadoop.hive.ql.parse">SemanticException</A></PRE> <DL> <DD><B>Description copied from interface: <CODE><A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/NodeProcessor.html#process(org.apache.hadoop.hive.ql.lib.Node, java.util.Stack, org.apache.hadoop.hive.ql.lib.NodeProcessorCtx, java.lang.Object...)">NodeProcessor</A></CODE></B></DD> <DD>Generic process for all ops that don't have specific implementations. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/NodeProcessor.html#process(org.apache.hadoop.hive.ql.lib.Node, java.util.Stack, org.apache.hadoop.hive.ql.lib.NodeProcessorCtx, java.lang.Object...)">process</A></CODE> in interface <CODE><A HREF="../../../../../../org/apache/hadoop/hive/ql/lib/NodeProcessor.html" title="interface in org.apache.hadoop.hive.ql.lib">NodeProcessor</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>nd</CODE> - operator to process<DD><CODE>procCtx</CODE> - operator processor context<DD><CODE>nodeOutputs</CODE> - A variable argument list of outputs from other nodes in the walk <DT><B>Returns:</B><DD>Object to be returned by the process call <DT><B>Throws:</B> <DD><CODE><A HREF="../../../../../../org/apache/hadoop/hive/ql/parse/SemanticException.html" title="class in org.apache.hadoop.hive.ql.parse">SemanticException</A></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="class-use/TypeCheckProcFactory.ColumnExprProcessor.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.BoolExprProcessor.html" title="class in org.apache.hadoop.hive.ql.parse"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.DefaultExprProcessor.html" title="class in org.apache.hadoop.hive.ql.parse"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.ColumnExprProcessor.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TypeCheckProcFactory.ColumnExprProcessor.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> Copyright &copy; 2011 The Apache Software Foundation </BODY> </HTML>
<html xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:MSHelp="http://msdn.microsoft.com/mshelp" xmlns:mshelp="http://msdn.microsoft.com/mshelp" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8" /> <META NAME="save" CONTENT="history" /> <title>ComContext</title> <meta name="Language" content="en-us" /> <meta name="Microsoft.Help.Id" content="17ad87a5-0f7c-1933-17ae-8350479c8162" /> <meta name="Description" content="Generic context menu for commerce objects." /> <meta name="Microsoft.Help.ContentType" content="Concepts" /> <link rel="stylesheet" type="text/css" href="../styles/Presentation.css" /> <link rel="stylesheet" type="text/css" href="ms-help://Hx/HxRuntime/HxLink.css" /> <script type="text/javascript" src="../scripts/EventUtilities.js"> </script> <script type="text/javascript" src="../scripts/SplitScreen.js"> </script> <script type="text/javascript" src="../scripts/Dropdown.js"> </script> <script type="text/javascript" src="../scripts/script_manifold.js"> </script> <script type="text/javascript" src="../scripts/script_feedBack.js"> </script> <script type="text/javascript" src="../scripts/CheckboxMenu.js"> </script> <script type="text/javascript" src="../scripts/CommonUtilities.js"> </script> <xml> <MSHelp:Keyword Index="A" Term="17ad87a5-0f7c-1933-17ae-8350479c8162" /> <MSHelp:Attr Name="RevisionNumber" Value="1" /> <MSHelp:Attr Name="AssetID" Value="17ad87a5-0f7c-1933-17ae-8350479c8162" /> <MSHelp:Attr Name="Abstract" Value="Generic context menu for commerce objects." /> <MSHelp:Attr Name="TopicType" Value="kbArticle" /> <MSHelp:Attr Name="Locale" Value="en-us" /> </xml> </head> <body> <input type="hidden" id="userDataCache" class="userDataStyle" /> <input type="hidden" id="hiddenScrollOffset" /> <img id="collapseImage" style="display:none; height:0; width:0;" src="../icons/collapse_all.gif" alt="Collapse image" title="Collapse image" /> <img id="expandImage" style="display:none; height:0; width:0;" src="../icons/expand_all.gif" alt="Expand Image" title="Expand Image" /> <img id="collapseAllImage" style="display:none; height:0; width:0;" src="../icons/collapse_all.gif" /> <img id="expandAllImage" style="display:none; height:0; width:0;" src="../icons/expand_all.gif" /> <img id="dropDownImage" style="display:none; height:0; width:0;" src="../icons/dropdown.gif" /> <img id="dropDownHoverImage" style="display:none; height:0; width:0;" src="../icons/dropdownHover.gif" /> <img id="copyImage" style="display:none; height:0; width:0;" src="../icons/copycode.gif" alt="Copy image" title="Copy image" /> <img id="copyHoverImage" style="display:none; height:0; width:0;" src="../icons/copycodeHighlight.gif" alt="CopyHover image" title="CopyHover image" /> <div id="header"> <table id="topTable" cellspacing="0" cellpadding="0"> <tr> <td> <span onclick="ExpandCollapseAll(toggleAllImage)" style="cursor:default;" onkeypress="ExpandCollapseAll_CheckKey(toggleAllImage, event)" tabindex="0"> <img ID="toggleAllImage" class="toggleAll" src="../icons/collapse_all.gif" /> <label id="collapseAllLabel" for="toggleAllImage" style="display: none;">Collapse All</label><label id="expandAllLabel" for="toggleAllImage" style="display: none;">Expand All</label> </span> <span>    </span> <span id="devlangsDropdown" class="filter" tabindex="0"> <img id="devlangsDropdownImage" src="../icons/dropdown.gif" /> <label id="devlangsMenuAllLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: All </nobr></label><label id="devlangsMenuMultipleLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: Multiple </nobr></label><label id="devlangsMenuCSharpLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: C# </nobr></label><label id="devlangsMenuJavaScriptLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: JavaScript </nobr></label></span> </td> </tr> </table> <div id="devlangsMenu"> <input id="CSharpCheckbox" type="checkbox" data="CSharp,cs,'persist'" value="on" onClick="SetLanguage(this)" /> <label class="checkboxLabel" for="CSharpCheckbox">C#</label> <br /> <input id="JavaScriptCheckbox" type="checkbox" data="JavaScript,cs,'persist'" value="on" onClick="SetLanguage(this)" /> <label class="checkboxLabel" for="JavaScriptCheckbox">JavaScript</label> <br /> </div> <table id="bottomTable" cellpadding="0" cellspacing="0"> <tr id="headerTableRow1"> <td align="left"> <span id="runningHeaderText">Rendition E-Commerce Framework</span> </td> </tr> <tr id="headerTableRow2"> <td align="left"> <span id="nsrTitle">ComContext</span> </td> </tr> <tr id="headerTableRow3"> <td align="left"> <span id="headfeedbackarea" class="feedbackhead"> <a href="javascript:SubmitFeedback('tonygermaneri@gmail.com','Rendition E-Commerce Framework','','1.0.0.0','','%0\dYour%20feedback%20is%20used%20to%20improve%20the%20documentation%20and%20the%20product.%20Your%20e-mail%20address%20will%20not%20be%20used%20for%20any%20other%20purpose%20and%20is%20disposed%20of%20after%20the%20issue%20you%20report%20is%20resolved.%20%20While%20working%20to%20resolve%20the%20issue%20that%20you%20report,%20you%20may%20be%20contacted%20via%20e-mail%20to%20get%20further%20details%20or%20clarification%20on%20the%20feedback%20you%20sent.%20After%20the%20issue%20you%20report%20has%20been%20addressed,%20you%20may%20receive%20an%20e-mail%20to%20let%20you%20know%20that%20your%20feedback%20has%20been%20addressed.%0\A%0\d','Customer%20Feedback');">Send Feedback</a> </span> </td> </tr> </table> <table id="gradientTable"> <tr> <td class="nsrBottom" background="../icons/gradient.gif" /> </tr> </table> </div> <div id="mainSection"> <div id="mainBody"> <div id="allHistory" class="saveHistory" onsave="saveAll()" onload="loadAll()" /> <span style="color: DarkGray"> <p style="color: #dc143c; font-size: 8.5pt; font-weight: bold;">[This is preliminary documentation and is subject to change.]</p> </span> <a name="Intro"> </a> <div class="introduction"> Class Rendition.Commerce.ComContext <p>Generic context menu for commerce objects.</p></div> <p> <dl class="authored"> <dt> <p>Member Of</p> </dt> <dd> <p> <span sdata="link"> <a href="00f206b5-a552-c0d6-2eda-bf2a6496a96d.htm">Commerce</a> </span> </p> </dd> <dt> <p>Source</p> </dt> <dd> <p> c:\Rendition\Rendition.Core\js\admin\Commerce\comContext.js </p> </dd> </dl> </p> </div> <div id="footer"> <div class="footerLine"> <img width="100%" height="3px" src="../icons/footer.gif" alt="Footer image" title="Footer image" /> </div> <A NAME="feedback"></A> <span id="fb" class="feedbackcss"></span> <p />Send comments on this topic to <a id="HT_MailLink" href="mailto:tonygermaneri%40gmail.com?Subject=Rendition E-Commerce Framework">Tony Germaneri</a><script type="text/javascript"> var HT_mailLink = document.getElementById("HT_MailLink"); var HT_mailLinkText = HT_mailLink.innerHTML; HT_mailLink.href += ": " + document.title; HT_mailLink.innerHTML = HT_mailLinkText; </script><p />Copyright © Tony Germaneri 2011</div> </div> </body> </html>
<!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, shrink-to-fit=no"/><meta name="generator" content="Gatsby 3.7.2"/><style>.gatsby-image-wrapper{position:relative;overflow:hidden}.gatsby-image-wrapper picture.object-fit-polyfill{position:static!important}.gatsby-image-wrapper img{bottom:0;height:100%;left:0;margin:0;max-width:none;padding:0;position:absolute;right:0;top:0;width:100%;object-fit:cover}.gatsby-image-wrapper [data-main-image]{opacity:0;transform:translateZ(0);transition:opacity .25s linear;will-change:opacity}.gatsby-image-wrapper-constrained{display:inline-block;vertical-align:top}</style><noscript><style>.gatsby-image-wrapper noscript [data-main-image]{opacity:1!important}.gatsby-image-wrapper [data-placeholder-image]{opacity:0!important}</style></noscript><script type="module">const e="undefined"!=typeof HTMLImageElement&&"loading"in HTMLImageElement.prototype;e&&document.body.addEventListener("load",(function(e){if(void 0===e.target.dataset.mainImage)return;if(void 0===e.target.dataset.gatsbyImageSsr)return;const t=e.target;let a=null,n=t;for(;null===a&&n;)void 0!==n.parentNode.dataset.gatsbyImageWrapper&&(a=n.parentNode),n=n.parentNode;const o=a.querySelector("[data-placeholder-image]"),r=new Image;r.src=t.currentSrc,r.decode().catch((()=>{})).then((()=>{t.style.opacity=1,o&&(o.style.opacity=0,o.style.transition="opacity 500ms linear")}))}),!0);</script><title data-react-helmet="true">Just shredding some paper - Buzzing on Reddit</title><link data-react-helmet="true" rel="alternate" hrefLang="x-default" href="https://reddit.buzzing.cc"/><link data-react-helmet="true" rel="alternate" hrefLang="en-US" href="https://reddit.buzzing.cc/en/reddit/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/"/><link data-react-helmet="true" rel="alternate" hrefLang="zh-Hans" href="https://reddit.buzzing.cc/reddit/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/"/><link data-react-helmet="true" rel="alternate" hrefLang="zh-Hant" href="https://reddit.buzzing.cc/zh-Hant/reddit/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/"/><link data-react-helmet="true" rel="alternate" hrefLang="ja-JA" href="https://reddit.buzzing.cc/ja/reddit/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/"/><meta data-react-helmet="true" property="og:locale" content="en_US"/><meta data-react-helmet="true" property="og:locale:alternate" content="zh_Hans"/><meta data-react-helmet="true" property="og:locale:alternate" content="zh_Hant"/><meta data-react-helmet="true" property="og:locale:alternate" content="ja_JA"/><meta data-react-helmet="true" name="description" content="Just shredding some paper"/><meta data-react-helmet="true" name="keywords" content="buzzing,reddit,reddit top"/><meta data-react-helmet="true" property="og:title" content="Just shredding some paper"/><meta data-react-helmet="true" property="og:description" content="Just shredding some paper"/><meta data-react-helmet="true" property="og:type" content="website"/><meta data-react-helmet="true" name="twitter:creator" content="Buzzing.cc"/><meta data-react-helmet="true" name="twitter:title" content="Just shredding some paper"/><meta data-react-helmet="true" name="twitter:description" content="Just shredding some paper"/><meta data-react-helmet="true" name="twitter:card" content="summary"/><meta data-react-helmet="true" name="telegram:channel" content="@reddit_zh"/><script data-react-helmet="true" type="application/ld+json">[{"@context":"http://schema.org","@type":"WebSite","@id":"https://reddit.buzzing.cc#website","url":"https://reddit.buzzing.cc","name":"Buzzing on Reddit","image":{"@type":"ImageObject","url":"https://reddit.buzzing.cc/avatar.png","@id":"https://reddit.buzzing.cc#logo","caption":"Buzzing on Reddit Logo"}},{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://reddit.buzzing.cc/en/reddit/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/","name":"Just shredding some paper","image":null}}]},{"@context":"http://schema.org","@type":"BlogPosting","url":"https://reddit.buzzing.cc/en/reddit/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/","name":"Just shredding some paper","headline":"Just shredding some paper","image":{"@type":"ImageObject","url":null},"author":{"@type":"Person","name":"Buzzing.cc"},"publisher":{"@type":"Organization","name":"Buzzing.cc","logo":{"@type":"ImageObject","url":"https://reddit.buzzing.cc/avatar.png","@id":"https://reddit.buzzing.cc#logo","caption":"Buzzing on Reddit Logo"}},"datePublished":"2021-09-28T00:00:00.000Z","description":"Just shredding some paper"}]</script><link rel="preconnect" href="https://instagram.com"/><link rel="preconnect" href="https://hn.algolia.com"/><link rel="alternate" type="application/rss+xml" href="/en/rss.xml"/><link rel="alternate" type="application/rss+xml" href="/rss.xml"/><link rel="alternate" type="application/rss+xml" href="/zh-Hant/rss.xml"/><link rel="sitemap" type="application/xml" href="/sitemap/sitemap-index.xml"/><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5211209136530011", enable_page_level_ads: true }); </script><link rel="icon" href="/favicon-32x32.png?v=776034cf8635c0035d39814f7d049828" type="image/png"/><link rel="manifest" href="/manifest_en.webmanifest" crossorigin="anonymous"/><meta name="theme-color" content="#FF4500"/><link rel="apple-touch-icon" sizes="48x48" href="/icons/icon-48x48.png?v=776034cf8635c0035d39814f7d049828"/><link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.png?v=776034cf8635c0035d39814f7d049828"/><link rel="apple-touch-icon" sizes="96x96" href="/icons/icon-96x96.png?v=776034cf8635c0035d39814f7d049828"/><link rel="apple-touch-icon" sizes="144x144" href="/icons/icon-144x144.png?v=776034cf8635c0035d39814f7d049828"/><link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png?v=776034cf8635c0035d39814f7d049828"/><link rel="apple-touch-icon" sizes="256x256" href="/icons/icon-256x256.png?v=776034cf8635c0035d39814f7d049828"/><link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.png?v=776034cf8635c0035d39814f7d049828"/><link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.png?v=776034cf8635c0035d39814f7d049828"/><link rel="preconnect dns-prefetch" href="https://www.google-analytics.com"/><link as="script" rel="preload" href="/webpack-runtime-11bcba7d435846f6fd8e.js"/><link as="script" rel="preload" href="/framework-1e925e1f21c302748cd1.js"/><link as="script" rel="preload" href="/app-246f77f3f1b0f6211097.js"/><link as="script" rel="preload" href="/dd1332ab8f15d1828b0fe96ccfe1761ffc193057-f932b404f3ca47cd4970.js"/><link as="script" rel="preload" href="/1dd094f1503bdbdfde0b98dcab7f3ba21ad40d86-bdde75b67b52a6452f29.js"/><link as="script" rel="preload" href="/78f973e7d66c0a01f0f4773d0b98f9433c59fdb2-322fcb48c05ecfb73de8.js"/><link as="script" rel="preload" href="/component---node-modules-gatsby-theme-buzzing-src-gatsby-theme-blog-core-templates-post-query-js-7429620f0feb07777cd0.js"/><link as="fetch" rel="preload" href="/page-data/en/reddit/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/page-data.json" crossorigin="anonymous"/><link as="fetch" rel="preload" href="/page-data/sq/d/1239077767.json" crossorigin="anonymous"/><link as="fetch" rel="preload" href="/page-data/sq/d/2744905544.json" crossorigin="anonymous"/><link as="fetch" rel="preload" href="/page-data/sq/d/3280999885.json" crossorigin="anonymous"/><link as="fetch" rel="preload" href="/page-data/app-data.json" crossorigin="anonymous"/></head><body><script>(function() { try { var mode = localStorage.getItem('theme-ui-color-mode'); if (!mode) return document.documentElement.classList.add('theme-ui-' + mode); document.body.classList.add('theme-ui-' + mode); } catch (e) {} })();</script><div id="___gatsby"><style data-emotion="css-global cysrkg">html{--theme-ui-colors-transparent:transparent;--theme-ui-colors-black:#000;--theme-ui-colors-white:#fff;--theme-ui-colors-gray-1:#f7fafc;--theme-ui-colors-gray-2:#edf2f7;--theme-ui-colors-gray-3:#e2e8f0;--theme-ui-colors-gray-4:#cbd5e0;--theme-ui-colors-gray-5:#a0aec0;--theme-ui-colors-gray-6:#718096;--theme-ui-colors-gray-7:#4a5568;--theme-ui-colors-gray-8:#2d3748;--theme-ui-colors-gray-9:#1a202c;--theme-ui-colors-red-1:#fff5f5;--theme-ui-colors-red-2:#fed7d7;--theme-ui-colors-red-3:#feb2b2;--theme-ui-colors-red-4:#fc8181;--theme-ui-colors-red-5:#f56565;--theme-ui-colors-red-6:#e53e3e;--theme-ui-colors-red-7:#c53030;--theme-ui-colors-red-8:#9b2c2c;--theme-ui-colors-red-9:#742a2a;--theme-ui-colors-orange-1:#fffaf0;--theme-ui-colors-orange-2:#feebc8;--theme-ui-colors-orange-3:#fbd38d;--theme-ui-colors-orange-4:#f6ad55;--theme-ui-colors-orange-5:#ed8936;--theme-ui-colors-orange-6:#dd6b20;--theme-ui-colors-orange-7:#c05621;--theme-ui-colors-orange-8:#9c4221;--theme-ui-colors-orange-9:#7b341e;--theme-ui-colors-yellow-1:#fffff0;--theme-ui-colors-yellow-2:#fefcbf;--theme-ui-colors-yellow-3:#faf089;--theme-ui-colors-yellow-4:#f6e05e;--theme-ui-colors-yellow-5:#ecc94b;--theme-ui-colors-yellow-6:#d69e2e;--theme-ui-colors-yellow-7:#b7791f;--theme-ui-colors-yellow-8:#975a16;--theme-ui-colors-yellow-9:#744210;--theme-ui-colors-green-1:#f0fff4;--theme-ui-colors-green-2:#c6f6d5;--theme-ui-colors-green-3:#9ae6b4;--theme-ui-colors-green-4:#68d391;--theme-ui-colors-green-5:#48bb78;--theme-ui-colors-green-6:#38a169;--theme-ui-colors-green-7:#2f855a;--theme-ui-colors-green-8:#276749;--theme-ui-colors-green-9:#22543d;--theme-ui-colors-teal-1:#e6fffa;--theme-ui-colors-teal-2:#b2f5ea;--theme-ui-colors-teal-3:#81e6d9;--theme-ui-colors-teal-4:#4fd1c5;--theme-ui-colors-teal-5:#38b2ac;--theme-ui-colors-teal-6:#319795;--theme-ui-colors-teal-7:#2c7a7b;--theme-ui-colors-teal-8:#285e61;--theme-ui-colors-teal-9:#234e52;--theme-ui-colors-blue-1:#ebf8ff;--theme-ui-colors-blue-2:#bee3f8;--theme-ui-colors-blue-3:#90cdf4;--theme-ui-colors-blue-4:#63b3ed;--theme-ui-colors-blue-5:#4299e1;--theme-ui-colors-blue-6:#3182ce;--theme-ui-colors-blue-7:#2b6cb0;--theme-ui-colors-blue-8:#2c5282;--theme-ui-colors-blue-9:#2a4365;--theme-ui-colors-indigo-1:#ebf4ff;--theme-ui-colors-indigo-2:#c3dafe;--theme-ui-colors-indigo-3:#a3bffa;--theme-ui-colors-indigo-4:#7f9cf5;--theme-ui-colors-indigo-5:#667eea;--theme-ui-colors-indigo-6:#5a67d8;--theme-ui-colors-indigo-7:#4c51bf;--theme-ui-colors-indigo-8:#434190;--theme-ui-colors-indigo-9:#3c366b;--theme-ui-colors-purple-1:#faf5ff;--theme-ui-colors-purple-2:#e9d8fd;--theme-ui-colors-purple-3:#d6bcfa;--theme-ui-colors-purple-4:#b794f4;--theme-ui-colors-purple-5:#9f7aea;--theme-ui-colors-purple-6:#805ad5;--theme-ui-colors-purple-7:#6b46c1;--theme-ui-colors-purple-8:#553c9a;--theme-ui-colors-purple-9:#44337a;--theme-ui-colors-pink-1:#fff5f7;--theme-ui-colors-pink-2:#fed7e2;--theme-ui-colors-pink-3:#fbb6ce;--theme-ui-colors-pink-4:#f687b3;--theme-ui-colors-pink-5:#ed64a6;--theme-ui-colors-pink-6:#d53f8c;--theme-ui-colors-pink-7:#b83280;--theme-ui-colors-pink-8:#97266d;--theme-ui-colors-pink-9:#702459;--theme-ui-colors-grayDark:#2d3748;--theme-ui-colors-text:#282c35;--theme-ui-colors-background:#fff;--theme-ui-colors-primary:#007acc;--theme-ui-colors-primaryHover:#2c5282;--theme-ui-colors-secondary:#718096;--theme-ui-colors-muted:#e2e8f0;--theme-ui-colors-success:#9ae6b4;--theme-ui-colors-info:#63b3ed;--theme-ui-colors-warning:#faf089;--theme-ui-colors-danger:#feb2b2;--theme-ui-colors-light:#f7fafc;--theme-ui-colors-dark:#2d3748;--theme-ui-colors-textMuted:#718096;--theme-ui-colors-heading:#282c35;color:var(--theme-ui-colors-text);background-color:var(--theme-ui-colors-background);}</style><style data-emotion="css-global 3qknja">*{box-sizing:border-box;}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.625;font-weight:400;}body{margin:0;}</style><div style="outline:none" tabindex="-1" id="gatsby-focus-wrapper"><style data-emotion="css ozdkra">.css-ozdkra{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.625;font-weight:400;}</style><div class="css-ozdkra"><style data-emotion="css 1389d71">.css-1389d71{padding-left:1rem;padding-right:1rem;margin-bottom:2rem;max-width:72rem;margin-left:auto;margin-right:auto;}@media screen and (min-width: 640px){.css-1389d71{padding-left:2rem;padding-right:2rem;}}</style><header class="css-1389d71"><style data-emotion="css 114y5u6">.css-114y5u6{padding-top:1rem;padding-bottom:0.5rem;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--theme-ui-colors-muted);}</style><style data-emotion="css 11iq5sy">.css-11iq5sy{padding-top:1rem;padding-bottom:0.5rem;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--theme-ui-colors-muted);}</style><div class="css-11iq5sy"><style data-emotion="css 1asu8vn">.css-1asu8vn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}</style><style data-emotion="css 1gmd4pk">.css-1gmd4pk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}</style><div class="css-1gmd4pk"><style data-emotion="css 18rxmpq">.css-18rxmpq{-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}</style><style data-emotion="css eiky7">.css-eiky7{box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}</style><div class="css-eiky7"><style data-emotion="css 1tb8po8">.css-1tb8po8{margin-bottom:0.5rem;margin-top:0.5rem;margin-right:1rem;}@media screen and (min-width: 640px){.css-1tb8po8{margin-right:2rem;}}</style><style data-emotion="css 1viujpb">.css-1viujpb{font-family:inherit;font-weight:700;line-height:1.25;margin:0;margin-bottom:1rem;font-size:1.875rem;margin-top:1rem;margin-bottom:0.5rem;margin-top:0.5rem;margin-right:1rem;}@media screen and (min-width: 640px){.css-1viujpb{margin-right:2rem;}}</style><h3 class="css-1viujpb"><style data-emotion="css oma421">.css-oma421{color:var(--theme-ui-colors-text);}</style><style data-emotion="css z84qkq">.css-z84qkq{box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-primary);-webkit-text-decoration:none;text-decoration:none;color:var(--theme-ui-colors-text);}.css-z84qkq:hover{-webkit-text-decoration:underline;text-decoration:underline;}</style><a class="css-z84qkq" href="/en/">Buzzing on Reddit</a></h3><style data-emotion="css 4cffwv">.css-4cffwv{box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}</style><nav class="css-4cffwv"><style data-emotion="css 5o9a6j">.css-5o9a6j{box-sizing:border-box;margin:0;min-width:0;color:inherit;-webkit-text-decoration:none;text-decoration:none;font-weight:700;display:inline-block;font-weight:400;padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;letter-spacing:0.2rem;}.css-5o9a6j:hover,.css-5o9a6j:focus,.css-5o9a6j.active{color:var(--theme-ui-colors-primary);}</style><a href="/en/issues" class="css-5o9a6j">Weekly Selection</a></nav></div><div class="css-4cffwv"><style data-emotion="css wlwzm">.css-wlwzm{min-width:6.5rem;}</style><div class="css-4cffwv"><style data-emotion="css 1ddtodu">.css-1ddtodu{box-sizing:border-box;margin:0;min-width:0;display:block;width:100%;padding:0.5rem;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;font-size:inherit;line-height:inherit;border:1px solid;border-radius:4px;color:inherit;background-color:var(--theme-ui-colors-background);min-width:6.5rem;}</style><select class="css-1ddtodu"><option selected="" value="en">English</option><option value="zh">简体中文</option><option value="zh-Hant">繁體中文</option><option value="ja">日本語</option></select><style data-emotion="css 1swud1q">.css-1swud1q{box-sizing:border-box;margin:0;min-width:0;margin-left:-28px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;pointer-events:none;}</style><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentcolor" class="css-1swud1q"><path d="M7 10l5 5 5-5z"></path></svg></div></div></div></div></header><style data-emotion="css 1nitwqa">.css-1nitwqa{max-width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:2rem;}@media screen and (min-width: 640px){.css-1nitwqa{max-width:72rem;padding-left:2rem;padding-right:2rem;}}</style><style data-emotion="css 19p2w2j">.css-19p2w2j{box-sizing:border-box;margin:0;min-width:0;max-width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;padding-bottom:2rem;}@media screen and (min-width: 640px){.css-19p2w2j{max-width:72rem;padding-left:2rem;padding-right:2rem;}}</style><div class="css-19p2w2j"><div></div><main><div><style data-emotion="css 1tx9p16">.css-1tx9p16{font-size:1.25rem;}</style><style data-emotion="css 17vxmjj">.css-17vxmjj{border-left-width:4px;border-left-style:solid;border-left-color:var(--theme-ui-colors-muted);color:var(--theme-ui-colors-textMuted);margin:0;padding:0;font-style:italic;margin-top:2rem;margin-bottom:2rem;padding-left:1rem;font-size:1.25rem;}</style><blockquote class="css-17vxmjj">Just shredding some paper</blockquote><style data-emotion="css vurnku">.css-vurnku{box-sizing:border-box;margin:0;min-width:0;}</style><div data-test="ad-container" class="css-vurnku"><ins class=" adsbygoogle" style="display:block" data-ad-client="ca-pub-5211209136530011" data-ad-slot="9469977903" data-ad-layout="" data-ad-layout-key="" data-ad-format="auto" data-full-width-responsive="true"></ins></div><article><div><style data-emotion="css y35oof">.css-y35oof{border-left-width:4px;border-left-style:solid;border-left-color:var(--theme-ui-colors-muted);color:var(--theme-ui-colors-textMuted);margin:0;padding:0;font-style:italic;margin-top:2rem;margin-bottom:2rem;padding-left:1rem;}</style><blockquote class="css-y35oof"><style data-emotion="css 1fmmdck">.css-1fmmdck{box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-primary);-webkit-text-decoration:none;text-decoration:none;}.css-1fmmdck:hover{-webkit-text-decoration:underline;text-decoration:underline;}</style><a href="https://www.reddit.com/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/" class="css-1fmmdck">Just shredding some paper</a><br/>from<a href="https://www.reddit.com/r/Unexpected" class="css-1fmmdck"> /r/Unexpected</a></blockquote></div><div><style data-emotion="css 16o81mo">.css-16o81mo{position:relative;padding-bottom:640px;}</style><div class="css-16o81mo"><style data-emotion="css dub4b9">.css-dub4b9{position:absolute;top:0;left:0;}</style><iframe id="reddit-embed" title="Just shredding some paper" src="https://www.redditmedia.com/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/?ref_source=embed&amp;amp;ref=share&amp;amp;embed=true" width="100%" height="100%" frameBorder="0" scrolling="no" allowfullscreen="" sandbox="allow-scripts allow-same-origin allow-popups" class="css-dub4b9"></iframe></div></div></article></div><style data-emotion="css 4h3z6r">.css-4h3z6r{padding-top:1rem;padding-bottom:2rem;}</style><footer class="css-4h3z6r"><style data-emotion="css 1v7jeax">.css-1v7jeax{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem;font-size:1.25rem;}</style><style data-emotion="css hit6r0">.css-hit6r0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem;font-size:1.25rem;}</style><div class="css-hit6r0"><style data-emotion="css 1b4bnnt">.css-1b4bnnt{background-color:var(--theme-ui-colors-gray-1);margin-right:1rem;margin-bottom:0.5rem;color:var(--theme-ui-colors-textMuted);padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;}.css-1b4bnnt:hover{background-color:var(--theme-ui-colors-gray-2);}</style><style data-emotion="css 10urasb">.css-10urasb{box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-primary);-webkit-text-decoration:none;text-decoration:none;background-color:var(--theme-ui-colors-gray-1);margin-right:1rem;margin-bottom:0.5rem;color:var(--theme-ui-colors-textMuted);padding-left:0.5rem;padding-right:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;}.css-10urasb:hover{-webkit-text-decoration:underline;text-decoration:underline;}.css-10urasb:hover{background-color:var(--theme-ui-colors-gray-2);}</style><a class="css-10urasb" href="/en/tags/unexpected">Unexpected</a><a class="css-10urasb" href="/en/tags/reddit">reddit</a></div><style data-emotion="css 187bc73">.css-187bc73{margin-bottom:2rem;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style><style data-emotion="css 1igkn86">.css-1igkn86{box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:2rem;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}</style><div data-test="bio" class="css-1igkn86"><style data-emotion="css 43riig">.css-43riig{min-width:56px;padding-right:0.5rem;padding-top:0.25rem;}</style><style data-emotion="css gzitb9">.css-gzitb9{box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-primary);-webkit-text-decoration:none;text-decoration:none;min-width:56px;padding-right:0.5rem;padding-top:0.25rem;}.css-gzitb9:hover{-webkit-text-decoration:underline;text-decoration:underline;}</style><a class="css-gzitb9" href="/"><style data-emotion="css 1py321f">.css-1py321f{margin-bottom:0;border-radius:9999px;width:48px;height:48px;}</style><style data-emotion="css 1g22wk4">.css-1g22wk4{box-sizing:border-box;margin:0;min-width:0;max-width:100%;height:auto;margin-bottom:0;border-radius:9999px;width:48px;height:48px;}</style><img src="https://reddit.buzzing.cc/avatar.png" alt="logo" class="css-1g22wk4"/></a><div class="css-0">See what&#x27;s buzzing on <style data-emotion="css 11yez9l">.css-11yez9l{box-sizing:border-box;margin:0;min-width:0;color:var(--theme-ui-colors-primary);-webkit-text-decoration:none;text-decoration:none;line-height:2;}.css-11yez9l:hover{-webkit-text-decoration:underline;text-decoration:underline;}</style><a href="https://reddit.com" target="_blank" rel="noopener noreferrer" class="css-11yez9l">Reddit</a> in your native language on <a class="css-1fmmdck" href="/en/">reddit.buzzing.cc</a></div></div><style data-emotion="css r1hyeu">.css-r1hyeu{-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;list-style:none;padding:0;padding-top:1rem;padding-bottom:1rem;font-size:1.25rem;}</style><style data-emotion="css 1jw7mp8">.css-1jw7mp8{box-sizing:border-box;margin:0;min-width:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;list-style:none;padding:0;padding-top:1rem;padding-bottom:1rem;font-size:1.25rem;}</style><ul class="css-1jw7mp8"><li><a rel="prev" class="css-1fmmdck" href="/en/reddit/r/Damnthatsinteresting/comments/pwn2c8/features_of_this_rivian_electric_car/">← <!-- -->Features of this Rivian electric car</a></li><li><a rel="next" class="css-1fmmdck" href="/en/reddit/r/MadeMeSmile/comments/px42xc/foster_mom_falling_im_love_with_her_foster_kid/">foster mom falling I&#x27;m love with her foster kid<!-- --> →</a></li></ul></footer></main></div></div></div><div id="gatsby-announcer" style="position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0" aria-live="assertive" aria-atomic="true"></div></div><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-GQVR44BC8T"></script><script> if(true) { window.dataLayer = window.dataLayer || []; function gtag(){window.dataLayer && window.dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-GQVR44BC8T', {"send_page_view":false}); } </script><script id="gatsby-script-loader">/*<![CDATA[*/window.pagePath="/en/reddit/r/Unexpected/comments/pwxa7v/just_shredding_some_paper/";/*]]>*/</script><script id="gatsby-chunk-mapping">/*<![CDATA[*/window.___chunkMapping={"polyfill":["/polyfill-6e29ba578f5c9302e60e.js"],"app":["/app-246f77f3f1b0f6211097.js"],"component---node-modules-gatsby-theme-blog-core-src-templates-posts-query-js":["/component---node-modules-gatsby-theme-blog-core-src-templates-posts-query-js-71a05de2cb1d3241a51c.js"],"component---node-modules-gatsby-theme-buzzing-src-gatsby-theme-blog-core-templates-post-query-js":["/component---node-modules-gatsby-theme-buzzing-src-gatsby-theme-blog-core-templates-post-query-js-7429620f0feb07777cd0.js"],"component---node-modules-gatsby-theme-buzzing-src-gatsby-theme-timeline-templates-posts-query-js":["/component---node-modules-gatsby-theme-buzzing-src-gatsby-theme-timeline-templates-posts-query-js-1a49fb80db2742ad976c.js"],"component---node-modules-gatsby-theme-buzzing-src-pages-404-js":["/component---node-modules-gatsby-theme-buzzing-src-pages-404-js-e916c733aad8993e8eb9.js"],"component---node-modules-gatsby-theme-buzzing-src-templates-archives-query-js":["/component---node-modules-gatsby-theme-buzzing-src-templates-archives-query-js-349f52715e2561bab505.js"],"component---node-modules-gatsby-theme-timeline-src-pages-redirect-js":["/component---node-modules-gatsby-theme-timeline-src-pages-redirect-js-a276e916f40cfac49155.js"]};/*]]>*/</script><script src="/polyfill-6e29ba578f5c9302e60e.js" nomodule=""></script><script src="/component---node-modules-gatsby-theme-buzzing-src-gatsby-theme-blog-core-templates-post-query-js-7429620f0feb07777cd0.js" async=""></script><script src="/78f973e7d66c0a01f0f4773d0b98f9433c59fdb2-322fcb48c05ecfb73de8.js" async=""></script><script src="/1dd094f1503bdbdfde0b98dcab7f3ba21ad40d86-bdde75b67b52a6452f29.js" async=""></script><script src="/dd1332ab8f15d1828b0fe96ccfe1761ffc193057-f932b404f3ca47cd4970.js" async=""></script><script src="/app-246f77f3f1b0f6211097.js" async=""></script><script src="/framework-1e925e1f21c302748cd1.js" async=""></script><script src="/webpack-runtime-11bcba7d435846f6fd8e.js" async=""></script></body></html>
<html dir="ltr" lang="vn"> <head> <meta charset="utf-8"> <title>Ma Trận Blockly</title> <link rel="stylesheet" type="text/css" href="style.css"> <script type="text/javascript" src="/storage.js"></script> <script type="text/javascript" src="../_soy/soyutils.js"></script> <script type="text/javascript" src="template.js"></script> <script> var MSG = { // Block text. moveForward: 'đi tới', move: 'đi', forward: 'tới', backward: 'lui', turn: 'quay', left: 'qua trái', right: 'qua phải', randomly: 'tùy hứng', path: 'đường', ifPath: 'nếu có đường', do: 'hãy', else: 'nếu không', ahead: 'phía trước', toTheLeft: 'bên trái', toTheRight: 'bên phải', behind: 'đằng sau', repeatUntilFinished: 'lặp lại cho đến đích', getX: 'định vị theo X', getY: 'định vị theo Y', getDirection: 'định hướng', // Tooltips. moveForwardTooltip: 'Di chuyển Pegman tới một bước.', moveTooltip: 'Di chuyển Pegman tới hoặc lùi một bước.', turnTooltip: 'Quay Pegman qua bên trái hoặc bên phải 90 độ.', ifTooltip: 'Nếu có đường ở hướng đấy,\n' + 'hãy thực hiện các lệnh đưa ra.', ifelseTooltip: 'Nếu có đường ở hướng đấy,\n' + 'hãy thực hiện các lệnh thứ nhất.\n' + 'Nếu không, thực hiện các lệnh thứ hai.', whileTooltip: 'Thực hiện các lệnh được bao gồm cho đến khi đến đích', codeTooltip: 'Xem code theo ngôn ngữ JavaScript.', linkTooltip: 'Lưu và lấy liên kết.', randomizeTooltip1: 'Ngẫu nhiên hoá vị trí điểm khởi đầu và đích.', randomizeTooltip2: 'Ngẫu nhiên hoá toàn bộ ma trận.', isPathTooltip: 'Hoàn trả "đúng" nếu có đường đi\n' + 'về hướng được chọn.', getXTooltip: 'Hoàn trả vị trí của Pegman theo chiều ngang.\n' + 'Sát mép trái là 1, sát mép phải là 8.', getYTooltip: 'Hoàn trả vị trí của Pegman theo chiều dọc.\n' + 'Sát mép trên là 1, sát mép dưới là 8.', getDirectionTooltip: 'Hoàn trả hướng Pegman đang quay mặt tới.\n' + 'Bắc: 0, Đông: 1, Nam: 2, Tây: 3.', // Level hints. hints: [undefined, // There is no level 0. "Một chương trình là một chuỗi các lệnh. Chồng hai mảnh 'đi tới' lên nhau để giúp tớ đến đích.", "Chuỗi lệnh gì sẽ giải ma trận này?", "Bộ nhớ của máy vi tính có hạn. Ở vòng này bạn chỉ được dùng hai mảnh để đến đích. Mảnh 'lặp lại' sẽ chạy một lệnh nhiều lần.", "Để giải ma trận này, bạn chỉ được dùng năm mảnh.", "Pegman will have to turn left when he cannot go straight.", "Mảnh 'nếu [điều kiện]' nhìn vào điều kiện rồi chỉ thực hiện lệnh nếu có điều kiện ấy. Hãy thử rẽ trái nếu có đường bên trái.", "Ma trận này nhìn rắc rối hơn cái trước, nhưng thực sự chúng cũng khá giống nhau.", "Bạn có thể dùng hơn một mảnh 'nếu...', để xử lý nhiều điều kiện khác nhau.", "Mảnh 'nếu-nếu không' sẽ giúp bạn. Nó sẽ thực hiện một trong hai lệnh hoặc nhóm lệnh đưa ra. Lệnh ở 'nếu không' chỉ chạy khi điều kiện ấy không có thật.", "Bạn có thể giải cái ma trận rắc rối này? Gợi ý: Thử đi sát theo một bức tường, y như bạn đang giữ một tay theo suốt bức tường ấy, dù nó rẻ phải hay trái." ], // Misc text. level: 'Vòng', capacity0: 'Bạn còn <span id="capacityNumber">0</span> mảnh.', capacity1: 'Bạn còn <span id="capacityNumber">1</span> mảnh.', capacity2: 'Bạn còn <span id="capacityNumber">%1</span> mảnh.', runProgram: '\u00A0 \u00A0 Chạy \u00A0 \u00A0', resetProgram: 'Về Điểm Khởi Đầu', nextLevel: 'Chúc mừng!\n\nBạn đã sẵn sàng qua vòng %1?', finalLevel: 'Chúc mừng!\n\nBạn đã giải xong vòng cuối cùng.', title: 'Ma trận', oneTopBlock: 'Ở vòng này, bạn cần gắn chồng các mảnh lệnh lên nhau trong khoảng trắng (còn được gọi là sân chơi) để tạo chuỗi mệnh lệnh cần thiết.' }; if ('BlocklyStorage' in window) { BlocklyStorage.HTTPREQUEST_ERROR = 'Hoạt động bị trục trặc, không thực hiện được yêu cầu của bạn.\n'; BlocklyStorage.LINK_ALERT = 'Dùng liên kết này để chia sẽ chương trình của bạn:\n\n'; BlocklyStorage.HASH_ERROR = 'Không tìm thấy chương trình được lưu ở "%1".'; BlocklyStorage.XML_ERROR = 'Không mở được chương trình của bạn.\n'+ 'Có thể nó nằm trong một phiên bản khác của Blockly?\nXML là: '; } var languageSrc = ['vn/_messages.js']; </script> </head> <body> <script type="text/javascript" src="maze.js"></script> </body> </html>
<!-- HTML header for doxygen 1.8.9.1--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <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.20"/> <title>OREData: Member List</title> <link href="https://fonts.googleapis.com/css?family=Merriweather+Sans|Open+Sans" rel="stylesheet"> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link rel="icon" type="image/png" href="favicon.png"> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); </script> <script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="oredextra.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <div id="projectname"><a href="https://rkapl123.github.io/OREAnnotatedSource/"> <img src="/OREAnnotatedSource/ored/logo-data@2x.png" alt="Logo" width="150" height="68" style="float: left; padding: 15px;"/></a> <div id="projectbrief">Fully annotated source code - version 1.6</div> </div> </div> <!-- end header part --><!-- Generated by Doxygen 1.8.20 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceore.html">ore</a></li><li class="navelem"><a class="el" href="namespaceore_1_1data.html">data</a></li><li class="navelem"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">BMASwapQuote Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#aed9b2662650e83e6a6ecd96007a3da75">asofDate</a>() const</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#af3cfde2ad58c1d96e9639fdb30544c60">asofDate_</a></td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#ad661b24df6f4e28118a83694e1b7c4dd">BMASwapQuote</a>()</td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#a2936f2d91449f91b84f8c0955fa183be">BMASwapQuote</a>(Real value, Date asofDate, const string &amp;name, QuoteType quoteType, Period term, string ccy=&quot;USD&quot;, Period maturity=3 *Months)</td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#ac98d07dd8f7b70e16ccb9a01abf56b9c">boost::serialization::access</a> class</td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#aa4c9740c4e7802dd8e9d39fd2469cee4">ccy</a>() const</td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#a5a373e3872169127bc298048d984b95b">ccy_</a></td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#ae9b4df44c49469a3f2083427ed3d42c9">clone</a>()</td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a78a53e954df1d387bae9b3680287ec69">InstrumentType</a> enum name</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a026bb3ea6b4c2b421bc5b8ecd8da9c4e">instrumentType</a>() const</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a39910fdba6690f4e9cfcd27607ca8c54">instrumentType_</a></td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a6d452263023784413907bead90dc35a5">MarketDatum</a>()</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a0fdc1fa4729f3a3e3512c0a6c8ac22b3">MarketDatum</a>(Real value, Date asofDate, const string &amp;name, QuoteType quoteType, InstrumentType instrumentType)</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#a35fda6ae2ae7e3ddc9bacf6b5498709a">maturity</a>() const</td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#a9a72c1adb6d324b2a90411f44f4abd6e">maturity_</a></td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a47f4f0a66d5a539e687100dc65462ced">name</a>() const</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a79cfd788b219a7f48068d0e96e5e8e77">name_</a></td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a8c738ca5eca5685f2b9b922ff4d7f42d">quote</a>() const</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a5d87a388f17e28809793d3f796120ffe">quote_</a></td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#aa5b3ec8bb6c730c38b87a73c11dec808">QuoteType</a> enum name</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#aecdf3c2352a25c6fa7aa38aea51af304">quoteType</a>() const</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#aebb1456b4a412648a3ee9d5fdc112fe0">quoteType_</a></td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#af1fb551ed7137980d7d4773c74d5f988">serialize</a>(Archive &amp;ar, const unsigned int version)</td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#adfb4cd9ede99955df1972529a275e159">term</a>() const</td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html#a634850a73bbc49aee0163b327ac39dbe">term_</a></td><td class="entry"><a class="el" href="classore_1_1data_1_1_b_m_a_swap_quote.html">BMASwapQuote</a></td><td class="entry"><span class="mlabel">private</span></td></tr> <tr><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html#a6beb33821d963761302b1d9e62898fe8">~MarketDatum</a>()</td><td class="entry"><a class="el" href="classore_1_1data_1_1_market_datum.html">MarketDatum</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- HTML footer for doxygen 1.8.9.1--> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by <a href="http://www.doxygen.org/index.html">Doxygen</a> 1.8.20 </small></address> </body> </html>
<!doctype html> <!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie8" lang="en"> <![endif]--> <!--[if IE 9 ]> <html class="ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en" class="no-js" itemscope="itemscope" xmlns="http://www.w3.org/1999/xhtml" itemtype="http://schema.org/ItemPage" prefix="og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/"> <!--<![endif]--> <head> <meta charset="utf-8"/> <title itemprop="name">Meeting with President of Belarus Alexander Lukashenko • President of Russia</title> <meta name="description" content="Vladimir Putin had a meeting with President of the Republic of Belarus Alexander Lukashenko at the Bocharov Ruchei residence in Sochi. The Belarusian President is in Russia on a three-day working visit."/> <meta name="keywords" content="News ,Transcripts ,President"/> <meta itemprop="inLanguage" content="en"/> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=0.7,ya-title=#061a44"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-title" content="President of Russia"/> <meta name="format-detection" content="telephone=yes"/> <meta name="apple-mobile-web-app-status-bar-style" content="default"/> <meta name="msapplication-TileColor" content="#061a44"/> <meta name="msapplication-TileImage" content="/static/mstile-144x144.png"/> <meta name="msapplication-allowDomainApiCalls" content="true"/> <meta name="msapplication-starturl" content="/"/> <meta name="theme-color" content="#061a44"/> <meta name="application-name" content="President of Russia"/> <meta property="og:site_name" content="President of Russia"/> <meta name="twitter:site" content="@KremlinRussia_E"/> <meta property="og:type" content="article"/> <meta property="og:title" content="Meeting with President of Belarus Alexander Lukashenko"/> <meta property="og:description" content="Vladimir Putin had a meeting with President of the Republic of Belarus Alexander Lukashenko at the Bocharov Ruchei residence in Sochi. The Belarusian President is in Russia on a three-day working visit."/> <meta property="og:url" content="http://en.kremlin.ru/events/president/news/59821"/> <meta property="og:image" content="http://static.kremlin.ru/media/events/photos/medium/CH4T8NCVWyv2qQGfLTyCiiUV1GlR8nhE.jpg"/> <meta property="ya:ovs:adult" content="false"/> <meta property="ya:ovs:upload_date" content="2019-02-13"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:description" content="Vladimir Putin had a meeting with President of the Republic of Belarus Alexander Lukashenko at the Bocharov Ruchei residence in Sochi. The Belarusian President is in Russia on a three-day working visit."/> <meta name="twitter:title" content="Meeting with President of Belarus Alexander Lukashenko"/> <meta name="twitter:image:src" content="http://static.kremlin.ru/media/events/photos/medium/CH4T8NCVWyv2qQGfLTyCiiUV1GlR8nhE.jpg"/> <meta name="twitter:image:width" content="680"/> <meta name="twitter:image:height" content="420"/> <link rel="icon" type="image/png" href="http://en.kremlin.ru/static/favicon-32x32.png" sizes="32x32"/> <link rel="icon" type="image/png" href="http://en.kremlin.ru/static/favicon-96x96.png" sizes="96x96"/> <link rel="icon" type="image/png" href="http://en.kremlin.ru/static/favicon-16x16.png" sizes="16x16"/> <link rel="icon" type="image/png" href="http://en.kremlin.ru/static/android-chrome-192x192.png" sizes="192x192"/> <link rel="manifest" href="http://en.kremlin.ru/static/en/manifest.json"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-57x57.png" sizes="57x57"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-60x60.png" sizes="60x60"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-72x72.png" sizes="72x72"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-76x76.png" sizes="76x76"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-114x114.png" sizes="114x114"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-120x120.png" sizes="120x120"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-144x144.png" sizes="144x144"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-152x152.png" sizes="152x152"/> <link rel="apple-touch-icon" href="http://en.kremlin.ru/static/apple-touch-icon-180x180.png" sizes="180x180"/> <link rel="stylesheet" type="text/css" media="all" href="../../../static/css/screen.css%3Fd9293862f7.css"/> <link rel="stylesheet" href="../../../static/css/print.css" media="print"/> <!--[if lt IE 9]> <link rel="stylesheet" href="/static/css/ie8.css"/> <script type="text/javascript" src="/static/js/vendor/html5shiv.js"></script> <script type="text/javascript" src="/static/js/vendor/respond.src.js"></script> <script type="text/javascript" src="/static/js/vendor/Konsole.js"></script> <![endif]--> <!--[if lte IE 9]> <link rel="stylesheet" href="/static/css/ie9.css"/> <script type="text/javascript" src="/static/js/vendor/ierange-m2.js"></script> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" href="/static/css/ie6.css"/> <![endif]--> <link rel="alternate" type="text/html" hreflang="ru" href="http://kremlin.ru/events/president/news/59821"/> <link rel="author" href="http://en.kremlin.ru/about"/> <link rel="home" href="http://en.kremlin.ru/"/> <link rel="search" href="http://en.kremlin.ru/opensearch.xml" title="President of Russia" type="application/opensearchdescription+xml"/> <link rel="image_src" href="http://static.kremlin.ru/media/events/photos/medium/CH4T8NCVWyv2qQGfLTyCiiUV1GlR8nhE.jpg" /><link rel="canonical" href="59821.html" /> <script type="text/javascript"> window.config = {staticUrl: '/static/',mediaUrl: 'http://static.kremlin.ru/media/',internalDomains: 'kremlin.ru|uznai-prezidenta.ru|openkremlin.ru|президент.рф|xn--d1abbgf6aiiy.xn--p1ai'}; </script></head> <body class=" is-reading"> <div class="header" itemscope="itemscope" itemtype="http://schema.org/WPHeader" role="banner"> <div class="topline topline__menu"> <a class="topline__toggleaside" accesskey="=" aria-label="Portal Menu" role="button" href="59821.html#sidebar" title="Portal Menu"><i></i></a> <div class="topline__in"> <a href="http://en.kremlin.ru/" class="topline__head" rel="home" accesskey="1" data-title="President of Russia"> <i class="topline__logo"></i>President of Russia</a> <div class="topline__togglemore" data-url="/mobile-menu"> <i class="topline__togglemore_button"></i> </div> <div class="topline__more"> <nav aria-label="Main menu"> <ul class="nav"><li class="nav__item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/events/president/news" class="nav__link is-active" accesskey="2" itemprop="url"><span itemprop="name">Events</span></a> </li><li class="nav__item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/structure/president" class="nav__link" accesskey="3" itemprop="url"><span itemprop="name">Structure</span></a> </li><li class="nav__item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/multimedia/video" class="nav__link" accesskey="4" itemprop="url"><span itemprop="name">Videos and Photos</span></a> </li><li class="nav__item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/acts/news" class="nav__link" accesskey="5" itemprop="url"><span itemprop="name">Documents</span></a> </li><li class="nav__item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/contacts" class="nav__link" accesskey="6" itemprop="url"><span itemprop="name">Contacts</span></a> </li> <li class="nav__item last" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a class="nav__link nav__link_search" href="http://en.kremlin.ru/search" accesskey="7" itemprop="url" title="Global website search"> <span itemprop="name">Search</span> </a> </li> </ul> </nav> </div> </div> </div> <div class="search"> <ul class="search__filter"> <li class="search__filter__item is-active"> <a class="search_without_filter">Search this website</a> </li> </ul> <div class="search__in"> <form name="search" class="form search__form simple_search form_special" method="get" action="http://en.kremlin.ru/search" tabindex="-1" role="search" > <fieldset> <input type="hidden" name="section" class="search__section_value"/> <input type="hidden" name="since" class="search__since_value"/> <input type="hidden" name="till" class="search__till_value"/> <span class="form__field input_wrapper"> <input type="text" name="query" class="search__form__input" id="search__form__input" lang="en" accesskey="-" required="required" size="74" title="Enter search" autocomplete="off" data-autocomplete-words-url="/_autocomplete/words" data-autocomplete-url="/_autocomplete"/> <i class="search_icon"></i> <span class="text_overflow__limiter"></span> </span> <span class="form__field button__wrapper"> <button id="search-simple-search-button" class="submit search__form__button">Search</button> </span> </fieldset> </form> </div> </div> <div class="topline_nav_mobile"></div> <a class="victory_75" accesskey="=" aria-label="" role="button" href="https://eng.may9.ru/" target="_blank" title=""><i></i> </a> </div> <div class="main-wrapper"> <div class="subnav-view" role="complementary" aria-label="Additional menu"></div> <div class="wrapsite"> <div class="content-view" role="main"></div> <div class="footer" id="footer" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div class="footer__in"> <div role="complementary" aria-label="Portal Menu"> <div class="footer__mobile"> <a href="http://en.kremlin.ru/"> <i class="footer__logo_mob"></i> <div class="mobile_title">President of Russia</div> <div class="mobile_caption">Mobile version</div> </a> </div> <div class="footer__col col_mob"> <h2 class="footer_title">President's<br/>website<br/>sections</h2> <ul class="footer_list nav_mob"><li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/events/president/news" class="is-active" itemprop="url"> <span itemprop="name">Events</span> </a> </li> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/structure/president" itemprop="url"> <span itemprop="name">Structure</span> </a> </li> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/multimedia/video" itemprop="url"> <span itemprop="name">Videos and Photos</span> </a> </li> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/acts/news" itemprop="url"> <span itemprop="name">Documents</span> </a> </li> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/contacts" itemprop="url"> <span itemprop="name">Contacts</span> </a> </li> <li class="footer__search footer_list_item footer__search_open" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/search" itemprop="url"> <i></i> <span itemprop="name">Search</span> </a> </li> <li class="footer__search footer_list_item footer__search_hidden" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/search" itemprop="url"> <i></i> <span itemprop="name">Search</span> </a> </li> <li class="footer__smi footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/press/announcements" itemprop="url" class="is-special"><i></i><span itemprop="name">For the Media</span></a> </li> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/subscribe" itemprop="url"><i></i><span itemprop="name">Subscribe</span></a> </li> <li class="footer_list_item hidden_mob" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/catalog/glossary" itemprop="url" rel="glossary"><span itemprop="name">Directory</span></a> </li> </ul> <ul class="footer_list"> <li class="footer__special" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.special.kremlin.ru/events/president/news" itemprop="url" class="is-special no-warning"><i></i><span itemprop="name">Version for People with Disabilities</span></a> </li> </ul> <ul class="footer_list"> <li class="footer_list_item"> <a href="http://twitter.com/KremlinRussia_E" rel="me" target="_blank">Twitter</a> </li> <li class="footer_list_item"> <a href="http://www.youtube.ru/user/kremlin" rel="me" target="_blank">YouTube</a> </li> </ul> <ul class="footer_list nav_mob"> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement" class="language footer_list_item"> <a href="http://kremlin.ru/events/president/news/59821" rel="alternate" hreflang="ru" itemprop="url" class=" no-warning"> <span itemprop="name">Русский</span> </a> <meta itemprop="inLanguage" content="ru"/> </li> </ul> </div> <div class="footer__col"> <h2 class="footer_title">President's<br/>website<br/>resources</h2> <ul class="footer_list"> <li class="footer__currentsite footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/" itemprop="url">President of Russia<span itemprop="name">Current resource</span> </a> </li> <li class="footer_list_item"> <a href="http://en.kremlin.ru/acts/constitution" class="no-warning">The Constitution of Russia</a> </li> <li class="footer_list_item"> <a href="http://en.flag.kremlin.ru/" class="no-warning" rel="external">State Insignia</a> </li> <li class="footer_list_item"> <a href="http://en.letters.kremlin.ru/" class="no-warning" rel="external">Send a Letter</a> </li> <li class="footer_list_item"> <a href="http://en.putin.kremlin.ru/" class="no-warning" rel="external">Vladimir Putin’s Personal Website</a> </li> </ul> </div> <div class="footer__col"> <h2 class="footer_title"><a href="http://programmes.putin.kremlin.ru/" rel="external">Special<br/>animal welfare<br/>projects</a></h2> <ul class="footer_list"> <li class="footer_list_item"> <a href="http://programmes.putin.kremlin.ru/en/tiger/" class="no-warning" rel="external">Amur tiger</a> </li> <li class="footer_list_item"> <a href="http://programmes.putin.kremlin.ru/en/beluha/" class="no-warning" rel="external">Beluga whale</a> </li> <li class="footer_list_item"> <a href="http://programmes.putin.kremlin.ru/en/bear/" class="no-warning" rel="external">Polar bear</a> </li> <li class="footer_list_item"> <a href="http://programmes.putin.kremlin.ru/en/leopard/" class="no-warning" rel="external">Snow leopard</a> </li> <li class="footer_list_item"> <a href="http://programmes.putin.kremlin.ru/en/amur_leopard/" class="no-warning" rel="external">Far Eastern leopard</a> </li> </ul> </div> <div class="footer__col footer__col_last"> <h2 class="footer_title">Legal<br/>and technical<br/>information</h2> <ul class="footer_list technical_info"> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/about" itemprop="url"> <span itemprop="name">About website</span> </a> </li> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/about/copyrights" itemprop="url"><span itemprop="name">Using website content</span></a> </li> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/about/privacy" itemprop="url"><span itemprop="name">Personal data of website users</span></a> </li> <li class="footer_list_item" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/contacts#mailto" itemprop="url"><span itemprop="name">Contact website team</span></a> </li> </ul> </div> </div> <div role="contentinfo"> <div class="footer__license"> <p>All content on this site is licensed under</p> <p><a href="http://creativecommons.org/licenses/by/4.0/deed.en" hreflang="en" class="underline" rel="license" target="_blank">Creative Commons Attribution 4.0 International</a></p> </div> <div class="footer__copy"><span class="flag_white">Presidential </span><span class="flag_blue">Executive Office</span><span class="flag_red">2020</span> </div> </div> <div class="footer__logo"></div> </div> </div> </div> </div> <div class="gallery__wrap"> <div class="gallery__overlay"></div> <div class="gallery" role="complementary" aria-label="Fullscreen gallery"></div> </div> <div class="read" role="complementary" aria-label="Material for reading" data-href="http://en.kremlin.ru/events/president/news/59821" data-stream-url="/events/president/news/by-date/13.02.2019"> <div class="read__close_wrapper"> <a href="by-date/13.02.2019.html" class="read__close" title="Press Esc to close"><i></i></a> </div> <div class="read__scroll" role="tabpanel"> <article class="read__in hentry h-entry" itemscope="itemscope" itemtype="http://schema.org/NewsArticle" id="event-59821" role="document" aria-describedby="read-lead"> <div class="read__content"> <div class="read__top"> <div class="width_limiter"> <a href="http://en.kremlin.ru/events/president/news" class="read__categ" rel="category" data-info="Open">Events</a> <h1 class="entry-title p-name" itemprop="name">Meeting with President of Belarus Alexander Lukashenko</h1> <div class="read__lead entry-summary p-summary" itemprop="description" role="heading" id="read-lead"> <div><p>Vladimir Putin had a meeting with President of the Republic of Belarus Alexander Lukashenko at the Bocharov Ruchei residence in Sochi. The Belarusian President is in Russia on a three-day working visit.</p></div> </div> <div class="read__meta"><time class="read__published" datetime="2019-02-13" itemprop="datePublished">February 13, 2019</time> <div class="read__time">14:45</div> <div class="read__place p-location"><i></i>Sochi</div> <meta itemprop="inLanguage" content="en"/> </div> </div> </div> <div class="entry-content e-content read__internal_content" itemprop="articleBody"> <div class="slider masha-ignore" id="slider-14197" role="listbox"><div class="slider__slides" data-cycle-caption-template="{{slideNum}} of {{slideCount}}" data-cycle-starting-slide="0"> <div class="slide starting-slide" data-cycle-desc="With President of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="With President of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/4w5Xu4XOnlRcXiA3bp1T2p4MlkCEmGN7.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/2xMOAnEVk1qAjERHKN4AZTUNrquQZIZn.jpg 2x" style="background:rgb(183, 0, 0);background:linear-gradient(0deg, #b70000 0%, rgba(183,0,0,0) 100%),linear-gradient(90deg, #1f531f 0%, rgba(31,83,31,0) 100%),linear-gradient(270deg, #6070d2 0%, rgba(96,112,210,0) 100%),linear-gradient(180deg, #caa089 0%, rgba(202,160,137,0) 100%);" width="940" height="580" data-text="With President of Belarus Alexander Lukashenko." alt="With President of Belarus Alexander Lukashenko." class="" id="photo-57759" itemprop="contentUrl" data-cycle-desc="With President of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/FtvhlFjojWKPOxcoObxGJZ20dSKYDZKg.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="Meeting with President of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="Meeting with President of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/uTL1qgauVIAyGLxCtM2jpGWkMFQRopo3.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/GyOAeHSDA6Prg6AAYM9J7j15GJcKdaxf.jpg 2x" style="background:rgb(215, 213, 200);background:linear-gradient(270deg, #d7d5c8 0%, rgba(215,213,200,0) 100%),linear-gradient(0deg, #9a837b 0%, rgba(154,131,123,0) 100%),linear-gradient(90deg, #422827 0%, rgba(66,40,39,0) 100%),linear-gradient(180deg, #da0001 0%, rgba(218,0,1,0) 100%);" width="940" height="580" data-text="Meeting with President of Belarus Alexander Lukashenko." alt="Meeting with President of Belarus Alexander Lukashenko." class="" id="photo-57760" itemprop="contentUrl" data-cycle-desc="Meeting with President of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/zXHazgxEQApLuhLYYKXgXQ4iH65Aa2mg.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="President of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="President of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/ZYwtqDhvERuLVGRN6XJsjfKqNxoGgpVe.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/Gwu9HIP950ZA7uRAnCLF0KA6FTPpCnEQ.jpg 2x" style="background:rgb(213, 224, 220);background:linear-gradient(270deg, #d5e0dc 0%, rgba(213,224,220,0) 100%),linear-gradient(90deg, #38404c 0%, rgba(56,64,76,0) 100%),linear-gradient(180deg, #b69189 0%, rgba(182,145,137,0) 100%),linear-gradient(0deg, #59636f 0%, rgba(89,99,111,0) 100%);" width="940" height="580" data-text="President of Belarus Alexander Lukashenko." alt="President of Belarus Alexander Lukashenko." class="" id="photo-57762" itemprop="contentUrl" data-cycle-desc="President of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/Sb69nVj4bkUAKJWfqvnIWArLA3XxMgzN.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At the meeting with President of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At the meeting with President of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/OWfIK55TxNnwiiYGchuadqMqyCcBaLQM.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/oHvEaZX9usSeMiChN3mqesNmJy31ctYV.jpg 2x" style="background:rgb(64, 66, 78);background:linear-gradient(0deg, #40424e 0%, rgba(64,66,78,0) 100%),linear-gradient(270deg, #242330 0%, rgba(36,35,48,0) 100%),linear-gradient(180deg, #a9867f 0%, rgba(169,134,127,0) 100%),linear-gradient(90deg, #5e5f6c 0%, rgba(94,95,108,0) 100%);" width="940" height="580" data-text="At the meeting with President of Belarus Alexander Lukashenko." alt="At the meeting with President of Belarus Alexander Lukashenko." class="" id="photo-57763" itemprop="contentUrl" data-cycle-desc="At the meeting with President of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/PTIwzAQT0LMhWhPrq6VAIHhZaTWUjxc2.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="President of Belarus Alexander Lukashenko."> <div class="slider__block slider__block_vertical" data-text="President of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/2t24SJ9iamOvx0Pvq0IAmJogMxuEqasA.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/v4jnmMXMEAKBkroIcdlTzY0RG2LMC5qA.jpg 2x" style="background:rgb(183, 193, 195);background:linear-gradient(270deg, #b7c1c3 0%, rgba(183,193,195,0) 100%),linear-gradient(0deg, #424953 0%, rgba(66,73,83,0) 100%),linear-gradient(90deg, #67707b 0%, rgba(103,112,123,0) 100%),linear-gradient(180deg, #6f3c3b 0%, rgba(111,60,59,0) 100%);" width="386" height="580" data-text="President of Belarus Alexander Lukashenko." alt="President of Belarus Alexander Lukashenko." class="vertical" id="photo-57764" itemprop="contentUrl" data-cycle-desc="President of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/5Lvqv1QwPdUzaEcoFUxlCgl3AfXZeCtp.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At the meeting with President of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At the meeting with President of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/513pFbwCw7Mg3WAfjzjDBBSZsdHMYX1i.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/OToLMPe4uzQaKhJUJpv2NFAjmv8xlRU4.jpg 2x" style="background:rgb(247, 245, 233);background:linear-gradient(270deg, #f7f5e9 0%, rgba(247,245,233,0) 100%),linear-gradient(90deg, #3d3e47 0%, rgba(61,62,71,0) 100%),linear-gradient(180deg, #61636e 0%, rgba(97,99,110,0) 100%),linear-gradient(0deg, #dd806d 0%, rgba(221,128,109,0) 100%);" width="940" height="580" data-text="At the meeting with President of Belarus Alexander Lukashenko." alt="At the meeting with President of Belarus Alexander Lukashenko." class="" id="photo-57765" itemprop="contentUrl" data-cycle-desc="At the meeting with President of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/VBzJxF2A9o9UCqDdgOLVjDkHeTzobb07.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At the meeting with President of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At the meeting with President of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/4M69aZX32MOqIbgHwyFwX0nXtEBnfA78.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/sw1AFaIexXgw8qQQAGNOuabFlVQxJz2B.jpg 2x" style="background:rgb(192, 203, 199);background:linear-gradient(270deg, #c0cbc7 0%, rgba(192,203,199,0) 100%),linear-gradient(90deg, #282a36 0%, rgba(40,42,54,0) 100%),linear-gradient(180deg, #414a59 0%, rgba(65,74,89,0) 100%),linear-gradient(0deg, #656572 0%, rgba(101,101,114,0) 100%);" width="940" height="580" data-text="At the meeting with President of Belarus Alexander Lukashenko." alt="At the meeting with President of Belarus Alexander Lukashenko." class="" id="photo-57761" itemprop="contentUrl" data-cycle-desc="At the meeting with President of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/CAzMzF6wCAnA8GuhfcI6wsJYKZkO5elb.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/onzuHI8aZAyterioxcoFDXKD0YKIRlXH.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/9vWxKIZSta2nVxOiewaABx5v0I5wYrSK.jpg 2x" style="background:rgb(238, 236, 226);background:linear-gradient(0deg, #eeece2 0%, rgba(238,236,226,0) 100%),linear-gradient(270deg, #b7b0ad 0%, rgba(183,176,173,0) 100%),linear-gradient(180deg, #6d6b5f 0%, rgba(109,107,95,0) 100%),linear-gradient(90deg, #9d9589 0%, rgba(157,149,137,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57768" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/w7tE0Z4TFAPnl9rW2w1k26UJ9cU4GK8Q.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/Ed5AyrpgWhZ4NUOdyKe8SdJFz2NSuMye.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/5R8Xbhl98BHqHgtketQ2qOk9xtZsT5kU.jpg 2x" style="background:rgb(210, 243, 254);background:linear-gradient(270deg, #d2f3fe 0%, rgba(210,243,254,0) 100%),linear-gradient(90deg, #ff3051 0%, rgba(255,48,81,0) 100%),linear-gradient(0deg, #9497a3 0%, rgba(148,151,163,0) 100%),linear-gradient(180deg, #242b2e 0%, rgba(36,43,46,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57774" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/ZnZ5oXMRyAOafkKpttraf7xrnZuc2xID.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/jGa1KCy8dhRpB1qlNqbaAAYc9YJWReS2.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/ZAKR0Le8fYa6GDpJsJotxYoWZGAN3Z6e.jpg 2x" style="background:rgb(54, 48, 36);background:linear-gradient(270deg, #363024 0%, rgba(54,48,36,0) 100%),linear-gradient(180deg, #fd172e 0%, rgba(253,23,46,0) 100%),linear-gradient(90deg, #f8f3e7 0%, rgba(248,243,231,0) 100%),linear-gradient(0deg, #b8807a 0%, rgba(184,128,122,0) 100%);" width="940" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57773" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/qXZr88aOCgjAhS4T0ihs1ZCNn6I70RGE.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/bTaQbYoXOYLyxO1WHKCXYGWXkM0AxVhy.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/2K7NVarcWY9cOexGkv2NPWgdFAlix0sM.jpg 2x" style="background:rgb(79, 70, 60);background:linear-gradient(270deg, #4f463c 0%, rgba(79,70,60,0) 100%),linear-gradient(180deg, #dd1325 0%, rgba(221,19,37,0) 100%),linear-gradient(90deg, #f4e6cd 0%, rgba(244,230,205,0) 100%),linear-gradient(0deg, #949088 0%, rgba(148,144,136,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57769" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/Ancdhys8LwUdAgCF9mFmPwuPHYGAUoKZ.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/VXpBDWcOWDy4CIprW05PVhwHkSwlelqB.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/79zMR720cOo5hIio0IWSwOgPld7N56sd.jpg 2x" style="background:rgb(104, 96, 84);background:linear-gradient(270deg, #686054 0%, rgba(104,96,84,0) 100%),linear-gradient(180deg, #f0223c 0%, rgba(240,34,60,0) 100%),linear-gradient(0deg, #0f2020 0%, rgba(15,32,32,0) 100%),linear-gradient(90deg, #cbcdc0 0%, rgba(203,205,192,0) 100%);" width="940" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57771" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/0ZqpYLWdeAtc7IcfyyLpwIdbKwQMAAZ5.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/QMANoM8mcKWKYVYl3FtODyOKXNAAWjAZ.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/01WAjA76F8HxHxxj3zMPq3Ffc5Y7r5JG.jpg 2x" style="background:rgb(89, 83, 73);background:linear-gradient(0deg, #595349 0%, rgba(89,83,73,0) 100%),linear-gradient(180deg, #2f3024 0%, rgba(47,48,36,0) 100%),linear-gradient(270deg, #837d75 0%, rgba(131,125,117,0) 100%),linear-gradient(90deg, #b9b0a0 0%, rgba(185,176,160,0) 100%);" width="940" height="580" data-text="At a ski resort. President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57770" itemprop="contentUrl" data-cycle-desc="At a ski resort. President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/vf0lTKX6v6BHPkUHlD7ZrmeEBxYCZPLW.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/dZ5ACQlq2fjuEyq9gAKfm32JKRmVja8e.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/Dl63Fw7syNPvrlhZCGxz65l4t4a7MGfi.jpg 2x" style="background:rgb(229, 236, 239);background:linear-gradient(180deg, #e5ecef 0%, rgba(229,236,239,0) 100%),linear-gradient(270deg, #545049 0%, rgba(84,80,73,0) 100%),linear-gradient(0deg, #9a0003 0%, rgba(154,0,3,0) 100%),linear-gradient(90deg, #b78687 0%, rgba(183,134,135,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57775" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/naGUmpudxRAElcCzvZa3N1AacHpXRKDR.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/dxHQ8gcANkPfPs3ylaAq7cAbGKkAAdTQ.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/pDkmi4VFpA3HragREo8FXNSpOfyftpMl.jpg 2x" style="background:rgb(230, 194, 199);background:linear-gradient(90deg, #e6c2c7 0%, rgba(230,194,199,0) 100%),linear-gradient(0deg, #bf0009 0%, rgba(191,0,9,0) 100%),linear-gradient(270deg, #8c8682 0%, rgba(140,134,130,0) 100%),linear-gradient(180deg, #31301e 0%, rgba(49,48,30,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57776" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/hMnawEbW4Jp9UWdHPPm8nYMdtCq45kfC.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/SyFAxqtGGY1o4y4Qt0DnSKyzkCzhhEKA.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/hiE60rTKgo33UaAWAyA7AoxXcw1kVHvO.jpg 2x" style="background:rgb(54, 51, 41);background:linear-gradient(270deg, #363329 0%, rgba(54,51,41,0) 100%),linear-gradient(90deg, #b7b4a9 0%, rgba(183,180,169,0) 100%),linear-gradient(180deg, #ab0005 0%, rgba(171,0,5,0) 100%),linear-gradient(0deg, #fff4f4 0%, rgba(255,244,244,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57777" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/rzLnTXMupttJvsG60MR6O8IScSFv5ABq.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/4RDiMuEHEg8gYm2JkxLFpVOJaS0VYmdY.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/eQDjGsGuudOXYXBKmtXcHEDmC1KoUL7y.jpg 2x" style="background:rgb(206, 51, 24);background:linear-gradient(270deg, #ce3318 0%, rgba(206,51,24,0) 100%),linear-gradient(0deg, #c6cfd8 0%, rgba(198,207,216,0) 100%),linear-gradient(180deg, #4c0002 0%, rgba(76,0,2,0) 100%),linear-gradient(90deg, #7f7272 0%, rgba(127,114,114,0) 100%);" width="940" height="580" data-text="At a ski resort. President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57778" itemprop="contentUrl" data-cycle-desc="At a ski resort. President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/Iz3woXNoVAFzzOf7fSrXmVGugARYoLNx.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/3YLtrZRO6iKSLwMAUGmLw3zAxe86efmf.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/rJrCO3YBkShxmkbzjvDCtknybUPixpJ5.jpg 2x" style="background:rgb(106, 97, 86);background:linear-gradient(270deg, #6a6156 0%, rgba(106,97,86,0) 100%),linear-gradient(90deg, #ffbc92 0%, rgba(255,188,146,0) 100%),linear-gradient(0deg, #1a1d13 0%, rgba(26,29,19,0) 100%),linear-gradient(180deg, #e40b24 0%, rgba(228,11,36,0) 100%);" width="940" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57772" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/0ArEhiatuH1NNbhsWTjx6Anz3GFMuOfs.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/U4QwD0cfilirhqcccKIqs9QiwZJ0Edw1.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/WSyPpKrrn3dg1YC1SiCMIJgc0oQ1nTjG.jpg 2x" style="background:rgb(174, 181, 197);background:linear-gradient(90deg, #aeb5c5 0%, rgba(174,181,197,0) 100%),linear-gradient(270deg, #e1e4eb 0%, rgba(225,228,235,0) 100%),linear-gradient(0deg, #8f939a 0%, rgba(143,147,154,0) 100%),linear-gradient(180deg, #9e161e 0%, rgba(158,22,30,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57779" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/AyVLkgaYCeANA2IGgdH8GylydpykE9Fw.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/jfWvzJCjROALyF0TN3apAE3NHiszAjNn.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/dcILT55t7t4sSluhgt8Jo9tpPtgfixsj.jpg 2x" style="background:rgb(36, 37, 48);background:linear-gradient(90deg, #242530 0%, rgba(36,37,48,0) 100%),linear-gradient(0deg, #e91029 0%, rgba(233,16,41,0) 100%),linear-gradient(180deg, #a48159 0%, rgba(164,129,89,0) 100%),linear-gradient(270deg, #ffff6f 0%, rgba(255,255,111,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57766" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/em7LU5AecqScoX4aOUbMKUtiLpUssIjv.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/6YWCp44AhWxAc7RT8PgxICryRmYjl2AT.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/w8x9xVMTkHMTMgZh9IyPbhuFVjSYPcrL.jpg 2x" style="background:rgb(56, 46, 44);background:linear-gradient(0deg, #382e2c 0%, rgba(56,46,44,0) 100%),linear-gradient(270deg, #e6f1f3 0%, rgba(230,241,243,0) 100%),linear-gradient(180deg, #ac8187 0%, rgba(172,129,135,0) 100%),linear-gradient(90deg, #fd2b4e 0%, rgba(253,43,78,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57783" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/iJgLPRXLRAGW72PM1zYUIXwBHhnrhdXb.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/5sRgRgs0YvHxrW3i249gA1Alp79UQNkt.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/OYe54ImKSZddc7w31ZeuO0Nh5Xmiy6c6.jpg 2x" style="background:rgb(69, 85, 118);background:linear-gradient(270deg, #455576 0%, rgba(69,85,118,0) 100%),linear-gradient(90deg, #fe3754 0%, rgba(254,55,84,0) 100%),linear-gradient(180deg, #d1ffff 0%, rgba(209,255,255,0) 100%),linear-gradient(0deg, #980c1a 0%, rgba(152,12,26,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57781" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/oDKUZncipFzAFOwz2be5uhSn7QCxW017.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block slider__block_vertical" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/DYEn9QxQM7k6J5jR07PBMScdT009ttyf.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/AkqT5xRUSdS0OZKY0rFJL7dQlVfe1iyy.jpg 2x" style="background:rgb(30, 35, 41);background:linear-gradient(180deg, #1e2329 0%, rgba(30,35,41,0) 100%),linear-gradient(270deg, #e7cdc1 0%, rgba(231,205,193,0) 100%),linear-gradient(0deg, #896b61 0%, rgba(137,107,97,0) 100%),linear-gradient(90deg, #bd0715 0%, rgba(189,7,21,0) 100%);" width="386" height="580" data-text="At a ski resort." alt="At a ski resort." class="vertical" id="photo-57782" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/TtnJDnBITXAc3Wt9M2M0uv0Z3RxCz0gz.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/AnGdK3U6QPAOukQIXQwPC1hALjsM00fq.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/Qg7SOG6nnaFTqrGe1ByweYv9MAjForlq.jpg 2x" style="background:rgb(40, 42, 51);background:linear-gradient(0deg, #282a33 0%, rgba(40,42,51,0) 100%),linear-gradient(90deg, #e42148 0%, rgba(228,33,72,0) 100%),linear-gradient(270deg, #798075 0%, rgba(121,128,117,0) 100%),linear-gradient(180deg, #f6e1e6 0%, rgba(246,225,230,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57780" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/RJK0x1WY1GStbyR1Xb1dthzAjDFZ1pP1.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort."> <div class="slider__block" data-text="At a ski resort."> <img src="http://static.kremlin.ru/media/events/photos/big/aEvmwjTmLQEL4zK2odsSuJILPvxVREkH.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/5pfrpqvWe4iAALZnYZgTAUCZHotUqHaO.jpg 2x" style="background:rgb(56, 62, 75);background:linear-gradient(270deg, #383e4b 0%, rgba(56,62,75,0) 100%),linear-gradient(90deg, #e4fff0 0%, rgba(228,255,240,0) 100%),linear-gradient(0deg, #9ac387 0%, rgba(154,195,135,0) 100%),linear-gradient(180deg, #b1101b 0%, rgba(177,16,27,0) 100%);" width="940" height="580" data-text="At a ski resort." alt="At a ski resort." class="" id="photo-57767" itemprop="contentUrl" data-cycle-desc="At a ski resort."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/eWDChiBmjqnWKz6ZYgOR7c2wGTEbetdN.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/WQF3r6EYWc160A3bb0KbuN9meGAdDt9B.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/6L3cbnluX8U00ncWKioncoGq106pUZSZ.jpg 2x" style="background:rgb(37, 42, 48);background:linear-gradient(0deg, #252a30 0%, rgba(37,42,48,0) 100%),linear-gradient(180deg, #a56844 0%, rgba(165,104,68,0) 100%),linear-gradient(90deg, #571315 0%, rgba(87,19,21,0) 100%),linear-gradient(270deg, #a8c5e2 0%, rgba(168,197,226,0) 100%);" width="940" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57787" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/j8GUFr91ZWqt2sMAiMnyD5puMUHxKzAK.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/IbZcIvcCA7Q6N03GmxXx2vbIUxaASoKM.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/uZTPWW8ke28kAvTyL4yAAmjFUbstmH8t.jpg 2x" style="background:rgb(221, 250, 254);background:linear-gradient(270deg, #ddfafe 0%, rgba(221,250,254,0) 100%),linear-gradient(90deg, #372e29 0%, rgba(55,46,41,0) 100%),linear-gradient(0deg, #a89386 0%, rgba(168,147,134,0) 100%),linear-gradient(180deg, #f23350 0%, rgba(242,51,80,0) 100%);" width="940" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57784" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/AumzTgtDchiOArZDauJ0mq9rxcM4jacR.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/klOcG2UhxPjAMTaJCinTkzAxJ3dFt6Dm.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/3HoRijXnCrElKHAClAlQdw94NmPKnEm3.jpg 2x" style="background:rgb(53, 39, 31);background:linear-gradient(90deg, #35271f 0%, rgba(53,39,31,0) 100%),linear-gradient(180deg, #5a423b 0%, rgba(90,66,59,0) 100%),linear-gradient(270deg, #ba8245 0%, rgba(186,130,69,0) 100%),linear-gradient(0deg, #848a96 0%, rgba(132,138,150,0) 100%);" width="940" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57785" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/8bhVr2cITBB6G8T9JIMvf4AVpLWePFRh.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block slider__block_vertical" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/AvtgWc7WRfdXqWIvEPAlWXRzRazQpSbq.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/M7u4CB4OXU8i9AAZL3wTa59NkcNwOjxa.jpg 2x" style="background:rgb(152, 138, 129);background:linear-gradient(0deg, #988a81 0%, rgba(152,138,129,0) 100%),linear-gradient(270deg, #b2c2d5 0%, rgba(178,194,213,0) 100%),linear-gradient(180deg, #675547 0%, rgba(103,85,71,0) 100%),linear-gradient(90deg, #35251d 0%, rgba(53,37,29,0) 100%);" width="386" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="vertical" id="photo-57786" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/YrB0ZOQDkISHP3H7IHqiWSA56uRmmcVN.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/5AxQb0PVk9N7yONYCCZL5ysFSfmCypCJ.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/vA4qjHUKSBgHPOy3AACYx7AK3VOoo8hb.jpg 2x" style="background:rgb(146, 60, 4);background:linear-gradient(0deg, #923c04 0%, rgba(146,60,4,0) 100%),linear-gradient(180deg, #c7baa6 0%, rgba(199,186,166,0) 100%),linear-gradient(90deg, #3a596e 0%, rgba(58,89,110,0) 100%),linear-gradient(270deg, #ff8b18 0%, rgba(255,139,24,0) 100%);" width="940" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57789" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/NN65qBe89mcQmdSF5IA6GvLB019qnsLU.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slide" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <div class="slider__block" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."> <img src="http://static.kremlin.ru/media/events/photos/big/xdNjCo3Ha8nvLJAVdVCgvPMFHx6dyRyp.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/XSZ16ELWGUtTZGEDDInZgflROBQNFrqG.jpg 2x" style="background:rgb(254, 238, 145);background:linear-gradient(270deg, #feee91 0%, rgba(254,238,145,0) 100%),linear-gradient(90deg, #31313d 0%, rgba(49,49,61,0) 100%),linear-gradient(180deg, #878571 0%, rgba(135,133,113,0) 100%),linear-gradient(0deg, #aeceff 0%, rgba(174,206,255,0) 100%);" width="940" height="580" data-text="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." alt="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko." class="" id="photo-57788" itemprop="contentUrl" data-cycle-desc="At a ski resort. With President of the Republic of Belarus Alexander Lukashenko."><meta itemprop="thumbnailUrl" content="http://static.kremlin.ru/media/events/photos/small/V6VSkPXfjXQA33fvTLzKQwUPxDv4zxvy.jpg"><meta itemprop="datePublished" content="2019-02-13"></div> </div> <div class="slider__next" role="button"><i></i></div> <div class="slider__prev" role="button"><i></i></div> </div> <div class="slider__description"> <div class="slider_caption"></div> <div class="slider_overlay"></div> </div> </div> <p>The two presidents discussed the main issues on the bilateral agenda and also prospects for the development of the Eurasian integration processes. Members of their delegations participated in the meeting.</p><p>Later that day, the President and his Belarusian counterpart took a break from negotiations and went skiing at an alpine ski resort. </p><p> On February 15, the presidents of Russia and Belarus will meet with their ministers of education, culture and sport to discuss practical proposals for the further development of the cultural and humanitarian cooperation between the two countries. </p><p>* * *</p><p><b>President of Russia Vladimir Putin</b>: Mr President, friends, we are delighted to see you, this time in Sochi.</p><p>As agreed, we will have an informal conversation. We will have the opportunity to get together and talk today, tomorrow and the day after tomorrow. I hope you will get the chance to relax a little, at least for a few hours. We have an extensive programme for today and the next two days.</p><p>To begin with, I would like to reiterate with satisfaction that our relations are getting stronger. Russia remains Belarus’ largest trade and economic partner and accounts for over 49 percent of the republic's trade.</p><p>Our financial relations are going from strength to strength as well. A fairly large amount of state loans – over 6 billion plus 58 billion rubles and six EAEU Fund tranches totalling $1.6 billion – was granted to Belarus over recent years.</p><div class="media masha-ignore"> <figure class="media__pic" itemscope="itemscope" itemtype="http://schema.org/ImageObject"><img src="http://static.kremlin.ru/media/events/photos/big/4M69aZX32MOqIbgHwyFwX0nXtEBnfA78.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/sw1AFaIexXgw8qQQAGNOuabFlVQxJz2B.jpg 2x" style="background:rgb(192, 203, 199);background:linear-gradient(270deg, #c0cbc7 0%, rgba(192,203,199,0) 100%),linear-gradient(90deg, #282a36 0%, rgba(40,42,54,0) 100%),linear-gradient(180deg, #414a59 0%, rgba(65,74,89,0) 100%),linear-gradient(0deg, #656572 0%, rgba(101,101,114,0) 100%);" width="940" height="580" alt="At the meeting with President of Belarus Alexander Lukashenko." itemprop="contentUrl" class="image"><meta itemprop="name" content="At the meeting with President of Belarus Alexander Lukashenko."><meta itemprop="datePublished" content="2019-02-13"></figure><span class="media__title player__title">At the meeting with President of Belarus Alexander Lukashenko.</span> </div><p>In this regard, I would like to note that Belarus is financially responsible when it comes to fulfilling its obligations which makes it possible for us to operate major projects, including the construction of a nuclear power plant, which is nearing completion.</p><p>This allows us to expand purely commercial relations in various fields, including agricultural produce which accounts for over 34 percent of Belarus’ total exports to Russia.</p><p>I am aware that we occasionally go through rough patches and complications when it comes to our relations but, as it should be between friends, I hope these issues will be resolved the same way they were resolved before.</p><p>Of course, energy is one of the critical areas. The volumes of hydrocarbon supplies, both oil and gas, will remain at the level that we agreed upon.</p><p>I am aware that our colleagues – Deputy Prime Minister <a href="http://en.kremlin.ru/catalog/persons/75/biography" class="person_tag read__tag">Dmitry Kozak<span class="read__tooltip tooltip_person hidden masha-ignore"> <span class="tooltip__close"><i></i></span> <span class="tooltip__image"> <img src="http://static.kremlin.ru/media/events/persons/small/rVa85unbBXE.jpeg" srcset="http://static.kremlin.ru/media/events/persons/small2x/fvfp6YzHA98.jpeg 2x" style="background:rgb(216, 204, 162);background:linear-gradient(270deg, #d8cca2 0%, rgba(216,204,162,0) 100%),linear-gradient(90deg, #283faf 0%, rgba(40,63,175,0) 100%),linear-gradient(180deg, #877b5f 0%, rgba(135,123,95,0) 100%),linear-gradient(0deg, #fd4b2a 0%, rgba(253,75,42,0) 100%);" width="140" height="140" alt="Kozak Dmitry"></span> <span class="tooltip__text"> <span class="tooltip_title tooltip_link" data-href="/catalog/persons/75/biography">Kozak Dmitry</span><span class="tooltip_description_dark">Deputy Chief of Staff of the Presidential Executive Office</span></span> </span></a> and his Belarusian counterpart – meet regularly. Their most recent meeting was in late 2018. They are working to coordinate the positions that need coordination.</p><p>Of course, our cooperation in the sphere of international relations and the situation in the region is important. For us, Belarus is a critical strategic partner and an ally, and it is important for me to compare notes with the President of Belarus on these matters, including, by the way, integration within the post-Soviet space.</p><p>We are very pleased to see you. Welcome!</p><div class="media masha-ignore"> <figure class="media__pic" itemscope="itemscope" itemtype="http://schema.org/ImageObject"><img src="http://static.kremlin.ru/media/events/photos/big/ZYwtqDhvERuLVGRN6XJsjfKqNxoGgpVe.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/Gwu9HIP950ZA7uRAnCLF0KA6FTPpCnEQ.jpg 2x" style="background:rgb(213, 224, 220);background:linear-gradient(270deg, #d5e0dc 0%, rgba(213,224,220,0) 100%),linear-gradient(90deg, #38404c 0%, rgba(56,64,76,0) 100%),linear-gradient(180deg, #b69189 0%, rgba(182,145,137,0) 100%),linear-gradient(0deg, #59636f 0%, rgba(89,99,111,0) 100%);" width="940" height="580" alt="President of Belarus Alexander Lukashenko." itemprop="contentUrl" class="image"><meta itemprop="name" content="President of Belarus Alexander Lukashenko."><meta itemprop="datePublished" content="2019-02-13"></figure><span class="media__title player__title">President of Belarus Alexander Lukashenko.</span> </div><p><b>President of the Republic of Belarus <a href="http://en.kremlin.ru/catalog/persons/119/events" class="person_tag read__tag">Alexander Lukashenko<span class="read__tooltip tooltip_person hidden masha-ignore"> <span class="tooltip__close"><i></i></span> <span class="tooltip__image"> <img src="http://static.kremlin.ru/media/events/persons/small/u0pfsIFw9aQVFbXkOz4BRLFjV6eCMfTE.jpg" srcset="http://static.kremlin.ru/media/events/persons/small2x/n6otHebf7FGgVP9xjwKvFRtD2XbclfT6.jpg 2x" style="background:rgb(238, 235, 228);background:linear-gradient(0deg, #eeebe4 0%, rgba(238,235,228,0) 100%),linear-gradient(270deg, #dea591 0%, rgba(222,165,145,0) 100%),linear-gradient(90deg, #a07867 0%, rgba(160,120,103,0) 100%),linear-gradient(180deg, #c8c8be 0%, rgba(200,200,190,0) 100%);" width="140" height="140" alt="Lukashenko Alexander"></span> <span class="tooltip__text"> <span class="tooltip_title tooltip_link" data-href="/catalog/persons/119/events">Lukashenko Alexander</span><span class="tooltip_description_dark">President of Belarus</span></span> </span></a></b>: Mr President, first, thank you for the invitation, as we sometimes get bogged down in our own problems and fail to see things from the proper perspective.</p><p>You were correct when you said that we can use an hour or two to take a breather. I took advantage of it this morning. Thank you for getting the ski runs in good condition. The people who joined me skiing are quite happy. So, we are already familiar with the Sochi trails.</p><p>For me, this is home. As I was riding along the new road late last night, I thought back to that difficult, terrible Soviet-made road that we used and were scared to look down.</p><p>Today, the resort and the area have changed beyond recognition. I am glad that Belarusians made this place their home at one point. We operate two hotels, mansions, here that are packed with tourists, and have so far managed to do so without a loss.</p><p>So, thank you for the invitation and the programme outlined by our Russian colleagues. Indeed, we have the opportunity to discuss not just the economy, but cultural matters as well.</p><p>Frankly speaking, we rarely talk only on the Union State agenda, but we will invite the ministers to Sirius at the level of two presidents. We are creating a children's technology park; I told you about it when you were planning Sirius, and now we have a technology park. Therefore, this is relevant.</p><p>Thank you for the invitation to talk to our colleagues, who will visit you tomorrow, on important international issues. You should know that in the context of international relations, the relations between Belarus and Russia are stable, no matter what anyone writes or says. I do not need to convince you of that: you and I know this well.</p><p>As for the support of our economy, I am also grateful to you. I often tell the Russian ambassador that Belarusian economy works as the final processing part of the Russian economy. We buy 60–70 percent of commodities and components for our main engineering products and oil refining in Russia.</p><div class="media masha-ignore"> <figure class="media__pic" itemscope="itemscope" itemtype="http://schema.org/ImageObject"><img src="http://static.kremlin.ru/media/events/photos/big/uTL1qgauVIAyGLxCtM2jpGWkMFQRopo3.jpg" srcset="http://static.kremlin.ru/media/events/photos/big2x/GyOAeHSDA6Prg6AAYM9J7j15GJcKdaxf.jpg 2x" style="background:rgb(215, 213, 200);background:linear-gradient(270deg, #d7d5c8 0%, rgba(215,213,200,0) 100%),linear-gradient(0deg, #9a837b 0%, rgba(154,131,123,0) 100%),linear-gradient(90deg, #422827 0%, rgba(66,40,39,0) 100%),linear-gradient(180deg, #da0001 0%, rgba(218,0,1,0) 100%);" width="940" height="580" alt="Meeting with President of Belarus Alexander Lukashenko." itemprop="contentUrl" class="image"><meta itemprop="name" content="Meeting with President of Belarus Alexander Lukashenko."><meta itemprop="datePublished" content="2019-02-13"></figure><span class="media__title player__title">Meeting with President of Belarus Alexander Lukashenko.</span> </div><p>Therefore, this is our common economy, and supporting us, you actually support approximately 35–40 million people, together with their families, who work at Russian enterprises that supply products to Belarus. Therefore, if someone in Russia or Belarus does not understand this, I think they will understand it soon.</p><p>Of course, there are always questions and there will be more, but we have always found solutions to all issues. I do not think this is a big problem for us.</p><p>As for food, I was surprised to hear this – because it’s the same in Belarus: poor-quality water and food – although both Russia and Belarus have both water and food – three-quarters of the population suffer and die from poor-quality food and water.</p><p>Both our countries have done research, and we have every opportunity to provide quality food to the people. Therefore, whatever conflicts or scandals may happen, you must remember that we will never deliver bad vodka or a bad snack to Russians. You must understand this clearly.</p><p>Thank you again, Mr President, for the invitation. I think that our meetings here over these few days will be beneficial for the Belarusian-Russian relations.</p><p><b>Vladimir Putin</b>: I am sure they will.</p><p> &lt;…&gt;</p> <div class="read__bottommeta hidden-copy"> <div class="width_limiter"> <div class="read__tags masha-ignore"> <div class="read__tagscol"> <h3>Geography</h3> <ul class="read__taglist"><li><a href="http://en.kremlin.ru/catalog/countries/BY/events" rel="tag"><i></i>Belarus</a></li> </ul> </div> <div class="read__tagscol"> <h3>Topics</h3> <ul class="read__taglist"><li class="p-category"> <a href="http://en.kremlin.ru/catalog/keywords/82/events" rel="tag"><i></i>Foreign policy </a> </li> </ul> </div> <div class="read__tagscol"> <h3>Persons</h3> <ul class="read__taglist"> <li> <a href="http://en.kremlin.ru/catalog/persons/119/events" rel="tag"><i></i>Lukashenko Alexander</a> </li> </ul> </div> </div> <div class="read__status masha-ignore"> <div class="width_limiter"> <h3>Publication status</h3> <p>Published in sections: <a href="http://en.kremlin.ru/events/president/news">News</a>, <a href="http://en.kremlin.ru/events/president/transcripts">Transcripts</a><br/> </p><p> Publication date: <time datetime="2019-02-13">February 13, 2019, 14:45</time> </p><p class="print_link_wrap"> Direct link: <a class="print_link" href="http://en.kremlin.ru/d/59821">en.kremlin.ru/d/59821</a> </p> <p> <a class="text_version_link" href="http://en.kremlin.ru/events/president/news/copy/59821" rel="nofollow" target="_blank">Text version</a> </p> </div> </div> </div> </div> </div> </div> </article> </div> <div class="read__tabs False" role="tablist"> <div class="gradient-shadow"></div> <div class="width_limiter"> <a href="59821.html" class="tabs_article is-active big with_small_tooltip" title="Text" aria-label="Text" role="tab"><i aria-hidden="true"></i> <div class="small_tooltip" aria-hidden="true"><span class="small_tooltip_text">Text</span></div> </a> <i class="read__sep"></i> <a href="59821/photos.html" class="tabs_photo with_small_tooltip" title="Photo" aria-label="Photo" role="tab"><i aria-hidden="true"><sup class="tabs__count">31</sup></i> <div class="small_tooltip" aria-hidden="true"><span class="small_tooltip_text">Photo</span></div> </a> <i class="read__sep"></i> <a class="tabs_video disabled" title="Video" aria-hidden="true" role="tab"><i></i> </a> <div class="right_tabs"> <p class="over_tabs"></p> <div class="tabs_share read__share with_small_tooltip" title="Share" role="tab" tabindex="0" aria-expanded="false" onclick="" aria-label="Share"><i aria-hidden="true"></i> <div class="small_tooltip" aria-hidden="true"><span class="small_tooltip_text">Share</span></div> <div class="share_material"> <div class="width_limiter"> <div class="share_where" id="share-permalink">Direct link</div> <div class="share_link share_link_p" tabindex="0" role="textbox" aria-labelledby="share-permalink"> <span class="material_link" id="material_link">http://en.kremlin.ru/events/president/news/59821</span> </div> <div class="share_where">Share</div> <div class="krln-share_list"> <ul class="share_sites"> <li><a target="_blank" class="share_to_site no-warning" href="https://www.vk.com/share.php?url=http%3A//en.kremlin.ru/events/president/news/59821&amp;title=Meeting%20with%20President%20of%C2%A0Belarus%20Alexander%20Lukashenko&amp;description=%3Cp%3EVladimir%20Putin%20had%20a%C2%A0meeting%20with%20President%20of%C2%A0the%C2%A0Republic%20of%C2%A0Belarus%20Alexander%20Lukashenko%20at%C2%A0the%C2%A0Bocharov%20Ruchei%20residence%20in%C2%A0Sochi.%20The%C2%A0Belarusian%20President%20is%20in%C2%A0Russia%20on%C2%A0a%C2%A0three-day%20working%20visit.%3C/p%3E&amp;image=http%3A//static.kremlin.ru/media/events/photos/medium/CH4T8NCVWyv2qQGfLTyCiiUV1GlR8nhE.jpg" data-service="vkontakte" rel="nofollow">VK</a></li> <li><a target="_blank" class="share_to_site no-warning" href="http://facebook.com/sharer.php?u=http%3A//en.kremlin.ru/events/president/news/59821" data-service="facebook" rel="nofollow">Facebook</a></li> <li><a target="_blank" class="share_to_site no-warning" href="https://www.twitter.com/share?url=http%3A//en.kremlin.ru/events/president/news/59821&amp;counturl=http%3A//en.kremlin.ru/events/president/news/59821&amp;text=Meeting%20with%20President%20of%C2%A0Belarus%20Alexander%20Lukashenko&amp;via=KremlinRussia_E&amp;lang=en" data-service="twitter" rel="nofollow">Twitter</a></li> </ul> <ul class="share_sites"> <li><a target="_blank" class="share_to_site no-warning" href="http://www.livejournal.com/update.bml?subject=Meeting%20with%20President%20of%C2%A0Belarus%20Alexander%20Lukashenko&amp;event=%3Cdiv%20style%3D%22border%3A1px%20solid%20%23e0e0e0%3Bpadding%3A%2020px%3B-webkit-user-modify%3Aread-only%3B-moz-user-modify%3Aread-only%3B-o-user-modify%3Anone%3B-ms-user-modify%3Aread-only%3Buser-modify%3Aread-only%3B-webkit-user-select%3Anone%3B-moz-user-select%3Anone%3B-o-user-select%3Anone%3B-ms-user-select%3Anone%3Buser-select%3Anone%3B%22%3E%20%3Ca%20href%3D%22http%3A//en.kremlin.ru/%22%20style%3D%22display%3Ablock%3Boverflow%3Ahidden%3Bmargin-bottom%3A21px%3Bfont-size%3A20px%3Btext-decoration%3A%20none%3B%20color%3A%20%23000%3B%20position%3A%20relative%3Bpadding-left%3A%2070px%22%3E%20%20%20%D0%9F%D1%80%D0%B5%D0%B7%D0%B8%D0%B4%D0%B5%D0%BD%D1%82%20%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8%3Cspan%20style%3D%22font-size%3A%2012px%3Bdisplay%3Ablock%3B%20color%3A%20%23868492%22%3E%D0%9E%D1%84%D0%B8%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B9%20%D1%81%D0%B0%D0%B9%D1%82%3C/span%3E%20%3C/a%3E%20%3Cdiv%20style%3D%22margin-bottom%3A20px%3B%22%3E%20%3Ca%20href%3D%22http%3A//en.kremlin.ru/events/president/news/59821%22%20style%3D%22text-decoration%3Anone%3B%20font-size%3A%2026px%3B%20color%3A%20%23000%22%3EMeeting%20with%20President%20of%C2%A0Belarus%20Alexander%20Lukashenko%3C/a%3E%20%3C/div%3E%20%3Cdiv%20style%3D%22margin-bottom%3A15px%3B%22%3E%20%3Cdiv%20style%3D%22margin-bottom%3A5px%3B%22%3E%20%3Cspan%20style%3D%22text-decoration%3Anone%3B%20color%3A%20%23868492%3B%20font-size%3A%2013px%22%3E%20February%2013%2C%202019%2C%2014%3A45%20%3C/span%3E%20%3C/div%3E%20%3C/div%3E%20%20%3Cdiv%20style%3D%22margin-bottom%3A9px%3B%22%3E%3Cp%3EVladimir%20Putin%20had%20a%C2%A0meeting%20with%20President%20of%C2%A0the%C2%A0Republic%20of%C2%A0Belarus%20Alexander%20Lukashenko%20at%C2%A0the%C2%A0Bocharov%20Ruchei%20residence%20in%C2%A0Sochi.%20The%C2%A0Belarusian%20President%20is%20in%C2%A0Russia%20on%C2%A0a%C2%A0three-day%20working%20visit.%3C/p%3E%3C/div%3E%20%20%3Cdiv%20style%3D%22text-align%3Aright%3B%22%3E%20%3Ca%20href%3D%22http%3A//en.kremlin.ru/%22%20title%3D%22Official%20website%20of%20the%20President%20of%20Russia%22%20style%3D%22text-decoration%3Anone%3Bborder-bottom%3A%201px%20solid%20%23bcc2eb%3B%20color%3A%20%23000%22%3Een.kremlin.ru%3C/a%3E%20%3C/div%3E%20%3C/div%3E&amp;src=http%3A//en.kremlin.ru/events/president/news/59821" data-service="livejournal" rel="nofollow">LiveJournal</a></li> <li><a href="59821.html#share-mail" class="share_send_email">Send by email</a></li> </ul> <ul class="share_sites"> <li class="share_print"> <a href="59821/print.html" class="share_print_label share_print_link no-warning"> <i class="share_print_icon"></i>Print</a> </li> </ul> </div> </div> <div class="share_mail" id="share-mail"> <div class="width_limiter"> <form method="POST" action="http://en.kremlin.ru/events/president/news/59821/email" class="emailform form"> <div class="share_where">Send by email</div> <label class="share_where_small">Message preview</label> <div class="share_message"> <p class="message_info">Official Website of the President of Russia:</p> <p class="message_info">Meeting with President of Belarus Alexander Lukashenko</p> <p class="message_link">http://en.kremlin.ru/events/president/news/59821</p> </div> <div class="form__email"> <label for="email" class="share_where_small">Addressee email</label> <input type="email" name="mailto" required="required" id="email" autocomplete="on" title="Email address required"/> </div> <div class="emailform__act"> <button type="submit" class="submit">Send</button> </div> </form> </div> </div> </div> </div> </div> </div> </div> <div class="read__updated">Last updated at <time datetime="2019-02-13">February 13, 2019, 19:03</time> </div> </div> <div class="wrapsite__outside hidden-print"><div class="wrapsite__overlay"></div></div><div class="sidebar" tabindex="-1" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"> <div class="sidebar__content"> <div class="sidebar_lang"> <div class="sidebar_title_wrapper hidden"> <h2 class="sidebar_title">Официальные сетевые ресурсы</h2> <h3 class="sidebar_title sidebar_title_caption">Президента России</h3> </div> <div class="sidebar_title_wrapper is-visible"> <h2 class="sidebar_title">Official Internet Resources</h2> <h3 class="sidebar_title sidebar_title_caption">of the President of Russia</h3> </div> <span class="sidebar_lang_item sidebar_lang_first"> <a tabindex="0" href="http://kremlin.ru/events/president/news/59821" rel="alternate" hreflang="ru" itemprop="url" class="is-active"> <span>Русский</span> </a> </span><span class="sidebar_lang_item"> <a tabindex="-1" rel="alternate" hreflang="en" itemprop="url" > <span>Английский</span> </a> </span> <meta itemprop="inLanguage" content="ru"/> </div> <ul class="sidebar_list"> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.kremlin.ru/press/announcements" class="sidebar__special" itemprop="url" tabindex="0"><span itemprop="name">For the Media</span></a> </li> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.special.kremlin.ru/events/president/news" class="sidebar__special no-warning" itemprop="url" tabindex="0"><span itemprop="name">Version for People with Disabilities</span></a> </li> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://twitter.com/KremlinRussia_E" class="sidebar__special" itemprop="url" tabindex="0" rel="me" target="_blank" ><span itemprop="name">Official Twitter</span></a> </li> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://www.youtube.ru/user/kremlin" class="sidebar__special" itemprop="url" tabindex="0" rel="me" target="_blank" ><span itemprop="name">Official YouTube Channel</span></a> </li> </ul> <ul class="sidebar_list sidebar_list_other"> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.flag.kremlin.ru/" class="no-warning" itemprop="url" tabindex="0" rel="external"><span itemprop="name">State Insignia</span></a> </li> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.letters.kremlin.ru/" class="no-warning" itemprop="url" tabindex="0" rel="external"><span itemprop="name">Send a Letter</span></a> </li> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://en.putin.kremlin.ru/" class="no-warning last-in-focus" itemprop="url" tabindex="0" rel="external"><span itemprop="name">Vladimir Putin’s Personal Website</span></a> </li> <li itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <a href="http://20.kremlin.ru/en/" class="no-warning last-in-focus" itemprop="url" tabindex="0" rel="external"><span itemprop="name">Putin. 20 years</span></a> </li> </ul> </div> <p class="sidebar__signature">Presidential Executive Office<br/>2020</p> </div><script type="text/javascript" src="../../../static/js/app.js%3Fd260006831"></script></body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_171) on Tue Jul 10 06:49:46 CEST 2018 --> <title>Scale.ProportionsAttribute (Apache Ant API)</title> <meta name="date" content="2018-07-10"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Scale.ProportionsAttribute (Apache Ant API)"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/apache/tools/ant/types/optional/image/Scale.html" title="class in org.apache.tools.ant.types.optional.image"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../org/apache/tools/ant/types/optional/image/Text.html" title="class in org.apache.tools.ant.types.optional.image"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/tools/ant/types/optional/image/Scale.ProportionsAttribute.html" target="_top">Frames</a></li> <li><a href="Scale.ProportionsAttribute.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields.inherited.from.class.org.apache.tools.ant.types.EnumeratedAttribute">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.tools.ant.types.optional.image</div> <h2 title="Class Scale.ProportionsAttribute" class="title">Class Scale.ProportionsAttribute</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">org.apache.tools.ant.types.EnumeratedAttribute</a></li> <li> <ul class="inheritance"> <li>org.apache.tools.ant.types.optional.image.Scale.ProportionsAttribute</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../../../../org/apache/tools/ant/types/optional/image/Scale.html" title="class in org.apache.tools.ant.types.optional.image">Scale</a></dd> </dl> <hr> <br> <pre>public static class <span class="typeNameLabel">Scale.ProportionsAttribute</span> extends <a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</a></pre> <div class="block">Enumerated class for proportions attribute.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.org.apache.tools.ant.types.EnumeratedAttribute"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.apache.tools.ant.types.<a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</a></h3> <code><a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#value">value</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tools/ant/types/optional/image/Scale.ProportionsAttribute.html#ProportionsAttribute--">ProportionsAttribute</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="../../../../../../../org/apache/tools/ant/types/optional/image/Scale.ProportionsAttribute.html#getValues--">getValues</a></span>()</code> <div class="block">This is the only method a subclass needs to implement.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.apache.tools.ant.types.EnumeratedAttribute"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.tools.ant.types.<a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</a></h3> <code><a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#containsValue-java.lang.String-">containsValue</a>, <a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getIndex--">getIndex</a>, <a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getInstance-java.lang.Class-java.lang.String-">getInstance</a>, <a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getValue--">getValue</a>, <a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#indexOfValue-java.lang.String-">indexOfValue</a>, <a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#setValue-java.lang.String-">setValue</a>, <a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#toString--">toString</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&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="ProportionsAttribute--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ProportionsAttribute</h4> <pre>public&nbsp;ProportionsAttribute()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getValues--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getValues</h4> <pre>public&nbsp;java.lang.String[]&nbsp;getValues()</pre> <div class="block">This is the only method a subclass needs to implement..</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html#getValues--">getValues</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/tools/ant/types/EnumeratedAttribute.html" title="class in org.apache.tools.ant.types">EnumeratedAttribute</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an array holding all possible values of the enumeration. The order of elements must be fixed so that <tt>indexOfValue(String)</tt> always return the same index for the same value.</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../../org/apache/tools/ant/types/optional/image/Scale.html" title="class in org.apache.tools.ant.types.optional.image"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../../org/apache/tools/ant/types/optional/image/Text.html" title="class in org.apache.tools.ant.types.optional.image"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/tools/ant/types/optional/image/Scale.ProportionsAttribute.html" target="_top">Frames</a></li> <li><a href="Scale.ProportionsAttribute.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields.inherited.from.class.org.apache.tools.ant.types.EnumeratedAttribute">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>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>
--- title: "_dr_instr_label_data_t Struct Reference" layout: default permalink: /struct__dr__instr__label__data__t.html --- <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">DynamoRIO </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.17 --> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-attribs">Data Fields</a> </div> <div class="headertitle"> <div class="title">_dr_instr_label_data_t Struct Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;dr_ir_instr.h&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Data Fields</h2></td></tr> <tr class="memitem:a537b7b51ce8ee0b607fe5eb8eb9af0eb"><td class="memItemLeft" align="right" valign="top">ptr_uint_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__dr__instr__label__data__t.html#a537b7b51ce8ee0b607fe5eb8eb9af0eb">data</a> [4]</td></tr> <tr class="separator:a537b7b51ce8ee0b607fe5eb8eb9af0eb"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Data slots available in a label (instr_create_label()) instruction for storing client-controlled data. Accessible via <a class="el" href="dr__ir__instr_8h.html#a946303e1c9c3d1102603dc9842479b0c">instr_get_label_data_area()</a>. </p> </div><h2 class="groupheader">Field Documentation</h2> <a id="a537b7b51ce8ee0b607fe5eb8eb9af0eb"></a> <h2 class="memtitle"><span class="permalink"><a href="#a537b7b51ce8ee0b607fe5eb8eb9af0eb">&#9670;&nbsp;</a></span>data</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">ptr_uint_t _dr_instr_label_data_t::data[4]</td> </tr> </table> </div><div class="memdoc"> <p>Generic fields for storing user-controlled data </p> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li>/home/runner/work/dynamorio/dynamorio/build_release-64/include/<a class="el" href="dr__ir__instr_8h.html">dr_ir_instr.h</a></li> </ul> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.17--> <!-- start footer part --> <!--BEGIN GENERATE_TREEVIEW--> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer" style="float:none;text-align:center"><img border=0 src="favicon.png"> &nbsp; DynamoRIO version 8.0.18983 --- Fri Dec 31 2021 03:05:36 &nbsp; <img border=0 src="favicon.png"> </small></address>
<!DOCTYPE html><html><head><title>https://bizancio3.github.io/bazaarnazari.blog/categories/syntax/</title><link rel="canonical" href="https://bizancio3.github.io/bazaarnazari.blog/categories/syntax/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://bizancio3.github.io/bazaarnazari.blog/categories/syntax/" /></head></html>
<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>28_19_7: 《雜曲歌辭。楊柳枝(其七)》薛能</title> <style> html * { font-size: 1em !important; color: #000 !important; font-family: Arial !important; } </style> </head> <body><p>28_19_7: 《雜曲歌辭。楊柳枝(其七)》薛能</p> <p>和花煙樹九重城 夾路春陰十萬營 唯向邊頭不堪望 一株憔悴少人行</p><p><a href="../../model.html#/doc/1783">View poem's topic associations</a></p></body></html>
<!DOCTYPE html> <html class="html" lang="en-US"> <head> <meta charset="UTF-8"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Navigo &#8211; Easy. Convinient.</title> <meta name="viewport" content="width=device-width, initial-scale=1"><link rel='dns-prefetch' href='http://s.w.org' /> <link rel="alternate" type="application/rss+xml" title="Navigo &raquo; Feed" href="feed/index.html" /> <link rel="alternate" type="application/rss+xml" title="Navigo &raquo; Comments Feed" href="comments/feed/index.html" /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/navigo4u.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.5.3"}}; !function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='wp-includes/css/dist/block-library/style.min-ver=5.5.3.css' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-theme-css' href='wp-includes/css/dist/block-library/theme.min-ver=5.5.3.css' type='text/css' media='all' /> <link rel='stylesheet' id='wplc_chat_box-front-end-css' href='wp-content/plugins/wp-live-chat-support/includes/blocks/wplc-chat-box/style-ver=1603213354.css' type='text/css' media='all' /> <link rel='stylesheet' id='wplc_chat_box-front-end-template-css' href='wp-content/plugins/wp-live-chat-support/includes/blocks/wplc-chat-box/wplc_gutenberg_template_styles-ver=1603213354.css' type='text/css' media='all' /> <link rel='stylesheet' id='contact-form-7-css' href='wp-content/plugins/contact-form-7/includes/css/styles-ver=5.3.css' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min-ver=5.11.2.css' type='text/css' media='all' /> <link rel='stylesheet' id='simple-line-icons-css' href='wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min-ver=2.4.0.css' type='text/css' media='all' /> <link rel='stylesheet' id='magnific-popup-css' href='wp-content/themes/oceanwp/assets/css/third/magnific-popup.min-ver=1.0.0.css' type='text/css' media='all' /> <link rel='stylesheet' id='slick-css' href='wp-content/themes/oceanwp/assets/css/third/slick.min-ver=1.6.0.css' type='text/css' media='all' /> <link rel='stylesheet' id='oceanwp-style-css' href='wp-content/themes/oceanwp/assets/css/style.min-ver=1.9.0.css' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min-ver=5.9.1.css' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-animations-css' href='wp-content/plugins/elementor/assets/lib/animations/animations.min-ver=3.0.13.css' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-legacy-css' href='wp-content/plugins/elementor/assets/css/frontend-legacy.min-ver=3.0.13.css' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='wp-content/plugins/elementor/assets/css/frontend.min-ver=3.0.13.css' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-475-css' href='wp-content/uploads/elementor/css/post-475-ver=1598927052.css' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min-ver=3.0.13.css' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min-ver=3.0.13.css' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-597-css' href='wp-content/uploads/elementor/css/post-597-ver=1598927052.css' type='text/css' media='all' /> <link rel='stylesheet' id='oe-widgets-style-css' href='wp-content/plugins/ocean-extra/assets/css/widgets-ver=5.5.3.css' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic%7CRoboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&ver=5.5.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min-ver=5.12.0.css' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min-ver=5.12.0.css' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min-ver=5.12.0.css' type='text/css' media='all' /> <script type='text/javascript' src='wp-includes/js/jquery/jquery-ver=1.12.4-wp.js' id='jquery-core-js'></script> <script type='text/javascript' src='wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min-ver=3.0.13.js' id='font-awesome-4-shim-js'></script> <link rel="https://api.w.org/" href="wp-json/index.html" /><link rel="alternate" type="application/json" href="wp-json/wp/v2/pages/597.json" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc.php-rsd.xml" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress 5.5.3" /> <link rel="canonical" href="index.html" /> <link rel='shortlink' href='index.html' /> <link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed-url=https_%7C%7Cnavigo4u.com%7C.json" /> <link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed-url=https_%7C%7Cnavigo4u.com%7C&format=xml.xml" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><!-- OceanWP CSS --> <style type="text/css"> /* Header CSS */#site-header.has-header-media .overlay-header-media{background-color:rgba(0,0,0,0.5)}#site-logo #site-logo-inner a img,#site-header.center-header #site-navigation-wrap .middle-site-logo a img{max-width:52px}#site-navigation-wrap .dropdown-menu >li >a,.oceanwp-mobile-menu-icon a,#searchform-header-replace-close{color:#ffffff}/* Typography CSS */h1,h2,h3,h4,h5,h6,.theme-heading,.widget-title,.oceanwp-widget-recent-posts-title,.comment-reply-title,.entry-title,.sidebar-box .widget-title{color:#ffffff}h2{color:#ffffff}h3{color:#ffffff}h4{color:#ffffff} </style></head> <body class="home page-template-default page page-id-597 wp-custom-logo wp-embed-responsive oceanwp-theme dropdown-mobile has-transparent-header no-header-border default-breakpoint content-full-width content-max-width page-header-disabled has-breadcrumbs no-margins elementor-default elementor-kit-475 elementor-page elementor-page-597" itemscope="itemscope" itemtype="https://schema.org/WebPage"> <div id="outer-wrap" class="site clr"> <a class="skip-link screen-reader-text" href="index.html#main">Skip to content</a> <div id="wrap" class="clr"> <div id="transparent-header-wrap" class="clr"> <header id="site-header" class="transparent-header clr" data-height="74" itemscope="itemscope" itemtype="https://schema.org/WPHeader" role="banner"> <div id="site-header-inner" class="clr container"> <div id="site-logo" class="clr" itemscope itemtype="https://schema.org/Brand" > <div id="site-logo-inner" class="clr"> <a href="index.html" class="custom-logo-link" rel="home" aria-current="page"><img width="393" height="400" src="wp-content/uploads/2020/05/LogoMakr_0Ahb8r.png" class="custom-logo" alt="Navigo" srcset="https://navigo4u.com/wp-content/uploads/2020/05/LogoMakr_0Ahb8r.png 393w, https://navigo4u.com/wp-content/uploads/2020/05/LogoMakr_0Ahb8r-295x300.png 295w" sizes="(max-width: 393px) 100vw, 393px" /></a> </div><!-- #site-logo-inner --> </div><!-- #site-logo --> <div id="site-navigation-wrap" class="clr"> <nav id="site-navigation" class="navigation main-navigation clr" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" role="navigation" > <ul id="menu-main-navigation" class="main-menu dropdown-menu sf-menu"><li id="menu-item-610" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-610"><a href="index.html" class="menu-link"><span class="text-wrap">Home</span></a></li><li id="menu-item-613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-613"><a href="about/index.html" class="menu-link"><span class="text-wrap">About us <span class="nav-arrow fa fa-angle-down"></span></span></a> <ul class="sub-menu"> <li id="menu-item-867" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-867"><a href="our-services/index.html" class="menu-link"><span class="text-wrap">Our Services</span></a></li> <li id="menu-item-832" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="our-team/index.html" class="menu-link"><span class="text-wrap">Our Team</span></a></li></ul> </li><li id="menu-item-612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-612"><a href="contact-us/index.html" class="menu-link"><span class="text-wrap">Contact</span></a></li><li id="menu-item-678" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-678"><a href="login-signup/index.html" class="menu-link"><span class="text-wrap">Login/Signup <span class="nav-arrow fa fa-angle-down"></span></span></a> <ul class="sub-menu"> <li id="menu-item-739" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-739"><a href="register/index.html" class="menu-link"><span class="text-wrap">Register</span></a></li> <li id="menu-item-744" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-744"><a href="login/index.html" class="menu-link"><span class="text-wrap">Login</span></a></li></ul> </li><li class="search-toggle-li" ><a href="javascript:void(0)" class="site-search-toggle search-dropdown-toggle" aria-label="Search website"><span class="icon-magnifier" aria-hidden="true"></span></a></li></ul> <div id="searchform-dropdown" class="header-searchform-wrap clr" > <form role="search" method="get" class="searchform" action="https://navigo4u.com/"> <label for="ocean-search-form-1"> <span class="screen-reader-text">Search for:</span> <input type="search" id="ocean-search-form-1" class="field" autocomplete="off" placeholder="Search" name="s"> </label> </form> </div><!-- #searchform-dropdown --> </nav><!-- #site-navigation --> </div><!-- #site-navigation-wrap --> <div class="oceanwp-mobile-menu-icon clr mobile-right"> <a href="javascript:void(0)" class="mobile-menu" aria-label="Mobile Menu"> <i class="fa fa-bars" aria-hidden="true"></i> <span class="oceanwp-text">Menu</span> <span class="oceanwp-close-text">Close</span> </a> </div><!-- #oceanwp-mobile-menu-navbar --> </div><!-- #site-header-inner --> <div id="mobile-dropdown" class="clr" > <nav class="clr" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <ul id="menu-main-navigation-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-610"><a href="index.html" aria-current="page">Home</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-613"><a href="about/index.html">About us</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-867"><a href="our-services/index.html">Our Services</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-832"><a href="our-team/index.html">Our Team</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-612"><a href="contact-us/index.html">Contact</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-678"><a href="login-signup/index.html">Login/Signup</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-739"><a href="register/index.html">Register</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-744"><a href="login/index.html">Login</a></li> </ul> </li> <li class="search-toggle-li" ><a href="javascript:void(0)" class="site-search-toggle search-dropdown-toggle" aria-label="Search website"><span class="icon-magnifier" aria-hidden="true"></span></a></li></ul> <div id="mobile-menu-search" class="clr"> <form method="get" action="https://navigo4u.com/" class="mobile-searchform" role="search" aria-label="Search for:"> <label for="ocean-mobile-search2"> <input type="search" name="s" autocomplete="off" placeholder="Search" /> <button type="submit" class="searchform-submit" aria-label="Submit Search"> <i class="icon icon-magnifier" aria-hidden="true"></i> </button> </label> </form> </div><!-- .mobile-menu-search --> </nav> </div> </header><!-- #site-header --> </div> <main id="main" class="site-main clr" role="main"> <div id="content-wrap" class="container clr"> <div id="primary" class="content-area clr"> <div id="content" class="site-content clr"> <article class="single-page-article clr"> <div class="entry clr" itemprop="text"> <div data-elementor-type="wp-page" data-elementor-id="597" class="elementor elementor-597" data-elementor-settings="[]"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-2cecd9d1 elementor-section-height-full elementor-section-items-bottom elementor-section-stretched elementor-section-boxed elementor-section-height-default" data-id="2cecd9d1" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/www.youtube.com\/watch?v=UN3uF3990Q0&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_video_start&quot;:10,&quot;background_video_end&quot;:180,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}"> <div class="elementor-background-video-container"> <div class="elementor-background-video-embed"></div> </div> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-56549069" data-id="56549069" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5a470c4 elementor-absolute elementor-widget elementor-widget-heading" data-id="5a470c4" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Navigo</h1> </div> </div> <div class="elementor-element elementor-element-58ed0e0 elementor-absolute elementor-widget elementor-widget-text-editor" data-id="58ed0e0" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Easy. Convenient.</p></div> </div> </div> <div class="elementor-element elementor-element-43c94e8 elementor-align-center elementor-absolute elementor-widget elementor-widget-button" data-id="43c94e8" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="login-signup/index.html" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i aria-hidden="true" class="fas fa-arrow-circle-down"></i> </span> <span class="elementor-button-text">Get Started</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6a1c277 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="6a1c277" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;gradient&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-da7061f" data-id="da7061f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-5f99898 elementor-absolute elementor-widget elementor-widget-heading" data-id="5f99898" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Watch out..</h2> </div> </div> <div class="elementor-element elementor-element-d8554b8 elementor-absolute elementor-widget elementor-widget-text-editor" data-id="d8554b8" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p><span style="font-size: 20pt; font-family: Arial; background-color: transparent; font-style: normal; font-variant: normal; white-space: pre-wrap;">Navigo App looks attractive, </span><span style="font-size: 20pt; font-family: Arial; background-color: transparent; font-style: normal; font-variant: normal; white-space: pre-wrap;">because it is lightweight and free. </span></p><p><span style="font-size: 20pt; font-family: Arial; background-color: transparent; font-style: normal; font-variant: normal; white-space: pre-wrap;">We will be coming soon on&#8230;&#8230;.</span></p></div> </div> </div> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3b8d251 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3b8d251" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-67b8f1f" data-id="67b8f1f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-ea96db5 elementor-align-center elementor-absolute elementor-widget elementor-widget-button" data-id="ea96db5" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="index.html#" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-right"> <i aria-hidden="true" class="fab fa-android"></i> </span> <span class="elementor-button-text">Android</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-25f78ef" data-id="25f78ef" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-dbad922 elementor-align-center elementor-absolute elementor-widget elementor-widget-button" data-id="dbad922" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="index.html#" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon elementor-align-icon-left"> <i aria-hidden="true" class="fab fa-apple"></i> </span> <span class="elementor-button-text">iOS</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4686bbe" data-id="4686bbe" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-b97ed6f elementor-widget elementor-widget-image" data-id="b97ed6f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="458" height="525" src="wp-content/uploads/2020/05/Mobile-app.jpg" class="attachment-large size-large" alt="" loading="lazy" srcset="https://navigo4u.com/wp-content/uploads/2020/05/Mobile-app.jpg 458w, https://navigo4u.com/wp-content/uploads/2020/05/Mobile-app-262x300.jpg 262w" sizes="(max-width: 458px) 100vw, 458px" /> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-239cb0d5 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="239cb0d5" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-63bae704" data-id="63bae704" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-67744daf elementor-widget elementor-widget-text-editor" data-id="67744daf" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p>Copyright © 2020 Sunil Kumar</p></div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> </article> </div><!-- #content --> </div><!-- #primary --> </div><!-- #content-wrap --> </main><!-- #main --> </div><!-- #wrap --> </div><!-- #outer-wrap --> <a id="scroll-top" class="scroll-top-right" href="index.html#"><span class="fa fa-angle-up" aria-label="Scroll to the top of the page"></span></a> <div id="wplc_wrapper" ><div id="wplc-chat-container" style="display: none"> <call-us style="position: fixed; right: 20px; bottom: 20px; font-family: Arial; z-index: 99999; --call-us-form-header-background:#0596d4; --call-us-main-button-background:#0596d4; --call-us-client-text-color:#06B4FF; --call-us-agent-text-color:#FFF; --call-us-form-height:66.5vh;" id="wp-live-chat-by-3CX" channel-url="wss://chatserver001.3cx.net:443" files-url="//navigo4u.com/wp-content/plugins/wp-live-chat-support/" wp-url="//navigo4u.com/wp-admin/admin-ajax.php" minimized="true" animation-style="none" party="" minimized-style="BubbleRight" allow-call="false" allow-video="false" allow-soundnotifications="true" enable-mute="true" enable-onmobile="true" enable="true" in-business-schedule ="true" soundnotification-url="//navigo4u.com/wp-content/plugins/wp-live-chat-support/includes/sounds/general/Default_message.mp3" popout="false" popout-page="" facebook-integration-url="" twitter-integration-url="" email-integration-url="" ignore-queueownership="false" enable-poweredby="true" authentication="both" show-typing-indicator="true" operator-name="Support" show-operator-actual-name="true" show-operator-actual-image="true" window-icon="//navigo4u.com/wp-content/uploads/2020/05/LogoMakr_0Ahb8r.png" button-icon="//navigo4u.com/wp-content/plugins/wp-live-chat-support/images/chaticon.png" button-icon-type="Default" channel="mcu" channel-secret="eaf1534e60" aknowledge-received="false" gdpr-enabled="false" gdpr-message="I agree for my personal data to be processed and for the use of cookies in order to engage in a chat processed by Navigo, for the purpose of Chat/Support, for the time of 30 day(s) as per the GDPR." files-enabled="true" rating-enabled="true" departments-enabled="false" message-userinfo-format="both" message-dateformat="both" visitor-name="" visitor-email="" > </call-us> </div></div><script type='text/javascript' data-auto-replace-svg="nest" src='wp-content/plugins/wp-live-chat-support/js/tcx-fa.min-ver=9.1.0.js' id='tcx-fa-js'></script> <script type='text/javascript' id='contact-form-7-js-extra'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/navigo4u.com\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='wp-content/plugins/contact-form-7/includes/js/scripts-ver=5.3.js' id='contact-form-7-js'></script> <script type='text/javascript' src='wp-content/plugins/wp-live-chat-support/modules/chat_client/js/callus-ver=9.1.0.js' id='wplc-chat_app-js'></script> <script type='text/javascript' id='wplc-chat_client-js-extra'> /* <![CDATA[ */ var chat_localization_data = {"wplc_delay":"2000"}; /* ]]> */ </script> <script type='text/javascript' src='wp-content/plugins/wp-live-chat-support/modules/chat_client/js/chat_client-ver=9.1.0.js' id='wplc-chat_client-js'></script> <script type='text/javascript' src='wp-includes/js/imagesloaded.min-ver=4.1.4.js' id='imagesloaded-js'></script> <script type='text/javascript' src='wp-content/themes/oceanwp/assets/js/third/magnific-popup.min-ver=1.9.0.js' id='magnific-popup-js'></script> <script type='text/javascript' src='wp-content/themes/oceanwp/assets/js/third/lightbox.min-ver=1.9.0.js' id='oceanwp-lightbox-js'></script> <script type='text/javascript' id='oceanwp-main-js-extra'> /* <![CDATA[ */ var oceanwpLocalize = {"isRTL":"","menuSearchStyle":"drop_down","sidrSource":null,"sidrDisplace":"1","sidrSide":"left","sidrDropdownTarget":"link","verticalHeaderTarget":"link","customSelects":".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select","ajax_url":"https:\/\/navigo4u.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type='text/javascript' src='wp-content/themes/oceanwp/assets/js/main.min-ver=1.9.0.js' id='oceanwp-main-js'></script> <script type='text/javascript' id='wplc-utils-js-js-extra'> /* <![CDATA[ */ var emoji_localization_data = {"wplc_chaturl":"\/\/navigo4u.com\/wp-content\/plugins\/wp-live-chat-support\/"}; /* ]]> */ </script> <script type='text/javascript' src='wp-content/plugins/wp-live-chat-support/js/wplc_utils-ver=9.1.0.js' id='wplc-utils-js-js'></script> <script type='text/javascript' src='wp-content/plugins/wp-live-chat-support/js/wplc_front_initiate-ver=9.1.0.js' id='wplc-initiate-js'></script> <script type='text/javascript' src='wp-includes/js/wp-embed.min-ver=5.5.3.js' id='wp-embed-js'></script> <!--[if lt IE 9]> <script type='text/javascript' src='wp-content/themes/oceanwp/assets/js/third/html5.min-ver=1.9.0.js' id='html5shiv-js'></script> <![endif]--> <script type='text/javascript' src='wp-content/plugins/elementor/assets/js/frontend-modules.min-ver=3.0.13.js' id='elementor-frontend-modules-js'></script> <script type='text/javascript' src='wp-includes/js/jquery/ui/position.min-ver=1.11.4.js' id='jquery-ui-position-js'></script> <script type='text/javascript' src='wp-content/plugins/elementor/assets/lib/dialog/dialog.min-ver=4.8.1.js' id='elementor-dialog-js'></script> <script type='text/javascript' src='wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min-ver=4.0.2.js' id='elementor-waypoints-js'></script> <script type='text/javascript' src='wp-content/plugins/elementor/assets/lib/swiper/swiper.min-ver=5.3.6.js' id='swiper-js'></script> <script type='text/javascript' src='wp-content/plugins/elementor/assets/lib/share-link/share-link.min-ver=3.0.13.js' id='share-link-js'></script> <script type='text/javascript' id='elementor-frontend-js-before'> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"3.0.13","is_static":false,"legacyMode":{"elementWrappers":true},"urls":{"assets":"https:\/\/navigo4u.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":597,"title":"Navigo%20%E2%80%93%20Easy.%20Convinient.","excerpt":"","featuredImage":false}}; </script> <script type='text/javascript' src='wp-content/plugins/elementor/assets/js/frontend.min-ver=3.0.13.js' id='elementor-frontend-js'></script> </body> </html> <!--Generated by Endurance Page Cache-->
<!DOCTYPE html> <html> <head> <title>Centring windows</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <link rel="stylesheet" type="text/css" href="../../../codebase/fonts/font_roboto/roboto.css"/> <link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/> <script src="../../../codebase/dhtmlx.js"></script> <style> div.controls { margin: 0px 10px; font-size: 14px; font-family: Tahoma; color: #404040; height: 80px; } div#winVP { position: relative; height: 650px; border: 1px solid #dfdfdf; margin: 10px; } </style> <script> var dhxWins, w1, w2, w3; function doOnLoad() { dhxWins = new dhtmlXWindows(); dhxWins.attachViewportTo("winVP"); w1 = dhxWins.createWindow("w1", 20, 30, 320, 200); w1.setText("dhtmlxWindow #1"); w1.button("close").disable(); w2 = dhxWins.createWindow("w2", 50, 70, 320, 200); w2.setText("dhtmlxWindow #2"); w2.button("close").disable(); w3 = dhxWins.createWindow("w3", 80, 110, 320, 200); w3.setText("dhtmlxWindow #3"); w3.button("close").disable(); } function centerWindow(id) { dhxWins.window(id).center(); } function centerWindowonScreen(id) { dhxWins.window(id).centerOnScreen(); } function doOnUnload() { if (dhxWins != null && dhxWins.unload != null) { dhxWins.unload(); dhxWins = w1 = w2 = w3 = null; } } </script> </head> <body onload="doOnLoad();" onunload="doOnUnload();"> <div id="winVP"></div> <div class="controls"> Window #1 <input type="button" value="center on viewport" onclick="centerWindow('w1');"><input type="button" value="center on screen" onclick="centerWindowonScreen('w1');"><br> Window #2 <input type="button" value="center on viewport" onclick="centerWindow('w2');"><input type="button" value="center on screen" onclick="centerWindowonScreen('w2');"><br> Window #3 <input type="button" value="center on viewport" onclick="centerWindow('w3');"><input type="button" value="center on screen" onclick="centerWindowonScreen('w3');"> </div> </body> </html>
<!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_31) on Wed Dec 17 20:48:19 PST 2014 --> <title>Bounds (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="keywords" content="org.omg.CORBA.Bounds class"> <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="Bounds (Java Platform SE 8 )"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Bounds.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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/omg/CORBA/BooleanSeqHolder.html" title="class in org.omg.CORBA"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/omg/CORBA/ByteHolder.html" title="class in org.omg.CORBA"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/omg/CORBA/Bounds.html" target="_top">Frames</a></li> <li><a href="Bounds.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="#methods.inherited.from.class.java.lang.Throwable">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>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.omg.CORBA</div> <h2 title="Class Bounds" class="title">Class Bounds</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><a href="../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li><a href="../../../java/lang/Throwable.html" title="class in java.lang">java.lang.Throwable</a></li> <li> <ul class="inheritance"> <li><a href="../../../java/lang/Exception.html" title="class in java.lang">java.lang.Exception</a></li> <li> <ul class="inheritance"> <li><a href="../../../org/omg/CORBA/UserException.html" title="class in org.omg.CORBA">org.omg.CORBA.UserException</a></li> <li> <ul class="inheritance"> <li>org.omg.CORBA.Bounds</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../java/io/Serializable.html" title="interface in java.io">Serializable</a>, <a href="../../../org/omg/CORBA/portable/IDLEntity.html" title="interface in org.omg.CORBA.portable">IDLEntity</a></dd> </dl> <hr> <br> <pre>public final class <span class="typeNameLabel">Bounds</span> extends <a href="../../../org/omg/CORBA/UserException.html" title="class in org.omg.CORBA">UserException</a></pre> <div class="block">A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><A href="../../../../technotes/guides/idl/jidlExceptions.html">documentation on Java&nbsp;IDL exceptions</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="../../../org/omg/CORBA/Bounds.html#Bounds--">Bounds</a></span>()</code> <div class="block">Constructs an <code>Bounds</code> with no specified detail message.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/omg/CORBA/Bounds.html#Bounds-java.lang.String-">Bounds</a></span>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a>&nbsp;reason)</code> <div class="block">Constructs an <code>Bounds</code> with the specified detail message.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.<a href="../../../java/lang/Throwable.html" title="class in java.lang">Throwable</a></h3> <code><a href="../../../java/lang/Throwable.html#addSuppressed-java.lang.Throwable-">addSuppressed</a>, <a href="../../../java/lang/Throwable.html#fillInStackTrace--">fillInStackTrace</a>, <a href="../../../java/lang/Throwable.html#getCause--">getCause</a>, <a href="../../../java/lang/Throwable.html#getLocalizedMessage--">getLocalizedMessage</a>, <a href="../../../java/lang/Throwable.html#getMessage--">getMessage</a>, <a href="../../../java/lang/Throwable.html#getStackTrace--">getStackTrace</a>, <a href="../../../java/lang/Throwable.html#getSuppressed--">getSuppressed</a>, <a href="../../../java/lang/Throwable.html#initCause-java.lang.Throwable-">initCause</a>, <a href="../../../java/lang/Throwable.html#printStackTrace--">printStackTrace</a>, <a href="../../../java/lang/Throwable.html#printStackTrace-java.io.PrintStream-">printStackTrace</a>, <a href="../../../java/lang/Throwable.html#printStackTrace-java.io.PrintWriter-">printStackTrace</a>, <a href="../../../java/lang/Throwable.html#setStackTrace-java.lang.StackTraceElement:A-">setStackTrace</a>, <a href="../../../java/lang/Throwable.html#toString--">toString</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a></h3> <code><a href="../../../java/lang/Object.html#clone--">clone</a>, <a href="../../../java/lang/Object.html#equals-java.lang.Object-">equals</a>, <a href="../../../java/lang/Object.html#finalize--">finalize</a>, <a href="../../../java/lang/Object.html#getClass--">getClass</a>, <a href="../../../java/lang/Object.html#hashCode--">hashCode</a>, <a href="../../../java/lang/Object.html#notify--">notify</a>, <a href="../../../java/lang/Object.html#notifyAll--">notifyAll</a>, <a href="../../../java/lang/Object.html#wait--">wait</a>, <a href="../../../java/lang/Object.html#wait-long-">wait</a>, <a href="../../../java/lang/Object.html#wait-long-int-">wait</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Bounds--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Bounds</h4> <pre>public&nbsp;Bounds()</pre> <div class="block">Constructs an <code>Bounds</code> with no specified detail message.</div> </li> </ul> <a name="Bounds-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Bounds</h4> <pre>public&nbsp;Bounds(<a href="../../../java/lang/String.html" title="class in java.lang">String</a>&nbsp;reason)</pre> <div class="block">Constructs an <code>Bounds</code> with the specified detail message.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>reason</code> - the detail message.</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/Bounds.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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/omg/CORBA/BooleanSeqHolder.html" title="class in org.omg.CORBA"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/omg/CORBA/ByteHolder.html" title="class in org.omg.CORBA"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/omg/CORBA/Bounds.html" target="_top">Frames</a></li> <li><a href="Bounds.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="#methods.inherited.from.class.java.lang.Throwable">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>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
<div class="leaf flex"><div class="inner justify"><p> Now, by the abolition of serfdom we have been deprived of our authority; and so our husbandry, where it had been raised to a high level, is bound to sink to the most savage primitive condition. That’s how I see it."</p><p>"But why so? If it’s rational, you’ll be able to keep up the same system with hired labor," said Sviazhsky.</p><p>"We’ve no power over them. With whom am I going to work the system, allow me to ask?"</p><p>"There it is—the labor force—the chief element in agriculture," thought Levin.</p><p>"With laborers."</p></div> </div>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.sysds.lops.SortKeys.OperationTypes (SystemDS 2.2.0-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.sysds.lops.SortKeys.OperationTypes (SystemDS 2.2.0-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/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/sysds/lops/class-use/SortKeys.OperationTypes.html" target="_top">Frames</a></li> <li><a href="SortKeys.OperationTypes.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.sysds.lops.SortKeys.OperationTypes" class="title">Uses of Class<br>org.apache.sysds.lops.SortKeys.OperationTypes</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.sysds.lops">org.apache.sysds.lops</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.sysds.lops"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a> in <a href="../../../../../org/apache/sysds/lops/package-summary.html">org.apache.sysds.lops</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/sysds/lops/package-summary.html">org.apache.sysds.lops</a> that return <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></code></td> <td class="colLast"><span class="typeNameLabel">SortKeys.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sysds/lops/SortKeys.html#getOpType--">getOpType</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></code></td> <td class="colLast"><span class="typeNameLabel">SortKeys.OperationTypes.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a>[]</code></td> <td class="colLast"><span class="typeNameLabel">SortKeys.OperationTypes.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/sysds/lops/package-summary.html">org.apache.sysds.lops</a> with parameters of type <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></code></td> <td class="colLast"><span class="typeNameLabel">SortKeys.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sysds/lops/SortKeys.html#constructSortByValueLop-org.apache.sysds.lops.Lop-org.apache.sysds.lops.Lop-org.apache.sysds.lops.SortKeys.OperationTypes-org.apache.sysds.common.Types.DataType-org.apache.sysds.common.Types.ValueType-org.apache.sysds.common.Types.ExecType-">constructSortByValueLop</a></span>(<a href="../../../../../org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a>&nbsp;input1, <a href="../../../../../org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a>&nbsp;input2, <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a>&nbsp;op, <a href="../../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a>&nbsp;dt, <a href="../../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;vt, <a href="../../../../../org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a>&nbsp;et)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/apache/sysds/lops/SortKeys.html" title="class in org.apache.sysds.lops">SortKeys</a></code></td> <td class="colLast"><span class="typeNameLabel">SortKeys.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/sysds/lops/SortKeys.html#constructSortByValueLop-org.apache.sysds.lops.Lop-org.apache.sysds.lops.SortKeys.OperationTypes-org.apache.sysds.common.Types.DataType-org.apache.sysds.common.Types.ValueType-org.apache.sysds.common.Types.ExecType-">constructSortByValueLop</a></span>(<a href="../../../../../org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a>&nbsp;input1, <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a>&nbsp;op, <a href="../../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a>&nbsp;dt, <a href="../../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;vt, <a href="../../../../../org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a>&nbsp;et)</code>&nbsp;</td> </tr> </tbody> </table> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/apache/sysds/lops/package-summary.html">org.apache.sysds.lops</a> with parameters of type <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sysds/lops/SortKeys.html#SortKeys-org.apache.sysds.lops.Lop-boolean-org.apache.sysds.lops.SortKeys.OperationTypes-org.apache.sysds.common.Types.DataType-org.apache.sysds.common.Types.ValueType-org.apache.sysds.common.Types.ExecType-">SortKeys</a></span>(<a href="../../../../../org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a>&nbsp;input, boolean&nbsp;desc, <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a>&nbsp;op, <a href="../../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a>&nbsp;dt, <a href="../../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;vt, <a href="../../../../../org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a>&nbsp;et)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sysds/lops/SortKeys.html#SortKeys-org.apache.sysds.lops.Lop-org.apache.sysds.lops.Lop-org.apache.sysds.lops.SortKeys.OperationTypes-org.apache.sysds.common.Types.DataType-org.apache.sysds.common.Types.ValueType-org.apache.sysds.common.Types.ExecType-">SortKeys</a></span>(<a href="../../../../../org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a>&nbsp;input1, <a href="../../../../../org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a>&nbsp;input2, <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a>&nbsp;op, <a href="../../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a>&nbsp;dt, <a href="../../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;vt, <a href="../../../../../org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a>&nbsp;et)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/sysds/lops/SortKeys.html#SortKeys-org.apache.sysds.lops.Lop-org.apache.sysds.lops.SortKeys.OperationTypes-org.apache.sysds.common.Types.DataType-org.apache.sysds.common.Types.ValueType-org.apache.sysds.common.Types.ExecType-">SortKeys</a></span>(<a href="../../../../../org/apache/sysds/lops/Lop.html" title="class in org.apache.sysds.lops">Lop</a>&nbsp;input, <a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">SortKeys.OperationTypes</a>&nbsp;op, <a href="../../../../../org/apache/sysds/common/Types.DataType.html" title="enum in org.apache.sysds.common">Types.DataType</a>&nbsp;dt, <a href="../../../../../org/apache/sysds/common/Types.ValueType.html" title="enum in org.apache.sysds.common">Types.ValueType</a>&nbsp;vt, <a href="../../../../../org/apache/sysds/common/Types.ExecType.html" title="enum in org.apache.sysds.common">Types.ExecType</a>&nbsp;et)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/sysds/lops/SortKeys.OperationTypes.html" title="enum in org.apache.sysds.lops">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/sysds/lops/class-use/SortKeys.OperationTypes.html" target="_top">Frames</a></li> <li><a href="SortKeys.OperationTypes.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; 2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
@* * Copyright 2021 HM Revenue & Customs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. *@ @import play.api.Configuration @import uk.gov.hmrc.agentinvitationsfrontend.config.ExternalUrls @import uk.gov.hmrc.agentinvitationsfrontend.views.html._ @this( mainTemplate: main_template ) @(serviceMessageKey: String)(implicit request: Request[_], messages: Messages, configuration: Configuration, externalUrls: ExternalUrls) @mainTemplate(bannerTitle = "banner.clients", title = Messages("generic.title", Messages("incorrect-invitation.header"), Messages("title.suffix.client")), bodyClasses = None, isAgent = false, mainDataAttributes = None) { <h1 class="heading-xlarge">@Messages("incorrect-invitation.header")</h1> <p>@Messages("incorrect-invitation.description")</p> <a class="button" role="button" href=@externalUrls.signOutUrl(false, Some(false))>@Messages("finish.button")</a> }
<nav class="navbar navbar-expand-lg navbar-light bg-light"> <a class="navbar-brand" href="#">ngx-deep-equals-pure</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav"> </ul> </div> </nav> <div class="div-content"> <eq-pure-simple-deep-equal-benchmark> </eq-pure-simple-deep-equal-benchmark> </div>
<html> <head> <title>Index of //home/irisren/Dropbox/155websites/GitWebsite/irisyupingren.github.io/research</title> <style> * { font-family: sans-serif; } </style> </head> <body> <h1>Index of //home/irisren/Dropbox/155websites/GitWebsite/irisyupingren.github.io/research/pattrans/docs/out/eurovisionG/algorithms/lead_0130.csv.txt.txt</h1> <hr> <table> <col width="800"> <col width="200"> <col width="80"> <tr> <th align="left">Filename</th> <th align="left">Last modified</th> <th align="left">Size</th> </tr> <tr> <td><p style="display: none">..</p><img style="margin-right: 5px; max-width: 20px" src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH2QcTCzcF5VF4fAAABQ9JREFUaIHtWe1rU1cY/517b26S28Ro2ibU1Jik8WXWVudEp04tXYe26sY+9Nv+gTH2dWzCoJ9sZDD2dSD7NgRhLwzmUOpaxhgOYR8cg83QYNHZl9jmpelN83Lvsw9Ja0xukpvcBB30Bw85955znuf3O895Tk4IsIUtbGELWzAAvp3O+8cnRFPfkHn1wUyuXTG4djkGiMmydcZMlhmAWLuitC0DvgvWz72errdtFtHFe+444+GpW+2I0xYB/rHQB11O++U3Tx+yOLfbhcVo7LDkHYrHw1P3Wh2r5QICFyZHOmzSVyOnD0tzSynMLSRwMNhjWliKDdn8w/fi4alIK+O1tAYCY6EBXjR9O3xqUFpOZRFPZRBPZfDvShpHDu2RBBP7JjAWGmhlzJYJCI5e7eV4fnr4jUFbRgUWY/Jm31JMRnJdweCBPhvxbDo4erW3VXFbIiAwEnLkOcycPLZ/h2Ays8fRVMWYJ09T4EwieyXodSg8Te+8NCG1IrZxAeM3eDLTj0cGA7uczu3c3OIqiCqHEQFzC0lsc9iF3R5Xr1m1/oDxG4Zr0LCAgBy5Fgx4XvN5e8TIfAKqqsG+CJUIDxeS8Hjclu5O+6mAHLlmNL6hFfBfuPqp2+V8//irey2z80nk8mrFGDmdee5ZJUIqnYO/1yXEE8k9tt1nKRa+82uzHJoW4D0fes+5w/7ZmRMHLY+ia0hn8prjygUAgKIS1nMKfL3d4nIs8brNP/xXPDz1TzM8mtpCvouTQ7YO85dnTvRbFmJppNKNX3Xk9RxWVrPYv8/XIQjcdd/YlePNcGlYQN+5yaCJF747e2pAiq/lEU9VrrBeJNYykLOEYJ/XyjHuVt+5yWCjPhoSEBy90k2i8MvJ4/2OnMohmkg3Gq8CK8l1MEGEz9fboQjc7cBIyNHIfN0Cdl6akPI8P330UJ9LkiQ2v7LWONsqWE6kIdk6hB53p4cs7Hb/+ISod64+AeM3eLNi/b5/rzfodnfxj6IpzbO+WahEWIrLcHZ3io5ttgE5bf1a7xVc1ynkCxz9wrfL9e6BfbstDxdXodQ468uhdQppgQjIZBW4ureb5JTstftnzLHw1Ey9eXUF+EdDH7pdOz46dmSv9Di6hryigmNs0xhjNbNRS8DGfFbiJ68QXF0OMZFYPbotMPQoHr5zvxa/mmnyjYXesVrN1986e9jKeB6KQiDQJmEigsDzmH2S0JxPRIguJ6v639llg6o+81nwSwAYctksZiNzaTWvXpz76ZOfGxZQOJfZ3VoCAeDi+ZOIzGuTrCegp7MDf97/u14IcKB9kZuXH2j1CdUmPbx5+XfUzdAkGSlmlQiMsQzLwB2Z+lg7jXVg+DKnGlDQipPMsAAjJAylr4gXmgG18vLaMFqQASNb6CXIgNEiNooXu4VeBgHGitho9BrfA1XAUBDNimawiAtz12MRU5ELAVCLn7qgR8AGYa6szYDWFHFWfmoCIOIZebWsXRW1BHBlxjSe0cDFtAIbc5VM0gTAVEK8XMiG6RZQTr6aGcpAYfsRU/PrAgo3Y1ZiWoQr3mkVMdNhJQKa5r8pnlSlNKv17DloZYB02OZKqESwSyJAVOgsXomJCn2SWdh8T0QFKz5vFDHj+NJtU8/qCgC006cp4u5vf1RxoRsiJ1jyABQ0UQN6fnfWOoXK26VpLvdNJZ/lC1He1n0KNfrfVTXC9cjXE6ElSDehVkAP+Q2Ui9jC/xr/AdMhPW/WKyVfAAAAAElFTkSuQmCC" /><a href="..">..</a></td> <td>14-Mar-2020 16:22</td> <td>-</td> </tr><tr> <td><p style="display: none">tlf1d</p><img style="margin-right: 5px; max-width: 20px" src="data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH2wQECAEI1xyfEAAABF1JREFUaIHtmM1vVFUYh59zO3NnWiCSRhOQVoMf0cS4MBgXLR+GRBaaLmBRBVO2Ji5152oWblyZ+BeQmChBFpi6MYGFGxdSE+QrJQWDKYXBMjC0dDpzz8fr4kzbKfd2mCtTexP7JJOTObnzzvu77+8959wLm2zy/0YlTY6NjW2x1oZpg9VqNTlz5kz16dPqnJiAj8eOfmOM/kQp5dIGE0EpxYJxMnL65Olfu5Nie2ICjh4brbx78O3+rVv6UgcTgXJ5lomJqw9x0ZsnT/443ZUs25CLzSh4Z88w/f3Pcv/+bOqALw7OUa9HW69cvnF2ZGTkrfHx8Vo3El2LuAAgDEOqD+9z4eJ5RDp3UqFQZHBgNwf27+upVh8NzsyUvy+VSodLpVJqO3ZKzEIfHRutfP7Zp/1TU1eZm59LH1AFvLT7VYqFAuM//bx486+ZALDdSDZQqh7k1JfffXvq66W5hAoIiKCNRuvoX/3R5LVL7Hp+kA9Hj/Q6Jz7mYxhjAEEbgzUarQ3GGIzVfjR+jLQfrTHMLzzqO//bZAloJ8BjtUVHOlXiIkKj+ZvJa5NMXb9OsVhMyt+jfOMjgiCIOETEzyE4x9IFOHHkegJEXL41xJoCtDFEKQRUKvPM3L5HIUy9fXRMI4oIlOppnYsJEO8gokijdWcCGg3N7TsVjo8dYdeunQSB/w/nHM5Z78pmGUSWRvClEUQU4PvcWtecV81rV8pXrT7ixIkfVt2h5B5AaDTqRFFnPVAuVxka2sPw0D5EBOcs3vugFDjn7eGcw4kgq0bnx+Y1AE6a353FNeOJgzAsYuzq9WBtC2nDwkJ9+Y4lIUCtFtGTD/ng/UMsLi4wdX2yI9HdIlHAxO8XuHjpBn19RXK5nqRLAAhUwODAAAcPDrNzxwAX/pigjd51IakHcleuTnJ87DDbtm15YgClFK+/9ga3bt1E68a6JNmOmIAwzPUeeu8Aw0P7yefbryjes4q5+Sp3yjNt7bZexCuACvbt3cvfs3d48KCyxs/U8srinO14tVoP4j0goorFIpXKPRqN+gaklI5goxN4WhJXIb+7y4Z4Oi1r7gNLG1rWSbSQuK6cfruOUvFH+MQKaG1wzmXOQkrF73eigKWzetYsFAQdVsAY03IuzxIdVUCw1saOslkg6LQHjLHLzwWZotMesNbgHzCypSBFD1icI3OrUNKb0MR9wLl1e43zVARBCguJs5mrgFqpQB7QEBewDcA626xWxgSs9MAOoAzoVgF54DkAZ5cesv/bBJ9Ey068A6gDs60CeoHtIqKcCFlchVrOQtuBZ4Bqq4AQKALNjSyD+8BKPiFQAILHe8C/bnKOIAhWNXHSSXADWT4mtApoAItAdPnKtcLLr7xATmWoBEoxdeNP8mHO4f1fB0yrgBrwYHp65quz53754uw51n4htEGoIJDZu/dOAdXmxz7uiz78SrQdsiegSR2f/F0SBIBvkF6yKyDCuyWbx4VNNtkkHf8Al2k6f7TD2+wAAAAASUVORK5CYII=" /><a href="tlf1d">tlf1d</a></td> <td>14-Mar-2020 16:27</td> <td>-</td> </tr> </table> <hr> <span> <span style="font-size: 12px">generated by </span><a style="font-size: 12px" href="https://thinkpads.org/projects/apindex">apindex 2.2</a> </span> </body> </html>
<dev-menu></dev-menu> <div class="container" ng-init="viewLoaded()"> <div class="row"> <div class="col-lg-3"> <player-list team="1"></player-list> <player-list team="3"></player-list> </div> <div class="col-lg-6"> <div ng-show="isInStateLobby()"> <map-selector></map-selector> <div class="row" ng-show="isHost()"> <button type="button" class="btn btn-primary btn-lg btn-block" ng-click="startGame()">Start Game</button> </div> </div> <div ng-show="isInStateSelection()"> <div class="row"> <div class="col-lg-6"> <race-selector></race-selector> </div> <div class="col-lg-6"> <minion-selector></minion-selector> </div> </div> <div class="row"> <div class="col-lg-12 p-3 mt-2"> <race-information></race-information> <minion-information></race-information> </div> </div> <button type="button" class="btn btn-primary btn-lg btn-block mt-2" ng-click="lockIn()">Lock In</button> </div> </div> <div class="col-lg-3"> <player-list team="2"></player-list> <player-list team="4"></player-list> </div> </div> </div>
<!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, height=device-height, initial-scale=1, user-scalable=no"> <meta name="description" content="API docs for the form property from the FieldSetElement class, for the Dart programming language."> <title>form property - FieldSetElement class - dart:html library - Dart API</title> <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="stylesheet" href="../../static-assets/github.css"> <link rel="stylesheet" href="../../static-assets/styles.css"> <link rel="icon" href="../../static-assets/favicon.png"> </head> <body data-base-href="../../" data-using-base-href="false"> <div id="overlay-under-drawer"></div> <header id="title"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated dark hidden-xs"> <li><a href="../../index.html">keepapp</a></li> <li><a href="../../dart-html/dart-html-library.html">dart:html</a></li> <li><a href="../../dart-html/FieldSetElement-class.html">FieldSetElement</a></li> <li class="self-crumb">form property</li> </ol> <div class="self-name">form</div> <form class="search navbar-right" role="search"> <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <main> <div id="dartdoc-sidebar-left" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left"> <header id="header-search-sidebar" class="hidden-l"> <form class="search-sidebar" role="search"> <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search..."> </form> </header> <ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav"> <li><a href="../../index.html">keepapp</a></li> <li><a href="../../dart-html/dart-html-library.html">dart:html</a></li> <li><a href="../../dart-html/FieldSetElement-class.html">FieldSetElement</a></li> <li class="self-crumb">form property</li> </ol> <h5>FieldSetElement class</h5> <ol> <li class="section-title"><a href="../../dart-html/FieldSetElement-class.html#constructors">Constructors</a></li> <li><a href="../../dart-html/FieldSetElement/FieldSetElement.html">FieldSetElement</a></li> <li><a href="../../dart-html/FieldSetElement/FieldSetElement.created.html">created</a></li> <li class="section-title"> <a href="../../dart-html/FieldSetElement-class.html#instance-properties">Properties</a> </li> <li><a href="../../dart-html/FieldSetElement/disabled.html">disabled</a></li> <li><a href="../../dart-html/FieldSetElement/elements.html">elements</a></li> <li><a href="../../dart-html/FieldSetElement/form.html">form</a></li> <li><a href="../../dart-html/FieldSetElement/name.html">name</a></li> <li><a href="../../dart-html/FieldSetElement/type.html">type</a></li> <li><a href="../../dart-html/FieldSetElement/validationMessage.html">validationMessage</a></li> <li><a href="../../dart-html/FieldSetElement/validity.html">validity</a></li> <li><a href="../../dart-html/FieldSetElement/willValidate.html">willValidate</a></li> <li class="inherited"><a href="../../dart-html/Element/accessibleNode.html">accessibleNode</a></li> <li class="inherited"><a href="../../dart-html/Element/assignedSlot.html">assignedSlot</a></li> <li class="inherited"><a href="../../dart-html/Element/attributes.html">attributes</a></li> <li class="inherited"><a href="../../dart-html/Node/baseUri.html">baseUri</a></li> <li class="inherited"><a href="../../dart-html/Element/borderEdge.html">borderEdge</a></li> <li class="inherited"><a href="../../dart-html/Node/childNodes.html">childNodes</a></li> <li class="inherited"><a href="../../dart-html/Element/children.html">children</a></li> <li class="inherited"><a href="../../dart-html/Element/classes.html">classes</a></li> <li class="inherited"><a href="../../dart-html/Element/className.html">className</a></li> <li class="inherited"><a href="../../dart-html/Element/client.html">client</a></li> <li class="inherited"><a href="../../dart-html/Element/clientHeight.html">clientHeight</a></li> <li class="inherited"><a href="../../dart-html/Element/clientLeft.html">clientLeft</a></li> <li class="inherited"><a href="../../dart-html/Element/clientTop.html">clientTop</a></li> <li class="inherited"><a href="../../dart-html/Element/clientWidth.html">clientWidth</a></li> <li class="inherited"><a href="../../dart-html/Element/computedName.html">computedName</a></li> <li class="inherited"><a href="../../dart-html/Element/computedRole.html">computedRole</a></li> <li class="inherited"><a href="../../dart-html/Element/contentEdge.html">contentEdge</a></li> <li class="inherited"><a href="../../dart-html/Element/contentEditable.html">contentEditable</a></li> <li class="inherited"><a href="../../dart-html/Element/dataset.html">dataset</a></li> <li class="inherited"><a href="../../dart-html/Element/dir.html">dir</a></li> <li class="inherited"><a href="../../dart-html/Element/documentOffset.html">documentOffset</a></li> <li class="inherited"><a href="../../dart-html/Element/draggable.html">draggable</a></li> <li class="inherited"><a href="../../dart-html/Node/firstChild.html">firstChild</a></li> <li class="inherited"><a href="../../dart-core/Object/hashCode.html">hashCode</a></li> <li class="inherited"><a href="../../dart-html/Element/hidden.html">hidden</a></li> <li class="inherited"><a href="../../dart-html/Element/id.html">id</a></li> <li class="inherited"><a href="../../dart-html/Element/inert.html">inert</a></li> <li class="inherited"><a href="../../dart-html/Element/innerHtml.html">innerHtml</a></li> <li class="inherited"><a href="../../dart-html/Element/innerText.html">innerText</a></li> <li class="inherited"><a href="../../dart-html/Element/inputMode.html">inputMode</a></li> <li class="inherited"><a href="../../dart-html/Node/isConnected.html">isConnected</a></li> <li class="inherited"><a href="../../dart-html/Element/isContentEditable.html">isContentEditable</a></li> <li class="inherited"><a href="../../dart-html/Element/lang.html">lang</a></li> <li class="inherited"><a href="../../dart-html/Node/lastChild.html">lastChild</a></li> <li class="inherited"><a href="../../dart-html/Element/localName.html">localName</a></li> <li class="inherited"><a href="../../dart-html/Element/marginEdge.html">marginEdge</a></li> <li class="inherited"><a href="../../dart-html/Element/namespaceUri.html">namespaceUri</a></li> <li class="inherited"><a href="../../dart-html/Element/nextElementSibling.html">nextElementSibling</a></li> <li class="inherited"><a href="../../dart-html/Node/nextNode.html">nextNode</a></li> <li class="inherited"><a href="../../dart-html/Node/nodeName.html">nodeName</a></li> <li class="inherited"><a href="../../dart-html/Node/nodes.html">nodes</a></li> <li class="inherited"><a href="../../dart-html/Node/nodeType.html">nodeType</a></li> <li class="inherited"><a href="../../dart-html/Node/nodeValue.html">nodeValue</a></li> <li class="inherited"><a href="../../dart-html/HtmlElement/nonce.html">nonce</a></li> <li class="inherited"><a href="../../dart-html/Element/offset.html">offset</a></li> <li class="inherited"><a href="../../dart-html/Element/offsetHeight.html">offsetHeight</a></li> <li class="inherited"><a href="../../dart-html/Element/offsetLeft.html">offsetLeft</a></li> <li class="inherited"><a href="../../dart-html/Element/offsetParent.html">offsetParent</a></li> <li class="inherited"><a href="../../dart-html/Element/offsetTop.html">offsetTop</a></li> <li class="inherited"><a href="../../dart-html/Element/offsetWidth.html">offsetWidth</a></li> <li class="inherited"><a href="../../dart-html/Element/on.html">on</a></li> <li class="inherited"><a href="../../dart-html/Element/onAbort.html">onAbort</a></li> <li class="inherited"><a href="../../dart-html/Element/onBeforeCopy.html">onBeforeCopy</a></li> <li class="inherited"><a href="../../dart-html/Element/onBeforeCut.html">onBeforeCut</a></li> <li class="inherited"><a href="../../dart-html/Element/onBeforePaste.html">onBeforePaste</a></li> <li class="inherited"><a href="../../dart-html/Element/onBlur.html">onBlur</a></li> <li class="inherited"><a href="../../dart-html/Element/onCanPlay.html">onCanPlay</a></li> <li class="inherited"><a href="../../dart-html/Element/onCanPlayThrough.html">onCanPlayThrough</a></li> <li class="inherited"><a href="../../dart-html/Element/onChange.html">onChange</a></li> <li class="inherited"><a href="../../dart-html/Element/onClick.html">onClick</a></li> <li class="inherited"><a href="../../dart-html/Element/onContextMenu.html">onContextMenu</a></li> <li class="inherited"><a href="../../dart-html/Element/onCopy.html">onCopy</a></li> <li class="inherited"><a href="../../dart-html/Element/onCut.html">onCut</a></li> <li class="inherited"><a href="../../dart-html/Element/onDoubleClick.html">onDoubleClick</a></li> <li class="inherited"><a href="../../dart-html/Element/onDrag.html">onDrag</a></li> <li class="inherited"><a href="../../dart-html/Element/onDragEnd.html">onDragEnd</a></li> <li class="inherited"><a href="../../dart-html/Element/onDragEnter.html">onDragEnter</a></li> <li class="inherited"><a href="../../dart-html/Element/onDragLeave.html">onDragLeave</a></li> <li class="inherited"><a href="../../dart-html/Element/onDragOver.html">onDragOver</a></li> <li class="inherited"><a href="../../dart-html/Element/onDragStart.html">onDragStart</a></li> <li class="inherited"><a href="../../dart-html/Element/onDrop.html">onDrop</a></li> <li class="inherited"><a href="../../dart-html/Element/onDurationChange.html">onDurationChange</a></li> <li class="inherited"><a href="../../dart-html/Element/onEmptied.html">onEmptied</a></li> <li class="inherited"><a href="../../dart-html/Element/onEnded.html">onEnded</a></li> <li class="inherited"><a href="../../dart-html/Element/onError.html">onError</a></li> <li class="inherited"><a href="../../dart-html/Element/onFocus.html">onFocus</a></li> <li class="inherited"><a href="../../dart-html/Element/onFullscreenChange.html">onFullscreenChange</a></li> <li class="inherited"><a href="../../dart-html/Element/onFullscreenError.html">onFullscreenError</a></li> <li class="inherited"><a href="../../dart-html/Element/onInput.html">onInput</a></li> <li class="inherited"><a href="../../dart-html/Element/onInvalid.html">onInvalid</a></li> <li class="inherited"><a href="../../dart-html/Element/onKeyDown.html">onKeyDown</a></li> <li class="inherited"><a href="../../dart-html/Element/onKeyPress.html">onKeyPress</a></li> <li class="inherited"><a href="../../dart-html/Element/onKeyUp.html">onKeyUp</a></li> <li class="inherited"><a href="../../dart-html/Element/onLoad.html">onLoad</a></li> <li class="inherited"><a href="../../dart-html/Element/onLoadedData.html">onLoadedData</a></li> <li class="inherited"><a href="../../dart-html/Element/onLoadedMetadata.html">onLoadedMetadata</a></li> <li class="inherited"><a href="../../dart-html/Element/onMouseDown.html">onMouseDown</a></li> <li class="inherited"><a href="../../dart-html/Element/onMouseEnter.html">onMouseEnter</a></li> <li class="inherited"><a href="../../dart-html/Element/onMouseLeave.html">onMouseLeave</a></li> <li class="inherited"><a href="../../dart-html/Element/onMouseMove.html">onMouseMove</a></li> <li class="inherited"><a href="../../dart-html/Element/onMouseOut.html">onMouseOut</a></li> <li class="inherited"><a href="../../dart-html/Element/onMouseOver.html">onMouseOver</a></li> <li class="inherited"><a href="../../dart-html/Element/onMouseUp.html">onMouseUp</a></li> <li class="inherited"><a href="../../dart-html/Element/onMouseWheel.html">onMouseWheel</a></li> <li class="inherited"><a href="../../dart-html/Element/onPaste.html">onPaste</a></li> <li class="inherited"><a href="../../dart-html/Element/onPause.html">onPause</a></li> <li class="inherited"><a href="../../dart-html/Element/onPlay.html">onPlay</a></li> <li class="inherited"><a href="../../dart-html/Element/onPlaying.html">onPlaying</a></li> <li class="inherited"><a href="../../dart-html/Element/onRateChange.html">onRateChange</a></li> <li class="inherited"><a href="../../dart-html/Element/onReset.html">onReset</a></li> <li class="inherited"><a href="../../dart-html/Element/onResize.html">onResize</a></li> <li class="inherited"><a href="../../dart-html/Element/onScroll.html">onScroll</a></li> <li class="inherited"><a href="../../dart-html/Element/onSearch.html">onSearch</a></li> <li class="inherited"><a href="../../dart-html/Element/onSeeked.html">onSeeked</a></li> <li class="inherited"><a href="../../dart-html/Element/onSeeking.html">onSeeking</a></li> <li class="inherited"><a href="../../dart-html/Element/onSelect.html">onSelect</a></li> <li class="inherited"><a href="../../dart-html/Element/onSelectStart.html">onSelectStart</a></li> <li class="inherited"><a href="../../dart-html/Element/onStalled.html">onStalled</a></li> <li class="inherited"><a href="../../dart-html/Element/onSubmit.html">onSubmit</a></li> <li class="inherited"><a href="../../dart-html/Element/onSuspend.html">onSuspend</a></li> <li class="inherited"><a href="../../dart-html/Element/onTimeUpdate.html">onTimeUpdate</a></li> <li class="inherited"><a href="../../dart-html/Element/onTouchCancel.html">onTouchCancel</a></li> <li class="inherited"><a href="../../dart-html/Element/onTouchEnd.html">onTouchEnd</a></li> <li class="inherited"><a href="../../dart-html/Element/onTouchEnter.html">onTouchEnter</a></li> <li class="inherited"><a href="../../dart-html/Element/onTouchLeave.html">onTouchLeave</a></li> <li class="inherited"><a href="../../dart-html/Element/onTouchMove.html">onTouchMove</a></li> <li class="inherited"><a href="../../dart-html/Element/onTouchStart.html">onTouchStart</a></li> <li class="inherited"><a href="../../dart-html/Element/onTransitionEnd.html">onTransitionEnd</a></li> <li class="inherited"><a href="../../dart-html/Element/onVolumeChange.html">onVolumeChange</a></li> <li class="inherited"><a href="../../dart-html/Element/onWaiting.html">onWaiting</a></li> <li class="inherited"><a href="../../dart-html/Element/onWheel.html">onWheel</a></li> <li class="inherited"><a href="../../dart-html/Element/outerHtml.html">outerHtml</a></li> <li class="inherited"><a href="../../dart-html/Node/ownerDocument.html">ownerDocument</a></li> <li class="inherited"><a href="../../dart-html/Element/paddingEdge.html">paddingEdge</a></li> <li class="inherited"><a href="../../dart-html/Node/parent.html">parent</a></li> <li class="inherited"><a href="../../dart-html/Node/parentNode.html">parentNode</a></li> <li class="inherited"><a href="../../dart-html/Element/previousElementSibling.html">previousElementSibling</a></li> <li class="inherited"><a href="../../dart-html/Node/previousNode.html">previousNode</a></li> <li class="inherited"><a href="../../dart-core/Object/runtimeType.html">runtimeType</a></li> <li class="inherited"><a href="../../dart-html/Element/scrollHeight.html">scrollHeight</a></li> <li class="inherited"><a href="../../dart-html/Element/scrollLeft.html">scrollLeft</a></li> <li class="inherited"><a href="../../dart-html/Element/scrollTop.html">scrollTop</a></li> <li class="inherited"><a href="../../dart-html/Element/scrollWidth.html">scrollWidth</a></li> <li class="inherited"><a href="../../dart-html/Element/shadowRoot.html">shadowRoot</a></li> <li class="inherited"><a href="../../dart-html/Element/slot.html">slot</a></li> <li class="inherited"><a href="../../dart-html/Element/spellcheck.html">spellcheck</a></li> <li class="inherited"><a href="../../dart-html/Element/style.html">style</a></li> <li class="inherited"><a href="../../dart-html/Element/styleMap.html">styleMap</a></li> <li class="inherited"><a href="../../dart-html/Element/tabIndex.html">tabIndex</a></li> <li class="inherited"><a href="../../dart-html/Element/tagName.html">tagName</a></li> <li class="inherited"><a href="../../dart-html/Node/text.html">text</a></li> <li class="inherited"><a href="../../dart-html/Element/title.html">title</a></li> <li class="inherited"><a href="../../dart-html/Element/translate.html">translate</a></li> <li class="section-title"><a href="../../dart-html/FieldSetElement-class.html#instance-methods">Methods</a></li> <li><a href="../../dart-html/FieldSetElement/checkValidity.html">checkValidity</a></li> <li><a href="../../dart-html/FieldSetElement/reportValidity.html">reportValidity</a></li> <li><a href="../../dart-html/FieldSetElement/setCustomValidity.html">setCustomValidity</a></li> <li class="inherited"><a href="../../dart-html/EventTarget/addEventListener.html">addEventListener</a></li> <li class="inherited"><a href="../../dart-html/Element/after.html">after</a></li> <li class="inherited"><a href="../../dart-html/Element/animate.html">animate</a></li> <li class="inherited"><a href="../../dart-html/Node/append.html">append</a></li> <li class="inherited"><a href="../../dart-html/Element/appendHtml.html">appendHtml</a></li> <li class="inherited"><a href="../../dart-html/Element/appendText.html">appendText</a></li> <li class="inherited"><a href="../../dart-html/Element/attached.html">attached</a></li> <li class="inherited"><a href="../../dart-html/Element/attachShadow.html">attachShadow</a></li> <li class="inherited"><a href="../../dart-html/Element/attributeChanged.html">attributeChanged</a></li> <li class="inherited"><a href="../../dart-html/Element/before.html">before</a></li> <li class="inherited"><a href="../../dart-html/Element/blur.html">blur</a></li> <li class="inherited"><a href="../../dart-html/Element/click.html">click</a></li> <li class="inherited"><a href="../../dart-html/Node/clone.html">clone</a></li> <li class="inherited"><a href="../../dart-html/Element/closest.html">closest</a></li> <li class="inherited"><a href="../../dart-html/Node/contains.html">contains</a></li> <li class="inherited"><a href="../../dart-html/Element/createFragment.html">createFragment</a></li> <li class="inherited"><a href="../../dart-html/Element/createShadowRoot.html">createShadowRoot</a></li> <li class="inherited"><a href="../../dart-html/Element/detached.html">detached</a></li> <li class="inherited"><a href="../../dart-html/EventTarget/dispatchEvent.html">dispatchEvent</a></li> <li class="inherited"><a class="deprecated" href="../../dart-html/Element/enteredView.html">enteredView</a></li> <li class="inherited"><a href="../../dart-html/Element/focus.html">focus</a></li> <li class="inherited"><a href="../../dart-html/Element/getAnimations.html">getAnimations</a></li> <li class="inherited"><a href="../../dart-html/Element/getAttribute.html">getAttribute</a></li> <li class="inherited"><a href="../../dart-html/Element/getAttributeNames.html">getAttributeNames</a></li> <li class="inherited"><a href="../../dart-html/Element/getAttributeNS.html">getAttributeNS</a></li> <li class="inherited"><a href="../../dart-html/Element/getBoundingClientRect.html">getBoundingClientRect</a></li> <li class="inherited"><a href="../../dart-html/Element/getClientRects.html">getClientRects</a></li> <li class="inherited"><a href="../../dart-html/Element/getComputedStyle.html">getComputedStyle</a></li> <li class="inherited"><a href="../../dart-html/Element/getDestinationInsertionPoints.html">getDestinationInsertionPoints</a></li> <li class="inherited"><a href="../../dart-html/Element/getElementsByClassName.html">getElementsByClassName</a></li> <li class="inherited"><a href="../../dart-html/Element/getNamespacedAttributes.html">getNamespacedAttributes</a></li> <li class="inherited"><a href="../../dart-html/Node/getRootNode.html">getRootNode</a></li> <li class="inherited"><a href="../../dart-html/Element/hasAttribute.html">hasAttribute</a></li> <li class="inherited"><a href="../../dart-html/Element/hasAttributeNS.html">hasAttributeNS</a></li> <li class="inherited"><a href="../../dart-html/Node/hasChildNodes.html">hasChildNodes</a></li> <li class="inherited"><a href="../../dart-html/Element/hasPointerCapture.html">hasPointerCapture</a></li> <li class="inherited"><a href="../../dart-html/Element/insertAdjacentElement.html">insertAdjacentElement</a></li> <li class="inherited"><a href="../../dart-html/Element/insertAdjacentHtml.html">insertAdjacentHtml</a></li> <li class="inherited"><a href="../../dart-html/Element/insertAdjacentText.html">insertAdjacentText</a></li> <li class="inherited"><a href="../../dart-html/Node/insertAllBefore.html">insertAllBefore</a></li> <li class="inherited"><a href="../../dart-html/Node/insertBefore.html">insertBefore</a></li> <li class="inherited"><a class="deprecated" href="../../dart-html/Element/leftView.html">leftView</a></li> <li class="inherited"><a href="../../dart-html/Element/matches.html">matches</a></li> <li class="inherited"><a href="../../dart-html/Element/matchesWithAncestors.html">matchesWithAncestors</a></li> <li class="inherited"><a href="../../dart-core/Object/noSuchMethod.html">noSuchMethod</a></li> <li class="inherited"><a href="../../dart-html/Element/offsetTo.html">offsetTo</a></li> <li class="inherited"><a href="../../dart-html/Element/querySelector.html">querySelector</a></li> <li class="inherited"><a href="../../dart-html/Element/querySelectorAll.html">querySelectorAll</a></li> <li class="inherited"><a href="../../dart-html/Element/releasePointerCapture.html">releasePointerCapture</a></li> <li class="inherited"><a href="../../dart-html/Node/remove.html">remove</a></li> <li class="inherited"><a href="../../dart-html/Element/removeAttribute.html">removeAttribute</a></li> <li class="inherited"><a href="../../dart-html/Element/removeAttributeNS.html">removeAttributeNS</a></li> <li class="inherited"><a href="../../dart-html/EventTarget/removeEventListener.html">removeEventListener</a></li> <li class="inherited"><a href="../../dart-html/Node/replaceWith.html">replaceWith</a></li> <li class="inherited"><a href="../../dart-html/Element/requestFullscreen.html">requestFullscreen</a></li> <li class="inherited"><a href="../../dart-html/Element/requestPointerLock.html">requestPointerLock</a></li> <li class="inherited"><a href="../../dart-html/Element/scroll.html">scroll</a></li> <li class="inherited"><a href="../../dart-html/Element/scrollBy.html">scrollBy</a></li> <li class="inherited"><a href="../../dart-html/Element/scrollIntoView.html">scrollIntoView</a></li> <li class="inherited"><a href="../../dart-html/Element/scrollTo.html">scrollTo</a></li> <li class="inherited"><a href="../../dart-html/Element/setApplyScroll.html">setApplyScroll</a></li> <li class="inherited"><a href="../../dart-html/Element/setAttribute.html">setAttribute</a></li> <li class="inherited"><a href="../../dart-html/Element/setAttributeNS.html">setAttributeNS</a></li> <li class="inherited"><a href="../../dart-html/Element/setDistributeScroll.html">setDistributeScroll</a></li> <li class="inherited"><a href="../../dart-html/Element/setInnerHtml.html">setInnerHtml</a></li> <li class="inherited"><a href="../../dart-html/Element/setPointerCapture.html">setPointerCapture</a></li> <li class="inherited"><a href="../../dart-html/Element/toString.html">toString</a></li> <li class="section-title inherited"><a href="../../dart-html/FieldSetElement-class.html#operators">Operators</a></li> <li class="inherited"><a href="../../dart-core/Object/operator_equals.html">operator ==</a></li> </ol> </div><!--/.sidebar-offcanvas--> <div id="dartdoc-main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> <div><h1><span class="kind-property">form</span> property</h1></div> <section id="getter"> <section class="multi-line-signature"> <span class="returntype"><a href="../../dart-html/FormElement-class.html">FormElement</a></span> <span class="name ">form</span> </section> <section class="summary source-code" id="source"> <h2><span>Implementation</span></h2> <pre class="language-dart"><code class="language-dart">FormElement get form native;</code></pre> </section> </section> </div> <!-- /.main-content --> <div id="dartdoc-sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right"> </div><!--/.sidebar-offcanvas--> </main> <footer> <span class="no-break"> keepapp 1.0.1+2 </span> </footer> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="../../static-assets/typeahead.bundle.min.js"></script> <script src="../../static-assets/highlight.pack.js"></script> <script src="../../static-assets/URI.js"></script> <script src="../../static-assets/script.js"></script> </body> </html>
<!DOCTYPE html> <html lang="en" xmlns:v="urn:schemas-microsoft-com:vml"> <head> <meta charset="utf-8"> <meta name="x-apple-disable-message-reformatting"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no, date=no, address=no, email=no"> <!--[if mso]> <noscript> <xml> <o:OfficeDocumentSettings xmlns:o="urn:schemas-microsoft-com:office:office"> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml> </noscript> <style> td,th,div,p,a,h1,h2,h3,h4,h5,h6 {font-family: "Segoe UI", sans-serif; mso-line-height-rule: exactly;} </style> <![endif]--> <title>theoodie</title> <style> .livelinks-starter .star-review .stars { margin-top: 0.125rem; display: inline-flex; background-repeat: repeat-x; width: 140px; height: 28px; background-size: 28px 28px; background-image: url("https://p198.p4.n0.cdn.getcloudapp.com/items/X6ulp8j9/598fd6cf-4476-4ed5-8d42-251a86c4c3f9.svg?v=b9d089fca55f101a67472140ff1f6f34"); } .livelinks-starter .star-review .stars .stars-full { height: 28px; background-size: 28px 28px; display: inline-block; background-repeat: repeat-x; vertical-align: top; height: 28px; background-size: 28px 28px; background-image: url("https://p198.p4.n0.cdn.getcloudapp.com/items/12uvW0jR/95adaa53-e5e5-4acc-94db-5599c36faaf7.svg?v=a74f6559105ee93c3e1667a8060fab28"); } </style> </head> <body style="margin: 0; width: 100%; padding: 0; word-break: break-word; -webkit-font-smoothing: antialiased; background-color: #ffffff;"> <div role="article" aria-roledescription="email" aria-label="theoodie" lang="en"> <div class="livelinks-starter" style="min-height: 100vw; background-color: #f3f4f6;"> <div style="margin-left: auto; margin-right: auto;"> <div style="height: 480px; width: 912px; color: #3d4246; background-color: #ffffff;"> <div style="display: flex; height: 100%; width: 100%; align-items: center; justify-content: center;"> <div style="height: 100%; width: 50%;"> <img src="https://cdn.shopify.com/s/files/1/0023/7427/1029/products/Unicorn_79699_600x600.jpg?v=1604408824" style="max-width: 100%; vertical-align: middle; line-height: 100%; border: 0; height: 100%; width: 100%;" alt=""> </div> <div style="display: flex; height: 100%; width: 50%; align-items: center; justify-content: center;"> <div style="margin-left: 24px; margin-right: 24px;"> <h2 style="margin: 0; font-size: 48px;">The Unicorn Oodie Is Best</h2> <div class="star-review" style="font-size: 36px; --tw-space-y-reverse: 0; margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(16px * var(--tw-space-y-reverse));"> <span class="stars" style="margin-top: 0.125rem; display: inline-flex; background-repeat: repeat-x; width: 140px; height: 28px; background-size: 28px 28px; background-image: url('https://p198.p4.n0.cdn.getcloudapp.com/items/X6ulp8j9/598fd6cf-4476-4ed5-8d42-251a86c4c3f9.svg?v=b9d089fca55f101a67472140ff1f6f34');"> <span class="stars-full" style="height: 28px; background-size: 28px 28px; display: inline-block; background-repeat: repeat-x; vertical-align: top; height: 28px; background-size: 28px 28px; background-image: url('https://p198.p4.n0.cdn.getcloudapp.com/items/12uvW0jR/95adaa53-e5e5-4acc-94db-5599c36faaf7.svg?v=a74f6559105ee93c3e1667a8060fab28'); width: 88%;"></span> </span> <span style="--tw-space-x-reverse: 0; margin-right: calc(8px * var(--tw-space-x-reverse)); margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));">4.4</span> <span style="--tw-space-x-reverse: 0; margin-right: calc(8px * var(--tw-space-x-reverse)); margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));">(338)</span> </div> <p style="margin: 0; font-size: 48px; --tw-space-y-reverse: 0; margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(16px * var(--tw-space-y-reverse));">$109</p> </div> </div> </div> </div> </div> </div> </div> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Tue Jun 23 23:05:47 JST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class twitter4j.ScopesImpl (twitter4j-core 4.0.4 API)</title> <meta name="date" content="2015-06-23"> <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 twitter4j.ScopesImpl (twitter4j-core 4.0.4 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="../../twitter4j/ScopesImpl.html" title="class in twitter4j">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?twitter4j/class-use/ScopesImpl.html" target="_top">Frames</a></li> <li><a href="ScopesImpl.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 twitter4j.ScopesImpl" class="title">Uses of Class<br>twitter4j.ScopesImpl</h2> </div> <div class="classUseContainer">No usage of twitter4j.ScopesImpl</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="../../twitter4j/ScopesImpl.html" title="class in twitter4j">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?twitter4j/class-use/ScopesImpl.html" target="_top">Frames</a></li> <li><a href="ScopesImpl.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p> </body> </html>
<!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>EOS.IO: contracts/libc++/upstream/test/std/re/re.results/re.results.acc/str.pass.cpp 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="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="projectlogo"><img alt="Logo" src="eos-logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">EOS.IO &#160;<span id="projectnumber">DAWN 4.1</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="dir_ae9b15dd87e066e1908bbd90e8f38627.html">contracts</a></li><li class="navelem"><a class="el" href="dir_acf7646062c2dda4cc5d3e08c5ded00b.html">libc++</a></li><li class="navelem"><a class="el" href="dir_7d236047367a2957b6fc9c22a3c49af8.html">upstream</a></li><li class="navelem"><a class="el" href="dir_52576429c2ea572b538c7b817f3a6ed0.html">test</a></li><li class="navelem"><a class="el" href="dir_8fe919a9d5a89b0babe3bba35f42248d.html">std</a></li><li class="navelem"><a class="el" href="dir_ad423355d5e2a8fb6c2788b3b4feaea8.html">re</a></li><li class="navelem"><a class="el" href="dir_86fca3484e73d9134fbb6ddf19b9ae88.html">re.results</a></li><li class="navelem"><a class="el" href="dir_982955f6fa02c80c98e134c55ed699a9.html">re.results.acc</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">str.pass.cpp File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &lt;regex&gt;</code><br /> <code>#include &lt;cassert&gt;</code><br /> <code>#include &quot;<a class="el" href="test__macros_8h_source.html">test_macros.h</a>&quot;</code><br /> </div><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:ae1a3968e7947464bee7714f6d43b7002"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="re_2re_8results_2re_8results_8acc_2str_8pass_8cpp.html#ae1a3968e7947464bee7714f6d43b7002">test</a> ()</td></tr> <tr class="separator:ae1a3968e7947464bee7714f6d43b7002"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="re_2re_8results_2re_8results_8acc_2str_8pass_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr> <tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a id="ae66f6b31b5ad750f1fe042a706a4e3d4"></a> <h2 class="memtitle"><span class="permalink"><a href="#ae66f6b31b5ad750f1fe042a706a4e3d4">&#9670;&nbsp;</a></span>main()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int main </td> <td>(</td> <td class="paramtype">void&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> <a id="ae1a3968e7947464bee7714f6d43b7002"></a> <h2 class="memtitle"><span class="permalink"><a href="#ae1a3968e7947464bee7714f6d43b7002">&#9670;&nbsp;</a></span>test()</h2> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="structtest.html">test</a> </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> </div> </div> </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>
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>podebug</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <h1 class="toc">Module podebug</h1> <hr /> <h2 class="toc">Classes</h2> <a target="mainFrame" href="translate.tools.podebug.podebug-class.html" >podebug</a><br /> <h2 class="toc">Functions</h2> <a target="mainFrame" href="translate.tools.podebug-module.html#add_prefix" >add_prefix</a><br /> <a target="mainFrame" href="translate.tools.podebug-module.html#convertpo" >convertpo</a><br /> <a target="mainFrame" href="translate.tools.podebug-module.html#main" >main</a><br /> <h2 class="toc">Variables</h2> <a target="mainFrame" href="translate.tools.podebug-module.html#podebug_parsers" >podebug_parsers</a><br /><hr /> <span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
<!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_07) on Wed Sep 18 17:58:59 EDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.chemistry.opencmis.workbench.details.RenditionTable (Apache Chemistry OpenCMIS 0.10.0 API)</title> <meta name="date" content="2013-09-18"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.chemistry.opencmis.workbench.details.RenditionTable (Apache Chemistry OpenCMIS 0.10.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="../../../../../../../org/apache/chemistry/opencmis/workbench/details/RenditionTable.html" title="class in org.apache.chemistry.opencmis.workbench.details">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/chemistry/opencmis/workbench/details/class-use/RenditionTable.html" target="_top">Frames</a></li> <li><a href="RenditionTable.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.chemistry.opencmis.workbench.details.RenditionTable" class="title">Uses of Class<br>org.apache.chemistry.opencmis.workbench.details.RenditionTable</h2> </div> <div class="classUseContainer">No usage of org.apache.chemistry.opencmis.workbench.details.RenditionTable</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/chemistry/opencmis/workbench/details/RenditionTable.html" title="class in org.apache.chemistry.opencmis.workbench.details">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/chemistry/opencmis/workbench/details/class-use/RenditionTable.html" target="_top">Frames</a></li> <li><a href="RenditionTable.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; 2009-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p> </body> </html>
<h3>Notes App</h3> <a href="../User/All.html">Show all users</a> <a href="../User/Register.html">Register user</a>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>multiplier: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / multiplier - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> multiplier <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-09-28 08:23:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-09-28 08:23:32 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/multiplier&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Multiplier&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: hardware verification&quot; &quot;keyword: circuit&quot; &quot;category: Computer Science/Architecture&quot; &quot;category: Miscellaneous/Extracted Programs/Hardware&quot; ] authors: [ &quot;Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/multiplier/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/multiplier.git&quot; synopsis: &quot;Proof of a multiplier circuit&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/multiplier/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=5f2496fce173169aa55b31104a377874&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-multiplier.8.6.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-multiplier -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-multiplier.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
<div class="leaf "><div class="inner justify"><p class="no-indent ">大道。復轉仙鄉,嘯聚在洞天福地。下海降龍,登山擒獸。消死名,上生籍,官拜 齊天大聖。玩賞瓊樓,喜遊寶閣。會天仙,日日歌歡;居聖境,朝朝快樂。只因亂 卻蟠桃宴,大反天宮,被佛擒伏。困壓在五行山下,饑餐鐵彈,渴飲銅汁,五百年 未嘗茶飯。幸我師出東土,拜西方,觀音教令脫天災,離大難,皈正在瑜伽門下。 舊諱悟空,稱名行者。」</p><p>國王聞得這般名重,慌得下了龍床,走將來,以御手挽定長老道:「駙馬,也是朕 之天緣,得遇你這仙姻仙眷。」三藏滿口謝恩,請國王登位。</p><p class=" stretch-last-line ">復問:「那位是第二高徒?」八戒掬嘴揚威道: 「老豬先世為人,貪歡愛懶。一生混沌,亂性迷心。未識天高地厚,難明海闊山 遙。正在幽閑之際,忽然遇一真人。半句話,解開孽網;兩三言,劈破災門。當時</p></div> </div>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>References: runtime.dlogger.u8</title> <link href="../css/light-v0.3.6.css" rel="stylesheet"> <script src="../jvs/golds-v0.3.6.js"></script> <body onload="onPageLoad()"><div> <pre><code><span style="font-size:x-large;"><b><a href="../pkg/runtime.html">runtime</a>.<a href="../src/runtime/debuglog.go.html#line-124">dlogger</a>.<a href="../src/runtime/debuglog.go.html#line-234">u8</a></b></span><span style="font-size: large;"><i> (method)</i></span> <span class="title">one use</span> runtime (current package) <a href="../src/runtime/debuglog.go.html#line-234">debuglog.go#L234</a>: func (l *dlogger) <b>u8</b>(x uint8) *dlogger { </code></pre><pre id="footer"> <table><tr><td><img src="../png/go101-twitter.png"></td> <td>The pages are generated with <a href="https://go101.org/article/tool-golds.html"><b>Golds</b></a> <i>v0.3.6</i>. (GOOS=linux GOARCH=amd64) <b>Golds</b> is a <a href="https://go101.org">Go 101</a> project developed by <a href="https://tapirgames.com">Tapir Liu</a>. PR and bug reports are welcome and can be submitted to <a href="https://github.com/go101/golds">the issue list</a>. Please follow <a href="https://twitter.com/go100and1">@Go100and1</a> (reachable from the left QR code) to get the latest news of <b>Golds</b>.</td></tr></table></pre>
<!DOCTYPE html> <html class="writer-html5" lang="zh" > <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>DAC &mdash; BL602 IoT SDK release_bl_iot_sdk_1.6.11-1-g66bb28da 文档</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/style.css" type="text/css" /> <link rel="stylesheet" href="../../_static/css/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 type="text/javascript" src="../../_static/js/theme.js"></script> <link rel="index" title="索引" href="../../genindex.html" /> <link rel="search" title="搜索" href="../../search.html" /> </head> <body class="wy-body-for-nav"> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-scroll"> <div class="wy-side-nav-search" > <a href="../../index.html" class="icon icon-home" alt="Documentation Home"> BL602 IoT SDK </a> <div class="version"> release_bl_iot_sdk_1.6.11-1-g66bb28da </div> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> <input type="text" name="q" placeholder="在文档中搜索" /> <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"> <p class="caption"><span class="caption-text">Developer_Environment</span></p> <ul> <li class="toctree-l1"><a class="reference internal" href="../../Developer_Environment/Developer_Environment.html">1. Developer Environment</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Developer_Environment/BLFlashEnv/BLFlashEnv.html">2. BLFlashEnv</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Developer_Environment/freedom_studio/freedom_studio.html">3. Freedom Studio</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Developer_Environment/eclipse/eclipse.html">4. Eclipse</a></li> </ul> <p class="caption"><span class="caption-text">Examples</span></p> <ul> <li class="toctree-l1"><a class="reference internal" href="../helloworld/helloworld.html">1. Helloword</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_aws/aws.html">2. aws</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_peripherals_gpio/GPIO.html">3. GPIO</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_peripherals_uart_echo/uart_echo.html">4. UART_echo</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_peripherals_uart_ioctl/uart_ioctl.html">5. UART_ioctl</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_protocols_http/http.html">6. Http client</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_protocols_httpc/httpc.html">7. Httpc client</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_storage_psm/psm.html">8. PSM</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_storage_romfs/romfs.html">9. Romfs</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_system_cli/cli.html">10. cli</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_system_fdt/fdt.html">11. FDT</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_wifi/wifi.html">12. WiFi</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_ble/ble.html">13. BLE</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_mesh/mesh.html">14. Mesh</a></li> <li class="toctree-l1"><a class="reference internal" href="../demo_blsync_ble/blsync_ble.html">15. BLSYNC-BLE</a></li> <li class="toctree-l1"><a class="reference internal" href="../sdk_app_easyflash_boottimes/easyflash_boottimes.html">16. Easyflash4 boot times</a></li> </ul> <p class="caption"><span class="caption-text">Components</span></p> <ul> <li class="toctree-l1"><a class="reference internal" href="../../Components/arch.html">1. arch</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Command_line/helper.html">2. helper</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Command_line/aos_cli.html">3. cli</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Hal_drv/gpio.html">4. GPIO</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/bloop/bloop.html">5. BLOOP</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/blsync/blsync.html">6. BLSYNC</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/dts/devicetree.html">7. device tree</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/log/blog.html">8. blog</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/security/security.html">9. Security</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/vfs/vfs.html">10. AOS VFS</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/yloop/yloop.html">11. yloop</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Network/httpc/httpc.html">12. HTTPC</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Network/https/https.html">13. HTTPS</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/Network/tls/tls.html">14. TLS</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/BLE/provision_WiFi/provision_WiFi.html">15. Provision_WiFi</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/BLE/mesh/mesh.html">16. Mesh</a></li> <li class="toctree-l1"><a class="reference internal" href="../../Components/BLE/ble_stack/ble_stack.html">17. BLE</a></li> </ul> <p class="caption"><span class="caption-text">API</span></p> <ul> <li class="toctree-l1"><a class="reference internal" href="../../API/sys/cronalarms.html">1. cronalarms</a></li> <li class="toctree-l1"><a class="reference internal" href="../../API/wifi/wifi_mgmr.html">2. Wi-Fi Manager</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">BL602 IoT SDK</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>DAC</li> <li class="wy-breadcrumbs-aside"> <a href="../../_sources/Examples/demo_dac/DAC.rst.txt" rel="nofollow"> 查看页面源码</a> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="dac"> <span id="dac-index"></span><h1>DAC<a class="headerlink" href="#dac" title="永久链接至标题">¶</a></h1> <div class="section" id="id1"> <h2>总览<a class="headerlink" href="#id1" title="永久链接至标题">¶</a></h2> <p>本示例主要介绍如何使用iot板子的DAC播放音乐</p> </div> <div class="section" id="id2"> <h2>使用步骤<a class="headerlink" href="#id2" title="永久链接至标题">¶</a></h2> <ul class="simple"> <li><p>编译 <code class="docutils literal notranslate"><span class="pre">customer_app/sdk_app_dac</span></code> 工程并下载工程; 烧写的时候将 audio_32k 音频文件烧写进去romfs。</p></li> </ul> <div class="figure align-default"> <img alt="" src="../../_images/dac.png" /> </div> <p>应用实例: 将工程和音频文件烧写进入后。重启板子。在shell界面 输入play_audio, 则可以听到音乐。</p> <p>NOTE:烧写romfs,是将一个文件夹的所有内容写入。请确保该文件夹中仅有audio_32k 这一个文件。</p> </div> </div> </div> </div> <footer> <hr/> <div role="contentinfo"> <p> &copy; 版权所有 2020, Bouffalo Lab </p> </div> 利用 <a href="http://sphinx-doc.org/">Sphinx</a> 构建,使用了 <a href="https://github.com/rtfd/sphinx_rtd_theme">主题</a> 由 <a href="https://readthedocs.org">Read the Docs</a>开发. </footer> </div> </div> </section> </div> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> </body> </html>
{% load comments %} {% load text_filters %} {% load battle %} {% load posts %} <div class="battle-comment-prefix battle-comment-prefix-side-{{ comment.metadata.battle.side }}"> за «{{ comment.battle_side }}» </div> <div class="block comment comment-type-battle comment-type-battle-side-{{ comment.metadata.battle.side }}" id="comment-{{ comment.id }}"> <div class="comment-header"> <div class="comment-title">{{ comment.title | rutypography }}</div> {% include "users/widgets/tiny.html" with user=comment.author %} </div> <div class="comment-rating"> <comment-upvote :initial-upvotes="{{ comment.upvotes }}" :hours-to-retract-vote="{{settings.RETRACT_VOTE_IN_HOURS}}" upvote-url="{% url "upvote_comment" comment.id %}" retract-vote-url="{% url "retract_comment_vote" comment.id %}" {% if comment.is_voted %} initial-is-voted initial-upvote-timestamp="{{comment.upvoted_at}}" {% endif %} {% if not me|can_upvote:comment or upvote_disabled %}is-disabled{% endif %}> </comment-upvote> {% if comment.is_pinned %} <div class="comment-pinned-icon"><i class="fas fa-thumbtack"></i></div> {% endif %} </div> <div class="comment-body"> <div class="text-body text-body-type-comment"> {% render_comment comment %} </div> </div> <div class="comment-footer"> {% if me == comment.author or me == comment.post.author or me.is_moderator %} <a href="{% url "delete_comment" comment.id %}" class="comment-edit-button comment-button-hidden" onclick="return confirm('Удаляем?')"><i class="fas fa-trash"></i></a> {% endif %} {% if me == comment.author or me.is_moderator %} <a href="{% url "edit_comment" comment.id %}" class="comment-edit-button comment-button-hidden"><i class="fas fa-edit"></i></a> {% endif %} {% if me and comment.post.is_commentable %} <span class="comment-reply-button" v-on:click="showReplyForm('{{ comment.id }}', '', true)"><i class="fas fa-reply"></i>&nbsp;ответить</span> {% endif %} </div> </div> <div class="clearfix"></div>
<!DOCTYPE html> <html> <head> <title> Indian Wells 2021 </title> <link rel="shortcut icon" type="image/png" href="../favicon.png"/> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../css/main.css"> <script src="../js/resultsBracket.js"></script> <script src="../js/computePoints.js"></script> <style> .player { font-size: 9.6px; font-family: Arial, Helvetica, sans-serif; width: 100px; height: 16px; text-align: left; padding-left: 3.0px; border-bottom: 1px solid black; border-radius: 0px; background-color: transparent; overflow: hidden; } .score { font-size: 9.6px; font-family: Arial, Helvetica, sans-serif; width: 100px; height: 16px; text-align: left; padding-left: 3.0px; background-color: transparent; overflow: hidden; } .line { border-left: 1px solid black; } select { height: 100%; width: 100%; font-size: 8.0px; } .scoretext { height: 100%; width: 100%; } </style> </head> <body onLoad="loadResults()"> <div class="container"> <h1><a href="../"> Home </a></h1> <h2> Indian Wells 2021</h2> <nav class="navbar navbar-default border-primary"> <ul class = "nav navbar-nav"> <li><a href="./"> Cuadros </a></li> <li><a href="./table.html"> Tabla de posiciones </a></li> <li><a href="./submit.html"> Crear cuadro </a></li> <li class="active"><a href="./inputResults.html"> Reportar resultados </a></li> </ul> </nav> <div class="bracket_container" style="position:relative;height:2048.0px;width:1600px;"> <div id="bracket-size" style="display: none"> 128 </div> <div class="line" style="position: absolute; left:100px;top:15.0px;height: 33px"> </div> <div class="player" id="p0" style="position: absolute;left:0px;top:0.0px"> <select id = "select0" onchange="update_options(0)"> <option></option> </select> </div> <div class="player" id="p1" style="position: absolute;left:0px;top:32.0px"> <select id = "select1" onchange="update_options(1)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:79.0px;height: 33px"> </div> <div class="player" id="p2" style="position: absolute;left:0px;top:64.0px"> <select id = "select2" onchange="update_options(2)"> <option></option> </select> </div> <div class="player" id="p3" style="position: absolute;left:0px;top:96.0px"> <select id = "select3" onchange="update_options(3)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:143.0px;height: 33px"> </div> <div class="player" id="p4" style="position: absolute;left:0px;top:128.0px"> <select id = "select4" onchange="update_options(4)"> <option></option> </select> </div> <div class="player" id="p5" style="position: absolute;left:0px;top:160.0px"> <select id = "select5" onchange="update_options(5)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:207.0px;height: 33px"> </div> <div class="player" id="p6" style="position: absolute;left:0px;top:192.0px"> <select id = "select6" onchange="update_options(6)"> <option></option> </select> </div> <div class="player" id="p7" style="position: absolute;left:0px;top:224.0px"> <select id = "select7" onchange="update_options(7)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:271.0px;height: 33px"> </div> <div class="player" id="p8" style="position: absolute;left:0px;top:256.0px"> <select id = "select8" onchange="update_options(8)"> <option></option> </select> </div> <div class="player" id="p9" style="position: absolute;left:0px;top:288.0px"> <select id = "select9" onchange="update_options(9)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:335.0px;height: 33px"> </div> <div class="player" id="p10" style="position: absolute;left:0px;top:320.0px"> <select id = "select10" onchange="update_options(10)"> <option></option> </select> </div> <div class="player" id="p11" style="position: absolute;left:0px;top:352.0px"> <select id = "select11" onchange="update_options(11)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:399.0px;height: 33px"> </div> <div class="player" id="p12" style="position: absolute;left:0px;top:384.0px"> <select id = "select12" onchange="update_options(12)"> <option></option> </select> </div> <div class="player" id="p13" style="position: absolute;left:0px;top:416.0px"> <select id = "select13" onchange="update_options(13)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:463.0px;height: 33px"> </div> <div class="player" id="p14" style="position: absolute;left:0px;top:448.0px"> <select id = "select14" onchange="update_options(14)"> <option></option> </select> </div> <div class="player" id="p15" style="position: absolute;left:0px;top:480.0px"> <select id = "select15" onchange="update_options(15)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:527.0px;height: 33px"> </div> <div class="player" id="p16" style="position: absolute;left:0px;top:512.0px"> <select id = "select16" onchange="update_options(16)"> <option></option> </select> </div> <div class="player" id="p17" style="position: absolute;left:0px;top:544.0px"> <select id = "select17" onchange="update_options(17)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:591.0px;height: 33px"> </div> <div class="player" id="p18" style="position: absolute;left:0px;top:576.0px"> <select id = "select18" onchange="update_options(18)"> <option></option> </select> </div> <div class="player" id="p19" style="position: absolute;left:0px;top:608.0px"> <select id = "select19" onchange="update_options(19)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:655.0px;height: 33px"> </div> <div class="player" id="p20" style="position: absolute;left:0px;top:640.0px"> <select id = "select20" onchange="update_options(20)"> <option></option> </select> </div> <div class="player" id="p21" style="position: absolute;left:0px;top:672.0px"> <select id = "select21" onchange="update_options(21)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:719.0px;height: 33px"> </div> <div class="player" id="p22" style="position: absolute;left:0px;top:704.0px"> <select id = "select22" onchange="update_options(22)"> <option></option> </select> </div> <div class="player" id="p23" style="position: absolute;left:0px;top:736.0px"> <select id = "select23" onchange="update_options(23)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:783.0px;height: 33px"> </div> <div class="player" id="p24" style="position: absolute;left:0px;top:768.0px"> <select id = "select24" onchange="update_options(24)"> <option></option> </select> </div> <div class="player" id="p25" style="position: absolute;left:0px;top:800.0px"> <select id = "select25" onchange="update_options(25)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:847.0px;height: 33px"> </div> <div class="player" id="p26" style="position: absolute;left:0px;top:832.0px"> <select id = "select26" onchange="update_options(26)"> <option></option> </select> </div> <div class="player" id="p27" style="position: absolute;left:0px;top:864.0px"> <select id = "select27" onchange="update_options(27)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:911.0px;height: 33px"> </div> <div class="player" id="p28" style="position: absolute;left:0px;top:896.0px"> <select id = "select28" onchange="update_options(28)"> <option></option> </select> </div> <div class="player" id="p29" style="position: absolute;left:0px;top:928.0px"> <select id = "select29" onchange="update_options(29)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:975.0px;height: 33px"> </div> <div class="player" id="p30" style="position: absolute;left:0px;top:960.0px"> <select id = "select30" onchange="update_options(30)"> <option></option> </select> </div> <div class="player" id="p31" style="position: absolute;left:0px;top:992.0px"> <select id = "select31" onchange="update_options(31)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1039.0px;height: 33px"> </div> <div class="player" id="p32" style="position: absolute;left:0px;top:1024.0px"> <select id = "select32" onchange="update_options(32)"> <option></option> </select> </div> <div class="player" id="p33" style="position: absolute;left:0px;top:1056.0px"> <select id = "select33" onchange="update_options(33)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1103.0px;height: 33px"> </div> <div class="player" id="p34" style="position: absolute;left:0px;top:1088.0px"> <select id = "select34" onchange="update_options(34)"> <option></option> </select> </div> <div class="player" id="p35" style="position: absolute;left:0px;top:1120.0px"> <select id = "select35" onchange="update_options(35)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1167.0px;height: 33px"> </div> <div class="player" id="p36" style="position: absolute;left:0px;top:1152.0px"> <select id = "select36" onchange="update_options(36)"> <option></option> </select> </div> <div class="player" id="p37" style="position: absolute;left:0px;top:1184.0px"> <select id = "select37" onchange="update_options(37)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1231.0px;height: 33px"> </div> <div class="player" id="p38" style="position: absolute;left:0px;top:1216.0px"> <select id = "select38" onchange="update_options(38)"> <option></option> </select> </div> <div class="player" id="p39" style="position: absolute;left:0px;top:1248.0px"> <select id = "select39" onchange="update_options(39)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1295.0px;height: 33px"> </div> <div class="player" id="p40" style="position: absolute;left:0px;top:1280.0px"> <select id = "select40" onchange="update_options(40)"> <option></option> </select> </div> <div class="player" id="p41" style="position: absolute;left:0px;top:1312.0px"> <select id = "select41" onchange="update_options(41)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1359.0px;height: 33px"> </div> <div class="player" id="p42" style="position: absolute;left:0px;top:1344.0px"> <select id = "select42" onchange="update_options(42)"> <option></option> </select> </div> <div class="player" id="p43" style="position: absolute;left:0px;top:1376.0px"> <select id = "select43" onchange="update_options(43)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1423.0px;height: 33px"> </div> <div class="player" id="p44" style="position: absolute;left:0px;top:1408.0px"> <select id = "select44" onchange="update_options(44)"> <option></option> </select> </div> <div class="player" id="p45" style="position: absolute;left:0px;top:1440.0px"> <select id = "select45" onchange="update_options(45)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1487.0px;height: 33px"> </div> <div class="player" id="p46" style="position: absolute;left:0px;top:1472.0px"> <select id = "select46" onchange="update_options(46)"> <option></option> </select> </div> <div class="player" id="p47" style="position: absolute;left:0px;top:1504.0px"> <select id = "select47" onchange="update_options(47)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1551.0px;height: 33px"> </div> <div class="player" id="p48" style="position: absolute;left:0px;top:1536.0px"> <select id = "select48" onchange="update_options(48)"> <option></option> </select> </div> <div class="player" id="p49" style="position: absolute;left:0px;top:1568.0px"> <select id = "select49" onchange="update_options(49)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1615.0px;height: 33px"> </div> <div class="player" id="p50" style="position: absolute;left:0px;top:1600.0px"> <select id = "select50" onchange="update_options(50)"> <option></option> </select> </div> <div class="player" id="p51" style="position: absolute;left:0px;top:1632.0px"> <select id = "select51" onchange="update_options(51)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1679.0px;height: 33px"> </div> <div class="player" id="p52" style="position: absolute;left:0px;top:1664.0px"> <select id = "select52" onchange="update_options(52)"> <option></option> </select> </div> <div class="player" id="p53" style="position: absolute;left:0px;top:1696.0px"> <select id = "select53" onchange="update_options(53)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1743.0px;height: 33px"> </div> <div class="player" id="p54" style="position: absolute;left:0px;top:1728.0px"> <select id = "select54" onchange="update_options(54)"> <option></option> </select> </div> <div class="player" id="p55" style="position: absolute;left:0px;top:1760.0px"> <select id = "select55" onchange="update_options(55)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1807.0px;height: 33px"> </div> <div class="player" id="p56" style="position: absolute;left:0px;top:1792.0px"> <select id = "select56" onchange="update_options(56)"> <option></option> </select> </div> <div class="player" id="p57" style="position: absolute;left:0px;top:1824.0px"> <select id = "select57" onchange="update_options(57)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1871.0px;height: 33px"> </div> <div class="player" id="p58" style="position: absolute;left:0px;top:1856.0px"> <select id = "select58" onchange="update_options(58)"> <option></option> </select> </div> <div class="player" id="p59" style="position: absolute;left:0px;top:1888.0px"> <select id = "select59" onchange="update_options(59)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1935.0px;height: 33px"> </div> <div class="player" id="p60" style="position: absolute;left:0px;top:1920.0px"> <select id = "select60" onchange="update_options(60)"> <option></option> </select> </div> <div class="player" id="p61" style="position: absolute;left:0px;top:1952.0px"> <select id = "select61" onchange="update_options(61)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:100px;top:1999.0px;height: 33px"> </div> <div class="player" id="p62" style="position: absolute;left:0px;top:1984.0px"> <select id = "select62" onchange="update_options(62)"> <option></option> </select> </div> <div class="player" id="p63" style="position: absolute;left:0px;top:2016.0px"> <select id = "select63" onchange="update_options(63)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:15.0px;height: 33px"> </div> <div class="player" id="p64" style="position: absolute;left:1400px;top:0.0px"> <select id = "select64" onchange="update_options(64)"> <option></option> </select> </div> <div class="player" id="p65" style="position: absolute;left:1400px;top:32.0px"> <select id = "select65" onchange="update_options(65)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:79.0px;height: 33px"> </div> <div class="player" id="p66" style="position: absolute;left:1400px;top:64.0px"> <select id = "select66" onchange="update_options(66)"> <option></option> </select> </div> <div class="player" id="p67" style="position: absolute;left:1400px;top:96.0px"> <select id = "select67" onchange="update_options(67)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:143.0px;height: 33px"> </div> <div class="player" id="p68" style="position: absolute;left:1400px;top:128.0px"> <select id = "select68" onchange="update_options(68)"> <option></option> </select> </div> <div class="player" id="p69" style="position: absolute;left:1400px;top:160.0px"> <select id = "select69" onchange="update_options(69)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:207.0px;height: 33px"> </div> <div class="player" id="p70" style="position: absolute;left:1400px;top:192.0px"> <select id = "select70" onchange="update_options(70)"> <option></option> </select> </div> <div class="player" id="p71" style="position: absolute;left:1400px;top:224.0px"> <select id = "select71" onchange="update_options(71)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:271.0px;height: 33px"> </div> <div class="player" id="p72" style="position: absolute;left:1400px;top:256.0px"> <select id = "select72" onchange="update_options(72)"> <option></option> </select> </div> <div class="player" id="p73" style="position: absolute;left:1400px;top:288.0px"> <select id = "select73" onchange="update_options(73)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:335.0px;height: 33px"> </div> <div class="player" id="p74" style="position: absolute;left:1400px;top:320.0px"> <select id = "select74" onchange="update_options(74)"> <option></option> </select> </div> <div class="player" id="p75" style="position: absolute;left:1400px;top:352.0px"> <select id = "select75" onchange="update_options(75)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:399.0px;height: 33px"> </div> <div class="player" id="p76" style="position: absolute;left:1400px;top:384.0px"> <select id = "select76" onchange="update_options(76)"> <option></option> </select> </div> <div class="player" id="p77" style="position: absolute;left:1400px;top:416.0px"> <select id = "select77" onchange="update_options(77)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:463.0px;height: 33px"> </div> <div class="player" id="p78" style="position: absolute;left:1400px;top:448.0px"> <select id = "select78" onchange="update_options(78)"> <option></option> </select> </div> <div class="player" id="p79" style="position: absolute;left:1400px;top:480.0px"> <select id = "select79" onchange="update_options(79)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:527.0px;height: 33px"> </div> <div class="player" id="p80" style="position: absolute;left:1400px;top:512.0px"> <select id = "select80" onchange="update_options(80)"> <option></option> </select> </div> <div class="player" id="p81" style="position: absolute;left:1400px;top:544.0px"> <select id = "select81" onchange="update_options(81)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:591.0px;height: 33px"> </div> <div class="player" id="p82" style="position: absolute;left:1400px;top:576.0px"> <select id = "select82" onchange="update_options(82)"> <option></option> </select> </div> <div class="player" id="p83" style="position: absolute;left:1400px;top:608.0px"> <select id = "select83" onchange="update_options(83)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:655.0px;height: 33px"> </div> <div class="player" id="p84" style="position: absolute;left:1400px;top:640.0px"> <select id = "select84" onchange="update_options(84)"> <option></option> </select> </div> <div class="player" id="p85" style="position: absolute;left:1400px;top:672.0px"> <select id = "select85" onchange="update_options(85)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:719.0px;height: 33px"> </div> <div class="player" id="p86" style="position: absolute;left:1400px;top:704.0px"> <select id = "select86" onchange="update_options(86)"> <option></option> </select> </div> <div class="player" id="p87" style="position: absolute;left:1400px;top:736.0px"> <select id = "select87" onchange="update_options(87)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:783.0px;height: 33px"> </div> <div class="player" id="p88" style="position: absolute;left:1400px;top:768.0px"> <select id = "select88" onchange="update_options(88)"> <option></option> </select> </div> <div class="player" id="p89" style="position: absolute;left:1400px;top:800.0px"> <select id = "select89" onchange="update_options(89)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:847.0px;height: 33px"> </div> <div class="player" id="p90" style="position: absolute;left:1400px;top:832.0px"> <select id = "select90" onchange="update_options(90)"> <option></option> </select> </div> <div class="player" id="p91" style="position: absolute;left:1400px;top:864.0px"> <select id = "select91" onchange="update_options(91)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:911.0px;height: 33px"> </div> <div class="player" id="p92" style="position: absolute;left:1400px;top:896.0px"> <select id = "select92" onchange="update_options(92)"> <option></option> </select> </div> <div class="player" id="p93" style="position: absolute;left:1400px;top:928.0px"> <select id = "select93" onchange="update_options(93)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:975.0px;height: 33px"> </div> <div class="player" id="p94" style="position: absolute;left:1400px;top:960.0px"> <select id = "select94" onchange="update_options(94)"> <option></option> </select> </div> <div class="player" id="p95" style="position: absolute;left:1400px;top:992.0px"> <select id = "select95" onchange="update_options(95)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1039.0px;height: 33px"> </div> <div class="player" id="p96" style="position: absolute;left:1400px;top:1024.0px"> <select id = "select96" onchange="update_options(96)"> <option></option> </select> </div> <div class="player" id="p97" style="position: absolute;left:1400px;top:1056.0px"> <select id = "select97" onchange="update_options(97)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1103.0px;height: 33px"> </div> <div class="player" id="p98" style="position: absolute;left:1400px;top:1088.0px"> <select id = "select98" onchange="update_options(98)"> <option></option> </select> </div> <div class="player" id="p99" style="position: absolute;left:1400px;top:1120.0px"> <select id = "select99" onchange="update_options(99)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1167.0px;height: 33px"> </div> <div class="player" id="p100" style="position: absolute;left:1400px;top:1152.0px"> <select id = "select100" onchange="update_options(100)"> <option></option> </select> </div> <div class="player" id="p101" style="position: absolute;left:1400px;top:1184.0px"> <select id = "select101" onchange="update_options(101)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1231.0px;height: 33px"> </div> <div class="player" id="p102" style="position: absolute;left:1400px;top:1216.0px"> <select id = "select102" onchange="update_options(102)"> <option></option> </select> </div> <div class="player" id="p103" style="position: absolute;left:1400px;top:1248.0px"> <select id = "select103" onchange="update_options(103)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1295.0px;height: 33px"> </div> <div class="player" id="p104" style="position: absolute;left:1400px;top:1280.0px"> <select id = "select104" onchange="update_options(104)"> <option></option> </select> </div> <div class="player" id="p105" style="position: absolute;left:1400px;top:1312.0px"> <select id = "select105" onchange="update_options(105)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1359.0px;height: 33px"> </div> <div class="player" id="p106" style="position: absolute;left:1400px;top:1344.0px"> <select id = "select106" onchange="update_options(106)"> <option></option> </select> </div> <div class="player" id="p107" style="position: absolute;left:1400px;top:1376.0px"> <select id = "select107" onchange="update_options(107)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1423.0px;height: 33px"> </div> <div class="player" id="p108" style="position: absolute;left:1400px;top:1408.0px"> <select id = "select108" onchange="update_options(108)"> <option></option> </select> </div> <div class="player" id="p109" style="position: absolute;left:1400px;top:1440.0px"> <select id = "select109" onchange="update_options(109)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1487.0px;height: 33px"> </div> <div class="player" id="p110" style="position: absolute;left:1400px;top:1472.0px"> <select id = "select110" onchange="update_options(110)"> <option></option> </select> </div> <div class="player" id="p111" style="position: absolute;left:1400px;top:1504.0px"> <select id = "select111" onchange="update_options(111)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1551.0px;height: 33px"> </div> <div class="player" id="p112" style="position: absolute;left:1400px;top:1536.0px"> <select id = "select112" onchange="update_options(112)"> <option></option> </select> </div> <div class="player" id="p113" style="position: absolute;left:1400px;top:1568.0px"> <select id = "select113" onchange="update_options(113)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1615.0px;height: 33px"> </div> <div class="player" id="p114" style="position: absolute;left:1400px;top:1600.0px"> <select id = "select114" onchange="update_options(114)"> <option></option> </select> </div> <div class="player" id="p115" style="position: absolute;left:1400px;top:1632.0px"> <select id = "select115" onchange="update_options(115)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1679.0px;height: 33px"> </div> <div class="player" id="p116" style="position: absolute;left:1400px;top:1664.0px"> <select id = "select116" onchange="update_options(116)"> <option></option> </select> </div> <div class="player" id="p117" style="position: absolute;left:1400px;top:1696.0px"> <select id = "select117" onchange="update_options(117)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1743.0px;height: 33px"> </div> <div class="player" id="p118" style="position: absolute;left:1400px;top:1728.0px"> <select id = "select118" onchange="update_options(118)"> <option></option> </select> </div> <div class="player" id="p119" style="position: absolute;left:1400px;top:1760.0px"> <select id = "select119" onchange="update_options(119)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1807.0px;height: 33px"> </div> <div class="player" id="p120" style="position: absolute;left:1400px;top:1792.0px"> <select id = "select120" onchange="update_options(120)"> <option></option> </select> </div> <div class="player" id="p121" style="position: absolute;left:1400px;top:1824.0px"> <select id = "select121" onchange="update_options(121)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1871.0px;height: 33px"> </div> <div class="player" id="p122" style="position: absolute;left:1400px;top:1856.0px"> <select id = "select122" onchange="update_options(122)"> <option></option> </select> </div> <div class="player" id="p123" style="position: absolute;left:1400px;top:1888.0px"> <select id = "select123" onchange="update_options(123)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1935.0px;height: 33px"> </div> <div class="player" id="p124" style="position: absolute;left:1400px;top:1920.0px"> <select id = "select124" onchange="update_options(124)"> <option></option> </select> </div> <div class="player" id="p125" style="position: absolute;left:1400px;top:1952.0px"> <select id = "select125" onchange="update_options(125)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:1400px;top:1999.0px;height: 33px"> </div> <div class="player" id="p126" style="position: absolute;left:1400px;top:1984.0px"> <select id = "select126" onchange="update_options(126)"> <option></option> </select> </div> <div class="player" id="p127" style="position: absolute;left:1400px;top:2016.0px"> <select id = "select127" onchange="update_options(127)"> <option></option> </select> </div> <div class="line" style="position: absolute; left:200px;top:31.0px;height: 65px"> </div> <div class="player" id="p128" style="position: absolute;left:100px;top:16.0px"> <select id = "select128" onchange="update_options(128)"> <option></option> </select> </div> <div class="score" id="score128" style="position: absolute;left:100px;top:32.0px"> <input type="text" class="scoretext" id="scoretext128"> </div> <div class="player" id="p129" style="position: absolute;left:100px;top:80.0px"> <select id = "select129" onchange="update_options(129)"> <option></option> </select> </div> <div class="score" id="score129" style="position: absolute;left:100px;top:96.0px"> <input type="text" class="scoretext" id="scoretext129"> </div> <div class="line" style="position: absolute; left:200px;top:159.0px;height: 65px"> </div> <div class="player" id="p130" style="position: absolute;left:100px;top:144.0px"> <select id = "select130" onchange="update_options(130)"> <option></option> </select> </div> <div class="score" id="score130" style="position: absolute;left:100px;top:160.0px"> <input type="text" class="scoretext" id="scoretext130"> </div> <div class="player" id="p131" style="position: absolute;left:100px;top:208.0px"> <select id = "select131" onchange="update_options(131)"> <option></option> </select> </div> <div class="score" id="score131" style="position: absolute;left:100px;top:224.0px"> <input type="text" class="scoretext" id="scoretext131"> </div> <div class="line" style="position: absolute; left:200px;top:287.0px;height: 65px"> </div> <div class="player" id="p132" style="position: absolute;left:100px;top:272.0px"> <select id = "select132" onchange="update_options(132)"> <option></option> </select> </div> <div class="score" id="score132" style="position: absolute;left:100px;top:288.0px"> <input type="text" class="scoretext" id="scoretext132"> </div> <div class="player" id="p133" style="position: absolute;left:100px;top:336.0px"> <select id = "select133" onchange="update_options(133)"> <option></option> </select> </div> <div class="score" id="score133" style="position: absolute;left:100px;top:352.0px"> <input type="text" class="scoretext" id="scoretext133"> </div> <div class="line" style="position: absolute; left:200px;top:415.0px;height: 65px"> </div> <div class="player" id="p134" style="position: absolute;left:100px;top:400.0px"> <select id = "select134" onchange="update_options(134)"> <option></option> </select> </div> <div class="score" id="score134" style="position: absolute;left:100px;top:416.0px"> <input type="text" class="scoretext" id="scoretext134"> </div> <div class="player" id="p135" style="position: absolute;left:100px;top:464.0px"> <select id = "select135" onchange="update_options(135)"> <option></option> </select> </div> <div class="score" id="score135" style="position: absolute;left:100px;top:480.0px"> <input type="text" class="scoretext" id="scoretext135"> </div> <div class="line" style="position: absolute; left:200px;top:543.0px;height: 65px"> </div> <div class="player" id="p136" style="position: absolute;left:100px;top:528.0px"> <select id = "select136" onchange="update_options(136)"> <option></option> </select> </div> <div class="score" id="score136" style="position: absolute;left:100px;top:544.0px"> <input type="text" class="scoretext" id="scoretext136"> </div> <div class="player" id="p137" style="position: absolute;left:100px;top:592.0px"> <select id = "select137" onchange="update_options(137)"> <option></option> </select> </div> <div class="score" id="score137" style="position: absolute;left:100px;top:608.0px"> <input type="text" class="scoretext" id="scoretext137"> </div> <div class="line" style="position: absolute; left:200px;top:671.0px;height: 65px"> </div> <div class="player" id="p138" style="position: absolute;left:100px;top:656.0px"> <select id = "select138" onchange="update_options(138)"> <option></option> </select> </div> <div class="score" id="score138" style="position: absolute;left:100px;top:672.0px"> <input type="text" class="scoretext" id="scoretext138"> </div> <div class="player" id="p139" style="position: absolute;left:100px;top:720.0px"> <select id = "select139" onchange="update_options(139)"> <option></option> </select> </div> <div class="score" id="score139" style="position: absolute;left:100px;top:736.0px"> <input type="text" class="scoretext" id="scoretext139"> </div> <div class="line" style="position: absolute; left:200px;top:799.0px;height: 65px"> </div> <div class="player" id="p140" style="position: absolute;left:100px;top:784.0px"> <select id = "select140" onchange="update_options(140)"> <option></option> </select> </div> <div class="score" id="score140" style="position: absolute;left:100px;top:800.0px"> <input type="text" class="scoretext" id="scoretext140"> </div> <div class="player" id="p141" style="position: absolute;left:100px;top:848.0px"> <select id = "select141" onchange="update_options(141)"> <option></option> </select> </div> <div class="score" id="score141" style="position: absolute;left:100px;top:864.0px"> <input type="text" class="scoretext" id="scoretext141"> </div> <div class="line" style="position: absolute; left:200px;top:927.0px;height: 65px"> </div> <div class="player" id="p142" style="position: absolute;left:100px;top:912.0px"> <select id = "select142" onchange="update_options(142)"> <option></option> </select> </div> <div class="score" id="score142" style="position: absolute;left:100px;top:928.0px"> <input type="text" class="scoretext" id="scoretext142"> </div> <div class="player" id="p143" style="position: absolute;left:100px;top:976.0px"> <select id = "select143" onchange="update_options(143)"> <option></option> </select> </div> <div class="score" id="score143" style="position: absolute;left:100px;top:992.0px"> <input type="text" class="scoretext" id="scoretext143"> </div> <div class="line" style="position: absolute; left:200px;top:1055.0px;height: 65px"> </div> <div class="player" id="p144" style="position: absolute;left:100px;top:1040.0px"> <select id = "select144" onchange="update_options(144)"> <option></option> </select> </div> <div class="score" id="score144" style="position: absolute;left:100px;top:1056.0px"> <input type="text" class="scoretext" id="scoretext144"> </div> <div class="player" id="p145" style="position: absolute;left:100px;top:1104.0px"> <select id = "select145" onchange="update_options(145)"> <option></option> </select> </div> <div class="score" id="score145" style="position: absolute;left:100px;top:1120.0px"> <input type="text" class="scoretext" id="scoretext145"> </div> <div class="line" style="position: absolute; left:200px;top:1183.0px;height: 65px"> </div> <div class="player" id="p146" style="position: absolute;left:100px;top:1168.0px"> <select id = "select146" onchange="update_options(146)"> <option></option> </select> </div> <div class="score" id="score146" style="position: absolute;left:100px;top:1184.0px"> <input type="text" class="scoretext" id="scoretext146"> </div> <div class="player" id="p147" style="position: absolute;left:100px;top:1232.0px"> <select id = "select147" onchange="update_options(147)"> <option></option> </select> </div> <div class="score" id="score147" style="position: absolute;left:100px;top:1248.0px"> <input type="text" class="scoretext" id="scoretext147"> </div> <div class="line" style="position: absolute; left:200px;top:1311.0px;height: 65px"> </div> <div class="player" id="p148" style="position: absolute;left:100px;top:1296.0px"> <select id = "select148" onchange="update_options(148)"> <option></option> </select> </div> <div class="score" id="score148" style="position: absolute;left:100px;top:1312.0px"> <input type="text" class="scoretext" id="scoretext148"> </div> <div class="player" id="p149" style="position: absolute;left:100px;top:1360.0px"> <select id = "select149" onchange="update_options(149)"> <option></option> </select> </div> <div class="score" id="score149" style="position: absolute;left:100px;top:1376.0px"> <input type="text" class="scoretext" id="scoretext149"> </div> <div class="line" style="position: absolute; left:200px;top:1439.0px;height: 65px"> </div> <div class="player" id="p150" style="position: absolute;left:100px;top:1424.0px"> <select id = "select150" onchange="update_options(150)"> <option></option> </select> </div> <div class="score" id="score150" style="position: absolute;left:100px;top:1440.0px"> <input type="text" class="scoretext" id="scoretext150"> </div> <div class="player" id="p151" style="position: absolute;left:100px;top:1488.0px"> <select id = "select151" onchange="update_options(151)"> <option></option> </select> </div> <div class="score" id="score151" style="position: absolute;left:100px;top:1504.0px"> <input type="text" class="scoretext" id="scoretext151"> </div> <div class="line" style="position: absolute; left:200px;top:1567.0px;height: 65px"> </div> <div class="player" id="p152" style="position: absolute;left:100px;top:1552.0px"> <select id = "select152" onchange="update_options(152)"> <option></option> </select> </div> <div class="score" id="score152" style="position: absolute;left:100px;top:1568.0px"> <input type="text" class="scoretext" id="scoretext152"> </div> <div class="player" id="p153" style="position: absolute;left:100px;top:1616.0px"> <select id = "select153" onchange="update_options(153)"> <option></option> </select> </div> <div class="score" id="score153" style="position: absolute;left:100px;top:1632.0px"> <input type="text" class="scoretext" id="scoretext153"> </div> <div class="line" style="position: absolute; left:200px;top:1695.0px;height: 65px"> </div> <div class="player" id="p154" style="position: absolute;left:100px;top:1680.0px"> <select id = "select154" onchange="update_options(154)"> <option></option> </select> </div> <div class="score" id="score154" style="position: absolute;left:100px;top:1696.0px"> <input type="text" class="scoretext" id="scoretext154"> </div> <div class="player" id="p155" style="position: absolute;left:100px;top:1744.0px"> <select id = "select155" onchange="update_options(155)"> <option></option> </select> </div> <div class="score" id="score155" style="position: absolute;left:100px;top:1760.0px"> <input type="text" class="scoretext" id="scoretext155"> </div> <div class="line" style="position: absolute; left:200px;top:1823.0px;height: 65px"> </div> <div class="player" id="p156" style="position: absolute;left:100px;top:1808.0px"> <select id = "select156" onchange="update_options(156)"> <option></option> </select> </div> <div class="score" id="score156" style="position: absolute;left:100px;top:1824.0px"> <input type="text" class="scoretext" id="scoretext156"> </div> <div class="player" id="p157" style="position: absolute;left:100px;top:1872.0px"> <select id = "select157" onchange="update_options(157)"> <option></option> </select> </div> <div class="score" id="score157" style="position: absolute;left:100px;top:1888.0px"> <input type="text" class="scoretext" id="scoretext157"> </div> <div class="line" style="position: absolute; left:200px;top:1951.0px;height: 65px"> </div> <div class="player" id="p158" style="position: absolute;left:100px;top:1936.0px"> <select id = "select158" onchange="update_options(158)"> <option></option> </select> </div> <div class="score" id="score158" style="position: absolute;left:100px;top:1952.0px"> <input type="text" class="scoretext" id="scoretext158"> </div> <div class="player" id="p159" style="position: absolute;left:100px;top:2000.0px"> <select id = "select159" onchange="update_options(159)"> <option></option> </select> </div> <div class="score" id="score159" style="position: absolute;left:100px;top:2016.0px"> <input type="text" class="scoretext" id="scoretext159"> </div> <div class="line" style="position: absolute; left:1300px;top:31.0px;height: 65px"> </div> <div class="player" id="p160" style="position: absolute;left:1300px;top:16.0px"> <select id = "select160" onchange="update_options(160)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score160" style="position: absolute;left:1300px;top:32.0px"> <input type="text" id="scoretext160"> </div> <div class="player" id="p161" style="position: absolute;left:1300px;top:80.0px"> <select id = "select161" onchange="update_options(161)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score161" style="position: absolute;left:1300px;top:96.0px"> <input type="text" id="scoretext161"> </div> <div class="line" style="position: absolute; left:1300px;top:159.0px;height: 65px"> </div> <div class="player" id="p162" style="position: absolute;left:1300px;top:144.0px"> <select id = "select162" onchange="update_options(162)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score162" style="position: absolute;left:1300px;top:160.0px"> <input type="text" id="scoretext162"> </div> <div class="player" id="p163" style="position: absolute;left:1300px;top:208.0px"> <select id = "select163" onchange="update_options(163)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score163" style="position: absolute;left:1300px;top:224.0px"> <input type="text" id="scoretext163"> </div> <div class="line" style="position: absolute; left:1300px;top:287.0px;height: 65px"> </div> <div class="player" id="p164" style="position: absolute;left:1300px;top:272.0px"> <select id = "select164" onchange="update_options(164)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score164" style="position: absolute;left:1300px;top:288.0px"> <input type="text" id="scoretext164"> </div> <div class="player" id="p165" style="position: absolute;left:1300px;top:336.0px"> <select id = "select165" onchange="update_options(165)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score165" style="position: absolute;left:1300px;top:352.0px"> <input type="text" id="scoretext165"> </div> <div class="line" style="position: absolute; left:1300px;top:415.0px;height: 65px"> </div> <div class="player" id="p166" style="position: absolute;left:1300px;top:400.0px"> <select id = "select166" onchange="update_options(166)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score166" style="position: absolute;left:1300px;top:416.0px"> <input type="text" id="scoretext166"> </div> <div class="player" id="p167" style="position: absolute;left:1300px;top:464.0px"> <select id = "select167" onchange="update_options(167)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score167" style="position: absolute;left:1300px;top:480.0px"> <input type="text" id="scoretext167"> </div> <div class="line" style="position: absolute; left:1300px;top:543.0px;height: 65px"> </div> <div class="player" id="p168" style="position: absolute;left:1300px;top:528.0px"> <select id = "select168" onchange="update_options(168)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score168" style="position: absolute;left:1300px;top:544.0px"> <input type="text" id="scoretext168"> </div> <div class="player" id="p169" style="position: absolute;left:1300px;top:592.0px"> <select id = "select169" onchange="update_options(169)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score169" style="position: absolute;left:1300px;top:608.0px"> <input type="text" id="scoretext169"> </div> <div class="line" style="position: absolute; left:1300px;top:671.0px;height: 65px"> </div> <div class="player" id="p170" style="position: absolute;left:1300px;top:656.0px"> <select id = "select170" onchange="update_options(170)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score170" style="position: absolute;left:1300px;top:672.0px"> <input type="text" id="scoretext170"> </div> <div class="player" id="p171" style="position: absolute;left:1300px;top:720.0px"> <select id = "select171" onchange="update_options(171)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score171" style="position: absolute;left:1300px;top:736.0px"> <input type="text" id="scoretext171"> </div> <div class="line" style="position: absolute; left:1300px;top:799.0px;height: 65px"> </div> <div class="player" id="p172" style="position: absolute;left:1300px;top:784.0px"> <select id = "select172" onchange="update_options(172)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score172" style="position: absolute;left:1300px;top:800.0px"> <input type="text" id="scoretext172"> </div> <div class="player" id="p173" style="position: absolute;left:1300px;top:848.0px"> <select id = "select173" onchange="update_options(173)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score173" style="position: absolute;left:1300px;top:864.0px"> <input type="text" id="scoretext173"> </div> <div class="line" style="position: absolute; left:1300px;top:927.0px;height: 65px"> </div> <div class="player" id="p174" style="position: absolute;left:1300px;top:912.0px"> <select id = "select174" onchange="update_options(174)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score174" style="position: absolute;left:1300px;top:928.0px"> <input type="text" id="scoretext174"> </div> <div class="player" id="p175" style="position: absolute;left:1300px;top:976.0px"> <select id = "select175" onchange="update_options(175)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score175" style="position: absolute;left:1300px;top:992.0px"> <input type="text" id="scoretext175"> </div> <div class="line" style="position: absolute; left:1300px;top:1055.0px;height: 65px"> </div> <div class="player" id="p176" style="position: absolute;left:1300px;top:1040.0px"> <select id = "select176" onchange="update_options(176)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score176" style="position: absolute;left:1300px;top:1056.0px"> <input type="text" id="scoretext176"> </div> <div class="player" id="p177" style="position: absolute;left:1300px;top:1104.0px"> <select id = "select177" onchange="update_options(177)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score177" style="position: absolute;left:1300px;top:1120.0px"> <input type="text" id="scoretext177"> </div> <div class="line" style="position: absolute; left:1300px;top:1183.0px;height: 65px"> </div> <div class="player" id="p178" style="position: absolute;left:1300px;top:1168.0px"> <select id = "select178" onchange="update_options(178)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score178" style="position: absolute;left:1300px;top:1184.0px"> <input type="text" id="scoretext178"> </div> <div class="player" id="p179" style="position: absolute;left:1300px;top:1232.0px"> <select id = "select179" onchange="update_options(179)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score179" style="position: absolute;left:1300px;top:1248.0px"> <input type="text" id="scoretext179"> </div> <div class="line" style="position: absolute; left:1300px;top:1311.0px;height: 65px"> </div> <div class="player" id="p180" style="position: absolute;left:1300px;top:1296.0px"> <select id = "select180" onchange="update_options(180)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score180" style="position: absolute;left:1300px;top:1312.0px"> <input type="text" id="scoretext180"> </div> <div class="player" id="p181" style="position: absolute;left:1300px;top:1360.0px"> <select id = "select181" onchange="update_options(181)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score181" style="position: absolute;left:1300px;top:1376.0px"> <input type="text" id="scoretext181"> </div> <div class="line" style="position: absolute; left:1300px;top:1439.0px;height: 65px"> </div> <div class="player" id="p182" style="position: absolute;left:1300px;top:1424.0px"> <select id = "select182" onchange="update_options(182)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score182" style="position: absolute;left:1300px;top:1440.0px"> <input type="text" id="scoretext182"> </div> <div class="player" id="p183" style="position: absolute;left:1300px;top:1488.0px"> <select id = "select183" onchange="update_options(183)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score183" style="position: absolute;left:1300px;top:1504.0px"> <input type="text" id="scoretext183"> </div> <div class="line" style="position: absolute; left:1300px;top:1567.0px;height: 65px"> </div> <div class="player" id="p184" style="position: absolute;left:1300px;top:1552.0px"> <select id = "select184" onchange="update_options(184)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score184" style="position: absolute;left:1300px;top:1568.0px"> <input type="text" id="scoretext184"> </div> <div class="player" id="p185" style="position: absolute;left:1300px;top:1616.0px"> <select id = "select185" onchange="update_options(185)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score185" style="position: absolute;left:1300px;top:1632.0px"> <input type="text" id="scoretext185"> </div> <div class="line" style="position: absolute; left:1300px;top:1695.0px;height: 65px"> </div> <div class="player" id="p186" style="position: absolute;left:1300px;top:1680.0px"> <select id = "select186" onchange="update_options(186)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score186" style="position: absolute;left:1300px;top:1696.0px"> <input type="text" id="scoretext186"> </div> <div class="player" id="p187" style="position: absolute;left:1300px;top:1744.0px"> <select id = "select187" onchange="update_options(187)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score187" style="position: absolute;left:1300px;top:1760.0px"> <input type="text" id="scoretext187"> </div> <div class="line" style="position: absolute; left:1300px;top:1823.0px;height: 65px"> </div> <div class="player" id="p188" style="position: absolute;left:1300px;top:1808.0px"> <select id = "select188" onchange="update_options(188)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score188" style="position: absolute;left:1300px;top:1824.0px"> <input type="text" id="scoretext188"> </div> <div class="player" id="p189" style="position: absolute;left:1300px;top:1872.0px"> <select id = "select189" onchange="update_options(189)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score189" style="position: absolute;left:1300px;top:1888.0px"> <input type="text" id="scoretext189"> </div> <div class="line" style="position: absolute; left:1300px;top:1951.0px;height: 65px"> </div> <div class="player" id="p190" style="position: absolute;left:1300px;top:1936.0px"> <select id = "select190" onchange="update_options(190)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score190" style="position: absolute;left:1300px;top:1952.0px"> <input type="text" id="scoretext190"> </div> <div class="player" id="p191" style="position: absolute;left:1300px;top:2000.0px"> <select id = "select191" onchange="update_options(191)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score191" style="position: absolute;left:1300px;top:2016.0px"> <input type="text" id="scoretext191"> </div> <div class="line" style="position: absolute; left:300px;top:63.0px;height: 129px"> </div> <div class="player" id="p192" style="position: absolute;left:200px;top:48.0px"> <select id = "select192" onchange="update_options(192)"> <option></option> </select> </div> <div class="score" id="score192" style="position: absolute;left:200px;top:64.0px"> <input type="text" class="scoretext" id="scoretext192"> </div> <div class="player" id="p193" style="position: absolute;left:200px;top:176.0px"> <select id = "select193" onchange="update_options(193)"> <option></option> </select> </div> <div class="score" id="score193" style="position: absolute;left:200px;top:192.0px"> <input type="text" class="scoretext" id="scoretext193"> </div> <div class="line" style="position: absolute; left:300px;top:319.0px;height: 129px"> </div> <div class="player" id="p194" style="position: absolute;left:200px;top:304.0px"> <select id = "select194" onchange="update_options(194)"> <option></option> </select> </div> <div class="score" id="score194" style="position: absolute;left:200px;top:320.0px"> <input type="text" class="scoretext" id="scoretext194"> </div> <div class="player" id="p195" style="position: absolute;left:200px;top:432.0px"> <select id = "select195" onchange="update_options(195)"> <option></option> </select> </div> <div class="score" id="score195" style="position: absolute;left:200px;top:448.0px"> <input type="text" class="scoretext" id="scoretext195"> </div> <div class="line" style="position: absolute; left:300px;top:575.0px;height: 129px"> </div> <div class="player" id="p196" style="position: absolute;left:200px;top:560.0px"> <select id = "select196" onchange="update_options(196)"> <option></option> </select> </div> <div class="score" id="score196" style="position: absolute;left:200px;top:576.0px"> <input type="text" class="scoretext" id="scoretext196"> </div> <div class="player" id="p197" style="position: absolute;left:200px;top:688.0px"> <select id = "select197" onchange="update_options(197)"> <option></option> </select> </div> <div class="score" id="score197" style="position: absolute;left:200px;top:704.0px"> <input type="text" class="scoretext" id="scoretext197"> </div> <div class="line" style="position: absolute; left:300px;top:831.0px;height: 129px"> </div> <div class="player" id="p198" style="position: absolute;left:200px;top:816.0px"> <select id = "select198" onchange="update_options(198)"> <option></option> </select> </div> <div class="score" id="score198" style="position: absolute;left:200px;top:832.0px"> <input type="text" class="scoretext" id="scoretext198"> </div> <div class="player" id="p199" style="position: absolute;left:200px;top:944.0px"> <select id = "select199" onchange="update_options(199)"> <option></option> </select> </div> <div class="score" id="score199" style="position: absolute;left:200px;top:960.0px"> <input type="text" class="scoretext" id="scoretext199"> </div> <div class="line" style="position: absolute; left:300px;top:1087.0px;height: 129px"> </div> <div class="player" id="p200" style="position: absolute;left:200px;top:1072.0px"> <select id = "select200" onchange="update_options(200)"> <option></option> </select> </div> <div class="score" id="score200" style="position: absolute;left:200px;top:1088.0px"> <input type="text" class="scoretext" id="scoretext200"> </div> <div class="player" id="p201" style="position: absolute;left:200px;top:1200.0px"> <select id = "select201" onchange="update_options(201)"> <option></option> </select> </div> <div class="score" id="score201" style="position: absolute;left:200px;top:1216.0px"> <input type="text" class="scoretext" id="scoretext201"> </div> <div class="line" style="position: absolute; left:300px;top:1343.0px;height: 129px"> </div> <div class="player" id="p202" style="position: absolute;left:200px;top:1328.0px"> <select id = "select202" onchange="update_options(202)"> <option></option> </select> </div> <div class="score" id="score202" style="position: absolute;left:200px;top:1344.0px"> <input type="text" class="scoretext" id="scoretext202"> </div> <div class="player" id="p203" style="position: absolute;left:200px;top:1456.0px"> <select id = "select203" onchange="update_options(203)"> <option></option> </select> </div> <div class="score" id="score203" style="position: absolute;left:200px;top:1472.0px"> <input type="text" class="scoretext" id="scoretext203"> </div> <div class="line" style="position: absolute; left:300px;top:1599.0px;height: 129px"> </div> <div class="player" id="p204" style="position: absolute;left:200px;top:1584.0px"> <select id = "select204" onchange="update_options(204)"> <option></option> </select> </div> <div class="score" id="score204" style="position: absolute;left:200px;top:1600.0px"> <input type="text" class="scoretext" id="scoretext204"> </div> <div class="player" id="p205" style="position: absolute;left:200px;top:1712.0px"> <select id = "select205" onchange="update_options(205)"> <option></option> </select> </div> <div class="score" id="score205" style="position: absolute;left:200px;top:1728.0px"> <input type="text" class="scoretext" id="scoretext205"> </div> <div class="line" style="position: absolute; left:300px;top:1855.0px;height: 129px"> </div> <div class="player" id="p206" style="position: absolute;left:200px;top:1840.0px"> <select id = "select206" onchange="update_options(206)"> <option></option> </select> </div> <div class="score" id="score206" style="position: absolute;left:200px;top:1856.0px"> <input type="text" class="scoretext" id="scoretext206"> </div> <div class="player" id="p207" style="position: absolute;left:200px;top:1968.0px"> <select id = "select207" onchange="update_options(207)"> <option></option> </select> </div> <div class="score" id="score207" style="position: absolute;left:200px;top:1984.0px"> <input type="text" class="scoretext" id="scoretext207"> </div> <div class="line" style="position: absolute; left:1200px;top:63.0px;height: 129px"> </div> <div class="player" id="p208" style="position: absolute;left:1200px;top:48.0px"> <select id = "select208" onchange="update_options(208)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score208" style="position: absolute;left:1200px;top:64.0px"> <input type="text" id="scoretext208"> </div> <div class="player" id="p209" style="position: absolute;left:1200px;top:176.0px"> <select id = "select209" onchange="update_options(209)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score209" style="position: absolute;left:1200px;top:192.0px"> <input type="text" id="scoretext209"> </div> <div class="line" style="position: absolute; left:1200px;top:319.0px;height: 129px"> </div> <div class="player" id="p210" style="position: absolute;left:1200px;top:304.0px"> <select id = "select210" onchange="update_options(210)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score210" style="position: absolute;left:1200px;top:320.0px"> <input type="text" id="scoretext210"> </div> <div class="player" id="p211" style="position: absolute;left:1200px;top:432.0px"> <select id = "select211" onchange="update_options(211)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score211" style="position: absolute;left:1200px;top:448.0px"> <input type="text" id="scoretext211"> </div> <div class="line" style="position: absolute; left:1200px;top:575.0px;height: 129px"> </div> <div class="player" id="p212" style="position: absolute;left:1200px;top:560.0px"> <select id = "select212" onchange="update_options(212)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score212" style="position: absolute;left:1200px;top:576.0px"> <input type="text" id="scoretext212"> </div> <div class="player" id="p213" style="position: absolute;left:1200px;top:688.0px"> <select id = "select213" onchange="update_options(213)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score213" style="position: absolute;left:1200px;top:704.0px"> <input type="text" id="scoretext213"> </div> <div class="line" style="position: absolute; left:1200px;top:831.0px;height: 129px"> </div> <div class="player" id="p214" style="position: absolute;left:1200px;top:816.0px"> <select id = "select214" onchange="update_options(214)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score214" style="position: absolute;left:1200px;top:832.0px"> <input type="text" id="scoretext214"> </div> <div class="player" id="p215" style="position: absolute;left:1200px;top:944.0px"> <select id = "select215" onchange="update_options(215)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score215" style="position: absolute;left:1200px;top:960.0px"> <input type="text" id="scoretext215"> </div> <div class="line" style="position: absolute; left:1200px;top:1087.0px;height: 129px"> </div> <div class="player" id="p216" style="position: absolute;left:1200px;top:1072.0px"> <select id = "select216" onchange="update_options(216)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score216" style="position: absolute;left:1200px;top:1088.0px"> <input type="text" id="scoretext216"> </div> <div class="player" id="p217" style="position: absolute;left:1200px;top:1200.0px"> <select id = "select217" onchange="update_options(217)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score217" style="position: absolute;left:1200px;top:1216.0px"> <input type="text" id="scoretext217"> </div> <div class="line" style="position: absolute; left:1200px;top:1343.0px;height: 129px"> </div> <div class="player" id="p218" style="position: absolute;left:1200px;top:1328.0px"> <select id = "select218" onchange="update_options(218)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score218" style="position: absolute;left:1200px;top:1344.0px"> <input type="text" id="scoretext218"> </div> <div class="player" id="p219" style="position: absolute;left:1200px;top:1456.0px"> <select id = "select219" onchange="update_options(219)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score219" style="position: absolute;left:1200px;top:1472.0px"> <input type="text" id="scoretext219"> </div> <div class="line" style="position: absolute; left:1200px;top:1599.0px;height: 129px"> </div> <div class="player" id="p220" style="position: absolute;left:1200px;top:1584.0px"> <select id = "select220" onchange="update_options(220)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score220" style="position: absolute;left:1200px;top:1600.0px"> <input type="text" id="scoretext220"> </div> <div class="player" id="p221" style="position: absolute;left:1200px;top:1712.0px"> <select id = "select221" onchange="update_options(221)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score221" style="position: absolute;left:1200px;top:1728.0px"> <input type="text" id="scoretext221"> </div> <div class="line" style="position: absolute; left:1200px;top:1855.0px;height: 129px"> </div> <div class="player" id="p222" style="position: absolute;left:1200px;top:1840.0px"> <select id = "select222" onchange="update_options(222)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score222" style="position: absolute;left:1200px;top:1856.0px"> <input type="text" id="scoretext222"> </div> <div class="player" id="p223" style="position: absolute;left:1200px;top:1968.0px"> <select id = "select223" onchange="update_options(223)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score223" style="position: absolute;left:1200px;top:1984.0px"> <input type="text" id="scoretext223"> </div> <div class="line" style="position: absolute; left:400px;top:127.0px;height: 257px"> </div> <div class="player" id="p224" style="position: absolute;left:300px;top:112.0px"> <select id = "select224" onchange="update_options(224)"> <option></option> </select> </div> <div class="score" id="score224" style="position: absolute;left:300px;top:128.0px"> <input type="text" class="scoretext" id="scoretext224"> </div> <div class="player" id="p225" style="position: absolute;left:300px;top:368.0px"> <select id = "select225" onchange="update_options(225)"> <option></option> </select> </div> <div class="score" id="score225" style="position: absolute;left:300px;top:384.0px"> <input type="text" class="scoretext" id="scoretext225"> </div> <div class="line" style="position: absolute; left:400px;top:639.0px;height: 257px"> </div> <div class="player" id="p226" style="position: absolute;left:300px;top:624.0px"> <select id = "select226" onchange="update_options(226)"> <option></option> </select> </div> <div class="score" id="score226" style="position: absolute;left:300px;top:640.0px"> <input type="text" class="scoretext" id="scoretext226"> </div> <div class="player" id="p227" style="position: absolute;left:300px;top:880.0px"> <select id = "select227" onchange="update_options(227)"> <option></option> </select> </div> <div class="score" id="score227" style="position: absolute;left:300px;top:896.0px"> <input type="text" class="scoretext" id="scoretext227"> </div> <div class="line" style="position: absolute; left:400px;top:1151.0px;height: 257px"> </div> <div class="player" id="p228" style="position: absolute;left:300px;top:1136.0px"> <select id = "select228" onchange="update_options(228)"> <option></option> </select> </div> <div class="score" id="score228" style="position: absolute;left:300px;top:1152.0px"> <input type="text" class="scoretext" id="scoretext228"> </div> <div class="player" id="p229" style="position: absolute;left:300px;top:1392.0px"> <select id = "select229" onchange="update_options(229)"> <option></option> </select> </div> <div class="score" id="score229" style="position: absolute;left:300px;top:1408.0px"> <input type="text" class="scoretext" id="scoretext229"> </div> <div class="line" style="position: absolute; left:400px;top:1663.0px;height: 257px"> </div> <div class="player" id="p230" style="position: absolute;left:300px;top:1648.0px"> <select id = "select230" onchange="update_options(230)"> <option></option> </select> </div> <div class="score" id="score230" style="position: absolute;left:300px;top:1664.0px"> <input type="text" class="scoretext" id="scoretext230"> </div> <div class="player" id="p231" style="position: absolute;left:300px;top:1904.0px"> <select id = "select231" onchange="update_options(231)"> <option></option> </select> </div> <div class="score" id="score231" style="position: absolute;left:300px;top:1920.0px"> <input type="text" class="scoretext" id="scoretext231"> </div> <div class="line" style="position: absolute; left:1100px;top:127.0px;height: 257px"> </div> <div class="player" id="p232" style="position: absolute;left:1100px;top:112.0px"> <select id = "select232" onchange="update_options(232)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score232" style="position: absolute;left:1100px;top:128.0px"> <input type="text" id="scoretext232"> </div> <div class="player" id="p233" style="position: absolute;left:1100px;top:368.0px"> <select id = "select233" onchange="update_options(233)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score233" style="position: absolute;left:1100px;top:384.0px"> <input type="text" id="scoretext233"> </div> <div class="line" style="position: absolute; left:1100px;top:639.0px;height: 257px"> </div> <div class="player" id="p234" style="position: absolute;left:1100px;top:624.0px"> <select id = "select234" onchange="update_options(234)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score234" style="position: absolute;left:1100px;top:640.0px"> <input type="text" id="scoretext234"> </div> <div class="player" id="p235" style="position: absolute;left:1100px;top:880.0px"> <select id = "select235" onchange="update_options(235)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score235" style="position: absolute;left:1100px;top:896.0px"> <input type="text" id="scoretext235"> </div> <div class="line" style="position: absolute; left:1100px;top:1151.0px;height: 257px"> </div> <div class="player" id="p236" style="position: absolute;left:1100px;top:1136.0px"> <select id = "select236" onchange="update_options(236)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score236" style="position: absolute;left:1100px;top:1152.0px"> <input type="text" id="scoretext236"> </div> <div class="player" id="p237" style="position: absolute;left:1100px;top:1392.0px"> <select id = "select237" onchange="update_options(237)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score237" style="position: absolute;left:1100px;top:1408.0px"> <input type="text" id="scoretext237"> </div> <div class="line" style="position: absolute; left:1100px;top:1663.0px;height: 257px"> </div> <div class="player" id="p238" style="position: absolute;left:1100px;top:1648.0px"> <select id = "select238" onchange="update_options(238)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score238" style="position: absolute;left:1100px;top:1664.0px"> <input type="text" id="scoretext238"> </div> <div class="player" id="p239" style="position: absolute;left:1100px;top:1904.0px"> <select id = "select239" onchange="update_options(239)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score239" style="position: absolute;left:1100px;top:1920.0px"> <input type="text" id="scoretext239"> </div> <div class="line" style="position: absolute; left:500px;top:255.0px;height: 513px"> </div> <div class="player" id="p240" style="position: absolute;left:400px;top:240.0px"> <select id = "select240" onchange="update_options(240)"> <option></option> </select> </div> <div class="score" id="score240" style="position: absolute;left:400px;top:256.0px"> <input type="text" class="scoretext" id="scoretext240"> </div> <div class="player" id="p241" style="position: absolute;left:400px;top:752.0px"> <select id = "select241" onchange="update_options(241)"> <option></option> </select> </div> <div class="score" id="score241" style="position: absolute;left:400px;top:768.0px"> <input type="text" class="scoretext" id="scoretext241"> </div> <div class="line" style="position: absolute; left:500px;top:1279.0px;height: 513px"> </div> <div class="player" id="p242" style="position: absolute;left:400px;top:1264.0px"> <select id = "select242" onchange="update_options(242)"> <option></option> </select> </div> <div class="score" id="score242" style="position: absolute;left:400px;top:1280.0px"> <input type="text" class="scoretext" id="scoretext242"> </div> <div class="player" id="p243" style="position: absolute;left:400px;top:1776.0px"> <select id = "select243" onchange="update_options(243)"> <option></option> </select> </div> <div class="score" id="score243" style="position: absolute;left:400px;top:1792.0px"> <input type="text" class="scoretext" id="scoretext243"> </div> <div class="line" style="position: absolute; left:1000px;top:255.0px;height: 513px"> </div> <div class="player" id="p244" style="position: absolute;left:1000px;top:240.0px"> <select id = "select244" onchange="update_options(244)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score244" style="position: absolute;left:1000px;top:256.0px"> <input type="text" id="scoretext244"> </div> <div class="player" id="p245" style="position: absolute;left:1000px;top:752.0px"> <select id = "select245" onchange="update_options(245)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score245" style="position: absolute;left:1000px;top:768.0px"> <input type="text" id="scoretext245"> </div> <div class="line" style="position: absolute; left:1000px;top:1279.0px;height: 513px"> </div> <div class="player" id="p246" style="position: absolute;left:1000px;top:1264.0px"> <select id = "select246" onchange="update_options(246)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score246" style="position: absolute;left:1000px;top:1280.0px"> <input type="text" id="scoretext246"> </div> <div class="player" id="p247" style="position: absolute;left:1000px;top:1776.0px"> <select id = "select247" onchange="update_options(247)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score247" style="position: absolute;left:1000px;top:1792.0px"> <input type="text" id="scoretext247"> </div> <div class="line" style="position: absolute; left:600px;top:511.0px;height: 1025px"> </div> <div class="player" id="p248" style="position: absolute;left:500px;top:496.0px"> <select id = "select248" onchange="update_options(248)"> <option></option> </select> </div> <div class="score" id="score248" style="position: absolute;left:500px;top:512.0px"> <input type="text" class="scoretext" id="scoretext248"> </div> <div class="player" id="p249" style="position: absolute;left:500px;top:1520.0px"> <select id = "select249" onchange="update_options(249)"> <option></option> </select> </div> <div class="score" id="score249" style="position: absolute;left:500px;top:1536.0px"> <input type="text" class="scoretext" id="scoretext249"> </div> <div class="line" style="position: absolute; left:900px;top:511.0px;height: 1025px"> </div> <div class="player" id="p250" style="position: absolute;left:900px;top:496.0px"> <select id = "select250" onchange="update_options(250)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score250" style="position: absolute;left:900px;top:512.0px"> <input type="text" id="scoretext250"> </div> <div class="player" id="p251" style="position: absolute;left:900px;top:1520.0px"> <select id = "select251" onchange="update_options(251)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score251" style="position: absolute;left:900px;top:1536.0px"> <input type="text" id="scoretext251"> </div> <div class="player" id="p252" style="position: absolute;left:600px;top:1008.0px"> <select id = "select252" onchange="update_options(252)"> <option></option> </select> </div> <div class="score" id="score252" style="position: absolute;left:600px;top:1024.0px"> <input type="text" class="scoretext" id="scoretext252"> </div> <div class="player" id="p253" style="position: absolute;left:800px;top:1008.0px"> <select id = "select253" onchange="update_options(253)"> <option></option> </select> </div> <div class="score" class="scoretext" id="score253" style="position: absolute;left:800px;top:1024.0px"> <input type="text" id="scoretext253"> </div> <div class="line" style="position: absolute; left:700px;top: 975px;height: 49.0px"> </div> <div class="line" style="position: absolute; left:800px;top:975px;height: 49.0px"> </div> <div class="player" id="p254" style="position: absolute;left:700px;top:960px;text-align: center"> <select id = "select254"> <option></option> </select> </div> <div class="score" id="score254" style="position: absolute;left:700px;top:976px;text-align: center"> <input type="text" id="scoretext254"> </div> <div id="userinfo-container" style="position: absolute; left: 600px; top: 864px;width: 300px; height: 32px; text-align: center"> <button onclick="save_results()"> Descargar </button> </div> </div> </div> </body> </html>
<script id="progressDialogTmpl" type="text/x-jquery-tmpl"> <div id="bottomLoaderPanel" class="progress-dialog-container"> <div id="progressDialog" class="progress-dialog"> <div class="progress-dialog-header"> <a class="actions-container close" title="${ASC.Resources.Master.ResourceJS.CloseButton}">&times;</a> <span id="progressDialogHeader">${header}</span> </div> <div class="progress-dialog-body"> <div class="pd-body-container"> <table id="progressDialogBodyTable" class="tableBase" cellspacing="0" cellpadding="5"> <colgroup> <col class="pd-column-icon" /> <col /> <col class="pd-column-progress" /> <col class="pd-column-action" /> </colgroup> <tbody></tbody> </table> </div> <div>{{html footer}}</div> </div> </div> </div> </script> <script id="progressDialogRowTmpl" type="text/x-jquery-tmpl"> <tr id="${id}" class="pd-row started"> <td class="borderBase"> <div class="${fileTypeCssClass}"></div> </td> <td class="borderBase"> <div class="pd-cell-title" > <span title="${fileName}">${fileName}</span> </div> </td> <td class="borderBase"> <div class="pd-cell-progress"> <progress max="100" value="0" > <div class="asc-progress-wrapper"> <div class="asc-progress-value"></div> </div> </progress> <div class="progress-label">0%</div> <span class="progress-complete gray-text">${ASC.Resources.Master.ResourceJS.Complete}</span> <span class="progress-error red-text expl">${ASC.Resources.Master.ResourceJS.Error}</span> <div class="popup_helper"></div> </div> </td> <td class="borderBase"> <div class="pd-cell-action"> <a class="linkMedium gray-text" href="#" target="_blank">${ASC.Resources.Master.ResourceJS.Open}</a> </div> </td> </tr> </script> <script id="progressBarTmpl" type="text/x-jquery-tmpl"> <div id="progressDialog" class="progress-dialog"> <div class="progress-dialog-header"> <a class="actions-container close" title="${ASC.Resources.Master.ResourceJS.CloseButton}">&times;</a> <span id="progressDialogHeader">${header}</span> </div> <div class="progress-dialog-body files-progress-box"> <progress max="100" value="0"> <div class="asc-progress-wrapper"> <div class="asc-progress-value"></div> </div> </progress> <div class="asc-progress-percent">${percentage}</div> </div> </div> </script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.17"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Open 3D Engine PythonAssetBuilder Gem API Reference: PythonAssetBuilder::PythonBuilderNotifications Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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="/images/api-reference/api-ref-icon.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Open 3D Engine PythonAssetBuilder Gem API Reference &#160;<span id="projectnumber">2107.1 (Developer Preview)</span> </div> <div id="projectbrief">O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.17 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>PythonAssetBuilder</b></li><li class="navelem"><a class="el" href="class_python_asset_builder_1_1_python_builder_notifications.html">PythonBuilderNotifications</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="class_python_asset_builder_1_1_python_builder_notifications-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">PythonAssetBuilder::PythonBuilderNotifications Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div> </div><!--header--> <div class="contents"> <p>A notification bus for Python asset builder to hook into to operate asset building events. <a href="class_python_asset_builder_1_1_python_builder_notifications.html#details">More...</a></p> <p><code>#include &lt;PythonBuilderNotificationBus.h&gt;</code></p> <p>Inherits EBusTraits.</p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:aacbd071fc6437db9e361bf9c4efb5f96"><td class="memItemLeft" align="right" valign="top"><a id="aacbd071fc6437db9e361bf9c4efb5f96"></a> using&#160;</td><td class="memItemRight" valign="bottom"><b>BusIdType</b> = AZ::Uuid</td></tr> <tr class="separator:aacbd071fc6437db9e361bf9c4efb5f96"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a41e954c6a2a2556348cb541ecc3a2ba8"><td class="memItemLeft" align="right" valign="top"><a id="a41e954c6a2a2556348cb541ecc3a2ba8"></a> virtual AssetBuilderSDK::CreateJobsResponse&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_python_asset_builder_1_1_python_builder_notifications.html#a41e954c6a2a2556348cb541ecc3a2ba8">OnCreateJobsRequest</a> (const AssetBuilderSDK::CreateJobsRequest &amp;request)=0</td></tr> <tr class="memdesc:a41e954c6a2a2556348cb541ecc3a2ba8"><td class="mdescLeft">&#160;</td><td class="mdescRight">creates jobs response using a request input <br /></td></tr> <tr class="separator:a41e954c6a2a2556348cb541ecc3a2ba8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4e529dea460c3d3d3c8e6a4aff929e60"><td class="memItemLeft" align="right" valign="top"><a id="a4e529dea460c3d3d3c8e6a4aff929e60"></a> virtual AssetBuilderSDK::ProcessJobResponse&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_python_asset_builder_1_1_python_builder_notifications.html#a4e529dea460c3d3d3c8e6a4aff929e60">OnProcessJobRequest</a> (const AssetBuilderSDK::ProcessJobRequest &amp;request)=0</td></tr> <tr class="memdesc:a4e529dea460c3d3d3c8e6a4aff929e60"><td class="mdescLeft">&#160;</td><td class="mdescRight">processes a source asset using a job request input <br /></td></tr> <tr class="separator:a4e529dea460c3d3d3c8e6a4aff929e60"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af652310fad58148550e2707aa0e5f62d"><td class="memItemLeft" align="right" valign="top"><a id="af652310fad58148550e2707aa0e5f62d"></a> virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_python_asset_builder_1_1_python_builder_notifications.html#af652310fad58148550e2707aa0e5f62d">OnShutdown</a> ()=0</td></tr> <tr class="memdesc:af652310fad58148550e2707aa0e5f62d"><td class="mdescLeft">&#160;</td><td class="mdescRight">signals when the entire asset building system is shutting down <br /></td></tr> <tr class="separator:af652310fad58148550e2707aa0e5f62d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed4ae988bf926f778ba1e7e2096b88e0"><td class="memItemLeft" align="right" valign="top"><a id="aed4ae988bf926f778ba1e7e2096b88e0"></a> virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_python_asset_builder_1_1_python_builder_notifications.html#aed4ae988bf926f778ba1e7e2096b88e0">OnCancel</a> ()=0</td></tr> <tr class="memdesc:aed4ae988bf926f778ba1e7e2096b88e0"><td class="mdescLeft">&#160;</td><td class="mdescRight">signals the current job being processed should be canceled <br /></td></tr> <tr class="separator:aed4ae988bf926f778ba1e7e2096b88e0"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a29af81f83219e0fc3ad334b75a488a3f"><td class="memItemLeft" align="right" valign="top"><a id="a29af81f83219e0fc3ad334b75a488a3f"></a> static const AZ::EBusHandlerPolicy&#160;</td><td class="memItemRight" valign="bottom"><b>HandlerPolicy</b> = AZ::EBusHandlerPolicy::Single</td></tr> <tr class="separator:a29af81f83219e0fc3ad334b75a488a3f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa0d0372be31c58f33fff73fa2f8bcb9a"><td class="memItemLeft" align="right" valign="top"><a id="aa0d0372be31c58f33fff73fa2f8bcb9a"></a> static const AZ::EBusAddressPolicy&#160;</td><td class="memItemRight" valign="bottom"><b>AddressPolicy</b> = AZ::EBusAddressPolicy::ById</td></tr> <tr class="separator:aa0d0372be31c58f33fff73fa2f8bcb9a"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>A notification bus for Python asset builder to hook into to operate asset building events. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>Gems/PythonAssetBuilder/Code/Include/PythonAssetBuilder/PythonBuilderNotificationBus.h</li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Jan 26 2022 14:02:33 for Open 3D Engine PythonAssetBuilder Gem API Reference by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.17 </small></address> </body> </html>
<!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>Generating Query Results &mdash; CodeIgniter 3.1.0 documentation</title> <link rel="shortcut icon" href="../_static/ci-icon.ico"/> <link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../_static/css/citheme.css" type="text/css" /> <link rel="top" title="CodeIgniter 3.1.0 documentation" href="../index.html"/> <link rel="up" title="Database Reference" href="index.html"/> <link rel="next" title="Query Helper Methods" href="helpers.html"/> <link rel="prev" title="Queries" href="queries.html"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> </head> <body class="wy-body-for-nav" role="document"> <div id="nav"> <div id="nav_inner"> <div id="pulldown-menu" class="ciNav"> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple"> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul> <li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul> <li class="toctree-l2"><a class="reference internal" href="../overview/getting_started.html">Getting Started</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/features.html">Supported Features</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/goals.html">Architectural Goals</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul> <li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul> <li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li> <li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/index.html">General Topics</a><ul> <li class="toctree-l2"><a class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/controllers.html">Controllers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/views.html">Views</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/models.html">Models</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/helpers.html">Helpers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/hooks.html">Hooks - Extending the Framework Core</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/common_functions.html">Common Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/routing.html">URI Routing</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/errors.html">Error Handling</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/caching.html">Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/cli.html">Running via the CLI</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/security.html">Security</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../libraries/index.html">Libraries</a><ul> <li class="toctree-l2"><a class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/caching.html">Caching Driver</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/config.html">Config Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/ftp.html">FTP Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/input.html">Input Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/language.html">Language Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/loader.html">Loader Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/migration.html">Migrations Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/output.html">Output Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/security.html">Security Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/sessions.html">Session Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/table.html">HTML Table Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/typography.html">Typography Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/uri.html">URI Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li> </ul> </li> </ul> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="index.html">Database Reference</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="examples.html">Quick Start: Usage Examples</a></li> <li class="toctree-l2"><a class="reference internal" href="configuration.html">Database Configuration</a></li> <li class="toctree-l2"><a class="reference internal" href="connecting.html">Connecting to a Database</a></li> <li class="toctree-l2"><a class="reference internal" href="queries.html">Running Queries</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="">Generating Query Results</a></li> <li class="toctree-l2"><a class="reference internal" href="helpers.html">Query Helper Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="query_builder.html">Query Builder Class</a></li> <li class="toctree-l2"><a class="reference internal" href="transactions.html">Transactions</a></li> <li class="toctree-l2"><a class="reference internal" href="metadata.html">Getting MetaData</a></li> <li class="toctree-l2"><a class="reference internal" href="call_function.html">Custom Function Calls</a></li> <li class="toctree-l2"><a class="reference internal" href="caching.html">Query Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="forge.html">Database Manipulation with Database Forge</a></li> <li class="toctree-l2"><a class="reference internal" href="utilities.html">Database Utilities Class</a></li> <li class="toctree-l2"><a class="reference internal" href="db_driver_reference.html">Database Driver Reference</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../helpers/index.html">Helpers</a><ul> <li class="toctree-l2"><a class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/file_helper.html">File Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/string_helper.html">String Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li> </ul> </li> </ul> </div> </div> </div> <div id="nav2"> <a href="#" id="openToc"> <img src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAARgAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABAMDAwMDBAMDBAYEAwQGBwUEBAUHCAYGBwYGCAoICQkJCQgKCgwMDAwMCgwMDQ0MDBERERERFBQUFBQUFBQUFAEEBQUIBwgPCgoPFA4ODhQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAKwCaAwERAAIRAQMRAf/EAHsAAQAABwEBAAAAAAAAAAAAAAABAwQFBgcIAgkBAQAAAAAAAAAAAAAAAAAAAAAQAAEDAwICBwYEAgsAAAAAAAIBAwQAEQUSBiEHkROTVNQWGDFBUVIUCHEiMtOUFWGBobHRQlMkZIRVEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDSC+ygkOOaUoKigUCgUCgUCgUCgUCgUCgUCgkuGguIP9FBMFb0Hqg7We+3jlmIqqYFf4ub+/QYlnOR/LqIBKGFUbf8qWv971BytQXXE7Y3Lnm3HsFhp2TaZJAdchRXpIgSpdEJWxJEW3xoKV7F5OMy7JkQn2o7D6w33XGjEAkoiqrJEqIiOIiKuhePCgqp22dyYyS3CyWHnQ5joG61HkRnmnTbaFSMhExRVQRRVJU9iUHjE7ez+fJ0MFipmUNhBV8YUd2SoIV9KkjQla9ltegttBdPLW4/qocL+UTfrMiHW4+P9M71shuyrqaHTcxsl7jegpsji8nh5ZwMvDfgTm0RTjSmjYdFCS6KoOIipdFunCgmNYTMv457MMY6U7iI6oMieDDhRm1VbIhuoOkbqtuK0Hpzb+eZcYZexUxt6UyUqK2cd0SdjtgrhOgijcgERUlJOCIl6CpgbP3blRI8XgMjNARAyKNDfeRBdFDBVUAXgQrqH4pxoJTu2NysY97LP4ac1io5q1InHFeGO24LnVKJuKOkSQ/yKir+rh7aCLG1dzypZQI2FnvTgccYOM3FeN0XWERXAUEFVQgQkUktdLpegm+Td3/Xli/L+S/mYNJIOF9G/wBeLKrZHFb0akG6W1WtQWSg3Dyg5e7V3fipE3O4/wCrktyzYA+ufas2LbZIlmnAT2kvuoN1wft95augilglX/tzP3qCu9O3LL/wV/i5v79BvmTADq14UGu91467Z6U9y0HzH/ncj/U/sT/CgynZG7I2NezpZGUjIycJkYkZSG+uQ81pbBNKLxJfjwoMqZ3/ALYHl35AJ7/cuwHcu5k7r1Q5pHetBjquqVVJWGxj9Zrtcl/Ggy3dHMvauR3HFZj5nHNxSyW5JISYDMoIwx8tFIGHZhPNaykGapr6rUAiicEoMG21lMRj8buPAz8xhJrr7uOeiPTCyAwXUaGR1mgozbTusOsFLEiJ7fbQa/h7gcjy2H3V6xppwDNtUSxCJIqp7valBuWVzJ22xuCROXNNZiJkMtms0DbjUkAZjzoDrTMd9dDRI44ZC2YsrYdKWP2WDT2S3N9dNdlRYrGMYc06IURXSYb0igrpWS485xVNS6nF4rwslkoMwnbpgZLB7bmt5uMweAhDEl4B5uSLzzqTnnyVpW2jaJHRMSIjdDiiotvy3DOE5rYTEbkl5yFn28k7JyG4c7AU2HtLH1uKfaiMPI40CdYbpNtmLdwTSn5rewLNld+7TLdeal4WarWBkbVKBjgdElMJJwAAY5fl4kB3b1fp4XvagsGS3FjJfLzDNtS8aeXx7LzT7TyzByQE5PccRGRC0ZRUDRV6y62vbjagzLmJzS2vuPK43JY6aP1TW6Jz+RIWyFtyC06y3EkiiinAo7YCqfq1AqqnGgsOH3lhZO8d1pmcpB8j5XIm9OYlBJSQ/FSS4427DKO0RC8AlcEMhFdViRR1WDWR5t3WXVuL1d106kG9vdeye2g60+1FDyW0shIcXVpyroXt8I8dfd+NB1vioAdWnD3UF1+gD4UFc6CEKpagxXN43rwJLUHz7yX2c8zokt9uHlsPIhA4aRnnHJTLptIS6CNsY7iASpxUUMkReGpfbQW0vtN5pitvrsN28rwtBD0nc0+/Yft5XhaB6TuaXfsP28rwtA9J3NPv2H7eV4Wgek7mn37D9vK8LQPSdzT79h+3leFoHpO5pd+w/byvC0D0nc0u/Yft5XhaB6TuaXfsP28rwtA9J3NLv2H7eV4Wgek7ml37D9vK8LQPSdzS79h+3leFoHpO5p9+w/byvC0E9r7Reazy2HIYVPxkS/CUHVn26cosxyv2g7h89LYmZSXOenvLEQ1YaQ222RATcQCP8rSGqqA8S02W2pQ6FhMoAIlqCtsnwoCpdKClejI4i3Sgtb+GBxVuNBSFt1pV/RQefLjPyUDy4z8lA8uM/JQPLjPyUDy4z8lA8uM/JQPLjPyUDy4z8lA8uM/JQPLjPyUDy4z8lA8utJ/koJ7WCbBU/LQXOPAFq1koK8B0pag90CggtBBf6qB0UDooHRQOigdFA6KB0UDooHRQOigdFA6KB0UDooI0EaBQf//Z" title="Toggle Table of Contents" alt="Toggle Table of Contents" /> </a> </div> <div class="wy-grid-for-nav"> <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> <a href="../index.html" class="fa fa-home"> CodeIgniter</a> <div role="search"> <form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> <input type="text" name="q" placeholder="Search docs" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/welcome.html">Welcome to CodeIgniter</a><ul class="simple"> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul> <li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li> <li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul> <li class="toctree-l2"><a class="reference internal" href="../overview/getting_started.html">Getting Started</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/features.html">Supported Features</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li> <li class="toctree-l2"><a class="reference internal" href="../overview/goals.html">Architectural Goals</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul> <li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li> <li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul> <li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li> <li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer&#8217;s Certificate of Origin 1.1</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../general/index.html">General Topics</a><ul> <li class="toctree-l2"><a class="reference internal" href="../general/urls.html">CodeIgniter URLs</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/controllers.html">Controllers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/reserved_names.html">Reserved Names</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/views.html">Views</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/models.html">Models</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/helpers.html">Helpers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/libraries.html">Using CodeIgniter Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_libraries.html">Creating Libraries</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/drivers.html">Using CodeIgniter Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/creating_drivers.html">Creating Drivers</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/core_classes.html">Creating Core System Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/ancillary_classes.html">Creating Ancillary Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/hooks.html">Hooks - Extending the Framework Core</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/autoloader.html">Auto-loading Resources</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/common_functions.html">Common Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/compatibility_functions.html">Compatibility Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/routing.html">URI Routing</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/errors.html">Error Handling</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/caching.html">Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/profiling.html">Profiling Your Application</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/cli.html">Running via the CLI</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/managing_apps.html">Managing your Applications</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/environments.html">Handling Multiple Environments</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/alternative_php.html">Alternate PHP Syntax for View Files</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/security.html">Security</a></li> <li class="toctree-l2"><a class="reference internal" href="../general/styleguide.html">PHP Style Guide</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../libraries/index.html">Libraries</a><ul> <li class="toctree-l2"><a class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/caching.html">Caching Driver</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/config.html">Config Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/ftp.html">FTP Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/input.html">Input Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/language.html">Language Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/loader.html">Loader Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/migration.html">Migrations Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/output.html">Output Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/security.html">Security Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/sessions.html">Session Library</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/table.html">HTML Table Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/typography.html">Typography Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/uri.html">URI Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li> <li class="toctree-l2"><a class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li> </ul> </li> </ul> <ul class="current"> <li class="toctree-l1 current"><a class="reference internal" href="index.html">Database Reference</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="examples.html">Quick Start: Usage Examples</a></li> <li class="toctree-l2"><a class="reference internal" href="configuration.html">Database Configuration</a></li> <li class="toctree-l2"><a class="reference internal" href="connecting.html">Connecting to a Database</a></li> <li class="toctree-l2"><a class="reference internal" href="queries.html">Running Queries</a></li> <li class="toctree-l2 current"><a class="current reference internal" href="">Generating Query Results</a></li> <li class="toctree-l2"><a class="reference internal" href="helpers.html">Query Helper Functions</a></li> <li class="toctree-l2"><a class="reference internal" href="query_builder.html">Query Builder Class</a></li> <li class="toctree-l2"><a class="reference internal" href="transactions.html">Transactions</a></li> <li class="toctree-l2"><a class="reference internal" href="metadata.html">Getting MetaData</a></li> <li class="toctree-l2"><a class="reference internal" href="call_function.html">Custom Function Calls</a></li> <li class="toctree-l2"><a class="reference internal" href="caching.html">Query Caching</a></li> <li class="toctree-l2"><a class="reference internal" href="forge.html">Database Manipulation with Database Forge</a></li> <li class="toctree-l2"><a class="reference internal" href="utilities.html">Database Utilities Class</a></li> <li class="toctree-l2"><a class="reference internal" href="db_driver_reference.html">Database Driver Reference</a></li> </ul> </li> </ul> <ul> <li class="toctree-l1"><a class="reference internal" href="../helpers/index.html">Helpers</a><ul> <li class="toctree-l2"><a class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/file_helper.html">File Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/string_helper.html">String Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li> <li class="toctree-l2"><a class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li> </ul> </li> </ul> </div> &nbsp; </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">CodeIgniter</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">Database Reference</a> &raquo;</li> <li>Generating Query Results</li> <li class="wy-breadcrumbs-aside"> </li> <div style="float:right;margin-left:5px;" id="closeMe"> <img title="Classic Layout" alt="classic layout" src="data:image/gif;base64,R0lGODlhFAAUAJEAAAAAADMzM////wAAACH5BAUUAAIALAAAAAAUABQAAAImlI+py+0PU5gRBRDM3DxbWoXis42X13USOLauUIqnlsaH/eY6UwAAOw==" /> </div> </ul> <hr/> </div> <div role="main" class="document"> <div class="section" id="generating-query-results"> <h1>Generating Query Results<a class="headerlink" href="#generating-query-results" title="Permalink to this headline">¶</a></h1> <p>There are several ways to generate query results:</p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#result-arrays" id="id1">Result Arrays</a></li> <li><a class="reference internal" href="#result-rows" id="id2">Result Rows</a></li> <li><a class="reference internal" href="#custom-result-objects" id="id3">Custom Result Objects</a></li> <li><a class="reference internal" href="#result-helper-methods" id="id4">Result Helper Methods</a></li> <li><a class="reference internal" href="#class-reference" id="id5">Class Reference</a></li> </ul> </div> <div class="section" id="result-arrays"> <h2><a class="toc-backref" href="#id1">Result Arrays</a><a class="headerlink" href="#result-arrays" title="Permalink to this headline">¶</a></h2> <p><strong>result()</strong></p> <p>This method returns the query result as an array of <strong>objects</strong>, or <strong>an empty array</strong> on failure. Typically you&#8217;ll use this in a foreach loop, like this:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;YOUR QUERY&quot;</span><span class="p">);</span> <span class="k">foreach</span> <span class="p">(</span><span class="nv">$query</span><span class="o">-&gt;</span><span class="na">result</span><span class="p">()</span> <span class="k">as</span> <span class="nv">$row</span><span class="p">)</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">title</span><span class="p">;</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">name</span><span class="p">;</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">body</span><span class="p">;</span> <span class="p">}</span> </pre></div> </div> <p>The above method is an alias of <tt class="docutils literal"><span class="pre">result_object()</span></tt>.</p> <p>You can also pass a string to <tt class="docutils literal"><span class="pre">result()</span></tt> which represents a class to instantiate for each result object (note: this class must be loaded)</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;SELECT * FROM users;&quot;</span><span class="p">);</span> <span class="k">foreach</span> <span class="p">(</span><span class="nv">$query</span><span class="o">-&gt;</span><span class="na">result</span><span class="p">(</span><span class="s1">&#39;User&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="nv">$user</span><span class="p">)</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$user</span><span class="o">-&gt;</span><span class="na">name</span><span class="p">;</span> <span class="c1">// access attributes</span> <span class="k">echo</span> <span class="nv">$user</span><span class="o">-&gt;</span><span class="na">reverse_name</span><span class="p">();</span> <span class="c1">// or methods defined on the &#39;User&#39; class</span> <span class="p">}</span> </pre></div> </div> <p><strong>result_array()</strong></p> <p>This method returns the query result as a pure array, or an empty array when no result is produced. Typically you&#8217;ll use this in a foreach loop, like this:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;YOUR QUERY&quot;</span><span class="p">);</span> <span class="k">foreach</span> <span class="p">(</span><span class="nv">$query</span><span class="o">-&gt;</span><span class="na">result_array</span><span class="p">()</span> <span class="k">as</span> <span class="nv">$row</span><span class="p">)</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$row</span><span class="p">[</span><span class="s1">&#39;title&#39;</span><span class="p">];</span> <span class="k">echo</span> <span class="nv">$row</span><span class="p">[</span><span class="s1">&#39;name&#39;</span><span class="p">];</span> <span class="k">echo</span> <span class="nv">$row</span><span class="p">[</span><span class="s1">&#39;body&#39;</span><span class="p">];</span> <span class="p">}</span> </pre></div> </div> </div> <div class="section" id="result-rows"> <h2><a class="toc-backref" href="#id2">Result Rows</a><a class="headerlink" href="#result-rows" title="Permalink to this headline">¶</a></h2> <p><strong>row()</strong></p> <p>This method returns a single result row. If your query has more than one row, it returns only the first row. The result is returned as an <strong>object</strong>. Here&#8217;s a usage example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;YOUR QUERY&quot;</span><span class="p">);</span> <span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">row</span><span class="p">();</span> <span class="k">if</span> <span class="p">(</span><span class="nb">isset</span><span class="p">(</span><span class="nv">$row</span><span class="p">))</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">title</span><span class="p">;</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">name</span><span class="p">;</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">body</span><span class="p">;</span> <span class="p">}</span> </pre></div> </div> <p>If you want a specific row returned you can submit the row number as a digit in the first parameter:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">row</span><span class="p">(</span><span class="mi">5</span><span class="p">);</span> </pre></div> </div> <p>You can also add a second String parameter, which is the name of a class to instantiate the row with:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;SELECT * FROM users LIMIT 1;&quot;</span><span class="p">);</span> <span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">row</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="s1">&#39;User&#39;</span><span class="p">);</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">name</span><span class="p">;</span> <span class="c1">// access attributes</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">reverse_name</span><span class="p">();</span> <span class="c1">// or methods defined on the &#39;User&#39; class</span> </pre></div> </div> <p><strong>row_array()</strong></p> <p>Identical to the above <tt class="docutils literal"><span class="pre">row()</span></tt> method, except it returns an array. Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;YOUR QUERY&quot;</span><span class="p">);</span> <span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">row_array</span><span class="p">();</span> <span class="k">if</span> <span class="p">(</span><span class="nb">isset</span><span class="p">(</span><span class="nv">$row</span><span class="p">))</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$row</span><span class="p">[</span><span class="s1">&#39;title&#39;</span><span class="p">];</span> <span class="k">echo</span> <span class="nv">$row</span><span class="p">[</span><span class="s1">&#39;name&#39;</span><span class="p">];</span> <span class="k">echo</span> <span class="nv">$row</span><span class="p">[</span><span class="s1">&#39;body&#39;</span><span class="p">];</span> <span class="p">}</span> </pre></div> </div> <p>If you want a specific row returned you can submit the row number as a digit in the first parameter:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">row_array</span><span class="p">(</span><span class="mi">5</span><span class="p">);</span> </pre></div> </div> <p>In addition, you can walk forward/backwards/first/last through your results using these variations:</p> <blockquote> <div><div class="line-block"> <div class="line"><strong>$row = $query-&gt;first_row()</strong></div> <div class="line"><strong>$row = $query-&gt;last_row()</strong></div> <div class="line"><strong>$row = $query-&gt;next_row()</strong></div> <div class="line"><strong>$row = $query-&gt;previous_row()</strong></div> </div> </div></blockquote> <p>By default they return an object unless you put the word &#8220;array&#8221; in the parameter:</p> <blockquote> <div><div class="line-block"> <div class="line"><strong>$row = $query-&gt;first_row(&#8216;array&#8217;)</strong></div> <div class="line"><strong>$row = $query-&gt;last_row(&#8216;array&#8217;)</strong></div> <div class="line"><strong>$row = $query-&gt;next_row(&#8216;array&#8217;)</strong></div> <div class="line"><strong>$row = $query-&gt;previous_row(&#8216;array&#8217;)</strong></div> </div> </div></blockquote> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">All the methods above will load the whole result into memory (prefetching). Use <tt class="docutils literal"><span class="pre">unbuffered_row()</span></tt> for processing large result sets.</p> </div> <p><strong>unbuffered_row()</strong></p> <p>This method returns a single result row without prefetching the whole result in memory as <tt class="docutils literal"><span class="pre">row()</span></tt> does. If your query has more than one row, it returns the current row and moves the internal data pointer ahead.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;YOUR QUERY&quot;</span><span class="p">);</span> <span class="k">while</span> <span class="p">(</span><span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">unbuffered_row</span><span class="p">())</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">title</span><span class="p">;</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">name</span><span class="p">;</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">body</span><span class="p">;</span> <span class="p">}</span> </pre></div> </div> <p>You can optionally pass &#8216;object&#8217; (default) or &#8216;array&#8217; in order to specify the returned value&#8217;s type:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span><span class="o">-&gt;</span><span class="na">unbuffered_row</span><span class="p">();</span> <span class="c1">// object</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">unbuffered_row</span><span class="p">(</span><span class="s1">&#39;object&#39;</span><span class="p">);</span> <span class="c1">// object</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">unbuffered_row</span><span class="p">(</span><span class="s1">&#39;array&#39;</span><span class="p">);</span> <span class="c1">// associative array</span> </pre></div> </div> </div> <div class="section" id="custom-result-objects"> <h2><a class="toc-backref" href="#id3">Custom Result Objects</a><a class="headerlink" href="#custom-result-objects" title="Permalink to this headline">¶</a></h2> <p>You can have the results returned as an instance of a custom class instead of a <tt class="docutils literal"><span class="pre">stdClass</span></tt> or array, as the <tt class="docutils literal"><span class="pre">result()</span></tt> and <tt class="docutils literal"><span class="pre">result_array()</span></tt> methods allow. This requires that the class is already loaded into memory. The object will have all values returned from the database set as properties. If these have been declared and are non-public then you should provide a <tt class="docutils literal"><span class="pre">__set()</span></tt> method to allow them to be set.</p> <p>Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="k">class</span> <span class="nc">User</span> <span class="p">{</span> <span class="k">public</span> <span class="nv">$id</span><span class="p">;</span> <span class="k">public</span> <span class="nv">$email</span><span class="p">;</span> <span class="k">public</span> <span class="nv">$username</span><span class="p">;</span> <span class="k">protected</span> <span class="nv">$last_login</span><span class="p">;</span> <span class="k">public</span> <span class="k">function</span> <span class="nf">last_login</span><span class="p">(</span><span class="nv">$format</span><span class="p">)</span> <span class="p">{</span> <span class="k">return</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">last_login</span><span class="o">-&gt;</span><span class="na">format</span><span class="p">(</span><span class="nv">$format</span><span class="p">);</span> <span class="p">}</span> <span class="k">public</span> <span class="k">function</span> <span class="nf">__set</span><span class="p">(</span><span class="nv">$name</span><span class="p">,</span> <span class="nv">$value</span><span class="p">)</span> <span class="p">{</span> <span class="k">if</span> <span class="p">(</span><span class="nv">$name</span> <span class="o">===</span> <span class="s1">&#39;last_login&#39;</span><span class="p">)</span> <span class="p">{</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">last_login</span> <span class="o">=</span> <span class="nx">DateTime</span><span class="o">::</span><span class="na">createFromFormat</span><span class="p">(</span><span class="s1">&#39;U&#39;</span><span class="p">,</span> <span class="nv">$value</span><span class="p">);</span> <span class="p">}</span> <span class="p">}</span> <span class="k">public</span> <span class="k">function</span> <span class="nf">__get</span><span class="p">(</span><span class="nv">$name</span><span class="p">)</span> <span class="p">{</span> <span class="k">if</span> <span class="p">(</span><span class="nb">isset</span><span class="p">(</span><span class="nv">$this</span><span class="o">-&gt;</span><span class="nv">$name</span><span class="p">))</span> <span class="p">{</span> <span class="k">return</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="nv">$name</span><span class="p">;</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span> </pre></div> </div> <p>In addition to the two methods listed below, the following methods also can take a class name to return the results as: <tt class="docutils literal"><span class="pre">first_row()</span></tt>, <tt class="docutils literal"><span class="pre">last_row()</span></tt>, <tt class="docutils literal"><span class="pre">next_row()</span></tt>, and <tt class="docutils literal"><span class="pre">previous_row()</span></tt>.</p> <p><strong>custom_result_object()</strong></p> <p>Returns the entire result set as an array of instances of the class requested. The only parameter is the name of the class to instantiate.</p> <p>Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;YOUR QUERY&quot;</span><span class="p">);</span> <span class="nv">$rows</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">custom_result_object</span><span class="p">(</span><span class="s1">&#39;User&#39;</span><span class="p">);</span> <span class="k">foreach</span> <span class="p">(</span><span class="nv">$rows</span> <span class="k">as</span> <span class="nv">$row</span><span class="p">)</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">id</span><span class="p">;</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">email</span><span class="p">;</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">last_login</span><span class="p">(</span><span class="s1">&#39;Y-m-d&#39;</span><span class="p">);</span> <span class="p">}</span> </pre></div> </div> <p><strong>custom_row_object()</strong></p> <p>Returns a single row from your query results. The first parameter is the row number of the results. The second parameter is the class name to instantiate.</p> <p>Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s2">&quot;YOUR QUERY&quot;</span><span class="p">);</span> <span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">custom_row_object</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="s1">&#39;User&#39;</span><span class="p">);</span> <span class="k">if</span> <span class="p">(</span><span class="nb">isset</span><span class="p">(</span><span class="nv">$row</span><span class="p">))</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">email</span><span class="p">;</span> <span class="c1">// access attributes</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">last_login</span><span class="p">(</span><span class="s1">&#39;Y-m-d&#39;</span><span class="p">);</span> <span class="c1">// access class methods</span> <span class="p">}</span> </pre></div> </div> <p>You can also use the <tt class="docutils literal"><span class="pre">row()</span></tt> method in exactly the same way.</p> <p>Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">custom_row_object</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="s1">&#39;User&#39;</span><span class="p">);</span> </pre></div> </div> </div> <div class="section" id="result-helper-methods"> <h2><a class="toc-backref" href="#id4">Result Helper Methods</a><a class="headerlink" href="#result-helper-methods" title="Permalink to this headline">¶</a></h2> <p><strong>num_rows()</strong></p> <p>The number of rows returned by the query. Note: In this example, $query is the variable that the query result object is assigned to:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s1">&#39;SELECT * FROM my_table&#39;</span><span class="p">);</span> <span class="k">echo</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">num_rows</span><span class="p">();</span> </pre></div> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Not all database drivers have a native way of getting the total number of rows for a result set. When this is the case, all of the data is prefetched and <tt class="docutils literal"><span class="pre">count()</span></tt> is manually called on the resulting array in order to achieve the same result.</p> </div> <p><strong>num_fields()</strong></p> <p>The number of FIELDS (columns) returned by the query. Make sure to call the method using your query result object:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s1">&#39;SELECT * FROM my_table&#39;</span><span class="p">);</span> <span class="k">echo</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">num_fields</span><span class="p">();</span> </pre></div> </div> <p><strong>free_result()</strong></p> <p>It frees the memory associated with the result and deletes the result resource ID. Normally PHP frees its memory automatically at the end of script execution. However, if you are running a lot of queries in a particular script you might want to free the result after each query result has been generated in order to cut down on memory consumption.</p> <p>Example:</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s1">&#39;SELECT title FROM my_table&#39;</span><span class="p">);</span> <span class="k">foreach</span> <span class="p">(</span><span class="nv">$query</span><span class="o">-&gt;</span><span class="na">result</span><span class="p">()</span> <span class="k">as</span> <span class="nv">$row</span><span class="p">)</span> <span class="p">{</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">title</span><span class="p">;</span> <span class="p">}</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">free_result</span><span class="p">();</span> <span class="c1">// The $query result object will no longer be available</span> <span class="nv">$query2</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s1">&#39;SELECT name FROM some_table&#39;</span><span class="p">);</span> <span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query2</span><span class="o">-&gt;</span><span class="na">row</span><span class="p">();</span> <span class="k">echo</span> <span class="nv">$row</span><span class="o">-&gt;</span><span class="na">name</span><span class="p">;</span> <span class="nv">$query2</span><span class="o">-&gt;</span><span class="na">free_result</span><span class="p">();</span> <span class="c1">// The $query2 result object will no longer be available</span> </pre></div> </div> <p><strong>data_seek()</strong></p> <p>This method sets the internal pointer for the next result row to be fetched. It is only useful in combination with <tt class="docutils literal"><span class="pre">unbuffered_row()</span></tt>.</p> <p>It accepts a positive integer value, which defaults to 0 and returns TRUE on success or FALSE on failure.</p> <div class="highlight-ci"><div class="highlight"><pre><span class="nv">$query</span> <span class="o">=</span> <span class="nv">$this</span><span class="o">-&gt;</span><span class="na">db</span><span class="o">-&gt;</span><span class="na">query</span><span class="p">(</span><span class="s1">&#39;SELECT `field_name` FROM `table_name`&#39;</span><span class="p">);</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">data_seek</span><span class="p">(</span><span class="mi">5</span><span class="p">);</span> <span class="c1">// Skip the first 5 rows</span> <span class="nv">$row</span> <span class="o">=</span> <span class="nv">$query</span><span class="o">-&gt;</span><span class="na">unbuffered_row</span><span class="p">();</span> </pre></div> </div> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">Not all database drivers support this feature and will return FALSE. Most notably - you won&#8217;t be able to use it with PDO.</p> </div> </div> <div class="section" id="class-reference"> <h2><a class="toc-backref" href="#id5">Class Reference</a><a class="headerlink" href="#class-reference" title="Permalink to this headline">¶</a></h2> <dl class="class"> <dt id="CI_DB_result"> <em class="property">class </em><tt class="descname">CI_DB_result</tt><a class="headerlink" href="#CI_DB_result" title="Permalink to this definition">¶</a></dt> <dd><dl class="method"> <dt id="CI_DB_result::result"> <tt class="descname">result</tt><big>(</big><span class="optional">[</span><em>$type = 'object'</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::result" title="Permalink to this definition">¶</a></dt> <dd><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>$type</strong> (<em>string</em>) &#8211; Type of requested results - array, object, or class name</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Array containing the fetched rows</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">array</p> </td> </tr> </tbody> </table> <p>A wrapper for the <tt class="docutils literal"><span class="pre">result_array()</span></tt>, <tt class="docutils literal"><span class="pre">result_object()</span></tt> and <tt class="docutils literal"><span class="pre">custom_result_object()</span></tt> methods.</p> <p>Usage: see <a class="reference internal" href="#result-arrays">Result Arrays</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::result_array"> <tt class="descname">result_array</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_DB_result::result_array" title="Permalink to this definition">¶</a></dt> <dd><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">Returns:</th><td class="field-body">Array containing the fetched rows</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">array</td> </tr> </tbody> </table> <p>Returns the query results as an array of rows, where each row is itself an associative array.</p> <p>Usage: see <a class="reference internal" href="#result-arrays">Result Arrays</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::result_object"> <tt class="descname">result_object</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_DB_result::result_object" title="Permalink to this definition">¶</a></dt> <dd><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">Returns:</th><td class="field-body">Array containing the fetched rows</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">array</td> </tr> </tbody> </table> <p>Returns the query results as an array of rows, where each row is an object of type <tt class="docutils literal"><span class="pre">stdClass</span></tt>.</p> <p>Usage: see <a class="reference internal" href="#result-arrays">Result Arrays</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::custom_result_object"> <tt class="descname">custom_result_object</tt><big>(</big><em>$class_name</em><big>)</big><a class="headerlink" href="#CI_DB_result::custom_result_object" title="Permalink to this definition">¶</a></dt> <dd><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>$class_name</strong> (<em>string</em>) &#8211; Class name for the resulting rows</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Array containing the fetched rows</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">array</p> </td> </tr> </tbody> </table> <p>Returns the query results as an array of rows, where each row is an instance of the specified class.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::row"> <tt class="descname">row</tt><big>(</big><span class="optional">[</span><em>$n = 0</em><span class="optional">[</span>, <em>$type = 'object'</em><span class="optional">]</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::row" title="Permalink to this definition">¶</a></dt> <dd><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>$n</strong> (<em>int</em>) &#8211; Index of the query results row to be returned</li> <li><strong>$type</strong> (<em>string</em>) &#8211; Type of the requested result - array, object, or class name</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The requested row or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">mixed</p> </td> </tr> </tbody> </table> <p>A wrapper for the <tt class="docutils literal"><span class="pre">row_array()</span></tt>, <tt class="docutils literal"><span class="pre">row_object()</span> <span class="pre">and</span> <span class="pre">``custom_row_object()</span></tt> methods.</p> <p>Usage: see <a class="reference internal" href="#result-rows">Result Rows</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::unbuffered_row"> <tt class="descname">unbuffered_row</tt><big>(</big><span class="optional">[</span><em>$type = 'object'</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::unbuffered_row" title="Permalink to this definition">¶</a></dt> <dd><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>$type</strong> (<em>string</em>) &#8211; Type of the requested result - array, object, or class name</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Next row from the result set or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">mixed</p> </td> </tr> </tbody> </table> <p>Fetches the next result row and returns it in the requested form.</p> <p>Usage: see <a class="reference internal" href="#result-rows">Result Rows</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::row_array"> <tt class="descname">row_array</tt><big>(</big><span class="optional">[</span><em>$n = 0</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::row_array" title="Permalink to this definition">¶</a></dt> <dd><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>$n</strong> (<em>int</em>) &#8211; Index of the query results row to be returned</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The requested row or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">array</p> </td> </tr> </tbody> </table> <p>Returns the requested result row as an associative array.</p> <p>Usage: see <a class="reference internal" href="#result-rows">Result Rows</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::row_object"> <tt class="descname">row_object</tt><big>(</big><span class="optional">[</span><em>$n = 0</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::row_object" title="Permalink to this definition">¶</a></dt> <dd><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>$n</strong> (<em>int</em>) &#8211; Index of the query results row to be returned</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The requested row or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">stdClass</p> </td> </tr> </tbody> </table> <p>Returns the requested result row as an object of type <tt class="docutils literal"><span class="pre">stdClass</span></tt>.</p> <p>Usage: see <a class="reference internal" href="#result-rows">Result Rows</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::custom_row_object"> <tt class="descname">custom_row_object</tt><big>(</big><em>$n</em>, <em>$type</em><big>)</big><a class="headerlink" href="#CI_DB_result::custom_row_object" title="Permalink to this definition">¶</a></dt> <dd><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>$n</strong> (<em>int</em>) &#8211; Index of the results row to return</li> <li><strong>$class_name</strong> (<em>string</em>) &#8211; Class name for the resulting row</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The requested row or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">$type</p> </td> </tr> </tbody> </table> <p>Returns the requested result row as an instance of the requested class.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::data_seek"> <tt class="descname">data_seek</tt><big>(</big><span class="optional">[</span><em>$n = 0</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::data_seek" title="Permalink to this definition">¶</a></dt> <dd><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>$n</strong> (<em>int</em>) &#8211; Index of the results row to be returned next</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">TRUE on success, FALSE on failure</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">bool</p> </td> </tr> </tbody> </table> <p>Moves the internal results row pointer to the desired offset.</p> <p>Usage: see <a class="reference internal" href="#result-helper-methods">Result Helper Methods</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::set_row"> <tt class="descname">set_row</tt><big>(</big><em>$key</em><span class="optional">[</span>, <em>$value = NULL</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::set_row" title="Permalink to this definition">¶</a></dt> <dd><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>$key</strong> (<em>mixed</em>) &#8211; Column name or array of key/value pairs</li> <li><strong>$value</strong> (<em>mixed</em>) &#8211; Value to assign to the column, $key is a single field name</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">void</p> </td> </tr> </tbody> </table> <p>Assigns a value to a particular column.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::next_row"> <tt class="descname">next_row</tt><big>(</big><span class="optional">[</span><em>$type = 'object'</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::next_row" title="Permalink to this definition">¶</a></dt> <dd><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>$type</strong> (<em>string</em>) &#8211; Type of the requested result - array, object, or class name</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Next row of result set, or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">mixed</p> </td> </tr> </tbody> </table> <p>Returns the next row from the result set.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::previous_row"> <tt class="descname">previous_row</tt><big>(</big><span class="optional">[</span><em>$type = 'object'</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::previous_row" title="Permalink to this definition">¶</a></dt> <dd><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>$type</strong> (<em>string</em>) &#8211; Type of the requested result - array, object, or class name</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Previous row of result set, or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">mixed</p> </td> </tr> </tbody> </table> <p>Returns the previous row from the result set.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::first_row"> <tt class="descname">first_row</tt><big>(</big><span class="optional">[</span><em>$type = 'object'</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::first_row" title="Permalink to this definition">¶</a></dt> <dd><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>$type</strong> (<em>string</em>) &#8211; Type of the requested result - array, object, or class name</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">First row of result set, or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">mixed</p> </td> </tr> </tbody> </table> <p>Returns the first row from the result set.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::last_row"> <tt class="descname">last_row</tt><big>(</big><span class="optional">[</span><em>$type = 'object'</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#CI_DB_result::last_row" title="Permalink to this definition">¶</a></dt> <dd><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>$type</strong> (<em>string</em>) &#8211; Type of the requested result - array, object, or class name</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Last row of result set, or NULL if it doesn&#8217;t exist</p> </td> </tr> <tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">mixed</p> </td> </tr> </tbody> </table> <p>Returns the last row from the result set.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::num_rows"> <tt class="descname">num_rows</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_DB_result::num_rows" title="Permalink to this definition">¶</a></dt> <dd><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">Returns:</th><td class="field-body">Number of rows in the result set</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">int</td> </tr> </tbody> </table> <p>Returns the number of rows in the result set.</p> <p>Usage: see <a class="reference internal" href="#result-helper-methods">Result Helper Methods</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::num_fields"> <tt class="descname">num_fields</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_DB_result::num_fields" title="Permalink to this definition">¶</a></dt> <dd><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">Returns:</th><td class="field-body">Number of fields in the result set</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">int</td> </tr> </tbody> </table> <p>Returns the number of fields in the result set.</p> <p>Usage: see <a class="reference internal" href="#result-helper-methods">Result Helper Methods</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::field_data"> <tt class="descname">field_data</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_DB_result::field_data" title="Permalink to this definition">¶</a></dt> <dd><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">Returns:</th><td class="field-body">Array containing field meta-data</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">array</td> </tr> </tbody> </table> <p>Generates an array of <tt class="docutils literal"><span class="pre">stdClass</span></tt> objects containing field meta-data.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::free_result"> <tt class="descname">free_result</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_DB_result::free_result" title="Permalink to this definition">¶</a></dt> <dd><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">Return type:</th><td class="field-body">void</td> </tr> </tbody> </table> <p>Frees a result set.</p> <p>Usage: see <a class="reference internal" href="#result-helper-methods">Result Helper Methods</a>.</p> </dd></dl> <dl class="method"> <dt id="CI_DB_result::list_fields"> <tt class="descname">list_fields</tt><big>(</big><big>)</big><a class="headerlink" href="#CI_DB_result::list_fields" title="Permalink to this definition">¶</a></dt> <dd><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">Returns:</th><td class="field-body">Array of column names</td> </tr> <tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">array</td> </tr> </tbody> </table> <p>Returns an array containing the field names in the result set.</p> </dd></dl> </dd></dl> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="helpers.html" class="btn btn-neutral float-right" title="Query Helper Methods">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="queries.html" class="btn btn-neutral" title="Queries"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2014 - 2016, British Columbia Institute of Technology. Last updated on Jul 26, 2016. </p> </div> Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. </footer> </div> </div> </section> </div> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../', VERSION:'3.1.0', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: false }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/js/theme.js"></script> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Horde3D Documentation</title> <link rel="stylesheet" type="text/css" href="css/manual.css" title="ALL" media="screen,projection" /> </head> <body> <div id="content"> <h1>Horde3D Usage Guide</h1> <a id="Concepts"></a> <h2>Basic concepts</h2> <a id="GeneralConcepts"></a> <h3>General concepts of Horde3D</h3> <p> Horde3D has an integration strategy which differs from that of other well-known graphics engines like OGRE 3D or Irrlicht. While these provide an object-oriented class library from which the user can derive his own implementations, Horde3D should rather be considered as a software component. As such Horde3D has a higher abstraction level and is accessible through a quite small procedural interface that is in some concepts similar to the Microsoft Win32 API. A simple C-style interface has the advantage of being easier to overview and learn since it just offers what is really needed by the user. Another benefit is a much better portability. Almost any programming and scripting language has some mechanism to access imperative functions in a shared library, whereas importing classes is more complicated or not possible at all. In fact several wrappers have already been written for the original interface, so that Horde3D can easily be used with C#, Java, LUA and other languages. <br /><br /> The procedural interface doesn't keep the engine from being used in object-oriented languages. Internally Horde3D itself is strictly object-oriented. The engine's objects like scene graph nodes and resources are exposed to an application via handles. A handle is similar to a pointer but adds an additional level of indirection to provide more safety. Horde3D has special functions to create objects which always return a handle to the constructed object or a NULL-handle (basically the same as a NULL-pointer) in case of failure. The handle should be stored by the application and can be used to access the object in order to change its properties or release it. <br /><br /> Due to the high abstraction level of the application programming interface, it is not possible for the user to add custom graphics functionality like a new scene node type without modifying the engine source code. To overcome this drawback, Horde3D provides an extension mechanism where the user has full access to the internal class framework of Horde3D. The finished extension is statically linked with the engine's shared library and exposes its functionality through a custom procedural interface. The extension mechanism also greatly facilitates the process of upgrading Horde3D with supplemental third-party functionality. </p> <br /><br /> <a id="ResManagement"></a> <h3>Resource management</h3> <p> A resource is a data object that is required to render the scene, for example a texture or shader. One important property of resources is that they are reusable. This means that they can be referenced by several different objects like scene nodes but only have to be loaded once. Every resource is identified by a name that is unique for the resource type and by which the resource can referenced from other objects. <br /><br /> All resources are managed by a resource manager. The resource manager contains a list of resources and ensures that they are only loaded once and reused after that. It is also responsible for finding, accessing and removing resources. In contrast to some other engines, Horde3D uses one single manager for all resources and not different ones for each type of resource. To make resource handling more robust, the manager is applying reference counting. A resource can only be removed if it is no longer referenced by some other object, e.g. another resource or scene node. It is also possible to perform explicit garbage collection in order to release and remove all unused resources. <br /><br /> Horde3D uses deferred loading of resources. This means that resource creation and loading are discrete steps. This separation brings the advantage that the data doesn't need to be available immediately when the resource is added and makes it in principle possible to have a dedicated thread for background loading. When the resource is created, it is initialized with type-specific default data and is already available to be referenced by other objects. After creation the resource can be loaded and filled with the desired data. In this process the basic data structures are set up and initialized. After loading it is usually possible to alter the data values of a resource but not the data structure. For a texture as an example this means that the color values of all pixels can be changed but not the dimensions or color depth of the image. When a resource has already been loaded, it can not be loaded again but it is possible to unload the resource and thus reset it to the initial state it had directly after creation. <br /><br /> The loading of resources is completely virtualized in Horde3D. The engine doesn't do any file accesses and just expects a memory block from the application. It is up to the application to decide from where to get this block, e.g. to read it from an appropriate file. The advantage of this system is that Horde3D doesn't force the user to have some specific archive format. Resource data can come from any source and could even be streamed over a network. It is also possible to generate the data block dynamically to realize procedural content. <br /><br /> The following resource types are part of the Horde3D core: <br /><br /> <b>SceneGraph</b> <br /><br /> A scene graph resource is an XML document that defines a branch of the scene graph. Each XML element is interpreted as scene node according to its name. The XML node structure is directly mapped to the scene hierarchy. All the properties of scene nodes which are accessible through the Horde3D API can also be configured by setting the corresponding XML attributes. One special feature of Horde3D is that all 3D models, static and articulated ones, are also represented as SceneGraph files. This makes it possible to access the components of a model like meshes and joints using the scene graph API and avoids the need for additional specific functions. <br /><br /> <b>Geometry</b> <br /><br /> Geometry resources are loaded from binary files and store the polygonal data used by models and meshes. The resource contains triangle indices and several streams for vertex attributes like positions, normals, tangents, texture coordinates and joint weights. It can also include additional information about the skeleton of a model and separate data streams for morph targets. <br /><br /> <b>Animation</b> <br /><br /> An animation resource contains keyframe data for animatable nodes. The two node types animatable in Horde3D are meshes and joints. Theses nodes are identified by their name and store the local transformation for each frame in form of a translation vector, a scale vector and a rotation quaternion. <br /><br /> <b>Pipeline</b> <br /><br /> A pipeline is an XML document that defines the steps to be performed for rendering the scene. The pipeline contains a list of render commands organized in stages that determine which geometry is rendered to what output buffer. Each pipeline can have an arbitrary number of different output buffers called render targets. The render targets can store temporary rendering results that are required in a later stage. In combination with shaders, the configurable pipeline is a powerful system that enables to realize many modern rendering techniques like deferred shading and other advanced post-processing effects. <br /><br /> <b>Material</b> <br /><br /> Materials define the visual appearance of a mesh or renderable object in general. A material references a shader and binds the uniforms to it. The uniforms can either be texture maps, floating point vectors that pass arbitrary application-specific data to the shader. <br /><br /> <b>Shader</b> <br /><br /> A shader in Horde3D has extended semantics compared to the usual notion since it is not just the code executed by the graphics card. The basic idea of the Horde3D shader concept is that a model needs to be drawn in different stages of the rendering process with different shaders. Generating the shadow map for example requires other shader code than calculating the ambient lighting. So in Horde3D a shader resource is a group of programs executed in different contexts. A single pair of vertex and fragment program code is called a shader context. The pipeline usually selects the shader context that it requires for the current step. The actual shader code of the context that is executed by the graphics card is specified in the OpenGL Shading Language. <br /><br /> <b>Code</b> <br /><br /> A code resource is a plain text file that can contain arbitrary code. Code resources can be referenced by shader resources and are usually employed to define shader program fragments in a reusable fashion. <br /><br /> <b>Texture</b> <br /><br /> A texture resource can contain a two-dimensional texture map or a cube map. A 2D texture map simply represents an image. 2D textures are used by shaders to define the appearance of a surface but they can also encode non-photographic data like normals or a lookup table. Cube maps are a special form of texture maps which are comprised of a series of six images that correspond to the sides of a cube. Cube maps represent the environment around a point. Therefore, it is possible to use a three-dimensional vector to look up the texel that lies in the corresponding direction. <br /><br /> <b>ParticleEffect</b> <br /><br /> A particle effect resource is used to configure particle systems. The resource defines in which way the properties of a particle like its color, size and velocity change over its lifetime. ParticleEffect resources are usually assigned to emitter nodes which bring forth the particles. <br /><br /> For detailed information see the API Reference section dealing with <a href="_api.html#General_resource_management_functions">resource management functions</a>. </p> <br /><br /> <a id="SceneGraph"></a> <h3>Scene Graph</h3> <p> A scene graph is used to represent the logical or spatial structure of the scene to be rendered. Usually it also serves for accelerating scene-based search and query operations like frustum culling or collision queries. In practice many different scene graph designs and implementations exist, all with their specific benefits and drawbacks. Some engines realize their scene organization as a real directed or undirected graph and some even allow cycles. Others are just implementing simple trees. Another important design question affects the relational properties of an entity. For example, how should the material of a mesh be realized? Should it be the parent node of the mesh, an attachment to the mesh or rather just an attribute? It is possible to create very powerful designs but usually there is a clear tradeoff between flexibility and performance since more complex graph structures are more expensive to traverse. As Horde3D was originally written to render large crowds of animated characters, it tries to find a good balance between flexibility and the inherent performance costs. <br /><br /> In Horde3D the scene graph is realized as a tree structure. Each node can have an arbitrary number of children but the engine imposes a few restrictions to the hierarchy and defines rules constituting which node type can be attached to what parent. As a rule of thumb solely concrete entities that have a transformation and hence location in the virtual world are represented as nodes. All other abstract entities like materials are realized as attributes of the nodes. This philosophy keeps the number of nodes in the graph relatively small and enables faster operations on the tree. <br /><br /> Every node has two transformations, a local and a global one. The local transformation, sometimes also called object transformation, is relative to the parent and can be set explicitly by the application. The global one (world transformation) is calculated automatically by traversing the parent-child hierarchy and accumulating the transformations. So when a node is transformed, all of its children are transformed accordingly. If, for example, the complete scene has to be rotated, it is sufficient to transform the root node and the engine rotates all children automatically. Each node also has an axis-aligned bounding box which is the union of the bounding boxes of its children. The emerging bounding volume hierarchy is used by Horde3D to optimize the visibility detection algorithms. <br /><br /> The following scene node types are available in Horde3D: <br /><br /> <b>Group</b> <br /><br /> A group node is a generic container for other nodes. The root node for example is of that type. The group node has two attributes which define the minimum and maximum distance from which the node (and all of its children) is visible. These attributes are useful to realize a simple distance-based level of detail scheme. <br /><br /> <b>Camera</b> <br /><br /> A scene is always rendered from the perspective of a virtual camera which is just a special scene node in Horde3D. This gives all the flexibility of the scene graph system also to cameras and makes it for example possible to attach a camera to a joint of an animated model, so that it is automatically transformed according to the model animation. <br /><br /> <b>Light</b> <br /><br /> Light sources are used to setup the illumination of a scene. The node has several parameters which determine the light source properties like the light color, radius of influence and field of view for spot lights. Shadows can also be customized using the corresponding attributes. A special point of interest is that a material can be assigned to a light source. This is necessary for deferred shading where lighting is done as a post-processing step with a unified light-source-specific shader. For performing standard forward shading, light sources provide a lighting context attribute that defines which shader context is used for computing illumination intensities. <br /><br /> <b>Model</b> <br /><br /> A model node represents a polygonal 3D object which has usually been exported from some modeling software like Blender or 3D Studio Max. The model can either be a static object or an articulated character. The node references a geometry resource which contains its polygonal data. Model nodes act as an abstract container for meshes and joints, and can be animated with an animation resource. A model by itself is not renderable and requires a mesh to become visible. Usually a model node with its joints and meshes is created automatically by an export or conversion tool and stored in a scene graph resource. <br /><br /> <b>Mesh</b> <br /><br /> Mesh nodes define a group of polygons with a single material. Each mesh represents a part of a geometry resource and is drawn by the renderer using the associated material. Since meshes point to a geometry resource, they require a parent model node somewhere upwards in the hierarchy. <br /><br /> <b>Joint</b> <br /><br /> A hierarchy of joint nodes is used to represent the skeleton for skeletal animation. As meshes, joint nodes can solely exist with a model-ancestor in the scene graph hierarchy. Each joint has an index attribute that points to a bind matrix in the model's geometry resource. This bind matrix is used by the engine to do the skinning. <br /><br /> <b>Emitter</b> <br /><br /> Emitter nodes are used to setup particle systems. They are responsible for creating particles based on the description from a ParticleEffect resource and have several parameters to configure properties like the birth rate or the maximum number of particles.\newline <br /><br /> Every node type has a specific creation function that takes a different set of parameters. Most parameters can be changed after creation but a few that are crucial for the internal structure of the node are immutable. Basic attributes common to all scene nodes are accessed with general API functions. For getting or setting type-specific properties, the API provides special functions which usually require a handle to a scene node of the corresponding type. <br /><br /> For more detailed information see the API Reference section dealing with <a href="_api.html#General_scene_graph_functions">scene graph functions</a> </p> <br /><br /> <a id="Advanced"></a> <h2>Advanced topics</h2> <a id="AnimSystem"></a> <h3>Animation system</h3> <p> Horde3D has an animation system that enables to perform rigid body and skeletal character animation, as well as facial animation using morph targets. The system supports smooth transitions from one frame to another and allows animation blending and mixing. Since the animation system works directly on the scene graph, it is easy to manipulate the transformations manually in order to perform dynamic animations like inverse kinematics (IK) or ragdoll physics. <br /><br /> <i><b>Blending between animations</b></i> <br /> Achieving a smooth transition from one animation to another is realized with animation blending. When a game changes the state of a character from idle to walking or from walking to running, animation blending is required to get visually appealing results. To achieve that, models in Horde3D can have several animations applied at the same time which are combined to generate the final animation. Each animation has a blend weight that determines the influence on the overall result. Changing a character animation, for example, from walking to running, can be realized with a so called cross-fade. For a cross-fade, both animations are applied to the character model. At the beginning, the walk animation has the weight 1.0 and the run animation 0.0. In order to perform the transition, the blend weights are adapted so that the weight of the walk animation is linearly reduced, while the run animation weight is increased by the same amount. Finally, the run animation has a weight of 1.0 while the walk animation is at 0.0. The end result is that the character appears to be running. <br /><br /> <i><b>Using animation layers</b></i> <br /> Horde3D supports animation layers to make it easier to switch between animations. A layer has a signed number, the layer id, which determines the priority of the layer. Layers with a higher index have a higher priority and their animations are processed before the ones on lower layers. All animations on a single layer have normalized blend weights. For example that means, if there are two animations both with weight 1.0 on layer 0, both animations will contribute 50% to the final animation. If the sum of the blend weights of a single layer is smaller than 1.0, the remainder is propagated to the lower layers. So if there are two layers 1 and 0 and if the two animations on layer 1 have a weight sum of 0.6, the remaining weight of 0.4 is available for the animations on layer 0. <br /><br /> As an example, we can consider a character that plays a weighted combination of walk and run cycles on a single layer, depending on the walking speed of the player. We want to replace the resulting animation with a shoot animation when the player hits a button. Doing this is very easy using the layer system: we just need to add the shoot animation on a higher layer, so that it has a higher priority than the other animations. The weight of the shoot animation can gradually be increased from 0.0 to 1.0. Since the shoot animation has a higher priority than the combined walk cycle, only the remaining weight is available for the walk cycle. As a consequence, the walk cycle is fully active at first and gets gradually less influence until it is fully replaced by the shoot animation in the end. The great advantage of this approach is that only the weight of the shoot animation needs to be adapted while the walk and run animations can remain untouched. <br /><br /> <i><b>Mixing different animations</b></i> <br /> Another common scenario besides the transition from one animation to another is that a character has to perform several movements at the same time. Although it is in theory possible to create single animations for all combinations of actions, this would neither be memory-efficient nor productive for artists. A better solution is to combine the animations at run-time in the engine. The difference to animation blending is that for mixing the animations are usually independent and acting on different parts of the body. So the animations should not be blended but rather both be played with full intensity at the same time. For realizing this, Horde3D provides two ways. <br /><br /> The first is to define a start node from which the animation system begins to apply the animation. Joints that are above the start node in the skeletal hierarchy are ignored and thus not animated. As an example, imagine a character that should play two animations at the same time, a walking and a waving animation. To get full intensity for both animations, you could set the pelvis joint to be the start node of the walking animation, so that the animation solely affects the lower body. The wave animation does not need a start node and can act on the whole skeleton. Now the priority concept of the layers can do the trick. If the walk animation is on a lower layer than the wave animation, the weight sum of the lower body is already 1.0 and the wave animation will only affect the upper body and ignore the lower part. <br /><br /> Another more intuitive way to realize mixing is using additive animations. When a stage is additive, the engine calculates the transformation delta of the current frame to the first frame in the animation resource and adds this difference to the transformation of the joints. The blend weight factor makes it possible to apply only a percentage of the difference animation. For the just mentioned example, using additive animations means that the character can simply have the walk animation applied to the whole body. The wave animation can be configured to be additive so that solely the movement of the hand is applied. When done correctly, the result is a walking and waving character. <br /><br /> <i><b>Applying procedural animations</b></i> <br /> Another topic of importance for advanced games is dynamic animations like ragdoll physics or inverse kinematics. In general it is easy to apply these in Horde3D. Joints are just standard scene nodes and consequently you have full control over their transformations using the API functions. As the animation system is working directly on the scene graph, it is possible to get the transformation after an animation has been applied and use that for computations in the IK or ragdoll system. The results coming from the external system can finally be applied to the joints again to make them visible for the model. <br /><br /> For more information see the <a href="_api.html#Model-specific_scene_graph_functions">Model node functions</a> in the API Reference. </p> <br /><br /> <a id="Integration"></a> <h3>Game engine integration</h3> <p> Horde3D is a pure graphics engine and can solely perform the rendering and animations. A complete application as a game or serious game usually requires additional modules like input, physics and AI logics that are all composed and synchronized in a game engine. <br /><br /> The integration strategy of Horde3D is straightforward but still effective. In Horde3D all scene nodes as well as resources are accessed by handles. These handles can simply be stored in the entity objects of the game world. This strategy fits nicely the increasingly popular concept of component based entity systems where Horde3D can be considered as the graphical output component. To enable the more complex synchronization with e.g. a physics engine, Horde3D provides some special functions which can for example determine if a scene node has been modified by an animation. <br /><br /> A further integration feature that can be useful for some applications are node attachments. The basic idea is that each node in the Horde3D scene graph files can store additional application-specific data like physics or AI properties. The data is parsed by the engine and can easily be retrieved using an API function. The attachment system would in principle make it possible to use the scene graph files as sole format for storing the complete game world. </p> <br /><br /> <a id="MatSystem"></a> <h3>Pipeline and material system</h3> <p> <b>Pipeline concept</b> <br /><br /> Much of the flexibility of Horde3D comes from the deep integration of shaders and a configurable pipeline system for realizing advanced rendering techniques. In Horde3D a pipeline resource is an XML document that describes the individual steps of the rendering process. A pipeline can define render targets that act as output buffers and store temporary rendering results. The render targets can have different sizes and formats and can contain several color and depth buffers. A number of pipeline commands exist that basically define which geometry is rendered to what output buffer and in which way. The geometry to be rendered is configured with material classes, while the rendering technique is chosen by setting the current shader context. These concepts will be explained in more detail later. The commands are grouped in stages that can be switched on and off individually. When an output buffer is filled, it can be used again as an input texture in a further rendering step. This chaining of output and input buffers makes it possible to implement a plenty of different post-processing effects and advanced rendering techniques. <br /><br /> <b>Short introduction to hardware shaders</b> <br /><br /> An essential core element of the Horde3D rendering system are shaders. In the common notion a shader is a program that is executed on the graphics card. All graphics cards have a hardware pipeline to process polygonal input data and bring it to the screen. This pipeline has different stages that among other operations transform input vertices, rasterize triangles and calculate the final color of the pixels in the frame buffer. In the past this pipeline was fixed and could only be configured to a very limited degree (fixed function pipeline). Later generations of graphics hardware have a programmable pipeline that enables to control particular stages by using software instructions. <br /><br /> There are three types of shaders to configure the stages of the graphics hardware: vertex, geometry and fragment shaders. <br /><br /> A vertex shader is executed for each vertex of the input data. Its main task is to transform the original 3D position and calculate a 2D screen space coordinate. A vertex shader can also manipualate other vertex attributes like the color or texture coordinates and hand the results to the next stage but it cannot create or remove any vertices. <br /><br /> Geometry shaders can create new primitives like triangles or lines and are executed after vertex shaders. They are especially useful to implement some algorithms like shadow volumes completely on the GPU. Geometry shaders are exclusively supported by DirectX 10 hardware. Since OpenGL does not yet have vendor-independent extensions, this type of shader is not supported by Horde3D. <br /><br /> Finally, a fragment shader (also known as pixel shader) calculates the color and depth value of each single pixel in the output buffer. Since nowadays most lighting operations are done per-pixel and no more per-vertex, fragment shaders are used to realize most of the advanced visual effects. <br /><br /> The first programmable graphics cards had very strict limitations for the number of instructions and had to be programmed using an assembler syntax. Today all major graphics APIs provide high level shading languages with a C-like syntax. The most important shading languages are HLSL used by DirectX, GLSL as part of OpenGL and Cg invented by NVidia. Horde3D uses the OpenGL Shading Language (GLSL) to specify shader code. <br /><br /> <b>Shaders and materials in Horde3D</b> <br /><br /> In Horde3D the definition of a shader goes beyond the notion of a simple hardware shader as it has just been described. A Horde3D shader resource is a group of several shader programs where a pair of vertex and fragment shaders constitutes a so called shader context. The idea of the shader contexts is that a mesh needs to be treated differently at distinct stages of the rendering process. Generating the shadow map requires another shader program than computing the illumination contribution from a light source or writing velocity information to an off-screen buffer for creating motion blur effects. A shader resource provides all the required shader programs as contexts, and the Horde3D pipeline selects the context that it needs for the current rendering step. <br /><br /> Every shader context is identified by a unique name. Most pipeline draw commands have an attribute which sets the current context used for rendering. It is worth mentioning that light sources also have two context attributes that define the shader contexts used for generating shadow maps and calculating illumination in forward rendering configurations. If a shader context is not defined in a shader resource, the associated geometry is ignored and not rendered. <br /><br /> Hardware shaders used in shader contexts are just a description of how data needs to be processed. In order to become effective, they require input data. One part of that input data consists of the geometry information that the renderer pulls from the scene graph and the associated geometry resources. The other part are texture maps and constants. In the OpenGL Shading Language this data is referenced by a shader using uniforms. Horde3D materials are acting as the glue between a shader and the uniform data. The material resource references a shader for which it binds texture images. Furthermore, it enables to define arbitrarily named vector uniforms that can be used to exchange data between the application and the shader. A vector uniform could for example be used to set the glow intensity of an object from the application. <br /><br /> One important property of materials is the material class. Some pipeline commands enable to restrict the rendering to a particular class to render solely a particular group of geometry. With classes it is for example possible to draw exclusively translucent objects in a particular pipeline stage. It is important to note that the material class system is hierarchical, so a material can be part of several super and sub classes. <br /><br /> Another powerful feature of the material system is the possibility to link from one material to another one. The link feature makes it possible to import uniforms and texture bindings from other materials which is very useful for defining global data at a single location. For example, the ambient intensity of the scene could be defined in a single material which is linked to all mesh materials. This avoids the need to update the intensity value individually for all mesh materials if the ambient lighting is changed. <br /><br /> For more information see the <a href="_pipeline.html">pipeline documentation</a>. </p> <br /><br /> <a id="OccCulling"></a> <h3>Occlusion Culling</h3> <p> Occlusion culling is an optimization technique that makes it possible to cull objects that are not visible since they are hidden/occluded by other objects. Horde3D uses hardware occlusion queries for its occlusion culling implementation. These queries have a delay of one frame to avoid stalls that would happen when waiting for the query result directly. The drawback of this approach is that some slight popping can occur when an object that was hidden in the previous frame becomes visible in the current frame. The implementation uses the depth buffer to check for occlusion of objects, so occlusion culling is only working if the rendering pass has proper scene depth information. <br /><br /> Horde3D supports multiple occlusion sets for different cameras. Enabling occlusion culling for a camera is basically very simple and works by setting a Camera node parameter. But in order that occlusion culling works efficiently, the scene needs to be sorted in front-to-back order. In Horde3D this sorting can be achieved through a special parameter in the pipeline drawing commands. <br /><br /> All renderable objects act automatically as occluders. Occludees (objects that can be culled because of occlusion) are currently models and particle emitters. Meshes of a model can occlude other models but a single mesh cannot occlude a mesh of the same Model node. Light sources can also be occluded by other geometry which can be very useful in indoor scenes. Again, this only works if a proper depth buffer is available which usually requires special care for deferred shading. </p> <div id="copy">Copyright &copy; 2006-2011 Nicolas Schulz</div> </div> <div id="logo"> <img src="images/doclogo.gif" /> </div> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <title>Pague leve</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Sun Nov 10 23:24:23 EST 2013 --> <title>TxnManagerImpl (Apache River v2.2.2 API Documentation (internals))</title> <meta name="date" content="2013-11-10"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="TxnManagerImpl (Apache River v2.2.2 API Documentation (internals))"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/TxnManagerImpl.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.DestroyThread.html" title="class in com.sun.jini.mahalo"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/sun/jini/mahalo/TxnManagerImpl.html" target="_top">Frames</a></li> <li><a href="TxnManagerImpl.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.sun.jini.mahalo</div> <h2 title="Class TxnManagerImpl" class="title">Class TxnManagerImpl</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>com.sun.jini.mahalo.TxnManagerImpl</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../com/sun/jini/admin/DestroyAdmin.html" title="interface in com.sun.jini.admin">DestroyAdmin</a>, <a href="../../../../com/sun/jini/constants/TimeConstants.html" title="interface in com.sun.jini.constants">TimeConstants</a>, <a href="../../../../com/sun/jini/landlord/Landlord.html" title="interface in com.sun.jini.landlord">Landlord</a>, <a href="../../../../com/sun/jini/landlord/LocalLandlord.html" title="interface in com.sun.jini.landlord">LocalLandlord</a>, <a href="../../../../com/sun/jini/mahalo/LeaseExpirationMgr.Expirer.html" title="interface in com.sun.jini.mahalo">LeaseExpirationMgr.Expirer</a>, <a href="../../../../com/sun/jini/mahalo/log/LogRecovery.html" title="interface in com.sun.jini.mahalo.log">LogRecovery</a>, <a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo">TxnManager</a>, <a href="../../../../com/sun/jini/mahalo/TxnSettler.html" title="interface in com.sun.jini.mahalo">TxnSettler</a>, <a href="../../../../com/sun/jini/start/ServiceProxyAccessor.html" title="interface in com.sun.jini.start">ServiceProxyAccessor</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</a>, <a href="../../../../net/jini/admin/Administrable.html" title="interface in net.jini.admin">Administrable</a>, <a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a>, <a href="../../../../net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server">TransactionConstants</a>, <a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a>, <a href="../../../../net/jini/export/ProxyAccessor.html" title="interface in net.jini.export">ProxyAccessor</a>, <a href="../../../../net/jini/security/proxytrust/ServerProxyTrust.html" title="interface in net.jini.security.proxytrust">ServerProxyTrust</a></dd> </dl> <dl> <dt>Direct Known Subclasses:</dt> <dd><a href="../../../../com/sun/jini/mahalo/ActivatableMahaloImpl.html" title="class in com.sun.jini.mahalo">ActivatableMahaloImpl</a>, <a href="../../../../com/sun/jini/mahalo/NonActivatableMahaloImpl.html" title="class in com.sun.jini.mahalo">NonActivatableMahaloImpl</a>, <a href="../../../../com/sun/jini/mahalo/TransientMahaloImpl.html" title="class in com.sun.jini.mahalo">TransientMahaloImpl</a></dd> </dl> <hr> <br> <pre> class <span class="strong">TxnManagerImpl</span> extends <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements <a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo">TxnManager</a>, <a href="../../../../com/sun/jini/mahalo/LeaseExpirationMgr.Expirer.html" title="interface in com.sun.jini.mahalo">LeaseExpirationMgr.Expirer</a>, <a href="../../../../com/sun/jini/mahalo/log/LogRecovery.html" title="interface in com.sun.jini.mahalo.log">LogRecovery</a>, <a href="../../../../com/sun/jini/mahalo/TxnSettler.html" title="interface in com.sun.jini.mahalo">TxnSettler</a>, <a href="../../../../com/sun/jini/constants/TimeConstants.html" title="interface in com.sun.jini.constants">TimeConstants</a>, <a href="../../../../com/sun/jini/landlord/LocalLandlord.html" title="interface in com.sun.jini.landlord">LocalLandlord</a>, <a href="../../../../net/jini/security/proxytrust/ServerProxyTrust.html" title="interface in net.jini.security.proxytrust">ServerProxyTrust</a>, <a href="../../../../net/jini/export/ProxyAccessor.html" title="interface in net.jini.export">ProxyAccessor</a></pre> <div class="block">An implementation of the Jini Transaction Specification.</div> <dl><dt><span class="strong">Author:</span></dt> <dd>Sun Microsystems, Inc.</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <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>private class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.DestroyThread.html" title="class in com.sun.jini.mahalo">TxnManagerImpl.DestroyThread</a></strong></code> <div class="block">Termination thread code.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_com.sun.jini.landlord.Landlord"> <!-- --> </a> <h3>Nested classes/interfaces inherited from interface&nbsp;com.sun.jini.landlord.<a href="../../../../com/sun/jini/landlord/Landlord.html" title="interface in com.sun.jini.landlord">Landlord</a></h3> <code><a href="../../../../com/sun/jini/landlord/Landlord.RenewResults.html" title="class in com.sun.jini.landlord">Landlord.RenewResults</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="nested_classes_inherited_from_class_net.jini.core.transaction.server.TransactionManager"> <!-- --> </a> <h3>Nested classes/interfaces inherited from interface&nbsp;net.jini.core.transaction.server.<a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></h3> <code><a href="../../../../net/jini/core/transaction/server/TransactionManager.Created.html" title="class in net.jini.core.transaction.server">TransactionManager.Created</a></code></li> </ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&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>private <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/activation/ActivationID.html?is-external=true" title="class or interface in java.rmi.activation">ActivationID</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#activationID">activationID</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#activationPrepared">activationPrepared</a></strong></code> <div class="block">Whether the activation ID has been prepared</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/activation/ActivationSystem.html?is-external=true" title="class or interface in java.rmi.activation">ActivationSystem</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#activationSystem">activationSystem</a></strong></code> <div class="block">The activation system, prepared</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>(package private) static <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#destroyLogger">destroyLogger</a></strong></code> <div class="block">Logger for service destruction related messages</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/mahalo/LeaseExpirationMgr.html" title="class in com.sun.jini.mahalo">LeaseExpirationMgr</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#expMgr">expMgr</a></strong></code> <div class="block"><code>LeaseExpirationMgr</code> used by our <code>LeasePolicy</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../net/jini/export/Exporter.html" title="interface in net.jini.export">Exporter</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#exporter">exporter</a></strong></code> <div class="block">The exporter for exporting and unexporting</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private static <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security">SecureRandom</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#idGen">idGen</a></strong></code> <div class="block">The generator for our IDs.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private static byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#idGenBuf">idGenBuf</a></strong></code> <div class="block">The buffer for generating IDs.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>(package private) static <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#initLogger">initLogger</a></strong></code> <div class="block">Logger for service re/initialization related messages</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/mahalo/JoinStateManager.html" title="class in com.sun.jini.mahalo">JoinStateManager</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#joinStateManager">joinStateManager</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/landlord/LeaseFactory.html" title="class in com.sun.jini.landlord">LeaseFactory</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#leaseFactory">leaseFactory</a></strong></code> <div class="block"><code>LandLordLeaseFactory</code> we use to create leases</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/start/LifeCycle.html" title="interface in com.sun.jini.start">LifeCycle</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#lifeCycle">lifeCycle</a></strong></code> <div class="block">Cache of our <code>LifeCycle</code> object</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/login/LoginContext.html?is-external=true" title="class or interface in javax.security.auth.login">LoginContext</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#loginContext">loginContext</a></strong></code> <div class="block">The login context, for logging out</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/mahalo/log/LogManager.html" title="interface in com.sun.jini.mahalo.log">LogManager</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#logmgr">logmgr</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private static long</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#MAX_UNEXPORT_DELAY">MAX_UNEXPORT_DELAY</a></strong></code> <div class="block">Maximum delay for unexport attempts</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>(package private) static <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#operationsLogger">operationsLogger</a></strong></code> <div class="block">Logger for service operation messages</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>(package private) static <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#participantLogger">participantLogger</a></strong></code> <div class="block">Logger for transaction participant related messages</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../net/jini/security/ProxyPreparer.html" title="interface in net.jini.security">ProxyPreparer</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#participantPreparer">participantPreparer</a></strong></code> <div class="block">Proxy preparer for listeners</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#persistenceDirectory">persistenceDirectory</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>(package private) static <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#persistenceLogger">persistenceLogger</a></strong></code> <div class="block">Logger for transaction persistence related messages</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#persistent">persistent</a></strong></code> <div class="block"><code>boolean</code> flag used to determine persistence support.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/thread/ReadyState.html" title="class in com.sun.jini.thread">ReadyState</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#readyState">readyState</a></strong></code> <div class="block">Object used to prevent access to this service during the service's initialization or shutdown processing.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo">TxnManager</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#serverStub">serverStub</a></strong></code> <div class="block">Cache of our inner proxy.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private float</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#settlerload">settlerload</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/thread/TaskManager.html" title="class in com.sun.jini.thread">TaskManager</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#settlerpool">settlerpool</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private int</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#settlerthreads">settlerthreads</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private long</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#settlertimeout">settlertimeout</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/thread/WakeupManager.html" title="class in com.sun.jini.thread">WakeupManager</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#settlerWakeupMgr">settlerWakeupMgr</a></strong></code> <div class="block">wakeup manager for <code>SettlerTask</code></div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/thread/InterruptedStatusThread.html" title="class in com.sun.jini.thread">InterruptedStatusThread</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#settleThread">settleThread</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>(package private) static <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#startupLogger">startupLogger</a></strong></code> <div class="block">Logger for (successful) service startup message</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private float</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#taskload">taskload</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/thread/TaskManager.html" title="class in com.sun.jini.thread">TaskManager</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#taskpool">taskpool</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private int</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#taskthreads">taskthreads</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private long</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#tasktimeout">tasktimeout</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/thread/WakeupManager.html" title="class in com.sun.jini.thread">WakeupManager</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#taskWakeupMgr">taskWakeupMgr</a></strong></code> <div class="block">wakeup manager for <code>ParticipantTask</code></div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#topUuid">topUuid</a></strong></code> <div class="block">The <code>Uuid</code> for this service.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>(package private) static <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#transactionsLogger">transactionsLogger</a></strong></code> <div class="block">Logger for transaction related messages (creation, destruction, transition, etc.)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/landlord/LeasePeriodPolicy.html" title="interface in com.sun.jini.landlord">LeasePeriodPolicy</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#txnLeasePeriodPolicy">txnLeasePeriodPolicy</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/mahalo/TxnMgrAdminProxy.html" title="class in com.sun.jini.mahalo">TxnMgrAdminProxy</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#txnMgrAdminProxy">txnMgrAdminProxy</a></strong></code> <div class="block">The admin proxy of this server</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/mahalo/TxnMgrProxy.html" title="class in com.sun.jini.mahalo">TxnMgrProxy</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#txnMgrProxy">txnMgrProxy</a></strong></code> <div class="block">The outter proxy of this server</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#txns">txns</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#unsettledtxns">unsettledtxns</a></strong></code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_com.sun.jini.mahalo.TxnManager"> <!-- --> </a> <h3>Fields inherited from interface&nbsp;com.sun.jini.mahalo.<a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo">TxnManager</a></h3> <code><a href="../../../../com/sun/jini/mahalo/TxnManager.html#MAHALO">MAHALO</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_net.jini.core.transaction.server.TransactionConstants"> <!-- --> </a> <h3>Fields inherited from interface&nbsp;net.jini.core.transaction.server.<a href="../../../../net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server">TransactionConstants</a></h3> <code><a href="../../../../net/jini/core/transaction/server/TransactionConstants.html#ABORTED">ABORTED</a>, <a href="../../../../net/jini/core/transaction/server/TransactionConstants.html#ACTIVE">ACTIVE</a>, <a href="../../../../net/jini/core/transaction/server/TransactionConstants.html#COMMITTED">COMMITTED</a>, <a href="../../../../net/jini/core/transaction/server/TransactionConstants.html#NOTCHANGED">NOTCHANGED</a>, <a href="../../../../net/jini/core/transaction/server/TransactionConstants.html#PREPARED">PREPARED</a>, <a href="../../../../net/jini/core/transaction/server/TransactionConstants.html#VOTING">VOTING</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_com.sun.jini.constants.TimeConstants"> <!-- --> </a> <h3>Fields inherited from interface&nbsp;com.sun.jini.constants.<a href="../../../../com/sun/jini/constants/TimeConstants.html" title="interface in com.sun.jini.constants">TimeConstants</a></h3> <code><a href="../../../../com/sun/jini/constants/TimeConstants.html#DAYS">DAYS</a>, <a href="../../../../com/sun/jini/constants/TimeConstants.html#HOURS">HOURS</a>, <a href="../../../../com/sun/jini/constants/TimeConstants.html#MINUTES">MINUTES</a>, <a href="../../../../com/sun/jini/constants/TimeConstants.html#SECONDS">SECONDS</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#TxnManagerImpl(java.rmi.activation.ActivationID, java.rmi.MarshalledObject)">TxnManagerImpl</a></strong>(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/activation/ActivationID.html?is-external=true" title="class or interface in java.rmi.activation">ActivationID</a>&nbsp;activationID, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>&nbsp;data)</code> <div class="block">Constructs an activatable transaction manager.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#TxnManagerImpl(java.lang.String[], com.sun.jini.start.LifeCycle, boolean)">TxnManagerImpl</a></strong>(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args, <a href="../../../../com/sun/jini/start/LifeCycle.html" title="interface in com.sun.jini.start">LifeCycle</a>&nbsp;lc, boolean&nbsp;persistent)</code> <div class="block">Constructs a non-activatable transaction manager.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&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>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#abort(long)">abort</a></strong>(long&nbsp;id)</code> <div class="block">Abort the transaction.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#abort(long, boolean)">abort</a></strong>(long&nbsp;id, boolean&nbsp;doExpiryCheck)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#abort(long, long)">abort</a></strong>(long&nbsp;id, long&nbsp;waitFor)</code> <div class="block">Abort the transaction, waiting for participants to be notified of the decision.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#abort(long, long, boolean)">abort</a></strong>(long&nbsp;id, long&nbsp;waitFor, boolean&nbsp;doExpiryCheck)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#addLookupAttributes(net.jini.core.entry.Entry[])">addLookupAttributes</a></strong>(<a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]&nbsp;attrSets)</code> <div class="block">Add attribute sets for the service.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#addLookupGroups(java.lang.String[])">addLookupGroups</a></strong>(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;groups)</code> <div class="block">Add new groups to the set to join.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#addLookupLocators(net.jini.core.discovery.LookupLocator[])">addLookupLocators</a></strong>(<a href="../../../../net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a>[]&nbsp;locators)</code> <div class="block">Add locators for specific new lookup services to join.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private static <a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#attributesFor()">attributesFor</a></strong>()</code> <div class="block">Create the service owned attributes for an Mahalo server</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#cancel(net.jini.id.Uuid)">cancel</a></strong>(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;uuid)</code> <div class="block">Cancels the lease on a <code>Transaction</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#cancelAll(net.jini.id.Uuid[])">cancelAll</a></strong>(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>[]&nbsp;cookies)</code> <div class="block">Bulk cancel of leases on <code>Transaction</code>s.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#cleanup()">cleanup</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#commit(long)">commit</a></strong>(long&nbsp;id)</code> <div class="block">Commit the transaction.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#commit(long, long)">commit</a></strong>(long&nbsp;id, long&nbsp;waitFor)</code> <div class="block">Commit the transaction, waiting for participants to be notified of the decision.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.Created.html" title="class in net.jini.core.transaction.server">TransactionManager.Created</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#create(long)">create</a></strong>(long&nbsp;lease)</code> <div class="block">Begin a new top-level transaction.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#createLeaseUuid(long)">createLeaseUuid</a></strong>(long&nbsp;txnId)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#destroy()">destroy</a></strong>()</code> <div class="block">Cleans up and exits the transaction manager.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#doInit(net.jini.config.Configuration)">doInit</a></strong>(<a href="../../../../net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a>&nbsp;config)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#doInitWithLogin(net.jini.config.Configuration, javax.security.auth.login.LoginContext)">doInitWithLogin</a></strong>(<a href="../../../../net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a>&nbsp;config, <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/login/LoginContext.html?is-external=true" title="class or interface in javax.security.auth.login">LoginContext</a>&nbsp;loginContext)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private static boolean</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#ensureCurrent(com.sun.jini.landlord.LeasedResource)">ensureCurrent</a></strong>(<a href="../../../../com/sun/jini/landlord/LeasedResource.html" title="interface in com.sun.jini.landlord">LeasedResource</a>&nbsp;resource)</code> <div class="block">Utility method that check for valid resource</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="../../../../com/sun/jini/mahalo/TxnManagerTransaction.html" title="class in com.sun.jini.mahalo">TxnManagerTransaction</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#enterTMT(long)">enterTMT</a></strong>(long&nbsp;cookie)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getAdmin()">getAdmin</a></strong>()</code> <div class="block">Returns the administration object for the transaction manager.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getLeaseTid(net.jini.id.Uuid)">getLeaseTid</a></strong>(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;uuid)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getLookupAttributes()">getLookupAttributes</a></strong>()</code> <div class="block">Get the current attribute sets for the service.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getLookupGroups()">getLookupGroups</a></strong>()</code> <div class="block">Get the list of groups to join.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getLookupLocators()">getLookupLocators</a></strong>()</code> <div class="block">Get the list of locators of specific lookup services to join.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getProxy()">getProxy</a></strong>()</code> <div class="block">Returns a proxy object for this remote object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../net/jini/security/TrustVerifier.html" title="interface in net.jini.security">TrustVerifier</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getProxyVerifier()">getProxyVerifier</a></strong>()</code> <div class="block">Returns a <code>TrustVerifier</code> that can be used to verify that a proxy can be trusted as a proxy for the service; that is, the <a href="../../../../net/jini/security/TrustVerifier.html#isTrustedObject(java.lang.Object, net.jini.security.TrustVerifier.Context)"><code>isTrustedObject</code></a> method of the returned verifier can be called with a candidate proxy.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getServiceProxy()">getServiceProxy</a></strong>()</code> <div class="block">Returns a proxy object for this object.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getState(long)">getState</a></strong>(long&nbsp;id)</code> <div class="block">Returns the current state of the given transaction.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction">Transaction</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#getTransaction(long)">getTransaction</a></strong>(long&nbsp;id)</code> <div class="block">Method from <code>TxnManager</code> which produces a <code>Transaction</code> from its ID.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#init(java.lang.String[])">init</a></strong>(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;configArgs)</code> <div class="block">Initialization common to both activatable and transient instances.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#initFailed(java.lang.Throwable)">initFailed</a></strong>(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;e)</code> <div class="block">Log information about failing to initialize the service and rethrow the appropriate exception.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#join(long, net.jini.core.transaction.server.TransactionParticipant, long)">join</a></strong>(long&nbsp;id, <a href="../../../../net/jini/core/transaction/server/TransactionParticipant.html" title="interface in net.jini.core.transaction.server">TransactionParticipant</a>&nbsp;part, long&nbsp;crashCount)</code> <div class="block">Join a transaction that is managed by this transaction manager.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#manager()">manager</a></strong>()</code> <div class="block">Returns a reference to the <code>TransactionManager</code> interface.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#modifyLookupAttributes(net.jini.core.entry.Entry[], net.jini.core.entry.Entry[])">modifyLookupAttributes</a></strong>(<a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]&nbsp;attrSetTemplates, <a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]&nbsp;attrSets)</code> <div class="block">Modify the current attribute sets, using the same semantics as ServiceRegistration.modifyAttributes.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>(package private) static long</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#nextID()">nextID</a></strong>()</code> <div class="block">gets the next available transaction ID.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#noteUnsettledTxn(long)">noteUnsettledTxn</a></strong>(long&nbsp;tid)</code> <div class="block">Informs the transaction manager to attempt to settle a given transaction.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#recover(long, com.sun.jini.mahalo.log.LogRecord)">recover</a></strong>(long&nbsp;cookie, <a href="../../../../com/sun/jini/mahalo/log/LogRecord.html" title="interface in com.sun.jini.mahalo.log">LogRecord</a>&nbsp;rec)</code> <div class="block">This method recovers state changes resulting from committing a transaction.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#removeLookupGroups(java.lang.String[])">removeLookupGroups</a></strong>(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;groups)</code> <div class="block">Remove groups from the set to join.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#removeLookupLocators(net.jini.core.discovery.LookupLocator[])">removeLookupLocators</a></strong>(<a href="../../../../net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a>[]&nbsp;locators)</code> <div class="block">Remove locators for specific lookup services from the set to join.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#renew(net.jini.id.Uuid, long)">renew</a></strong>(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;uuid, long&nbsp;extension)</code> <div class="block">Requests the renewal of a lease on a <code>Transaction</code>.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../com/sun/jini/landlord/Landlord.RenewResults.html" title="class in com.sun.jini.landlord">Landlord.RenewResults</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#renewAll(net.jini.id.Uuid[], long[])">renewAll</a></strong>(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>[]&nbsp;cookies, long[]&nbsp;extensions)</code> <div class="block">Bulk renewal request of leases on <code>Transaction</code>s.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>private <a href="../../../../net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#serverTransaction(net.jini.core.transaction.Transaction)">serverTransaction</a></strong>(<a href="../../../../net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction">Transaction</a>&nbsp;baseTr)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#setLookupGroups(java.lang.String[])">setLookupGroups</a></strong>(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;groups)</code> <div class="block">Replace the list of groups to join with a new list.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#setLookupLocators(net.jini.core.discovery.LookupLocator[])">setLookupLocators</a></strong>(<a href="../../../../net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a>[]&nbsp;locators)</code> <div class="block">Replace the list of locators of specific lookup services to join with a new list.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#settleTxns()">settleTxns</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>private void</code></td> <td class="colLast"><code><strong><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.html#verifyLeaseUuid(net.jini.id.Uuid)">verifyLeaseUuid</a></strong>(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;uuid)</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.<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> <code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="startupLogger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>startupLogger</h4> <pre>static final&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> startupLogger</pre> <div class="block">Logger for (successful) service startup message</div> </li> </ul> <a name="initLogger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initLogger</h4> <pre>static final&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> initLogger</pre> <div class="block">Logger for service re/initialization related messages</div> </li> </ul> <a name="destroyLogger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>destroyLogger</h4> <pre>static final&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> destroyLogger</pre> <div class="block">Logger for service destruction related messages</div> </li> </ul> <a name="operationsLogger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>operationsLogger</h4> <pre>static final&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> operationsLogger</pre> <div class="block">Logger for service operation messages</div> </li> </ul> <a name="transactionsLogger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>transactionsLogger</h4> <pre>static final&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> transactionsLogger</pre> <div class="block">Logger for transaction related messages (creation, destruction, transition, etc.)</div> </li> </ul> <a name="participantLogger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>participantLogger</h4> <pre>static final&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> participantLogger</pre> <div class="block">Logger for transaction participant related messages</div> </li> </ul> <a name="persistenceLogger"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>persistenceLogger</h4> <pre>static final&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Logger.html?is-external=true" title="class or interface in java.util.logging">Logger</a> persistenceLogger</pre> <div class="block">Logger for transaction persistence related messages</div> </li> </ul> <a name="logmgr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>logmgr</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/mahalo/log/LogManager.html" title="interface in com.sun.jini.mahalo.log">LogManager</a> logmgr</pre> </li> </ul> <a name="settlerthreads"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>settlerthreads</h4> <pre>private transient&nbsp;int settlerthreads</pre> </li> </ul> <a name="settlertimeout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>settlertimeout</h4> <pre>private transient&nbsp;long settlertimeout</pre> </li> </ul> <a name="settlerload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>settlerload</h4> <pre>private transient&nbsp;float settlerload</pre> </li> </ul> <a name="taskthreads"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>taskthreads</h4> <pre>private transient&nbsp;int taskthreads</pre> </li> </ul> <a name="tasktimeout"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>tasktimeout</h4> <pre>private transient&nbsp;long tasktimeout</pre> </li> </ul> <a name="taskload"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>taskload</h4> <pre>private transient&nbsp;float taskload</pre> </li> </ul> <a name="settlerpool"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>settlerpool</h4> <pre>private transient&nbsp;<a href="../../../../com/sun/jini/thread/TaskManager.html" title="class in com.sun.jini.thread">TaskManager</a> settlerpool</pre> </li> </ul> <a name="settlerWakeupMgr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>settlerWakeupMgr</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/thread/WakeupManager.html" title="class in com.sun.jini.thread">WakeupManager</a> settlerWakeupMgr</pre> <div class="block">wakeup manager for <code>SettlerTask</code></div> </li> </ul> <a name="taskpool"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>taskpool</h4> <pre>private transient&nbsp;<a href="../../../../com/sun/jini/thread/TaskManager.html" title="class in com.sun.jini.thread">TaskManager</a> taskpool</pre> </li> </ul> <a name="taskWakeupMgr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>taskWakeupMgr</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/thread/WakeupManager.html" title="class in com.sun.jini.thread">WakeupManager</a> taskWakeupMgr</pre> <div class="block">wakeup manager for <code>ParticipantTask</code></div> </li> </ul> <a name="txns"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>txns</h4> <pre>private transient&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a> txns</pre> </li> </ul> <a name="unsettledtxns"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>unsettledtxns</h4> <pre>private transient&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a> unsettledtxns</pre> </li> </ul> <a name="settleThread"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>settleThread</h4> <pre>private transient&nbsp;<a href="../../../../com/sun/jini/thread/InterruptedStatusThread.html" title="class in com.sun.jini.thread">InterruptedStatusThread</a> settleThread</pre> </li> </ul> <a name="persistenceDirectory"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>persistenceDirectory</h4> <pre>private&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> persistenceDirectory</pre> </li> </ul> <a name="activationID"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>activationID</h4> <pre>private&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/activation/ActivationID.html?is-external=true" title="class or interface in java.rmi.activation">ActivationID</a> activationID</pre> </li> </ul> <a name="activationPrepared"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>activationPrepared</h4> <pre>private&nbsp;boolean activationPrepared</pre> <div class="block">Whether the activation ID has been prepared</div> </li> </ul> <a name="activationSystem"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>activationSystem</h4> <pre>private&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/activation/ActivationSystem.html?is-external=true" title="class or interface in java.rmi.activation">ActivationSystem</a> activationSystem</pre> <div class="block">The activation system, prepared</div> </li> </ul> <a name="participantPreparer"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>participantPreparer</h4> <pre>private&nbsp;<a href="../../../../net/jini/security/ProxyPreparer.html" title="interface in net.jini.security">ProxyPreparer</a> participantPreparer</pre> <div class="block">Proxy preparer for listeners</div> </li> </ul> <a name="exporter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>exporter</h4> <pre>protected&nbsp;<a href="../../../../net/jini/export/Exporter.html" title="interface in net.jini.export">Exporter</a> exporter</pre> <div class="block">The exporter for exporting and unexporting</div> </li> </ul> <a name="loginContext"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>loginContext</h4> <pre>protected&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/login/LoginContext.html?is-external=true" title="class or interface in javax.security.auth.login">LoginContext</a> loginContext</pre> <div class="block">The login context, for logging out</div> </li> </ul> <a name="idGen"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>idGen</h4> <pre>private static transient&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security">SecureRandom</a> idGen</pre> <div class="block">The generator for our IDs.</div> </li> </ul> <a name="idGenBuf"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>idGenBuf</h4> <pre>private static final transient&nbsp;byte[] idGenBuf</pre> <div class="block">The buffer for generating IDs.</div> </li> </ul> <a name="expMgr"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>expMgr</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/mahalo/LeaseExpirationMgr.html" title="class in com.sun.jini.mahalo">LeaseExpirationMgr</a> expMgr</pre> <div class="block"><code>LeaseExpirationMgr</code> used by our <code>LeasePolicy</code>.</div> </li> </ul> <a name="txnLeasePeriodPolicy"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>txnLeasePeriodPolicy</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/landlord/LeasePeriodPolicy.html" title="interface in com.sun.jini.landlord">LeasePeriodPolicy</a> txnLeasePeriodPolicy</pre> </li> </ul> <a name="leaseFactory"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>leaseFactory</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/landlord/LeaseFactory.html" title="class in com.sun.jini.landlord">LeaseFactory</a> leaseFactory</pre> <div class="block"><code>LandLordLeaseFactory</code> we use to create leases</div> </li> </ul> <a name="joinStateManager"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>joinStateManager</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/mahalo/JoinStateManager.html" title="class in com.sun.jini.mahalo">JoinStateManager</a> joinStateManager</pre> </li> </ul> <a name="topUuid"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>topUuid</h4> <pre>private&nbsp;<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a> topUuid</pre> <div class="block">The <code>Uuid</code> for this service. Used in the <code>TxnMgrProxy</code> and <code>TxnMgrAdminProxy</code> to implement reference equality. We also derive our <code>ServiceID</code> from it.</div> </li> </ul> <a name="txnMgrProxy"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>txnMgrProxy</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/mahalo/TxnMgrProxy.html" title="class in com.sun.jini.mahalo">TxnMgrProxy</a> txnMgrProxy</pre> <div class="block">The outter proxy of this server</div> </li> </ul> <a name="txnMgrAdminProxy"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>txnMgrAdminProxy</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/mahalo/TxnMgrAdminProxy.html" title="class in com.sun.jini.mahalo">TxnMgrAdminProxy</a> txnMgrAdminProxy</pre> <div class="block">The admin proxy of this server</div> </li> </ul> <a name="serverStub"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>serverStub</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo">TxnManager</a> serverStub</pre> <div class="block">Cache of our inner proxy.</div> </li> </ul> <a name="lifeCycle"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lifeCycle</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/start/LifeCycle.html" title="interface in com.sun.jini.start">LifeCycle</a> lifeCycle</pre> <div class="block">Cache of our <code>LifeCycle</code> object</div> </li> </ul> <a name="readyState"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>readyState</h4> <pre>private final&nbsp;<a href="../../../../com/sun/jini/thread/ReadyState.html" title="class in com.sun.jini.thread">ReadyState</a> readyState</pre> <div class="block">Object used to prevent access to this service during the service's initialization or shutdown processing.</div> </li> </ul> <a name="persistent"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>persistent</h4> <pre>private&nbsp;boolean persistent</pre> <div class="block"><code>boolean</code> flag used to determine persistence support. Defaulted to true, and overridden in the constructor overload that takes a <code>boolean</code> argument.</div> </li> </ul> <a name="MAX_UNEXPORT_DELAY"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MAX_UNEXPORT_DELAY</h4> <pre>private static final&nbsp;long MAX_UNEXPORT_DELAY</pre> <div class="block">Maximum delay for unexport attempts</div> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.sun.jini.mahalo.TxnManagerImpl.MAX_UNEXPORT_DELAY">Constant Field Values</a></dd></dl> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="TxnManagerImpl(java.lang.String[], com.sun.jini.start.LifeCycle, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TxnManagerImpl</h4> <pre>TxnManagerImpl(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;args, <a href="../../../../com/sun/jini/start/LifeCycle.html" title="interface in com.sun.jini.start">LifeCycle</a>&nbsp;lc, boolean&nbsp;persistent) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">Constructs a non-activatable transaction manager.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>args</code> - Service configuration options</dd><dd><code>lc</code> - <code>LifeCycle</code> reference used for callback</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> </li> </ul> <a name="TxnManagerImpl(java.rmi.activation.ActivationID, java.rmi.MarshalledObject)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TxnManagerImpl</h4> <pre>TxnManagerImpl(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/activation/ActivationID.html?is-external=true" title="class or interface in java.rmi.activation">ActivationID</a>&nbsp;activationID, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/MarshalledObject.html?is-external=true" title="class or interface in java.rmi">MarshalledObject</a>&nbsp;data) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">Constructs an activatable transaction manager.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>activationID</code> - activation ID passed in by the activation daemon.</dd><dd><code>data</code> - state data needed to re-activate a transaction manager.</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></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="init(java.lang.String[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>init</h4> <pre>private&nbsp;void&nbsp;init(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;configArgs) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">Initialization common to both activatable and transient instances.</div> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> </li> </ul> <a name="doInitWithLogin(net.jini.config.Configuration, javax.security.auth.login.LoginContext)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>doInitWithLogin</h4> <pre>private&nbsp;void&nbsp;doInitWithLogin(<a href="../../../../net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a>&nbsp;config, <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/login/LoginContext.html?is-external=true" title="class or interface in javax.security.auth.login">LoginContext</a>&nbsp;loginContext) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> </li> </ul> <a name="doInit(net.jini.config.Configuration)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>doInit</h4> <pre>private&nbsp;void&nbsp;doInit(<a href="../../../../net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a>&nbsp;config) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> </li> </ul> <a name="create(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>create</h4> <pre>public&nbsp;<a href="../../../../net/jini/core/transaction/server/TransactionManager.Created.html" title="class in net.jini.core.transaction.server">TransactionManager.Created</a>&nbsp;create(long&nbsp;lease) throws <a href="../../../../net/jini/core/lease/LeaseDeniedException.html" title="class in net.jini.core.lease">LeaseDeniedException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#create(long)">TransactionManager</a></code></strong></div> <div class="block">Begin a new top-level transaction.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#create(long)">create</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>lease</code> - the requested lease time for the transaction</dd> <dt><span class="strong">Returns:</span></dt><dd>the transaction ID and the lease granted</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/lease/LeaseDeniedException.html" title="class in net.jini.core.lease">LeaseDeniedException</a></code> - if this manager is unwilling to grant the requested lease time</dd></dl> </li> </ul> <a name="join(long, net.jini.core.transaction.server.TransactionParticipant, long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>join</h4> <pre>public&nbsp;void&nbsp;join(long&nbsp;id, <a href="../../../../net/jini/core/transaction/server/TransactionParticipant.html" title="interface in net.jini.core.transaction.server">TransactionParticipant</a>&nbsp;part, long&nbsp;crashCount) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a>, <a href="../../../../net/jini/core/transaction/CannotJoinException.html" title="class in net.jini.core.transaction">CannotJoinException</a>, <a href="../../../../net/jini/core/transaction/server/CrashCountException.html" title="class in net.jini.core.transaction.server">CrashCountException</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#join(long, net.jini.core.transaction.server.TransactionParticipant, long)">TransactionManager</a></code></strong></div> <div class="block">Join a transaction that is managed by this transaction manager. The <code>crashCount</code> marks the state of the storage used by the participant for transactions. If the participant attempts to join a transaction more than once, the crash counts must be the same. Each system crash or other event that destroys the state of the participant's unprepared transaction storage must cause the crash count to increase by at least one.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#join(long, net.jini.core.transaction.server.TransactionParticipant, long)">join</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the transaction ID</dd><dd><code>part</code> - the participant joining the transaction</dd><dd><code>crashCount</code> - the participant's current crash count</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code> - if the transaction is unknown to the transaction manager, either because the transaction ID is incorrect or because the transaction is complete and its state has been discarded by the manager.</dd> <dd><code><a href="../../../../net/jini/core/transaction/CannotJoinException.html" title="class in net.jini.core.transaction">CannotJoinException</a></code> - if the transaction is known to the manager but is no longer active.</dd> <dd><code><a href="../../../../net/jini/core/transaction/server/CrashCountException.html" title="class in net.jini.core.transaction.server">CrashCountException</a></code> - if the crash count provided for the participant differs from the crash count in a previous invocation of the same pairing of participant and transaction</dd> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></code> - if there is a communication error</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/transaction/server/ServerTransaction.html#join(net.jini.core.transaction.server.TransactionParticipant, long)"><code>ServerTransaction.join(net.jini.core.transaction.server.TransactionParticipant, long)</code></a></dd></dl> </li> </ul> <a name="getState(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getState</h4> <pre>public&nbsp;int&nbsp;getState(long&nbsp;id) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#getState(long)">TransactionManager</a></code></strong></div> <div class="block">Returns the current state of the given transaction. The returned state can be any of the <code>TransactionConstants</code> values.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#getState(long)">getState</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the transaction ID</dd> <dt><span class="strong">Returns:</span></dt><dd>an <code>int</code> representing the state of the transaction</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code> - if the transaction is unknown to the transaction manager, either because the transaction ID is incorrect or because the transaction is complete and its state has been discarded by the manager.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/transaction/server/ServerTransaction.html#getState()"><code>ServerTransaction.getState()</code></a>, <a href="../../../../net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server"><code>TransactionConstants</code></a></dd></dl> </li> </ul> <a name="commit(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>commit</h4> <pre>public&nbsp;void&nbsp;commit(long&nbsp;id) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a>, <a href="../../../../net/jini/core/transaction/CannotCommitException.html" title="class in net.jini.core.transaction">CannotCommitException</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#commit(long)">TransactionManager</a></code></strong></div> <div class="block">Commit the transaction. Commit asks the transaction manager to execute the voting process with the participants. Returns if the transaction successfully reaches either the <code>NOTCHANGED</code> or the <code>COMMITTED</code> state, without waiting for the transaction manager to notify all participants of the decision. If the transaction must be aborted (because one or more participants are unable to prepare), <code>CannotCommitException</code> is thrown without waiting for the transaction manager to notify all participants of the decision.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#commit(long)">commit</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the transaction ID</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code> - if the transaction is unknown to the transaction manager, either because the transaction ID is incorrect or because the transaction is complete and its state has been discarded by the manager.</dd> <dd><code><a href="../../../../net/jini/core/transaction/CannotCommitException.html" title="class in net.jini.core.transaction">CannotCommitException</a></code> - if the transaction is being or already has been aborted</dd> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></code> - if there is a communication error</dd></dl> </li> </ul> <a name="commit(long, long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>commit</h4> <pre>public&nbsp;void&nbsp;commit(long&nbsp;id, long&nbsp;waitFor) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a>, <a href="../../../../net/jini/core/transaction/CannotCommitException.html" title="class in net.jini.core.transaction">CannotCommitException</a>, <a href="../../../../net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a>, <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#commit(long, long)">TransactionManager</a></code></strong></div> <div class="block">Commit the transaction, waiting for participants to be notified of the decision. Commit asks the transaction manager to execute the voting process with the participants. Returns if the transaction successfully reaches either the <code>NOTCHANGED</code> or the <code>COMMITTED</code> state, and the transaction manager has notified all participants of the decision, before the specified timeout expires. If the transaction must be aborted (because one or more participants are unable to prepare), <code>CannotCommitException</code> is thrown if the transaction manager is able to notify all participants of the decision before the specified timeout expires. If the transaction manager reaches a decision, but is unable to notify all participants of that decision before the specified timeout expires, then <code>TimeoutExpiredException</code> is thrown. If the specified timeout expires before the transaction manager reaches a decision, <code>TimeoutExpiredException</code> is not thrown until the manager reaches a decision.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#commit(long, long)">commit</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the transaction ID</dd><dd><code>waitFor</code> - timeout to wait, from the start of the call until all participants have been notified of the transaction manager's decision</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code> - if the transaction is unknown to the transaction manager, either because the transaction ID is incorrect or because the transaction is complete and its state has been discarded by the manager.</dd> <dd><code><a href="../../../../net/jini/core/transaction/CannotCommitException.html" title="class in net.jini.core.transaction">CannotCommitException</a></code> - if the transaction is being or already has been aborted</dd> <dd><code><a href="../../../../net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a></code> - if the transaction manager reaches a decision, but is unable to notify all participants of that decision before the specified timeout expires</dd> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></code> - if there is a communication error</dd></dl> </li> </ul> <a name="abort(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abort</h4> <pre>public&nbsp;void&nbsp;abort(long&nbsp;id) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a>, <a href="../../../../net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#abort(long)">TransactionManager</a></code></strong></div> <div class="block">Abort the transaction. This can be called at any time by any object holding a reference to the transaction. Abort asks the transaction manager to abort the transaction and to notify each participant of the decision, resulting in them rolling back any state changes made as part of the transaction. Returns as soon as the transaction manager records the abort decision, without waiting for the transaction manager to notify all participants of the decision.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#abort(long)">abort</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the transaction ID</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code> - if the transaction is unknown to the transaction manager, either because the transaction ID is incorrect or because the transaction is complete and its state has been discarded by the manager.</dd> <dd><code><a href="../../../../net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a></code> - if the transaction is known to have previously reached the COMMITTED state due to an earlier commit</dd></dl> </li> </ul> <a name="abort(long, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abort</h4> <pre>private&nbsp;void&nbsp;abort(long&nbsp;id, boolean&nbsp;doExpiryCheck) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a>, <a href="../../../../net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code></dd> <dd><code><a href="../../../../net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a></code></dd></dl> </li> </ul> <a name="abort(long, long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abort</h4> <pre>public&nbsp;void&nbsp;abort(long&nbsp;id, long&nbsp;waitFor) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a>, <a href="../../../../net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a>, <a href="../../../../net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#abort(long, long)">TransactionManager</a></code></strong></div> <div class="block">Abort the transaction, waiting for participants to be notified of the decision. This can be called at any time by any object holding a reference to the transaction. Abort asks the transaction manager to abort the transaction and to notify each participant of the decision, resulting in them rolling back any state changes made as part of the transaction. Returns if the transaction manager records the decision and is able to notify all participants of the decision before the specified timeout expires. If the transaction manager is unable to notify all participants of the decision before the specified timeout expires, then <code>TimeoutExpiredException</code> is thrown.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html#abort(long, long)">abort</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the transaction ID</dd><dd><code>waitFor</code> - timeout to wait, from the start of the call until all participants have been notified of the transaction manager's decision</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code> - if the transaction is unknown to the transaction manager, either because the transaction ID is incorrect or because the transaction is complete and its state has been discarded by the manager.</dd> <dd><code><a href="../../../../net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a></code> - if the transaction is known to have previously reached the COMMITTED state due to an earlier commit</dd> <dd><code><a href="../../../../net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a></code> - if the timeout expires before all participants have been notified</dd></dl> </li> </ul> <a name="abort(long, long, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>abort</h4> <pre>private&nbsp;void&nbsp;abort(long&nbsp;id, long&nbsp;waitFor, boolean&nbsp;doExpiryCheck) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a>, <a href="../../../../net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a>, <a href="../../../../net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code></dd> <dd><code><a href="../../../../net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a></code></dd> <dd><code><a href="../../../../net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a></code></dd></dl> </li> </ul> <a name="recover(long, com.sun.jini.mahalo.log.LogRecord)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>recover</h4> <pre>public&nbsp;void&nbsp;recover(long&nbsp;cookie, <a href="../../../../com/sun/jini/mahalo/log/LogRecord.html" title="interface in com.sun.jini.mahalo.log">LogRecord</a>&nbsp;rec) throws <a href="../../../../com/sun/jini/mahalo/log/LogException.html" title="class in com.sun.jini.mahalo.log">LogException</a></pre> <div class="block">This method recovers state changes resulting from committing a transaction. This re-creates the internal representation of the transaction.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/mahalo/log/LogRecovery.html#recover(long, com.sun.jini.mahalo.log.LogRecord)">recover</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/mahalo/log/LogRecovery.html" title="interface in com.sun.jini.mahalo.log">LogRecovery</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>cookie</code> - the transaction's ID</dd><dd><code>rec</code> - the <code>LogRecord</code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../com/sun/jini/mahalo/log/LogException.html" title="class in com.sun.jini.mahalo.log">LogException</a></code></dd></dl> </li> </ul> <a name="noteUnsettledTxn(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>noteUnsettledTxn</h4> <pre>public&nbsp;void&nbsp;noteUnsettledTxn(long&nbsp;tid)</pre> <div class="block">Informs the transaction manager to attempt to settle a given transaction.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/mahalo/TxnSettler.html#noteUnsettledTxn(long)">noteUnsettledTxn</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/mahalo/TxnSettler.html" title="interface in com.sun.jini.mahalo">TxnSettler</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>tid</code> - the transaction's ID</dd></dl> </li> </ul> <a name="settleTxns()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>settleTxns</h4> <pre>private&nbsp;void&nbsp;settleTxns() throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang">InterruptedException</a></code></dd></dl> </li> </ul> <a name="getTransaction(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTransaction</h4> <pre>public&nbsp;<a href="../../../../net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction">Transaction</a>&nbsp;getTransaction(long&nbsp;id) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></pre> <div class="block">Method from <code>TxnManager</code> which produces a <code>Transaction</code> from its ID.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/mahalo/TxnManager.html#getTransaction(long)">getTransaction</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo">TxnManager</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>id</code> - the ID</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction"><code>Transaction</code></a>, <a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo"><code>TxnManager</code></a></dd></dl> </li> </ul> <a name="renew(net.jini.id.Uuid, long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>renew</h4> <pre>public&nbsp;long&nbsp;renew(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;uuid, long&nbsp;extension) throws <a href="../../../../net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease">UnknownLeaseException</a>, <a href="../../../../net/jini/core/lease/LeaseDeniedException.html" title="class in net.jini.core.lease">LeaseDeniedException</a></pre> <div class="block">Requests the renewal of a lease on a <code>Transaction</code>.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/landlord/Landlord.html#renew(net.jini.id.Uuid, long)">renew</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/landlord/Landlord.html" title="interface in com.sun.jini.landlord">Landlord</a></code></dd> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/landlord/LocalLandlord.html#renew(net.jini.id.Uuid, long)">renew</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/landlord/LocalLandlord.html" title="interface in com.sun.jini.landlord">LocalLandlord</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>uuid</code> - identifies the leased resource</dd><dd><code>extension</code> - requested lease extension</dd> <dt><span class="strong">Returns:</span></dt><dd>The new duration the lease should have</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease">UnknownLeaseException</a></code> - if landlord does not know about a lease with the specified <code>cookie</code></dd> <dd><code><a href="../../../../net/jini/core/lease/LeaseDeniedException.html" title="class in net.jini.core.lease">LeaseDeniedException</a></code> - if the landlord is unwilling to renew the lease</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease"><code>Lease</code></a>, <a href="../../../../com/sun/jini/landlord/LeasedResource.html" title="interface in com.sun.jini.landlord"><code>LeasedResource</code></a>, <a href="../../../../com/sun/jini/mahalo/LeaseManager.html" title="interface in com.sun.jini.mahalo"><code>LeaseManager</code></a></dd></dl> </li> </ul> <a name="cancel(net.jini.id.Uuid)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cancel</h4> <pre>public&nbsp;void&nbsp;cancel(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;uuid) throws <a href="../../../../net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease">UnknownLeaseException</a></pre> <div class="block">Cancels the lease on a <code>Transaction</code>.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/landlord/Landlord.html#cancel(net.jini.id.Uuid)">cancel</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/landlord/Landlord.html" title="interface in com.sun.jini.landlord">Landlord</a></code></dd> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/landlord/LocalLandlord.html#cancel(net.jini.id.Uuid)">cancel</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/landlord/LocalLandlord.html" title="interface in com.sun.jini.landlord">LocalLandlord</a></code></dd> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/mahalo/LeaseExpirationMgr.Expirer.html#cancel(net.jini.id.Uuid)">cancel</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/mahalo/LeaseExpirationMgr.Expirer.html" title="interface in com.sun.jini.mahalo">LeaseExpirationMgr.Expirer</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>uuid</code> - identifies the leased resource</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease">UnknownLeaseException</a></code> - if landlord does not know about a lease with the specified <code>cookie</code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease"><code>Lease</code></a>, <a href="../../../../com/sun/jini/landlord/LeasedResource.html" title="interface in com.sun.jini.landlord"><code>LeasedResource</code></a>, <a href="../../../../com/sun/jini/mahalo/LeaseManager.html" title="interface in com.sun.jini.mahalo"><code>LeaseManager</code></a></dd></dl> </li> </ul> <a name="renewAll(net.jini.id.Uuid[], long[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>renewAll</h4> <pre>public&nbsp;<a href="../../../../com/sun/jini/landlord/Landlord.RenewResults.html" title="class in com.sun.jini.landlord">Landlord.RenewResults</a>&nbsp;renewAll(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>[]&nbsp;cookies, long[]&nbsp;extensions)</pre> <div class="block">Bulk renewal request of leases on <code>Transaction</code>s.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/landlord/Landlord.html#renewAll(net.jini.id.Uuid[], long[])">renewAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/landlord/Landlord.html" title="interface in com.sun.jini.landlord">Landlord</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>cookies</code> - identifies the leased resources</dd><dd><code>extensions</code> - requested lease extensions</dd> <dt><span class="strong">Returns:</span></dt><dd>A RenewResults object that contains the new duration of each lease that was successfully renewed or the exception encountered for each lease that could not be renewed</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease"><code>Lease</code></a>, <a href="../../../../com/sun/jini/landlord/LeasedResource.html" title="interface in com.sun.jini.landlord"><code>LeasedResource</code></a>, <a href="../../../../com/sun/jini/mahalo/LeaseManager.html" title="interface in com.sun.jini.mahalo"><code>LeaseManager</code></a></dd></dl> </li> </ul> <a name="cancelAll(net.jini.id.Uuid[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cancelAll</h4> <pre>public&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;cancelAll(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>[]&nbsp;cookies)</pre> <div class="block">Bulk cancel of leases on <code>Transaction</code>s.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/landlord/Landlord.html#cancelAll(net.jini.id.Uuid[])">cancelAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/landlord/Landlord.html" title="interface in com.sun.jini.landlord">Landlord</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>cookies</code> - identifies the leased resources</dd> <dt><span class="strong">Returns:</span></dt><dd>If all the leases specified in the <code>cookies</code> could be cancelled return <code>null</code>. Otherwise, return a <code>Map</code> that for each failed cancel attempt maps the corresponding cookie object to an exception describing the failure.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease"><code>Lease</code></a>, <a href="../../../../com/sun/jini/landlord/LeasedResource.html" title="interface in com.sun.jini.landlord"><code>LeasedResource</code></a>, <a href="../../../../com/sun/jini/mahalo/LeaseManager.html" title="interface in com.sun.jini.mahalo"><code>LeaseManager</code></a></dd></dl> </li> </ul> <a name="nextID()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nextID</h4> <pre>static&nbsp;long&nbsp;nextID()</pre> <div class="block">gets the next available transaction ID.</div> </li> </ul> <a name="serverTransaction(net.jini.core.transaction.Transaction)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>serverTransaction</h4> <pre>private&nbsp;<a href="../../../../net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a>&nbsp;serverTransaction(<a href="../../../../net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction">Transaction</a>&nbsp;baseTr) throws <a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></code></dd></dl> </li> </ul> <a name="manager()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>manager</h4> <pre>public&nbsp;<a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a>&nbsp;manager()</pre> <div class="block">Returns a reference to the <code>TransactionManager</code> interface.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/mahalo/TxnManager.html#manager()">manager</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo">TxnManager</a></code></dd> <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server"><code>TransactionManager</code></a></dd></dl> </li> </ul> <a name="enterTMT(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>enterTMT</h4> <pre>private&nbsp;<a href="../../../../com/sun/jini/mahalo/TxnManagerTransaction.html" title="class in com.sun.jini.mahalo">TxnManagerTransaction</a>&nbsp;enterTMT(long&nbsp;cookie)</pre> </li> </ul> <a name="destroy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>destroy</h4> <pre>public&nbsp;void&nbsp;destroy()</pre> <div class="block">Cleans up and exits the transaction manager.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/admin/DestroyAdmin.html#destroy()">destroy</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/admin/DestroyAdmin.html" title="interface in com.sun.jini.admin">DestroyAdmin</a></code></dd> </dl> </li> </ul> <a name="getAdmin()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAdmin</h4> <pre>public&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getAdmin()</pre> <div class="block">Returns the administration object for the transaction manager.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/Administrable.html#getAdmin()">getAdmin</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/Administrable.html" title="interface in net.jini.admin">Administrable</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>an object that implements whatever administration interfaces are appropriate for the particular service.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin"><code>JoinAdmin</code></a></dd></dl> </li> </ul> <a name="getLookupAttributes()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLookupAttributes</h4> <pre>public&nbsp;<a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]&nbsp;getLookupAttributes()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#getLookupAttributes()">JoinAdmin</a></code></strong></div> <div class="block">Get the current attribute sets for the service.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#getLookupAttributes()">getLookupAttributes</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>the current attribute sets for the service</dd></dl> </li> </ul> <a name="addLookupAttributes(net.jini.core.entry.Entry[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addLookupAttributes</h4> <pre>public&nbsp;void&nbsp;addLookupAttributes(<a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]&nbsp;attrSets)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#addLookupAttributes(net.jini.core.entry.Entry[])">JoinAdmin</a></code></strong></div> <div class="block">Add attribute sets for the service. The resulting set will be used for all future joins. The attribute sets are also added to all currently-joined lookup services.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#addLookupAttributes(net.jini.core.entry.Entry[])">addLookupAttributes</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>attrSets</code> - the attribute sets to add</dd></dl> </li> </ul> <a name="modifyLookupAttributes(net.jini.core.entry.Entry[], net.jini.core.entry.Entry[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>modifyLookupAttributes</h4> <pre>public&nbsp;void&nbsp;modifyLookupAttributes(<a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]&nbsp;attrSetTemplates, <a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]&nbsp;attrSets)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#modifyLookupAttributes(net.jini.core.entry.Entry[], net.jini.core.entry.Entry[])">JoinAdmin</a></code></strong></div> <div class="block">Modify the current attribute sets, using the same semantics as ServiceRegistration.modifyAttributes. The resulting set will be used for all future joins. The same modifications are also made to all currently-joined lookup services.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#modifyLookupAttributes(net.jini.core.entry.Entry[], net.jini.core.entry.Entry[])">modifyLookupAttributes</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>attrSetTemplates</code> - the templates for matching attribute sets</dd><dd><code>attrSets</code> - the modifications to make to matching sets</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/core/lookup/ServiceRegistration.html#modifyAttributes(net.jini.core.entry.Entry[], net.jini.core.entry.Entry[])"><code>ServiceRegistration.modifyAttributes(net.jini.core.entry.Entry[], net.jini.core.entry.Entry[])</code></a></dd></dl> </li> </ul> <a name="getLookupGroups()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLookupGroups</h4> <pre>public&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getLookupGroups()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#getLookupGroups()">JoinAdmin</a></code></strong></div> <div class="block">Get the list of groups to join. An empty array means the service joins no groups (as opposed to "all" groups).</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#getLookupGroups()">getLookupGroups</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>an array of groups to join. An empty array means the service joins no groups (as opposed to "all" groups).</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html#setLookupGroups(java.lang.String[])"><code>JoinAdmin.setLookupGroups(java.lang.String[])</code></a></dd></dl> </li> </ul> <a name="addLookupGroups(java.lang.String[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addLookupGroups</h4> <pre>public&nbsp;void&nbsp;addLookupGroups(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;groups)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#addLookupGroups(java.lang.String[])">JoinAdmin</a></code></strong></div> <div class="block">Add new groups to the set to join. Lookup services in the new groups will be discovered and joined.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#addLookupGroups(java.lang.String[])">addLookupGroups</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>groups</code> - groups to join</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html#removeLookupGroups(java.lang.String[])"><code>JoinAdmin.removeLookupGroups(java.lang.String[])</code></a></dd></dl> </li> </ul> <a name="removeLookupGroups(java.lang.String[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeLookupGroups</h4> <pre>public&nbsp;void&nbsp;removeLookupGroups(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;groups)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#removeLookupGroups(java.lang.String[])">JoinAdmin</a></code></strong></div> <div class="block">Remove groups from the set to join. Leases are cancelled at lookup services that are not members of any of the remaining groups.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#removeLookupGroups(java.lang.String[])">removeLookupGroups</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>groups</code> - groups to leave</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html#addLookupGroups(java.lang.String[])"><code>JoinAdmin.addLookupGroups(java.lang.String[])</code></a></dd></dl> </li> </ul> <a name="setLookupGroups(java.lang.String[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setLookupGroups</h4> <pre>public&nbsp;void&nbsp;setLookupGroups(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;groups)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#setLookupGroups(java.lang.String[])">JoinAdmin</a></code></strong></div> <div class="block">Replace the list of groups to join with a new list. Leases are cancelled at lookup services that are not members of any of the new groups. Lookup services in the new groups will be discovered and joined.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#setLookupGroups(java.lang.String[])">setLookupGroups</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>groups</code> - groups to join</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html#getLookupGroups()"><code>JoinAdmin.getLookupGroups()</code></a></dd></dl> </li> </ul> <a name="getLookupLocators()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLookupLocators</h4> <pre>public&nbsp;<a href="../../../../net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a>[]&nbsp;getLookupLocators()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#getLookupLocators()">JoinAdmin</a></code></strong></div> <div class="block">Get the list of locators of specific lookup services to join.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#getLookupLocators()">getLookupLocators</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>the list of locators of specific lookup services to join</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html#setLookupLocators(net.jini.core.discovery.LookupLocator[])"><code>JoinAdmin.setLookupLocators(net.jini.core.discovery.LookupLocator[])</code></a></dd></dl> </li> </ul> <a name="addLookupLocators(net.jini.core.discovery.LookupLocator[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addLookupLocators</h4> <pre>public&nbsp;void&nbsp;addLookupLocators(<a href="../../../../net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a>[]&nbsp;locators) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#addLookupLocators(net.jini.core.discovery.LookupLocator[])">JoinAdmin</a></code></strong></div> <div class="block">Add locators for specific new lookup services to join. The new lookup services will be discovered and joined.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#addLookupLocators(net.jini.core.discovery.LookupLocator[])">addLookupLocators</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>locators</code> - locators of specific lookup services to join</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html#removeLookupLocators(net.jini.core.discovery.LookupLocator[])"><code>JoinAdmin.removeLookupLocators(net.jini.core.discovery.LookupLocator[])</code></a></dd></dl> </li> </ul> <a name="removeLookupLocators(net.jini.core.discovery.LookupLocator[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeLookupLocators</h4> <pre>public&nbsp;void&nbsp;removeLookupLocators(<a href="../../../../net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a>[]&nbsp;locators) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#removeLookupLocators(net.jini.core.discovery.LookupLocator[])">JoinAdmin</a></code></strong></div> <div class="block">Remove locators for specific lookup services from the set to join. Any leases held at the lookup services are cancelled.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#removeLookupLocators(net.jini.core.discovery.LookupLocator[])">removeLookupLocators</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>locators</code> - locators of specific lookup services to leave</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html#addLookupLocators(net.jini.core.discovery.LookupLocator[])"><code>JoinAdmin.addLookupLocators(net.jini.core.discovery.LookupLocator[])</code></a></dd></dl> </li> </ul> <a name="setLookupLocators(net.jini.core.discovery.LookupLocator[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setLookupLocators</h4> <pre>public&nbsp;void&nbsp;setLookupLocators(<a href="../../../../net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a>[]&nbsp;locators) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html#setLookupLocators(net.jini.core.discovery.LookupLocator[])">JoinAdmin</a></code></strong></div> <div class="block">Replace the list of locators of specific lookup services to join with a new list. Leases are cancelled at lookup services that were in the old list but are not in the new list. Any new lookup services will be discovered and joined.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/admin/JoinAdmin.html#setLookupLocators(net.jini.core.discovery.LookupLocator[])">setLookupLocators</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/admin/JoinAdmin.html" title="interface in net.jini.admin">JoinAdmin</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>locators</code> - locators of specific lookup services to join</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</a></code></dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../net/jini/admin/JoinAdmin.html#getLookupLocators()"><code>JoinAdmin.getLookupLocators()</code></a></dd></dl> </li> </ul> <a name="attributesFor()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>attributesFor</h4> <pre>private static&nbsp;<a href="../../../../net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry">Entry</a>[]&nbsp;attributesFor()</pre> <div class="block">Create the service owned attributes for an Mahalo server</div> </li> </ul> <a name="getProxy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getProxy</h4> <pre>public&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getProxy()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/export/ProxyAccessor.html#getProxy()">ProxyAccessor</a></code></strong></div> <div class="block">Returns a proxy object for this remote object. If this remote object is not exported (and hence, no proxy is available), then <code>null</code> is returned.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/export/ProxyAccessor.html#getProxy()">getProxy</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/export/ProxyAccessor.html" title="interface in net.jini.export">ProxyAccessor</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>a proxy, or <code>null</code></dd></dl> </li> </ul> <a name="getServiceProxy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getServiceProxy</h4> <pre>public&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getServiceProxy()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../com/sun/jini/start/ServiceProxyAccessor.html#getServiceProxy()">ServiceProxyAccessor</a></code></strong></div> <div class="block">Returns a proxy object for this object. This value should not be <code>null</code>.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../com/sun/jini/start/ServiceProxyAccessor.html#getServiceProxy()">getServiceProxy</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/sun/jini/start/ServiceProxyAccessor.html" title="interface in com.sun.jini.start">ServiceProxyAccessor</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>a proxy object reference</dd></dl> </li> </ul> <a name="initFailed(java.lang.Throwable)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initFailed</h4> <pre>protected&nbsp;void&nbsp;initFailed(<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;e) throws <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> <div class="block">Log information about failing to initialize the service and rethrow the appropriate exception.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>e</code> - the exception produced by the failure</dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> </li> </ul> <a name="cleanup()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>cleanup</h4> <pre>private&nbsp;void&nbsp;cleanup()</pre> </li> </ul> <a name="getProxyVerifier()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getProxyVerifier</h4> <pre>public&nbsp;<a href="../../../../net/jini/security/TrustVerifier.html" title="interface in net.jini.security">TrustVerifier</a>&nbsp;getProxyVerifier()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../net/jini/security/proxytrust/ServerProxyTrust.html#getProxyVerifier()">ServerProxyTrust</a></code></strong></div> <div class="block">Returns a <code>TrustVerifier</code> that can be used to verify that a proxy can be trusted as a proxy for the service; that is, the <a href="../../../../net/jini/security/TrustVerifier.html#isTrustedObject(java.lang.Object, net.jini.security.TrustVerifier.Context)"><code>isTrustedObject</code></a> method of the returned verifier can be called with a candidate proxy. The verifier should be able to verify all proxies for the service, including proxies for resources (such as leases and registrations).</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../net/jini/security/proxytrust/ServerProxyTrust.html#getProxyVerifier()">getProxyVerifier</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../net/jini/security/proxytrust/ServerProxyTrust.html" title="interface in net.jini.security.proxytrust">ServerProxyTrust</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>a <code>TrustVerifier</code> that can be used to verify that a proxy can be trusted as a proxy for the service</dd></dl> </li> </ul> <a name="ensureCurrent(com.sun.jini.landlord.LeasedResource)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>ensureCurrent</h4> <pre>private static&nbsp;boolean&nbsp;ensureCurrent(<a href="../../../../com/sun/jini/landlord/LeasedResource.html" title="interface in com.sun.jini.landlord">LeasedResource</a>&nbsp;resource)</pre> <div class="block">Utility method that check for valid resource</div> </li> </ul> <a name="createLeaseUuid(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createLeaseUuid</h4> <pre>private&nbsp;<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;createLeaseUuid(long&nbsp;txnId)</pre> </li> </ul> <a name="verifyLeaseUuid(net.jini.id.Uuid)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>verifyLeaseUuid</h4> <pre>private&nbsp;void&nbsp;verifyLeaseUuid(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;uuid) throws <a href="../../../../net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease">UnknownLeaseException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease">UnknownLeaseException</a></code></dd></dl> </li> </ul> <a name="getLeaseTid(net.jini.id.Uuid)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getLeaseTid</h4> <pre>private&nbsp;<a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;getLeaseTid(<a href="../../../../net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a>&nbsp;uuid)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/TxnManagerImpl.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/sun/jini/mahalo/TxnManager.html" title="interface in com.sun.jini.mahalo"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../com/sun/jini/mahalo/TxnManagerImpl.DestroyThread.html" title="class in com.sun.jini.mahalo"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/sun/jini/mahalo/TxnManagerImpl.html" target="_top">Frames</a></li> <li><a href="TxnManagerImpl.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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright 2007-2013, multiple authors.<br>Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="child" >Apache License, Version 2.0</a>, see the <a href="../../../../doc-files/NOTICE" target="child" >NOTICE</a> file for attributions.</small></p> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (1.8.0_152) on Thu Nov 07 11:03:46 BRST 2019 --> <title>Deprecated List</title> <meta name="date" content="2019-11-07"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Deprecated List"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Deprecated API" class="title">Deprecated API</h1> <h2 title="Contents">Contents</h2> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li><a href="overview-tree.html">Tree</a></li> <li class="navBarCell1Rev">Deprecated</li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> <li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
<!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title>terceira pagina</title> </head> <body> <h1>terceira pagina</h1> <p>esta é a terceira pagina</p> <p><a href="../index.html">volta para a primeira pagina</a></p><!----> </body> </html>
<button *ngIf="!userLogged" mat-button aria-label="login" (click)="login()"> <span>Login</span> </button> <div *ngIf="userLogged"> <button mat-button [matMenuTriggerFor]="menu">{{ userLogged.username }}</button> <mat-menu #menu="matMenu"> <button mat-menu-item (click)="editLogin()"> <span>Edit info</span> </button> <button mat-menu-item (click)="logout()"> <span>Logout</span> </button> </mat-menu> </div>
<extend name="Public:base" /> <block name="main"> <div class="main layui-clear"> <div class="wrap"> <div class="layui-form-item"> <!-- <div class="layui-input-block"> --> <input type="text" name="title" required lay-verify="required" placeholder="请输入你的问题" autocomplete="off" class="layui-input" id="post"> <!-- </div> --> </div> <script> layui.use(['jquery', 'layer'], function(){ var $ = layui.$ //重点处 ,layer = layui.layer; var content = ''; $("#post").click(function(){ layer.open({ type: 2, title: "提问", closeBtn: 1, shadeClose: true, area: ['750px', '300px'], skin: 'layui-layer-molv', content: ["{:U('Home/Topic/ask')}","no"] }); }); }); </script> <div class="content" style="margin-right:0"> <ul class="fly-list"> <volist name="list" id="vo"> <li class="fly-list-li"> <a href="" class="fly-list-avatar"> <img src="{$vo.user_avatar}" alt=""> </a> <h2 class="fly-tip"> <a href="/v/{$vo.topic_id}">{$vo.topic_title|htmlspecialchars_decode}</a> </h2> <p> <span><a href="">{$vo.topic_poster|default="anonymous"}</a></span> <span>{$vo.topic_time|timespan}</span> <!-- <span>layui框架综合</span> --> <span class="fly-list-hint"> <i class="iconfont" title="回复">&#xe60c;</i> {$vo.topic_reply} <i class="iconfont" title="查看">&#xe60b;</i> {$vo.topic_click} </span> </p> </li> </volist> </ul> <!-- <div id="page" style="margin:0 auto;"> <span class="layui-btn" style="width: 100%;margin-top: 10px;">下一页</span> <input type="hidden" id="num" value="{$Think.get.p|default='1'}"> </div> --> {$page} <!-- <script> function jump(count,url) { window.setTimeout(function(){ count--; if(count > 0) { jump(count); } else { location.href=url; } }, 200); } layui.use(["jquery"],function(){ var $ = layui.$; $("#page").click(function(){ $("#page").addClass("layui-anim layui-anim-upbit"); var page_num = $("#num").val(); var url = "/t/"+ ++page_num; jump(1,url); }); }); </script> --> </div> </div> </block>
<!DOCTYPE html> <html> <head lang="en"> <meta content="IE=edge" http-equiv="X-UA-Compatible"/> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> <title>Smelly Skunk - TV Tropes</title> <meta content="The Smelly Skunk trope as used in popular culture. You know what this is going to be about. Skunks stink. It's a known fact. What isn't so well known (at …" name="description"/> <link href="https://tvtropes.org/pmwiki/pmwiki.php/Main/SmellySkunk" rel="canonical"/> <link href="/img/icons/favicon.ico" rel="shortcut icon" type="image/x-icon"/> <meta content="summary_large_image" name="twitter:card"/> <meta content="@tvtropes" name="twitter:site"/> <meta content="@tvtropes" name="twitter:owner"/> <meta content="Smelly Skunk - TV Tropes" name="twitter:title"/> <meta content="The Smelly Skunk trope as used in popular culture. You know what this is going to be about. Skunks stink. It's a known fact. What isn't so well known (at …" name="twitter:description"/> <meta content="https://static.tvtropes.org/pmwiki/pub/images/skunkstink.png" name="twitter:image:src"/> <meta content="TV Tropes" property="og:site_name"/> <meta content="en_US" property="og:locale"/> <meta content="https://www.facebook.com/tvtropes" property="article:publisher"/> <meta content="Smelly Skunk - TV Tropes" property="og:title"/> <meta content="website" property="og:type"/> <meta content="https://tvtropes.org/pmwiki/pmwiki.php/Main/SmellySkunk" property="og:url"/> <meta content="https://static.tvtropes.org/pmwiki/pub/images/skunkstink.png" property="og:image"/> <meta content="You know what this is going to be about. Skunks stink. It's a known fact. What isn't so well known (at least among fiction creators) is why they smell. Some works portray it correctly, as a stream of stinky liquid coming out the butt. (The glands …" property="og:description"/> <link href="/img/icons/apple-icon-57x57.png" rel="apple-touch-icon" sizes="57x57" type="image/png"/> <link href="/img/icons/apple-icon-60x60.png" rel="apple-touch-icon" sizes="60x60" type="image/png"/> <link href="/img/icons/apple-icon-72x72.png" rel="apple-touch-icon" sizes="72x72" type="image/png"/> <link href="/img/icons/apple-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" type="image/png"/> <link href="/img/icons/apple-icon-114x114.png" rel="apple-touch-icon" sizes="114x114" type="image/png"/> <link href="/img/icons/apple-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" type="image/png"/> <link href="/img/icons/apple-icon-144x144.png" rel="apple-touch-icon" sizes="144x144" type="image/png"/> <link href="/img/icons/apple-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" type="image/png"/> <link href="/img/icons/apple-icon-180x180.png" rel="apple-touch-icon" sizes="180x180" type="image/png"/> <link href="/img/icons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/> <link href="/img/icons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/> <link href="/img/icons/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png"/> <link href="/img/icons/favicon-192x192.png" rel="icon" sizes="192x192" type="image/png"/> <meta content="width=device-width, initial-scale=1" id="viewport" name="viewport"/> <script> var propertag = {}; propertag.cmd = []; </script> <link href="/design/assets/bundle.css?rev=c58d8df02f09262390bbd03db7921fc35c6af306" rel="stylesheet"/> <script> function object(objectId) { if (document.getElementById && document.getElementById(objectId)) { return document.getElementById(objectId); } else if (document.all && document.all(objectId)) { return document.all(objectId); } else if (document.layers && document.layers[objectId]) { return document.layers[objectId]; } else { return false; } } // JAVASCRIPT COOKIES CODE: for getting and setting user viewing preferences var cookies = { create: function (name, value, days2expire, path) { var date = new Date(); date.setTime(date.getTime() + (days2expire * 24 * 60 * 60 * 1000)); var expires = date.toUTCString(); document.cookie = name + '=' + value + ';' + 'expires=' + expires + ';' + 'path=' + path + ';'; }, createWithExpire: function(name, value, expires, path) { document.cookie = name + '=' + value + ';' + 'expires=' + expires + ';' + 'path=' + path + ';'; }, read: function (name) { var cookie_value = "", current_cookie = "", name_expr = name + "=", all_cookies = document.cookie.split(';'), n = all_cookies.length; for (var i = 0; i < n; i++) { current_cookie = all_cookies[i].trim(); if (current_cookie.indexOf(name_expr) === 0) { cookie_value = current_cookie.substring(name_expr.length, current_cookie.length); break; } } return cookie_value; }, update: function (name, val) { this.create(name, val, 300, "/"); }, remove: function (name) { document.cookie = name + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/"; } }; function updateUserPrefs() { //GENERAL: detect and set browser, if not cookied (will be treated like a user-preference and added to the #user-pref element) if( !cookies.read('user-browser') ){ var broswer = ''; if(navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) ){ browser = 'iOS'; } else if (/Opera[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'opera'; } else if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) { browser = 'MSIE'; } else if (/Navigator[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'netscape'; } else if (/Chrome[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'chrome'; } else if (/Safari[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'safari'; /Version[\/\s](\d+\.\d+)/.test(navigator.userAgent); browserVersion = new Number(RegExp.$1); } else if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'firefox'; } else { browser = 'internet_explorer'; } cookies.create('user-browser',browser,1,'/'); document.getElementById('user-prefs').classList.add('browser-' + browser); } else { document.getElementById('user-prefs').classList.add('browser-' + cookies.read('user-browser')); } //update user preference settings if (cookies.read('wide-load') !== '') document.getElementById('user-prefs').classList.add('wide-load'); if (cookies.read('night-vision') !== '') document.getElementById('user-prefs').classList.add('night-vision'); if (cookies.read('sticky-header') !== '') document.getElementById('user-prefs').classList.add('sticky-header'); if (cookies.read('show-spoilers') !== '') document.getElementById('user-prefs').classList.add('show-spoilers'); if (cookies.read('folders-open') !== '') document.getElementById('user-prefs').classList.add('folders-open'); if (cookies.read('lefthand-sidebar') !== '') document.getElementById('user-prefs').classList.add('lefthand-sidebar'); if (cookies.read('highlight-links') !== '') document.getElementById('user-prefs').classList.add('highlight-links'); if (cookies.read('forum-gingerbread') !== '') document.getElementById('user-prefs').classList.add('forum-gingerbread'); if (cookies.read('shared-avatars') !== '') document.getElementById('user-prefs').classList.add('shared-avatars'); if (cookies.read('new-search') !== '') document.getElementById('user-prefs').classList.add('new-search'); if (cookies.read('stop-auto-play-video') !== '') document.getElementById('user-prefs').classList.add('stop-auto-play-video'); //desktop view on mobile if (cookies.read('desktop-on-mobile') !== ''){ document.getElementById('user-prefs').classList.add('desktop-on-mobile'); var viewport = document.querySelector("meta[name=viewport]"); viewport.setAttribute('content', 'width=1000'); } } function updateDesktopPrefs() { if (cookies.read('wide-load') !== '') document.getElementById('sidebar-toggle-wideload').classList.add('active'); if (cookies.read('night-vision') !== '') document.getElementById('sidebar-toggle-nightvision').classList.add('active'); if (cookies.read('sticky-header') !== '') document.getElementById('sidebar-toggle-stickyheader').classList.add('active'); if (cookies.read('show-spoilers') !== '') document.getElementById('sidebar-toggle-showspoilers').classList.add('active'); } function updateMobilePrefs() { if (cookies.read('show-spoilers') !== '') document.getElementById('mobile-toggle-showspoilers').classList.add('active'); if (cookies.read('night-vision') !== '') document.getElementById('mobile-toggle-nightvision').classList.add('active'); if (cookies.read('sticky-header') !== '') document.getElementById('mobile-toggle-stickyheader').classList.add('active'); if (cookies.read('highlight-links') !== '') document.getElementById('mobile-toggle-highlightlinks').classList.add('active'); } if (document.cookie.indexOf("scroll0=") < 0) { // do nothing } else { console.log('ads removed by scroll.com'); var adsRemovedWith = 'scroll'; var style = document.createElement('style'); style.innerHTML = '#header-ad, .proper-ad-unit, .square_ad, .sb-ad-unit { display: none !important; } '; document.head.appendChild(style); } </script> <script type="text/javascript"> var tvtropes_config = { astri_stream_enabled : "", is_logged_in : "", handle : "", get_astri_stream : "", revnum : "c58d8df02f09262390bbd03db7921fc35c6af306", img_domain : "https://static.tvtropes.org", adblock : "1", adblock_url : "propermessage.io", pause_editing : "0", pause_editing_msg : "", pause_site_changes : "" }; </script> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3821842-1', 'auto'); ga('send', 'pageview'); </script> </head> <body class=""> <i id="user-prefs"></i> <script>updateUserPrefs();</script> <div id="fb-root"></div> <div id="modal-box"></div> <header class="headroom-element" id="main-header-bar"> <div id="main-header-bar-inner"> <span class="header-spacer" id="header-spacer-left"></span> <a class="mobile-menu-toggle-button tablet-on" href="#mobile-menu" id="main-mobile-toggle"><span></span><span></span><span></span></a> <a class="no-dev" href="/" id="main-header-logoButton"></a> <span class="header-spacer" id="header-spacer-right"></span> <nav class="tablet-off" id="main-header-nav"> <a href="/pmwiki/pmwiki.php/Main/Tropes">Tropes</a> <a href="/pmwiki/pmwiki.php/Main/Media">Media</a> <a class="nav-browse" href="/pmwiki/browse.php">Browse</a> <a href="/pmwiki/index_report.php">Indexes</a> <a href="/pmwiki/topics.php">Forums</a> <a class="nav-browse" href="/pmwiki/recent_videos.php">Videos</a> </nav> <div id="main-header-bar-right"> <div class="font-xs mobile-off" id="signup-login-box"> <a class="hover-underline bold" data-modal-target="signup" href="/pmwiki/login.php">Join</a> <a class="hover-underline bold" data-modal-target="login" href="/pmwiki/login.php">Login</a> </div> <div class="mobile-on inline" id="signup-login-mobileToggle"> <a data-modal-target="login" href="/pmwiki/login.php"><i class="fa fa-user"></i></a> </div> <div id="search-box"> <form action="/pmwiki/search_result.php" class="search"> <input class="search-box" name="q" placeholder="Search" required="" type="text" value=""/> <input class="submit-button" type="submit" value=""/> <input name="search_type" type="hidden" value="article"/> <input name="page_type" type="hidden" value="all"/> <input name="cx" type="hidden" value="partner-pub-6610802604051523:amzitfn8e7v"/> <input name="cof" type="hidden" value="FORID:10"/> <input name="ie" type="hidden" value="ISO-8859-1"/> <input name="siteurl" type="hidden" value=""/> <input name="ref" type="hidden" value=""/> <input name="ss" type="hidden" value=""/> </form> <a class="mobile-on mobile-search-toggle close-x" href="#close-search"><i class="fa fa-close"></i></a> </div> <div id="random-box"> <a class="button-random-trope" href="/pmwiki/pmwiki.php/Main/ImprovisedWeapon" onclick="ga('send', 'event', 'button', 'click', 'random trope');" rel="nofollow"></a> <a class="button-random-media" href="/pmwiki/pmwiki.php/TabletopGame/BlackCrusade" onclick="ga('send', 'event', 'button', 'click', 'random media');" rel="nofollow"></a> </div> </div> </div> <div class="tablet-on" id="mobile-menu"><div class="mobile-menu-options"> <div class="nav-wrapper"> <a class="xl" href="/pmwiki/pmwiki.php/Main/Tropes">Tropes</a> <a class="xl" href="/pmwiki/pmwiki.php/Main/Media">Media</a> <a class="xl" href="/pmwiki/browse.php">Browse</a> <a class="xl" href="/pmwiki/index_report.php">Indexes</a> <a class="xl" href="/pmwiki/topics.php">Forums</a> <a class="xl" href="/pmwiki/recent_videos.php">Videos</a> <a href="/pmwiki/query.php?type=att">Ask The Tropers</a> <a href="/pmwiki/query.php?type=tf">Trope Finder</a> <a href="/pmwiki/query.php?type=ykts">You Know That Show...</a> <a href="/pmwiki/tlp_activity.php">Trope Launch Pad</a> <a data-click-toggle="active" href="#tools">Tools <i class="fa fa-chevron-down"></i></a> <div class="tools-dropdown mobile-dropdown-linkList"> <a href="/pmwiki/cutlist.php">Cut List</a> <a href="/pmwiki/changes.php">New Edits</a> <a href="/pmwiki/recent_edit_reasons.php">Edit Reasons</a> <a href="/pmwiki/launches.php">Launches</a> <a href="/pmwiki/img_list.php">Images List</a> <a href="/pmwiki/crown_activity.php">Crowner Activity</a> <a href="/pmwiki/no_types.php">Un-typed Pages</a> <a href="/pmwiki/page_type_audit.php">Recent Page Type Changes</a> </div> <a data-click-toggle="active" href="#hq">Tropes HQ <i class="fa fa-chevron-down"></i></a> <div class="tools-dropdown mobile-dropdown-linkList"> <a href="/pmwiki/about.php">About Us</a> <a href="/pmwiki/contact.php">Contact Us</a> <a href="mailto:advertising@proper.io">Advertise</a> <a href="/pmwiki/dmca.php">DMCA Notice</a> <a href="/pmwiki/privacypolicy.php">Privacy Policy</a> </div> <a href="/pmwiki/ad-free-subscribe.php">Go Ad-Free</a> <div class="toggle-switches"> <ul class="mobile-menu display-toggles"> <li>Show Spoilers <div class="display-toggle show-spoilers" id="mobile-toggle-showspoilers"></div></li> <li>Night Vision <div class="display-toggle night-vision" id="mobile-toggle-nightvision"></div></li> <li>Sticky Header <div class="display-toggle sticky-header" id="mobile-toggle-stickyheader"></div></li> <li>Highlight Links <div class="display-toggle highlight-links" id="mobile-toggle-highlightlinks"></div></li> </ul> <script>updateMobilePrefs();</script> </div> </div> </div> </div> </header> <div class="mobile-on" id="homepage-introBox-mobile"> <a href="/"><img class="logo-small" src="/images/logo-white-big.png"/></a> <form action="/pmwiki/search_result.php" class="search" style="margin:10px -5px -6px -5px;"> <input class="search-box" name="q" placeholder="Search" required="" type="text" value=""/> <input class="submit-button" type="submit" value=""/> <input name="search_type" type="hidden" value="article"/> <input name="page_type" type="hidden" value="all"/> <input name="cx" type="hidden" value="partner-pub-6610802604051523:amzitfn8e7v"/> <input name="cof" type="hidden" value="FORID:10"/> <input name="ie" type="hidden" value="ISO-8859-1"/> <input name="siteurl" type="hidden" value=""/> <input name="ref" type="hidden" value=""/> <input name="ss" type="hidden" value=""/> </form> </div> <div class="ad" id="header-ad-wrapper"> <div id="header-ad"> <div class="ad-size-970x90 atf_banner"> <div class="proper-ad-unit"> <div id="proper-ad-tvtropes_ad_1"> <script>propertag.cmd.push(function() { proper_display('tvtropes_ad_1'); });</script> </div> </div> </div> </div> </div> <div id="main-container"> <div class="action-bar mobile-off" id="action-bar-top"> <div class="action-bar-right"> <p>Follow TV Tropes</p> <a class="button-fb" href="https://www.facebook.com/TVTropes"> <i class="fa fa-facebook"></i></a> <a class="button-tw" href="https://www.twitter.com/TVTropes"> <i class="fa fa-twitter"></i></a> <a class="button-re" href="https://www.reddit.com/r/TVTropes"> <i class="fa fa-reddit-alien"></i></a> </div> <nav class="actions-wrapper" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <ul class="page-actions" id="top_main_list"> <li class="link-edit"> <a class="article-edit-button" data-modal-target="login" href="/pmwiki/pmwiki.php/Main/SmellySkunk?action=edit" rel="nofollow"> <i class="fa fa-pencil"></i> Edit Page</a></li><li class="link-related"><a href="/pmwiki/relatedsearch.php?term=Main/SmellySkunk"> <i class="fa fa-share-alt"></i> Related</a></li><li class="link-history"><a href="/pmwiki/article_history.php?article=Main.SmellySkunk"> <i class="fa fa-history"></i> History</a></li><li class="link-discussion"><a href="/pmwiki/remarks.php?trope=Main.SmellySkunk"> <i class="fa fa-comment"></i> Discussion</a></li> </ul> <button class="nav__dropdown-toggle" id="top_more_button" onclick="toggle_more_menu('top');" type="button">More</button> <ul class="more_menu hidden_more_list" id="top_more_list"> <li class="link-todo tuck-always more_list_item"><a data-modal-target="login" href="#todo"><i class="fa fa-check-circle"></i> To Do</a></li><li class="link-pageSource tuck-always more_list_item"><a data-modal-target="login" href="/pmwiki/pmwiki.php/Main/SmellySkunk?action=source" rel="nofollow" target="_blank"><i class="fa fa-code"></i> Page Source</a></li> </ul> </nav> <div class="WikiWordModalStub"></div> <div class="ImgUploadModalStub" data-page-type="Article"></div> <div class="login-alert" style="display: none;"> You need to <a href="/pmwiki/login.php" style="color:#21A0E8">login</a> to do this. <a href="/pmwiki/login.php?tab=register_account" style="color:#21A0E8">Get Known</a> if you don't have an account </div> </div> <div class="page-Article" id="main-content"> <article class="with-sidebar" id="main-entry"> <input id="groupname-hidden" type="hidden" value="Main"/> <input id="title-hidden" type="hidden" value="SmellySkunk"/> <input id="article_id" type="hidden" value="44833"/> <input id="logged_in" type="hidden" value="false"/> <p class="hidden" id="current_url">http://tvtropes.org/pmwiki/pmwiki.php/Main/SmellySkunk</p> <meta content="" itemprop="datePublished"/> <meta content="" itemprop="articleSection"/> <meta content="" itemprop="image"/> <a class="watch-button" data-modal-target="login" href="#watch">Follow<span>ing</span></a> <h1 class="entry-title" itemprop="headline"> Smelly Skunk </h1> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "tvtropes.org", "item": "https://tvtropes.org" },{ "@type": "ListItem", "position": 2, "name": "Tropes", "item": "https://tvtropes.org/pmwiki/pmwiki.php/Main/Tropes" },{ "@type": "ListItem", "position": 3, "name": "Smelly Skunk" }] } </script> <a class="mobile-actionbar-toggle mobile-on" data-click-toggle="active" href="#mobile-actions-toggle" id="mobile-actionbar-toggle"> <p class="tiny-off">Go To</p><span></span><span></span><span></span><i class="fa fa-pencil"></i></a> <nav class="mobile-actions-wrapper mobile-on" id="mobile-actions-bar"></nav> <div class="modal fade hidden-until-active" id="editLockModal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button aria-label="Close" class="close" data-dismiss="modal" type="button"> <span aria-hidden="true">×</span></button> <h4 class="modal-title">Edit Locked</h4> </div> <div class="modal-body"> <div class="row"> <div class="body"> <div class="danger troper_locked_message"></div> </div> </div> </div> </div> </div> </div> <nav class="body-options" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <ul class="subpage-links"> <li> <a class="subpage-link curr-subpage" href="/pmwiki/pmwiki.php/Main/SmellySkunk" title="The Main page"> <span class="wrapper"><span class="spi main-page"></span>Main</span></a> </li> <li> <a class="subpage-link" href="/pmwiki/pmwiki.php/Laconic/SmellySkunk" title="The Laconic page"> <span class="wrapper"><span class="spi laconic-icon"></span>Laconic</span></a> </li> <li> <a class="subpage-link" href="/pmwiki/pmwiki.php/PlayingWith/SmellySkunk" title="The PlayingWith page"> <span class="wrapper">PlayingWith</span></a> </li> <li> <a class="subpage-link video-examples-tab" href="/pmwiki/pmwiki.php/VideoExamples/SmellySkunk" title="Video Examples"> <img alt="play" class="" src="/images/play-button-logo.png"/> <span class="wrapper">VideoExamples</span> </a> </li> <li class="create-subpage dropdown"> <a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0);" role="button"> <span class="wrapper">Create New <i class="fa fa-plus-circle"></i></span> </a> <select onchange="this.options[this.selectedIndex].value &amp;&amp; (window.location = this.options[this.selectedIndex].value);"> <option value="">- Create New -</option> <option value="/pmwiki/pmwiki.php/Analysis/SmellySkunk?action=edit">Analysis</option> <option value="/pmwiki/pmwiki.php/Characters/SmellySkunk?action=edit">Characters</option> <option value="/pmwiki/pmwiki.php/FanficRecs/SmellySkunk?action=edit">FanficRecs</option> <option value="/pmwiki/pmwiki.php/FanWorks/SmellySkunk?action=edit">FanWorks</option> <option value="/pmwiki/pmwiki.php/Fridge/SmellySkunk?action=edit">Fridge</option> <option value="/pmwiki/pmwiki.php/Haiku/SmellySkunk?action=edit">Haiku</option> <option value="/pmwiki/pmwiki.php/Headscratchers/SmellySkunk?action=edit">Headscratchers</option> <option value="/pmwiki/pmwiki.php/ImageLinks/SmellySkunk?action=edit">ImageLinks</option> <option value="/pmwiki/pmwiki.php/Quotes/SmellySkunk?action=edit">Quotes</option> <option value="/pmwiki/pmwiki.php/Recap/SmellySkunk?action=edit">Recap</option> <option value="/pmwiki/pmwiki.php/ReferencedBy/SmellySkunk?action=edit">ReferencedBy</option> <option value="/pmwiki/pmwiki.php/Synopsis/SmellySkunk?action=edit">Synopsis</option> <option value="/pmwiki/pmwiki.php/Timeline/SmellySkunk?action=edit">Timeline</option> <option value="/pmwiki/pmwiki.php/Trivia/SmellySkunk?action=edit">Trivia</option> <option value="/pmwiki/pmwiki.php/WMG/SmellySkunk?action=edit">WMG</option> <option value="/pmwiki/pmwiki.php/YMMV/SmellySkunk?action=edit">YMMV</option> </select> </li> </ul> </nav> <div class="article-content retro-folders" id="main-article"> <p> </p><div class="quoteright" style="width:350px;"><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/RegularShow" title="/pmwiki/pmwiki.php/WesternAnimation/RegularShow"><div class="lazy_load_img_box" style="padding-top:66.57%"><img alt="https://static.tvtropes.org/pmwiki/pub/images/skunkstink.png" border="0" class="embeddedimage" height="233" src="https://static.tvtropes.org/pmwiki/pub/images/skunkstink.png" width="350"/></div></a></div> <div class="indent"><em>"Dead skunk in the middle of the road</em> <br/><em>and its stinking to high heaven"</em> <div class="indent">— <strong>Loudon Wainwright III</strong> </div></div><div class="proper-ad-unit mobile-ad square_ad"><h6 class="ad-caption">Advertisement:</h6><div id="proper-ad-tvtropes_mobile_ad_1"><script>propertag.cmd.push(function() { proper_display('tvtropes_mobile_ad_1'); })</script></div></div><p>You know what this is going to be about. <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ExactlyWhatItSaysOnTheTin" title="/pmwiki/pmwiki.php/Main/ExactlyWhatItSaysOnTheTin">Skunks stink.</a> It's a known fact. What isn't so well known (at least among fiction creators) is <em>why</em> they smell. Some works portray it correctly, as a stream of stinky liquid coming out the butt. (The glands are very near the anus proper. Cats and dogs have the glands too, but for marking territory.) Others show a cloud of gas coming out the butt, maybe accompanied by <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Fartillery" title="/pmwiki/pmwiki.php/Main/Fartillery">farting sounds</a>. Sometimes the stuff comes out the tail, an example of <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ArtisticLicenseBiology" title="/pmwiki/pmwiki.php/Main/ArtisticLicenseBiology">Artistic License – Biology</a> which can be less <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Squick" title="/pmwiki/pmwiki.php/Main/Squick">squicky</a> than the former two. Perhaps unfairest of all, skunks are frequently shown as just plain <em>stinky</em>, 24/7! Not surprising, therefore, if <a class="twikilink" href="/pmwiki/pmwiki.php/Main/VisibleOdor" title="/pmwiki/pmwiki.php/Main/VisibleOdor">Visible Odor</a> comes into play. </p><p>That skunk spray smells rotten is <a class="twikilink" href="/pmwiki/pmwiki.php/Main/TruthInTelevision" title="/pmwiki/pmwiki.php/Main/TruthInTelevision">Truth in Television</a>; it can make a <em><strong><a class="twikilink" href="/pmwiki/pmwiki.php/Main/BearsAreBadNews" title="/pmwiki/pmwiki.php/Main/BearsAreBadNews">bear</a></strong></em> clear out! It's <em>so</em> vile that it adheres to the clothing and hair of anyone within nose-shot. The spray is also very durable, getting even worse in water rather than washing off. And if you live in the country, you <strong>know</strong> when a skunk's been hit, even if it's a good mile away! And a <em>dead</em> skunk smells worse than a live one. </p><div class="proper-ad-unit mobile-ad square_ad"><h6 class="ad-caption">Advertisement:</h6><div id="proper-ad-tvtropes_mobile_ad_2"><script>propertag.cmd.push(function() { proper_display('tvtropes_mobile_ad_2'); })</script></div></div><p>It should be noted that skunks have a limited amount of spray, and if they run out, it can take a couple of weeks for them to get it back. That's why they threaten you as much as they think they can get away with — "Stop or I'll shoot!" in animal form (which might explain the trouble <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/MythBusters" title="/pmwiki/pmwiki.php/Series/MythBusters">MythBusters</a></em> had acquiring some of the spray). Their distinctive coloration (not necessarily the <a class="twikilink" href="/pmwiki/pmwiki.php/Main/SkunkStripe" title="/pmwiki/pmwiki.php/Main/SkunkStripe">Skunk Stripe</a>) relates to this as well, serving as a warning signal to both humans and wildlife. And the spray isn't total protection, for the skunk's enemies include <a class="twikilink" href="/pmwiki/pmwiki.php/Main/KungFuProofMook" title="/pmwiki/pmwiki.php/Main/KungFuProofMook">the owl</a> — owls have a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/DisabilityImmunity" title="/pmwiki/pmwiki.php/Main/DisabilityImmunity">poor sense</a> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/NoSell" title="/pmwiki/pmwiki.php/Main/NoSell">of smell</a>, so skunks scramble for the nearest hole or thistle branch. </p><p>A common subversion of this trope, in works with <a class="twikilink" href="/pmwiki/pmwiki.php/Main/TalkingAnimal" title="/pmwiki/pmwiki.php/Main/TalkingAnimal">Talking Animals</a>, is for the skunk character to be upset for someone assuming it to be true (and may <em>make</em> it true in retaliation), or be grateful if they don't bring it up. Another common variant is to only have the skunk spray when startled, in place of a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/JumpScare" title="/pmwiki/pmwiki.php/Main/JumpScare">Jump Scare</a> (and make it a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/RunningGag" title="/pmwiki/pmwiki.php/Main/RunningGag">Running Gag</a>). </p><div class="proper-ad-unit mobile-ad square_ad"><h6 class="ad-caption">Advertisement:</h6><div id="proper-ad-tvtropes_mobile_ad_3"><script>propertag.cmd.push(function() { proper_display('tvtropes_mobile_ad_3'); })</script></div></div><p>It is possible to remove the stink glands via surgery, and this is obviously standard for pet skunks. Still, having a skunk standing at your door might be better than a dog to deter potential thieves. For someone who has already been skunked, sadly, fiction's favorite remedy to get rid of the smell, a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/TomatoSkunkStinkCure" title="/pmwiki/pmwiki.php/Main/TomatoSkunkStinkCure">bath in tomato juice</a>, doesn't actually work. Fortunately, <a class="urllink" href="http://animals.howstuffworks.com/mammals/skunk-spray-tomato-juice1.htm">the actual remedy to remove the smell<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> is no more difficult, and less gross in its own right: merely scrubbing with a combination of peroxide, baking soda and detergent will break down the smelly compounds and get you back to your original scent. </p><p></p><hr/><h2>Examples:</h2> <div class="folderlabel" onclick="toggleAllFolders();">    open/close all folders  </div> <p></p><div class="folderlabel" onclick="togglefolder('folder0');">    Anime &amp; Manga </div><div class="folder" id="folder0" isfolder="true" style="display:block;"> <ul><li> This happens in episode 4 of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Anime/MawaruPenguindrum" title="/pmwiki/pmwiki.php/Anime/MawaruPenguindrum">Mawaru-Penguindrum</a></em> </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Anime/Stitch" title="/pmwiki/pmwiki.php/Anime/Stitch">Stitch!</a></em>, Hamsterviel sends a skunk-like alien to retrieve Mr. Stenchy for him, it's able to shoot powerful stink bombs from its fur instead of spraying. <a class="twikilink" href="/pmwiki/pmwiki.php/Main/PlayingWithATrope" title="/pmwiki/pmwiki.php/Main/PlayingWithATrope">It turns out</a> <span class="spoiler" title="you can set spoilers visible by default on your profile"> not only is she in love with Mr. Stenchy, her stench and his stench mix to form a delightful smell.</span> </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Manga/ToLoveRu" title="/pmwiki/pmwiki.php/Manga/ToLoveRu">To Love-Ru</a></em> has an interesting variation, as rather than spraying anything stinky, the alien skunk has a spray that <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FountainOfYouth" title="/pmwiki/pmwiki.php/Main/FountainOfYouth">de-ages anyone it hits.</a> </li><li> In <em>Transformers: Car Robots</em> (and its US counterpart <em><a class="twikilink" href="/pmwiki/pmwiki.php/Anime/TransformersRobotsInDisguise" title="/pmwiki/pmwiki.php/Anime/TransformersRobotsInDisguise">Transformers: Robots in Disguise</a></em>) one of the Destron/Predacons is a robotic skunk. While he <em>does</em> emit a noxious gas sometimes to use as a smokescreen, it comes out his <em>mouth</em> (in both robot and beast modes). His tail is a weapon that becomes a ponytail/hairwhip in robot mode. <ul><li> Amusingly, one episode had him try to spray from under his tail like a skunk. What happened next <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Woolseyism" title="/pmwiki/pmwiki.php/Main/Woolseyism">depends on which dub you're watching</a>. The Japanese dub implies he <em>could</em> spray from under his tail, but he decides not to because <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ThinkOfTheCensors" title="/pmwiki/pmwiki.php/Main/ThinkOfTheCensors">it might be indecent</a>. The English dub has him <em>try</em>, only to fail as he remembers he's not a real skunk. Either way, he elects to use his gas breath instead. </li><li> The original version of the toy during the Transmetals II run of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/BeastWars" title="/pmwiki/pmwiki.php/WesternAnimation/BeastWars">Beast Wars</a></em> toys was even named "Stinkbomb." </li></ul></li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder1');">    Comic Books </div><div class="folder" id="folder1" isfolder="true" style="display:block;"> <ul><li> Averted with Geoffrey St. John in <em><a class="twikilink" href="/pmwiki/pmwiki.php/ComicBook/ArchieComicsSonicTheHedgehog" title="/pmwiki/pmwiki.php/ComicBook/ArchieComicsSonicTheHedgehog">Archie Comics' Sonic the Hedgehog</a></em>. He never used his stink glands, preferring <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ManipulativeBastard" title="/pmwiki/pmwiki.php/Main/ManipulativeBastard">more underhanded means</a> instead. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/ComicBook/TheSmurfs" title="/pmwiki/pmwiki.php/ComicBook/TheSmurfs">The Smurfs</a></em> comic book story "Bathing Smurfs" substitutes skunks with polecats, given that Gargamel's run-in with such a creature in his attempt to find the Smurfs takes place in a European forest. </li><li> On the other hand, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/EvilDuo" title="/pmwiki/pmwiki.php/Main/EvilDuo">Rough and Tumble</a> from <em><a class="twikilink" href="/pmwiki/pmwiki.php/ComicBook/SonicTheHedgehogIDW" title="/pmwiki/pmwiki.php/ComicBook/SonicTheHedgehogIDW">Sonic the Hedgehog (IDW)</a></em> smell just as bad as they <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Jerkass" title="/pmwiki/pmwiki.php/Main/Jerkass">behave</a>. </li><li> In this issue of <em><a class="urllink" href="https://static.tvtropes.org/pmwiki/pub/images/216_4_068.jpg">World's Finest Comics,<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a><small>◊</small></em> a skunk sends Batman, Robin and Superman running for cover. This proves that human or superhuman, <strong>NOBODY</strong> wants to tangle with a skunk! </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder2');">    Comic Strips </div><div class="folder" id="folder2" isfolder="true" style="display:block;"> <ul><li> One <em><a class="twikilink" href="/pmwiki/pmwiki.php/ComicStrip/BeetleBailey" title="/pmwiki/pmwiki.php/ComicStrip/BeetleBailey">Beetle Bailey</a></em> strip had war games being postponed due to Company A being afflicted with this trope. </li><li> One of these showed up to bully <a class="twikilink" href="/pmwiki/pmwiki.php/ComicStrip/Dilbert" title="/pmwiki/pmwiki.php/ComicStrip/Dilbert">Dilbert</a> in a few strips, coercing him to get him food lest he get scared and hose the place. <div class="indent"><strong>Skunk:</strong> Now I'm scared you won't sing the songs from <em><a class="twikilink" href="/pmwiki/pmwiki.php/Theatre/Cats" title="/pmwiki/pmwiki.php/Theatre/Cats">Cats</a></em> while I eat. </div></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/ComicStrip/TheFarSide" title="/pmwiki/pmwiki.php/ComicStrip/TheFarSide">The Far Side</a></em> has a couple of examples: <ul><li> One showed a Skunk stink-gland removal surgery in the midst of going wrong. "You fool! You've armed the thing! It's gonna blow!" </li><li> Another one, which Gary Larson's editor deemed too offensive for publication, had a family of skunks sitting down to dinner and the "man of the house" groaning <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ToiletHumor" title="/pmwiki/pmwiki.php/Main/ToiletHumor">"Beans again? Well, it won't make much difference."</a> </li><li> Another strip has one construction worker talking up his skunk sandwich to his coworker while trying to trade it away for the other guy's banana. </li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/ComicStrip/RoseIsRose" title="/pmwiki/pmwiki.php/ComicStrip/RoseIsRose">Rose is Rose</a></em>, the squirrel that Peekaboo bothers gets a skunk to 'hang out'. Peekaboo wisely chose to leave them alone. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder3');">    Fan Works </div><div class="folder" id="folder3" isfolder="true" style="display:block;"> <ul><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Fanfic/CalvinAndHobbesTheSeries" title="/pmwiki/pmwiki.php/Fanfic/CalvinAndHobbesTheSeries">Calvin and Hobbes: The Series</a></em> has a random skunk that Dad almost runs over on the way to court. <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ChekhovsGunman" title="/pmwiki/pmwiki.php/Main/ChekhovsGunman">Later, it sprays him and makes him pass out, forcing Calvin to take his place.</a> </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Fanfic/CodexEquestria" title="/pmwiki/pmwiki.php/Fanfic/CodexEquestria">Codex Equestria</a></em>: <ul><li> Aniwyes are jumbo sized ones of these. They're mostly peaceful if left alone, but rather territorial if disturbed. Their spray is also much, much worse than normal, enough so it can knock a pony unconscious or drive off a hydra. </li><li> Pakak, the Draconequi Spirit of Mischief and Karma, has a fully functional skunk tail as one of his parts. He can actually create an aspect of himself based off it that assumes the shape of an Aniwye which was guarding his prison. Unfortunately for Rainbow Dash, she gets sprayed retrieving it, though luckily Pakak rewards her by cleaning her off. His daughter Katharsis inherited it from him. </li><li> Medik, the Bogolenya God of <a class="twikilink" href="/pmwiki/pmwiki.php/Main/CombatMedic" title="/pmwiki/pmwiki.php/Main/CombatMedic">Combat Medics</a>, Healing, and Wartime Rescue, is half Draconequus, and has a skunk tail. It's fully functional, and he's not afraid to use it in self defense. </li><li> The Great Skunk race are sapient skunks who, as to be expected, can spray, though they're not as bad as Aniwyes. They can also hybridize with ponies via magic. Their parental god is basically a divine version of Pepe Le Pew, who's musk can knock out <em>adult dragons</em>. </li><li> Disskunks are <a class="twikilink" href="/pmwiki/pmwiki.php/Main/EmotionEater" title="/pmwiki/pmwiki.php/Main/EmotionEater">Emotion Eater</a> skunks who feed off disgust, as such they essentially feed by spraying and smell much worse than a normal skunk, though not as bad as an Aniwye. </li><li> Sweetheart managed to turn Professor Kabuto's Werebeast virus against him, resulting in him being turned into a Wereskunk with her morality. This strain is still in existence to this day and used by a religious order that follows her beliefs. </li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Fanfic/EquestriaAcrossTheMultiverse" title="/pmwiki/pmwiki.php/Fanfic/EquestriaAcrossTheMultiverse">Equestria: Across the Multiverse</a></em>: <ul><li> The Mane Six arrive in an Equestria were an encounter with an evil warlock turned their native selves into <a class="twikilink" href="/pmwiki/pmwiki.php/Main/OurWerebeastsAreDifferent" title="/pmwiki/pmwiki.php/Main/OurWerebeastsAreDifferent">Werebeasts</a>, but the Elements let them retain their mind and morality. Fluttershy is a Wereskunk, with all that implies, as is anyone she were to infect. Notably, her Wereskunk form is portrayed realistically with spraying a horrid smelling liquid from the base of her tail that temporarily blinds the victim if it gets in their eyes. Because she's gigantic compared to a normal skunk (especially given her Wereskunk form is much larger than a pony), she also has far longer range and sprays a <em>lot</em> more at once. <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HeartIsAnAwesomePower" title="/pmwiki/pmwiki.php/Main/HeartIsAnAwesomePower">It's surprisingly effective</a>, and she manages to effectively neutralize <em>attack helicopters</em> by spraying the gunner, as it's rather hard to fire accurately when you're temporarily blind and coughing your head off. </li><li> Were!Fluttershy bit and infected <a class="twikilink" href="/pmwiki/pmwiki.php/Main/MadDoctor" title="/pmwiki/pmwiki.php/Main/MadDoctor">Tales!Kabuto</a>, turning him into one as well. His guard finds out the hard way every night when he transforms and rescues his own captives under the curse's influence, normally spraying the grunts in the process. </li><li> Another universe has skunks having evolved as the primary sapient species rather than ponies. They're also realistic depictions, and use their musk in potion making. </li><li> Hidden Fragrance, a unicorn in several universes, has a skunk theme to her and has scents as her special talent, so she can use spells to make horrible smells. <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BerserkButton" title="/pmwiki/pmwiki.php/Main/BerserkButton">Don't compare her to one though.</a> </li><li> <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MyLittlePonyTales" title="/pmwiki/pmwiki.php/WesternAnimation/MyLittlePonyTales">The Tales 7</a> and Twilight discover a version of the Tales universe where the seven are <a class="twikilink" href="/pmwiki/pmwiki.php/Franchise/Digimon" title="/pmwiki/pmwiki.php/Franchise/Digimon">Digidestined</a>. Sweetheart's partner, Mephitimon, is a skunk based Digimon, and digivolves into Sukankumon, a <em>bigger</em> skunk themed Digimon. As the latter, her Musk Jet attack fires a jet of horrid smelling mist, and can be fired from the expected spot or <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BreathWeapon" title="/pmwiki/pmwiki.php/Main/BreathWeapon">her mouth</a> to stun and disorient opponents with the stench. Ironically, her Ultimate form has a sweet smelling healing version in addition to the other one and an acid attack. Her Mega is a 100 foot tall skunk. As with the other examples, it's surprisingly useful and effective. </li></ul></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Fanfic/GettingBackOnYourHooves" title="/pmwiki/pmwiki.php/Fanfic/GettingBackOnYourHooves">Getting Back on Your Hooves</a></em> has Trixie working for Fluttershy. She ends up getting sprayed when when she can't figure out what animal is in a den and ends up sticking her head inside, only to find out it was a skunk den. Next time we see her she's getting a tomato juice bath. Fluttershy apologizes for the skunk later, who apparently felt bad about it. <ul><li> Later on <span class="spoiler" title="you can set spoilers visible by default on your profile">Fluttershy's contribution to the defenses against <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BigBad" title="/pmwiki/pmwiki.php/Main/BigBad">Checker Monarch's</a> efforts to ruin Trixie's charity show include a skunk hiding under the stage that sprays the Diamond Dog's when they try to sneak under it. According to <a class="twikilink" href="/pmwiki/pmwiki.php/Main/WordOfGod" title="/pmwiki/pmwiki.php/Main/WordOfGod">Word of God</a>, it was the same skunk. Later, during the final <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BattleInTheCenterOfTheMind" title="/pmwiki/pmwiki.php/Main/BattleInTheCenterOfTheMind">Battle in the Center of the Mind</a> with Checker, Fluttershy finishes off the part of Checker's mind invading her dreams by turning into a skunk and spraying her in the face.</span> </li><li> In the side story/sequel <em><a class="twikilink" href="/pmwiki/pmwiki.php/Fanfic/PerfectCompanions" title="/pmwiki/pmwiki.php/Fanfic/PerfectCompanions">Perfect Companions</a></em>, Winona getting sprayed by a skunk sets off the <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FrameStory" title="/pmwiki/pmwiki.php/Main/FrameStory">Frame Story</a>. <span class="spoiler" title="you can set spoilers visible by default on your profile">Trixie ultimately gets one as her pet.</span> </li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Fanfic/PoundAndPumpkinCakesAdventuresAndMisadventuresInPottyTraining" title="/pmwiki/pmwiki.php/Fanfic/PoundAndPumpkinCakesAdventuresAndMisadventuresInPottyTraining">Pound and Pumpkin Cake's Adventures (and Misadventures) in Potty Training</a></em>, <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MyLittlePonyFriendshipIsMagic" title="/pmwiki/pmwiki.php/WesternAnimation/MyLittlePonyFriendshipIsMagic">Fluttershy</a>'s pet skunk notes that she makes the bathroom smell worse than him. </li><li> All of Station 51 in the <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/Emergency" title="/pmwiki/pmwiki.php/Series/Emergency">Emergency!</a></em> fic <a class="urllink" href="https://www.fanfiction.net/s/5786544/2/Not-As-Designed">"Not as Designed."<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> A family of them hole up in a part of the engine which was being tested with new equipment. And the engine is back in quarters when it happens. They all have nausea, vomiting breathing issues and burning eyes and a couple of them get it right in the face, which makes their problem worse. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Fanfic/PoniesAndDragons" title="/pmwiki/pmwiki.php/Fanfic/PoniesAndDragons">Ponies and Dragons</a></em>: <ul><li> Human!Fluttershy helps Human!Gilda get a skunk out from a car at the junk yard she lives in (this world's version of Griffonstone). It then sprays Dog!Garble to protect the group. </li><li> The group at one point play an old cartoon inspired game with Discord bringing it to life. Zephyr Breeze and Fluttershy become this, with Zephyr being the 'smelly 24/7' sort and Fluttershy only spraying when scared. Unfortunately for everyone but him, Discord's chosen story is <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/PepeLePew" title="/pmwiki/pmwiki.php/WesternAnimation/PepeLePew">Pepé Le Pew</a></em>, with Rainbow as Penelope. </li><li> In an attempted <a class="twikilink" href="/pmwiki/pmwiki.php/Main/SummonBiggerFish" title="/pmwiki/pmwiki.php/Main/SummonBiggerFish">Summon Bigger Fish</a> against a Werevixen he summoned from a game, Discord turns the mane six into Werebeasts to fight it. Fluttershy is a Wereskunk. Unfortunately for Discord, this bites him in the butt as his punishment for causing the mess in the first place is to clean all of the Vixen's brainwashed and transformed victims Fluttershy sprayed after the Werevixen is beaten by hand without his magic. </li></ul></li><li> <em><a class="urllink" href="https://www.fimfiction.net/story/439616/my-little-pony-tales-camping-troubles">Camping Troubles<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a></em>: the <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MyLittlePonyTales" title="/pmwiki/pmwiki.php/WesternAnimation/MyLittlePonyTales">My Little Pony Tales cast</a> going on a camping trip and finding one in their tent. Thus they have to try and get it out without it spraying inside. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder4');">    Films — Animation </div><div class="folder" id="folder4" isfolder="true" style="display:block;"> <ul><li> Flower from <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Bambi" title="/pmwiki/pmwiki.php/WesternAnimation/Bambi">Bambi</a></em> is an aversion, being one of the few fictional skunks who <em>isn't</em> characterized by smelling bad. In fact, he doesn't spray at all in the movie, although he does in the sequel. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/IceAge3DawnOfTheDinosaurs" title="/pmwiki/pmwiki.php/WesternAnimation/IceAge3DawnOfTheDinosaurs">Ice Age 3: Dawn of the Dinosaurs</a></em>, Buck describes Sid's fur as smelling "like a buzzard's butt fell off and then got sprayed on by a bunch of skunks". </li><li> In the "Johnny Appleseed" segment of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MelodyTime" title="/pmwiki/pmwiki.php/WesternAnimation/MelodyTime">Melody Time</a></em>, the first forest animal to interact with Johnny is a skunk. At first it gets angry when Johnny accidentally hurts it, and gets ready to spray, but then Johnny strokes its back and calms it down, which convinces the other animals that the stranger is friendly. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/OpenSeason" title="/pmwiki/pmwiki.php/WesternAnimation/OpenSeason">Open Season</a></em>: Boog comes across two skunks Rosie and Maria who at first dismiss him because they're too busy arguing with each other. Boog asks Elliot for help and Elliot advises him to to "stand your ground and show them who's boss.” So Boog does so stating, "I'm laying down the law" and the skunks scowl at him. You can guess what happens next. <div class="indent"><strong>Elliot</strong>: <a class="twikilink" href="/pmwiki/pmwiki.php/Main/NowYouTellMe" title="/pmwiki/pmwiki.php/Main/NowYouTellMe">Unless, of course, they're skunks.</a> <br/>(<em>Boog is promptly sprayed with a cloud of musk</em>) <br/><strong>Boog</strong>: Ugh! Disgusting! <br/>(<em>Boog runs away gagging; a squirrel drops from a nearby tree.</em>) <br/><strong>Elliot</strong>: (<em>fans the stench away</em>) Wow! </div></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/OverTheHedge" title="/pmwiki/pmwiki.php/WesternAnimation/OverTheHedge">Over the Hedge</a></em>: <ul><li> Stella the skunk. Everyone in the log knows of her "putrid prowess". R.J's plan calls for her to <span class="spoiler" title="you can set spoilers visible by default on your profile">"vamp" the cat guarding the house by pretending to be another cat so they can loot the house of food.</span> </li></ul><div class="indent"> <strong>Stella:</strong> I got make-up on my <strong>BUTT!</strong> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/YouDoNotWantToKnow" title="/pmwiki/pmwiki.php/Main/YouDoNotWantToKnow">And you don't even want to know about the cork!</a> </div><ul><li> Upon entering the house trying to rescue her friends, Stella unleashes a massive explosion of her own natural "tear gas"! In the end, <span class="spoiler" title="you can set spoilers visible by default on your profile">she falls in love with the cat because he's completely unable to smell.</span> </li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/SnowWhiteAndTheSevenDwarfs" title="/pmwiki/pmwiki.php/WesternAnimation/SnowWhiteAndTheSevenDwarfs">Snow White and the Seven Dwarfs</a></em>, Bashful's verse in the dwarfs' "Silly Song" describes such an encounter with a creature called a polecat. In North America, this term often refers to skunks. In Europe, it refers to a distantly related animal that likewise wards off predators with a nasty-smelling musk. <div class="indent">I chased a polecat up a tree <br/>Way out upon a limb <br/>And when he got the best of me <br/>I got the worst of him </div></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Zootopia" title="/pmwiki/pmwiki.php/WesternAnimation/Zootopia">Zootopia</a></em>, a skunk butt rug is the crux of the reason why <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ConArtist" title="/pmwiki/pmwiki.php/Main/ConArtist">Nick</a> is on bad terms with Mister Big, who buried his grandmother in it. However, it's not clear from the film whether it's due to the rug being smelly or being disrespectful (coming from a skunk's butt). <div class="indent"> <strong>Nick</strong>: I may have sold him a very expensive wool rug, that was made from the fur of a skunk...'s butt. <br/><strong>Judy</strong>: <a class="twikilink" href="/pmwiki/pmwiki.php/Main/UnusualEuphemism" title="/pmwiki/pmwiki.php/Main/UnusualEuphemism">Oh, sweet cheese and crackers</a>. </div></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/ToyStory4" title="/pmwiki/pmwiki.php/WesternAnimation/ToyStory4">Toy Story 4</a></em>, <span class="spoiler" title="you can set spoilers visible by default on your profile">Bo and her Lost Toy friends exploit this by using a toy truck disguised as a skunk to travel around the carnival undetected</span>. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder5');">    Films — Live-Action </div><div class="folder" id="folder5" isfolder="true" style="display:block;"> <ul><li> In the 1996 live-action version of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Film/OneHundredAndOneDalmatians1996" title="/pmwiki/pmwiki.php/Film/OneHundredAndOneDalmatians1996">101 Dalmatians</a></em>, Cruella De Vil mistook a sleeping skunk for her black mink stole. When she and her fellow dog-nappers got arrested and put in the back of the paddy-wagon, the skunk wakes up, and <em><strong>EVERYONE</strong></em> gets sprayed! </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Film/AceVentura" title="/pmwiki/pmwiki.php/Film/AceVentura">Ace Ventura</a></em> uses one to subdue some bad guys. "Hey poachers... <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ShoutOut" title="/pmwiki/pmwiki.php/Main/ShoutOut">Say hello to my</a> <strong><a class="twikilink" href="/pmwiki/pmwiki.php/Film/Scarface1983" title="/pmwiki/pmwiki.php/Film/Scarface1983">STINKY LITTLE FRIEND!!!</a></strong>" </li><li> In the film "Brother Nature" a family of skunks are the reason that one of the cabins becomes uninhabitable. </li><li> In the movie <em><a class="twikilink" href="/pmwiki/pmwiki.php/Film/DirtyWork" title="/pmwiki/pmwiki.php/Film/DirtyWork">Dirty Work</a></em>, Chris Farley unleashes skunks inside of a crowded theater. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Film/FatalInstinct" title="/pmwiki/pmwiki.php/Film/FatalInstinct">Fatal Instinct</a></em>, Ned Ravine gets his wife a pet skunk. She does <em>not</em> appreciate it. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Film/SnowDogs" title="/pmwiki/pmwiki.php/Film/SnowDogs">Snow Dogs</a></em>, after going through the <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HumiliationConga" title="/pmwiki/pmwiki.php/Main/HumiliationConga">Humiliation Conga</a>, and finding a car buried in the snow, hero is leading his sled dog team in training by towing it. Unfortunately, he doesn't find out about the stinky stowaway in the back seat until it was too late... the dog riding shotgun with him jumping out and running away should have been an indication. </li><li> <a class="twikilink" href="/pmwiki/pmwiki.php/Film/TheThreeStooges" title="/pmwiki/pmwiki.php/Film/TheThreeStooges">The Three Stooges</a> get their hands in the fun, too. One of their shorts, <em>I'm a Monkey's Uncle</em>, where they are cavemen, they are using a gas bomb on rival cavemen. The bomb? A skunk. <ul><li> In another episode, <em>Back to the Woods</em>, where the Three Stooges are Pilgrims, and get chased into a bush by an angry Indian… who then turns tail and runs along side with Moe, Larry and Curly, escaping from the skunk that was there! </li><li> And one episode, <em>Ants in The Pantry</em>, before it ended, Moe, Larry, and Curly are fox-hunting. Curly had a cold, and you can guess what he picked up... <span class="spoiler" title="you can set spoilers visible by default on your profile"> Moe and Larry fainted after looking in Curly's hunting bag... and the horse did, too! P-U!!!</span> </li><li> In at least one of their Western shorts, Curly wears a Davy Crockett hat made out of a skunk pelt. </li></ul></li><li> And don't think the Little Rascals didn't have <strong>their</strong> share of stinky encounters with skunks! </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder6');">    Literature </div><div class="folder" id="folder6" isfolder="true" style="display:block;"> <ul><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/Animorphs" title="/pmwiki/pmwiki.php/Literature/Animorphs">Animorphs</a></em>, the skunk morph is used in the same way as a nuclear bomb: Only in times of dire need. The human controllers know to run for their poor little lives, but the Hork-Bajir and so on just laugh derisively at the silly little creature — at first. <ul><li> In one notable example Visser 3 gets sprayed and they trick him into thinking it's <em>grape</em> juice that gets rid of the stench. Not only does it not work it turns him purple. </li><li> In book 16, the team breaks into headquarters for Web Access America, and Jake, Rachel, Tobias and Cassie make a distraction while Ax and Marco access the computer systems to identify a particular customer. For the distraction, Jake's tiger morph holds a bucket of soapsuds in his teeth, Rachel's grizzly bear mops the carpet, and Tobias's hawk is just sitting on Rachel's head. One of the guards stands up to these dangerous predators... but it's Cassie who finally makes him scream and run when her skunk morph sprays him. </li></ul></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/TheBelgariad" title="/pmwiki/pmwiki.php/Literature/TheBelgariad">The Belgariad</a></em> prequel <em>Belgarath the Sorcerer</em> has a variant: While preparing to steal a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/CosmicKeystone" title="/pmwiki/pmwiki.php/Main/CosmicKeystone">Cosmic Keystone</a> from a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/MadGod" title="/pmwiki/pmwiki.php/Main/MadGod">Mad God</a> on its <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Mordor" title="/pmwiki/pmwiki.php/Main/Mordor">own home turf</a>, Belgarath drives off two Hounds of Torak — <a class="twikilink" href="/pmwiki/pmwiki.php/Main/WasOnceAMan" title="/pmwiki/pmwiki.php/Main/WasOnceAMan">formerly-human</a> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/AnimalisticAbomination" title="/pmwiki/pmwiki.php/Main/AnimalisticAbomination">Animalistic Abominations</a> with sorcerous powers and a huge sadistic streak — by <a class="twikilink" href="/pmwiki/pmwiki.php/Main/VoluntaryShapeshifting" title="/pmwiki/pmwiki.php/Main/VoluntaryShapeshifting">transforming</a> into a civet cat and spraying them. His companions are quietly appalled, but his narration notes the sheer meanness of the tactic with some satisfaction. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/TheBerenstainBears" title="/pmwiki/pmwiki.php/Literature/TheBerenstainBears">The Berenstain Bears</a></em>, one book has the line "If you follow your nose to where skunks are, you'll find you've followed your nose too far." </li><li> Gary Paulsen's <a class="twikilink" href="/pmwiki/pmwiki.php/Literature/BriansSaga" title="/pmwiki/pmwiki.php/Literature/BriansSaga">Brian's Saga</a> uses this quite a bit. <ul><li> In <em>Hatchet</em>, Brian, the protagonist, provokes a skunk that is eating his turtle eggs and he's sprayed at point blank range. He expects it to just be smelly, because he's smelled dead skunks on the road before, but he temporarily loses his vision and ends up writhing on the ground and retching half the night. </li><li> In <em>Brian's Winter</em> a skunk takes up residence beside his shelter, and at first he's annoyed, but after he royally pisses off a bear, the skunk ends up spraying the bear and saving Brian's life. He even names her Betty, after his aunt. </li></ul></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/Bunnicula" title="/pmwiki/pmwiki.php/Literature/Bunnicula">Bunnicula</a></em>: <ul><li> In <em>Nighty-Nightmare</em> (book 4), Bud and Spud have been secretly trying to capture a wild baby skunk for their mother as an early mother's day present. She's delighted with the gift, but points out that they'll have to get him descented. </li><li> In <em>Bunnicula Strikes Again!</em> (book 6), the pets have a run-in with one (which they initially mistake for Bunnicula's mother due to its coloration), and Harold and Howie get sprayed by it. Chester, fortunately, gets out of range in time. </li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/DiaryOfAWimpyKid" title="/pmwiki/pmwiki.php/Literature/DiaryOfAWimpyKid">Diary of a Wimpy Kid</a></em>, one of the comics the kids come up with is about a skunk and it's called "Stinky Sebastian". </li><li> In Robert McCloskey's <em>Homer Price</em> Homer and his pet skunk Aroma come across four men who stole a suitcase containing two thousand dollars and a dozen bottles of shaving lotion. Aroma, who likes to take naps in Homer's suitcase, climbs into the suitcase with the money and one of the robbers gets the bright idea of throwing a rock at her, which results in six fewer bottles of lotion and a stinky suitcase. This particular scent combination enables Homer to identify the robbers when they stop at one of his parents' tourist cabins for the night and pay with a five-dollar bill from the suitcase. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/Pinkerton" title="/pmwiki/pmwiki.php/Literature/Pinkerton">Tallyho, Pinkerton!</a></em>, Aleasha Kibble's hunting class corners a skunk. Unfortunately, she mistakes it for a striped fox and ignores Pinkerton's owner when she warns them, with predictable consequences. </li><li> In <em>The Last American</em>, a science fiction satire by John Ames Mitchell (<a class="twikilink" href="/pmwiki/pmwiki.php/Main/OlderThanRadio" title="/pmwiki/pmwiki.php/Main/OlderThanRadio">written in 1889</a>), a group of Persian explorers finds the ruins of the lost American continent in the year 2951 and are completely unfamiliar with several of the things there. One of the explorers, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/PunnyName" title="/pmwiki/pmwiki.php/Main/PunnyName">named Ja-khaz</a>, comes across a "strange animal" that looks like a cat, and the others are flabbergasted by what happens to him. The smell is so bad that they're forced to deny him entrance to the ship for the next few days. </li><li> Getting sprayed by skunks is a common bit of <a class="twikilink" href="/pmwiki/pmwiki.php/Main/LaserGuidedKarma" title="/pmwiki/pmwiki.php/Main/LaserGuidedKarma">Laser-Guided Karma</a> for <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Jerkass" title="/pmwiki/pmwiki.php/Main/Jerkass">Jerkass</a> characters in Joan Hess's Maggody mysteries. </li><li> The Oliver Moffit/"Oliver and Company" book series (no relation to the Disney film) by Page and Michael McBriar includes a book titled <em>Oliver Smells Trouble</em>, in which the titular character agrees to pet-sit for neighborhood bully Rusty Jackson and his visiting cousin Stinky, the latter of whom is the owner of a de-scented skunk named Irving. Unfortunately, Oliver winds up on the receiving end of a prank when the pair switch skunks so Oliver winds up with a scented skunk named Melvin. Both skunks are subsequently brought to school for an event and wind up escaping (or being released from his cage, in Irving's case) and causing trouble. Unusually for this trope, their scent is portrayed accurately, with Melvin only stinking when he sprays (and only doing it twice in one day), and Irving still having his spraying instincts despite being incapable. </li><li> Subverted in <a class="twikilink" href="/pmwiki/pmwiki.php/Creator/CliffordDSimak" title="/pmwiki/pmwiki.php/Creator/CliffordDSimak">Clifford D. Simak</a>'s tongue-in-cheek sci-fi tale "Operation Stinky". The protagonist comes across a mysterious skunk with inexplicable and extraordinary abilities, so much that even the Air Force gets interested. Some guards soon give it the nickname Stinky, which catches on (leading to the titular operation), even though the protagonist makes clear that the skunk has never actually smelled bad (which, of course, provides another clue that it isn't just a regular skunk). </li><li> In a couple of his short stories, the outdoor humorist <a class="twikilink" href="/pmwiki/pmwiki.php/Creator/PatrickMcManus" title="/pmwiki/pmwiki.php/Creator/PatrickMcManus">Patrick McManus</a> has written about childhood encounters with skunks; in one, Pat and his pal Crazy Eddie Muldoon accidentally catch a skunk in the pit they have dug. Inevitably, Eddie's father falls in the pit and gets a full dose of spray. </li><li> The <em>Pit Fighters</em> series written by Rick Griffin, creator of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/Housepets" title="/pmwiki/pmwiki.php/Webcomic/Housepets">Housepets!</a></em>, has the character Porte who is a skunk character portrayed realistically; he smells just fine most of the time (and at some points Paris even thinks he smells <a class="twikilink" href="/pmwiki/pmwiki.php/Main/SmellsSexy" title="/pmwiki/pmwiki.php/Main/SmellsSexy">very good</a>), has only yet to use his spray for combat/defensive purposes, and unlike the standard example of this trope he <em>isn't</em> immune to his own stink, being just as bothered by it as his opponent. By and large <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Jerkass" title="/pmwiki/pmwiki.php/Main/Jerkass">his</a> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ManipulativeBastard" title="/pmwiki/pmwiki.php/Main/ManipulativeBastard">personality</a> is more offensive than his smell. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/ThePlantThatAteDirtySocks" title="/pmwiki/pmwiki.php/Literature/ThePlantThatAteDirtySocks">The Plant That Ate Dirty Socks</a></em>: Book 4 (<em>The Secret of the Plant That Ate Dirty Socks</em>) has a skunk approach the titular plants when they're in the back yard. Having previously been approached by a cat and squirrel that started bothering them, the plant Fluffy doesn't wait to get pawed or clawed - he just grabs the skunk to move it away. This proves a bad idea, as the panicked animal immediately sprays him, causing him to "pass out". The family, when they find out, have to tow Fluffy to a car wash and clean him off with tomato juice (and then rinse it off very fast so the salt in the juice won't hurt him) to de-stench him as a result. </li><li> In the furry-populated world of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/Spellsinger" title="/pmwiki/pmwiki.php/Literature/Spellsinger">Spellsinger</a></em>, intelligent skunks make up the police force, using their spray (which is apparently <em>even worse</em> than that of our world's skunks) to disperse crowds and subdue criminals. Though it's rather bittersweet, as though they are excellent at their jobs, most people prefer to keep their distance, either out of prejudice, or paranoia of pissing them off. Making skunks a somewhat anti-social race. </li><li> One of these is the subject of the picture book <em>Who Needs a Bath?</em>, in which a bear wants to hold a birthday party for his skunk friend, but nobody will want to come because the skunk stinks. Presumably, though, the bath takes care of the issue. </li><li> In <em>Winterdance</em>, the protagonist's first two lessons learned in the field: Don't grab a skunk by the tail and pull; Don't kick a skunk, either. On the other hand, the skunk's smell didn't turn off his dogs. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/Xanth" title="/pmwiki/pmwiki.php/Literature/Xanth">Xanth</a></em>: An actual skunk doesn't appear in <em>Night Mare</em>, but the trope is referenced when Bink uses Humphrey's book of Words of Power, and one of the words in question - "SKONK!" - produces a cloud of horrible odor that makes everyone caught in it start gagging. </li><li> Averted in <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/Tasakeru" title="/pmwiki/pmwiki.php/Literature/Tasakeru">Tasakeru</a></em>, though the local <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FantasticSlur" title="/pmwiki/pmwiki.php/Main/FantasticSlur">Fantastic Slur</a> for the species is "stinktail". </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder7');">    Live-Action TV </div><div class="folder" id="folder7" isfolder="true" style="display:block;"> <ul><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/TheAmandaShow" title="/pmwiki/pmwiki.php/Series/TheAmandaShow">The Amanda Show</a></em>, a commercial for the "Pass the Skunk" game has Amanda and her friends play a game of hot potato with a live skunk. </li><li> In one episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/BigTimeRush" title="/pmwiki/pmwiki.php/Series/BigTimeRush">Big Time Rush</a></em>, Gustavo is mailed a skunk by his archrival Hawk and spends much of the episode attempting to get rid of it with no luck (though he doesn't end up getting sprayed either). The boys finally return and capture it easily (apparently this is a common occurrence back home). Gustavo, seeking revenge, has the boys plant it in Hawk's car and he ends up getting skunked. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/ChourikiSentaiOhranger" title="/pmwiki/pmwiki.php/Series/ChourikiSentaiOhranger">Chouriki Sentai Ohranger</a></em> averts it with the monster Bara Skunk, which could spray a gas that reverted the Ohrangers to normal instead of smelling bad. Played straight in <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/PowerRangersZeo" title="/pmwiki/pmwiki.php/Series/PowerRangersZeo">Power Rangers Zeo</a></em>, where Bara Skunk's counterpart <a class="twikilink" href="/pmwiki/pmwiki.php/Main/MeaningfulName" title="/pmwiki/pmwiki.php/Main/MeaningfulName">Stenchy</a> sprayed a terrible smelling gas from his mouth or tail that stuck to its victims. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/DirtyJobs" title="/pmwiki/pmwiki.php/Series/DirtyJobs">Dirty Jobs</a></em> had Mike tangling with skunks on at least two occasions. For the first, he was an animal control officer and had to wrangle a skunk in a live trap. It must've been quite the cranky skunk (or just plain scared), as it sprayed him almost on sight, not bothering with the usual foot-stomping theatrics. For the second, he had to inspect and clean out crawl spaces, and declared that <em>dead, decaying</em> skunks smelled <a class="twikilink" href="/pmwiki/pmwiki.php/Main/UpToEleven" title="/pmwiki/pmwiki.php/Main/UpToEleven">even worse than live ones</a>. </li><li> An early episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/FullerHouse" title="/pmwiki/pmwiki.php/Series/FullerHouse">Fuller House</a></em> had Stephanie looking after D.J.'s pet clinic with Max and Tommy, also planning to choose one of Comet Jr.'s Golden Retriever puppies to adopt. But then a hippie lady brings in a live skunk and sets it loose inside the building, where it wanders right into the room the boys and puppies are. The next scene involves Stephanie, the boys and the puppies all <a class="twikilink" href="/pmwiki/pmwiki.php/Main/TomatoSkunkStinkCure" title="/pmwiki/pmwiki.php/Main/TomatoSkunkStinkCure">bathing in vats of tomato soup</a>, as Stephanie learned on the Internet <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HollywoodScience" title="/pmwiki/pmwiki.php/Main/HollywoodScience">it's a sure-fire way to remove a skunk odor.</a> </li><li> In an episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/GoodLuckCharlie" title="/pmwiki/pmwiki.php/Series/GoodLuckCharlie">Good Luck Charlie</a></em>, Bob and Amy's date is delayed by Bob getting an emergency call for an opossum infestation down a pipe that is too tight for him to fit in. He then makes Amy go inside the pipe instead, though she instead finds a skunk that sprays her after she accidentally pokes it. </li><li> In an episode of Jackass, Johnny Knoxville gets sprayed <strong>repeatedly</strong> while releasing a skunk from a live-animal capture trap... and once he gets it out, the skunk sprays him one <strong>LAST</strong> time before escaping! </li><li> On <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/TheMostExtreme" title="/pmwiki/pmwiki.php/Series/TheMostExtreme">The Most Extreme</a></em>, the skunk became the Most Extreme Stinker in the episode of the same name. </li><li> The <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/MythBusters" title="/pmwiki/pmwiki.php/Series/MythBusters">MythBusters</a></em> actually had extreme difficulty getting sprayed by a skunk for their tests of skunk scent removal. They ended up trying to use vials of imitation skunk scent, and then they soon realized that the imitation skunk scent didn't persist for very long, and so had to continue their efforts to get the real thing. After trying with <em>three</em> different skunks, they eventually managed to get one to spray by cornering it in a restroom. Particularly hilarious since, at least once, the handlers that brought the skunks in assured the MythBusters that they would most likely spray <em>immediately</em>. </li><li> The late great <a class="twikilink" href="/pmwiki/pmwiki.php/Creator/BillyMays" title="/pmwiki/pmwiki.php/Creator/BillyMays">Billy Mays</a> sets up one of these in his <em>Pitchmen</em> reality show to set up an ad for an odour remover. He'd been a bit of a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/JerkAss" title="/pmwiki/pmwiki.php/Main/JerkAss">Jerkass</a> before the shoot, so the crew play a little prank on him. There's two skunks, one crankier than the other, but both disarmed. They say the cranky one's fully armed. He ends up reluctant... </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/TwoAndAHalfMen" title="/pmwiki/pmwiki.php/Series/TwoAndAHalfMen">Two and a Half Men</a></em>, Alan spies on Charlie at Lyndsey's party. <a class="urllink" href="https://www.youtube.com/watch?v=-ap8hmr9cQQ">Along comes a skunk...<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> Even worse, after a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HumiliationConga" title="/pmwiki/pmwiki.php/Main/HumiliationConga">Humiliation Conga</a>, the same skunk sprays Alan <em><strong>again</strong></em>! <div class="indent"><strong>Alan:</strong> <em>[after writhing, rubbing his eyes, and silently screaming]</em> Bad skunk! </div></li><li> In a <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/QuantumLeap" title="/pmwiki/pmwiki.php/Series/QuantumLeap">Quantum Leap</a></em> episode where he leaps into a con escaping from a Chain Gang, he and his co-escapee anger a skunk on purpose, so as to get sprayed to confuse The Hounds. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder8');">    Music </div><div class="folder" id="folder8" isfolder="true" style="display:block;"> <ul><li> This line from "I'm Glad That I'm <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/BugsBunny" title="/pmwiki/pmwiki.php/WesternAnimation/BugsBunny">Bugs Bunny</a>" (1950) touched on one: <div class="indent">''Suppose I was a smelly skunk, I wouldn't have a friend </div><div class="indent">I'd be alone excepting for a cent I couldn't spend'' </div></li><li> As quoted above, Loudon Wainwright III's "Dead Skunk in the Middle of the Road" has long been a popular request on the <a class="twikilink" href="/pmwiki/pmwiki.php/Creator/DrDemento" title="/pmwiki/pmwiki.php/Creator/DrDemento">Dr. Demento</a> radio program. </li><li> "The Little Skunk's Hole" involves a skunk threatening to spray the singer after they stick their head in the titular hole. </li><li> "I'm a Little Striped Skunk": <div class="indent">I'm a little striped skunk <br/>Sleeping under someone's bunk <br/>No one wants to sleep with me <br/>'Cuz I'm as stinky as can be! </div></li><li> Rob Reid's "3 Little Smelly Skunks": <div class="indent">First I’m sleepin’ like a log then I get woke up by a dog. <br/>There was no time to think, so I had to spray my stink! </div></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Music/Songdrops" title="/pmwiki/pmwiki.php/Music/Songdrops">Songdrops</a></em>: <ul><li> In "The Teacher Song", one of the things the student did that made the teacher grumpy was when his secret pet skunk got scared, implying it sprayed someone. </li><li> In "<a class="twikilink" href="/pmwiki/pmwiki.php/Main/NeverTrustATitle" title="/pmwiki/pmwiki.php/Main/NeverTrustATitle">Striper the Kitty</a>", the singer <a class="createlink" href="/pmwiki/pmwiki.php/Main/MistakenSpeciesAdoption" title="/pmwiki/pmwiki.php/Main/MistakenSpeciesAdoption">adopts a young skunk named Striper, thinking him to be a cat</a>. Striper is described as having "a funny smell" even when not spraying and his mother's tail is also described as "kind of [smelling]." </li><li> Exploited in "Skunkles the Christmas Skunk", where Santa's sleigh gets stuck in some snow and Skunkles sprays, startling the deer, which gives them the adrenaline to lift the sleigh up. </li></ul></li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder9');">    Myths &amp; Religion </div><div class="folder" id="folder9" isfolder="true" style="display:block;"> <ul><li> The Aniwye from Ojibwe, Algonquin, and Cree legend is a gigantic skunk monster that's spray is foul enough to <em>kill</em>. It was either defeated by Great Fisher or Nanabozho, and either directly turned into a normal skunk or killed and <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Reincarnation" title="/pmwiki/pmwiki.php/Main/Reincarnation">Reincarnated</a> into one. Skunks having at one point having had spray awful enough to kill isn't uncommon in Native American legend. </li><li> One origin myth about skunks has a vain woman cruelly insult the great spirit Turtle who was disguised as an old man. Turtle punishes her by turning her into the first skunk. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder10');">     Puppet Shows </div><div class="folder" id="folder10" isfolder="true" style="display:block;"> <ul><li> Near the end of the <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/BearInTheBigBlueHouse" title="/pmwiki/pmwiki.php/Series/BearInTheBigBlueHouse">Bear in the Big Blue House</a></em> episode, "Smellorama", Bear, Ojo, Pip, and Pop meet Snook, a skunk who loves anything smelly and tells them about his favorite smells when they visit his cave. Afterwards, the five of them decide to play hide and seek together, and Snook has to remind Bear, Ojo, Pip, and Pop not to play anything scary, as <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FurryReminder" title="/pmwiki/pmwiki.php/Main/FurryReminder">he doesn't like being startled</a>. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/SesameStreet" title="/pmwiki/pmwiki.php/Series/SesameStreet">Sesame Street</a></em>, Grouches use skunk spray as perfume and one trains a skunk to spray her on command. </li><li> The <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/UnderTheUmbrellaTree" title="/pmwiki/pmwiki.php/Series/UnderTheUmbrellaTree">Under the Umbrella Tree</a></em> episode "Twins" features identical skunk twins Sparky and Spunky. Holly and Iggy spend their whole visit on edge, trying not to startle them so they won’t spray. But at the end of the episode, Jacob crash-lands and triggers a spray from both of them. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder11');">    Theme Parks </div><div class="folder" id="folder11" isfolder="true" style="display:block;"> <ul><li> In the Smell Lab scene of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Ride/JourneyIntoImagination" title="/pmwiki/pmwiki.php/Ride/JourneyIntoImagination">Journey into Imagination with Figment</a></em> at <a class="twikilink" href="/pmwiki/pmwiki.php/Ride/DisneyThemeParks" title="/pmwiki/pmwiki.php/Ride/DisneyThemeParks">Epcot</a>, Figment turns into a skunk and sprays the riders with the scent (which is actually the smell of burnt coffee). </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder12');">    Toys </div><div class="folder" id="folder12" isfolder="true" style="display:block;"> <ul><li> <em>Battle Beasts</em> has Ultragas/Pew-Trid Skunk, a humanoid skunk. His English name says it all. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Toys/BeanieBabies" title="/pmwiki/pmwiki.php/Toys/BeanieBabies">Beanie Babies</a></em>: The first skunk in the franchise is named Stinky. He <a class="twikilink" href="/pmwiki/pmwiki.php/Main/MeaningfulName" title="/pmwiki/pmwiki.php/Main/MeaningfulName">lives up to his name</a>, and his poem even indicates that he hopes not to stink someday. They later introduced "Skunkers", who is always quick to point out that she isn't an example. </li><li> Funky Skunky from <em><a class="twikilink" href="/pmwiki/pmwiki.php/Toys/FlushForce" title="/pmwiki/pmwiki.php/Toys/FlushForce">Flush Force</a></em> has a farting issue that expels her scent. This also cripples her self-esteem horribly, as almost no one except Night Terror and Face Palm wants to befriend her. </li><li> From <em><a class="twikilink" href="/pmwiki/pmwiki.php/Toys/TheGrosseryGang" title="/pmwiki/pmwiki.php/Toys/TheGrosseryGang">The Grossery Gang</a></em>, there is Stunk Skunk, who wears a pine tree air-freshener around his neck in an attempt to escape his own stink. </li><li> One of Skeletor's minions in the <em><a class="twikilink" href="/pmwiki/pmwiki.php/Franchise/MastersOfTheUniverse" title="/pmwiki/pmwiki.php/Franchise/MastersOfTheUniverse">Masters of the Universe</a></em> toyline was a skunk-man named Stinkor. He, that is, the toy itself, smelled of patchouli. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder13');">    Video Games </div><div class="folder" id="folder13" isfolder="true" style="display:block;"> <ul><li> Averted in Angry Birds Space: They were supposedly planning to add a skunk-like stink bird..... But it turns out to be an April Fools gag! </li><li> In the <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/AngryBirdsStella" title="/pmwiki/pmwiki.php/WesternAnimation/AngryBirdsStella">Angry Birds Stella</a></em> short ''All That Glitters", Gale was seen searching a cave for treasure and finds a gem "guarded" by a skunk like creature. She manages to take the gem but gets sprayed in the process. <ul><li> This also happens to the Handsome Pig after Gale pushes him down the cave to retrieve her crown: only to realize it was on her tail and to make matters worse, she doesn't go back to help him! </li><li> In the season finale "Till the bitter end", another skunk (or the same one from before) was seen "guarding" the golden egg and fires at Gale but hides behind Stella to shield herself from the blast! </li></ul></li><li> Downplayed with Kicks, the shoeshiner/shoe vendor from the <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/AnimalCrossing" title="/pmwiki/pmwiki.php/VideoGame/AnimalCrossing">Animal Crossing</a></em> games. No mention is ever made of any odor coming from him, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/StealthPun" title="/pmwiki/pmwiki.php/Main/StealthPun">but</a> given that <a class="twikilink" href="/pmwiki/pmwiki.php/Main/SmellyFeetGag" title="/pmwiki/pmwiki.php/Main/SmellyFeetGag">he deals in shoes and footwear</a>.... </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/TheBugsBunnyBirthdayBlowout" title="/pmwiki/pmwiki.php/VideoGame/TheBugsBunnyBirthdayBlowout">The Bugs Bunny Birthday Blowout</a></em>, <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/PepeLePew" title="/pmwiki/pmwiki.php/WesternAnimation/PepeLePew">Pepé Le Pew</a> is the boss of Stage 4-4. He attacks Bugs by spraying clouds at him. </li><li> The Stenches from <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/CrashOfTheTitans" title="/pmwiki/pmwiki.php/VideoGame/CrashOfTheTitans">Crash of the Titans</a></em> and <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/CrashMindOverMutant" title="/pmwiki/pmwiki.php/VideoGame/CrashMindOverMutant">Crash: Mind Over Mutant</a></em> are a mix of this, some sort of bird, and in <em>Mind Over Mutant</em>, an astronaut. It is worth noting that in <em>Crash Of The Titans</em> their stink projectiles are fired from their tail, while in Mind Over Mutant their regular stink projectile is fired from a gun that they wield and their special attack is fired from their... yeah. <ul><li> In <em>Crash of the Titans</em>, they are somewhat known for tormenting innocent animals, especially smaller ones, with their offensive body odor. One of which sadistically killed a baby fox, or at least knocked it out, with flatulence during the Stench's introductory cutscene, and laughing afterward. </li><li> Averted with the skunks in <a class="twikilink" href="/pmwiki/pmwiki.php/Videogame/CrashBandicoot1996" title="/pmwiki/pmwiki.php/Videogame/CrashBandicoot1996">the first game</a> and <em><a class="twikilink" href="/pmwiki/pmwiki.php/Videogame/CrashTwinsanity" title="/pmwiki/pmwiki.php/Videogame/CrashTwinsanity">Crash Twinsanity</a></em>, however. </li></ul></li><li> Averted in <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/FarCry4" title="/pmwiki/pmwiki.php/VideoGame/FarCry4">Far Cry 4</a></em>: those small black-furred white striped critters? They aren't skunks. <a class="twikilink" href="/pmwiki/pmwiki.php/Main/KillerRabbit" title="/pmwiki/pmwiki.php/Main/KillerRabbit">But you're gonna wish they were...</a> </li><li> The point of <em>Fizzball</em> is to rescue animals by trapping them in a bubble which gets bigger with every creature or object picked up. Hitting a skunk before the bubble is big enough to contain it produces a cloud of <a class="twikilink" href="/pmwiki/pmwiki.php/Main/VisibleOdor" title="/pmwiki/pmwiki.php/Main/VisibleOdor">Visible Odor</a>. </li><li> Mileena's Animality in <em>Ultimate <a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/MortalKombat3" title="/pmwiki/pmwiki.php/VideoGame/MortalKombat3">Mortal Kombat 3</a></em>. <ul><li> That is <strong>truly</strong> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/AFateWorseThanDeath" title="/pmwiki/pmwiki.php/Main/AFateWorseThanDeath">A Fate Worse Than Death</a>. </li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/OddworldStrangersWrath" title="/pmwiki/pmwiki.php/VideoGame/OddworldStrangersWrath">Oddworld: Stranger's Wrath</a></em>, one of the ammo types you can get are Stunkz, which are basically tiny skunks that, when fired, release a cloud of gas which makes all enemies that are caught in it vomit, and you can capture the enemies while they lose their lunch. You can even capture bosses alive instantly with this if you have lightning fast reflexes and capture them the instant they start vomiting. Later, you get Spark Stunkz, which suck enemies in rather than make them vomit. </li><li> Skuntank's cry in the <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/Pokemon" title="/pmwiki/pmwiki.php/VideoGame/Pokemon">Pokémon</a></em> games is a farting sound. Also, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Fartillery" title="/pmwiki/pmwiki.php/Main/Fartillery">it can spray skunk spray and poisonous projectiles from its tail tip</a> and <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FartsonFire" title="/pmwiki/pmwiki.php/Main/FartsonFire">the spray is highly combustible, letting it use Flamethrower</a>, and it violently explodes to a cloud of musk if you knock it out. Skuntank's chin when seen from below looks like a rump as well. Its pre-evolution, Stunky, has a face that also looks like a rump, has about the same traits as Skuntank except it sprays from the proper place, and has a punny name that seems to deliberately invoke this trope. Both also resemble cats to some degree, probably a play on the other name for skunks, Polecats. <ul><li> One of their abilities (besides the obvious "Stench"), Aftermath, is based on the <strong>other</strong> annoying aspects of skunks, of the roadkill variety. They <em>explode</em> when hit, releasing all their musk in one shot. Thus why it can stink for <em>days</em> afterwards. </li></ul></li><li> A whole game was built around this. <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/PunkySkunk" title="/pmwiki/pmwiki.php/VideoGame/PunkySkunk">Punky Skunk</a></em> for the <a class="twikilink" href="/pmwiki/pmwiki.php/UsefulNotes/PlayStation" title="/pmwiki/pmwiki.php/UsefulNotes/PlayStation">PlayStation</a>, a Platformer in which your main offensive weapon was your spray. It was trying to ride the <a class="twikilink" href="/pmwiki/pmwiki.php/Main/TotallyRadical" title="/pmwiki/pmwiki.php/Main/TotallyRadical">Totally Radical</a> wave. <ul><li> Humorously, they only bothered to add the <a class="twikilink" href="/pmwiki/pmwiki.php/Main/TotallyRadical" title="/pmwiki/pmwiki.php/Main/TotallyRadical">Totally Radical</a> aspects to the back of the box. The game itself was pretty much left alone, save Kuri/Punky's name. </li></ul></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/TheSims1" title="/pmwiki/pmwiki.php/VideoGame/TheSims1">The Sims</a></em> and <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/TheSims2" title="/pmwiki/pmwiki.php/VideoGame/TheSims2">2</a></em> both had skunks that could show up in the neighborhood and spray Sims and Pets. One was named <a class="twikilink" href="/pmwiki/pmwiki.php/Main/CaptainErsatz" title="/pmwiki/pmwiki.php/Main/CaptainErsatz">Pierre LeStank.</a> </li><li> Stink Bomb from <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/Skylanders" title="/pmwiki/pmwiki.php/VideoGame/Skylanders">Skylanders</a></em> is this combined with <a class="twikilink" href="/pmwiki/pmwiki.php/Main/GratuitousNinja" title="/pmwiki/pmwiki.php/Main/GratuitousNinja">Gratuitous Ninja</a>. </li><li> Cyril Le Paradox, the <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BigBad" title="/pmwiki/pmwiki.php/Main/BigBad">Big Bad</a> of <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/SlyCooperThievesInTime" title="/pmwiki/pmwiki.php/VideoGame/SlyCooperThievesInTime">Sly Cooper: Thieves in Time</a></em>, plays the trope relatively straight. He is commonly insulted for smelling bad, has <a class="twikilink" href="/pmwiki/pmwiki.php/Main/GasMaskMooks" title="/pmwiki/pmwiki.php/Main/GasMaskMooks">henchmen that wear gas masks</a>, and actually weaponizes his spray. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/SonicAdventure" title="/pmwiki/pmwiki.php/VideoGame/SonicAdventure">Sonic Adventure</a></em> and <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/SonicAdventure2" title="/pmwiki/pmwiki.php/VideoGame/SonicAdventure2">Sonic Adventure 2</a></em>, one of the animals that can be found inside robots and pipes is a skunk. When your character gives a skunk to a Chao in the Chao Garden, the Chao will gain a skunk tail and the ability to spray gas clouds. </li><li> A Smelba, a pink skunk piñata from Viva Pinata: Trouble in Paradise, can be commanded to scare Ruffians away, by breathing a dark green cloud of <a class="twikilink" href="/pmwiki/pmwiki.php/Main/VisibleOdor" title="/pmwiki/pmwiki.php/Main/VisibleOdor">Visible Odor</a>. A wild Smelba needs to eat three rotten garlics before becoming a resident of the garden, and a resident Smelba needs to eat two air fresheners and hold a romantic flower before it can romance. <ul><li> Also, the journal's description for the Gas Mask accessory mentions that most Piñatas use the Gas Mask when sharing a garden with Smelbas. </li><li> Sour piñatas will sometimes spit out Sour Candy in the garden. A Sour Smelba spits out Smelly Candy instead which emits green <a class="twikilink" href="/pmwiki/pmwiki.php/Main/VisibleOdor" title="/pmwiki/pmwiki.php/Main/VisibleOdor">Visible Odor</a> and scares away any piñata that runs near it. </li></ul></li><li> Skunks show up as enemies in some of the 3D <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/TalesSeries" title="/pmwiki/pmwiki.php/VideoGame/TalesSeries">Tales Series</a></em> games. They just look like <a class="twikilink" href="/pmwiki/pmwiki.php/Main/PaletteSwap" title="/pmwiki/pmwiki.php/Main/PaletteSwap">a furry black and white version of the usual lizard enemies</a>, but do have a unique attack where they do a handstand and emit a noxious cloud of gas with a high chance of stunning those hit by it. </li><li> The Skunk from the <em><a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/Worms" title="/pmwiki/pmwiki.php/VideoGame/Worms">Worms</a></em> series, once deployed, will walk around and, after a few seconds, spray toxic fumes which <a class="twikilink" href="/pmwiki/pmwiki.php/Main/UniversalPoison" title="/pmwiki/pmwiki.php/Main/UniversalPoison">poison nearby worms</a>. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder14');">    Web Animation </div><div class="folder" id="folder14" isfolder="true" style="display:block;"> <ul><li> Averted with Petunia from <em><a class="twikilink" href="/pmwiki/pmwiki.php/WebAnimation/HappyTreeFriends" title="/pmwiki/pmwiki.php/WebAnimation/HappyTreeFriends">Happy Tree Friends</a></em>. She's shown to be a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/NeatFreak" title="/pmwiki/pmwiki.php/Main/NeatFreak">Neat Freak</a> and even has a car air freshener necklace. However, in one episode Disco Bear is trying to make a move on her, and the scene cuts to him getting hit by a spray coming from offscreen. It is never specified whether it was pepper spray or her skunk spray. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder15');">    Web Comics </div><div class="folder" id="folder15" isfolder="true" style="display:block;"> <ul><li> Subverted here in <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/TwentyFirstCenturyFox" title="/pmwiki/pmwiki.php/Webcomic/TwentyFirstCenturyFox">21st Century Fox</a></em>. <a class="urllink" href="http://techfox.comicgenesis.com/d/20000131.html">Know your audience<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> <em>BEFORE</em> you even <em>start</em> singing that certain song by Loudon Wainwright III! <ul><li> Played for drama: <a class="urllink" href="http://techfox.comicgenesis.com/d/20050603.html">"Smelly! Are you okay? Smelly? SOMEBODY CALL 9-1-1!!"<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> </li><li> <a class="urllink" href="http://techfox.comicgenesis.com/d/20040421.html">This dumb bunny sky-car salesman<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> tries to talk Jenny into buying a vehicle that she doesn't want... it turns out the salesman was <em><strong>MARRIED</strong></em> to a lady skunk... <a class="urllink" href="http://techfox.comicgenesis.com/d/20040423.html">who's not above calling him out for his bad behavior!<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> </li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/AlienDice" title="/pmwiki/pmwiki.php/Webcomic/AlienDice">Alien Dice</a></em> Swiftpaw is a fox modified by alien tech, but he reminds some hapless scientists that <a class="urllink" href="http://aliendice.com/blog/2013/07/12/07122013/">foxes have pretty powerful scent glands too.<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> </li><li> Subverted twice in <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/TheCyantianChronicles" title="/pmwiki/pmwiki.php/Webcomic/TheCyantianChronicles">The Cyantian Chronicles</a></em>: <ul><li> The first is with Twinkie, a skunk that keeps coming back to Marcus's house. Turns out the bad smell is due to being around some Skunkupines that <em>do</em> stink: he himself does not. </li><li> All Exotica Genoworks C-class skunks are genetically engineered to have a nice, pleasant smell, like fruit, flowers, or cedar. </li></ul></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/ElGoonishShive" title="/pmwiki/pmwiki.php/Webcomic/ElGoonishShive">El Goonish Shive</a></em>: Averted with two hybrid girls who are part-skunk. Apart from <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BilingualBonus" title="/pmwiki/pmwiki.php/Main/BilingualBonus">Nioi's name</a> translating to <a class="urllink" href="http://www.egscomics.com/sketchbook/?date=2004-02-10">"scent"<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a>, there is no mention of how they smell one way or another. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/GeneCatlow" title="/pmwiki/pmwiki.php/Webcomic/GeneCatlow">Gene Catlow</a></em>: <ul><li> A bear named Eubie is hunted by a hired-thug ram. The ram not only gets doused with paint, but after Eubie escapes under a hedge, the ram accidentally grabs one of three skunks in the hedge… <em>by the tail.</em> <strong><a class="urllink" href="http://www.genecatlow.com/comics/20050128.gif">BIG MISTAKE.<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a><small>◊</small></strong> </li><li> In a later strip, the ram is ordered to get the small bear. He was about to board the subway car that Eudie climbed aboard, but finds that Eubie, and <span class="spoiler" title="you can set spoilers visible by default on your profile">the <strong>SAME</strong> three skunks he ran afoul of <em>glaring at him</em>... apparently giving him the "skunk-eye"</span>... along with Eubie's girlfriend. <a class="urllink" href="http://www.genecatlow.com/comics/20050907.gif">Not wanting to risk a ''second'' odoriferous encounter, the ram backs out, and intentionally misses the subway car.<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a><small>◊</small> </li></ul></li><li> In the Retcon of <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/GoblinHollow" title="/pmwiki/pmwiki.php/Webcomic/GoblinHollow">Goblin Hollow</a></em>, Ronnie the skunk proves that skunks <em><strong>DO</strong></em> <a class="urllink" href="http://www.rhjunior.com/GH/00018.html">spray when scared<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a>... or <a class="urllink" href="http://www.rhjunior.com/GH/00085.html">surprised!<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> </li><li> Cory "Cilantro" the skunk from <em><a class="twikilink" href="/pmwiki/pmwiki.php/WebComic/Housepets" title="/pmwiki/pmwiki.php/WebComic/Housepets">Housepets!</a></em> either <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ImpliedTrope" title="/pmwiki/pmwiki.php/Main/ImpliedTrope">implies</a> or <a class="twikilink" href="/pmwiki/pmwiki.php/Main/SubvertedTrope" title="/pmwiki/pmwiki.php/Main/SubvertedTrope">subverts</a> this trope. As far as anyone has said he doesn't actually smell bad and he takes offence to being called "stinky", but it's implied to be less because he doesn't stink and more because <a class="twikilink" href="/pmwiki/pmwiki.php/Main/TruthInTelevision" title="/pmwiki/pmwiki.php/Main/TruthInTelevision">skunks are only one type of animal with smelly spray but they get all the blame for it</a>. Both of the times <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ItMakesSenseInContext" title="/pmwiki/pmwiki.php/Main/ItMakesSenseInContext">he's been arrested</a> the officers taking him away have worn gas masks, but in the first instance we never find out if it's purely precautionary or not, and while in the second instance he does imply that he sprayed someone, a guest comic that comes right after shows that he did indeed spray them... <span class="spoiler" title="you can set spoilers visible by default on your profile">with <em>perfume</em>, that is</span>. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/KevinAndKell" title="/pmwiki/pmwiki.php/Webcomic/KevinAndKell">Kevin &amp; Kell</a></em> has them show up every so often. <ul><li> Kell's boss RL and Kevin's ex-wife Angelique are the proud (adoptive) parents of twenty of them, no thanks to a no-account father skunk who left them with her. Fenton was changing the little skunks in one strip, causing him to practice his <a class="urllink" href="http://www.kevinandkell.com/2002/kk0930.html">evasion against multiple rounds of stinky anti-aircraft fire<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a>. </li><li> One strip shows a deer citing a lion that he has pepper spray. <a class="urllink" href="https://kevinandkell.com/2009/strips/kk20090528.jpg">Cue Pepper<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a><small>◊</small>, a skunk. </li><li> Let's not forget about the storyline about <a class="urllink" href="http://www.kevinandkell.com/2001/kk0921.html">a genetically-engineered allergen<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> <a class="urllink" href="http://www.kevinandkell.com/2001/kk0922.html">Angelique was using to keep Lindesfarne and Kell apart<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a>... and how <a class="urllink" href="http://www.kevinandkell.com/2001/kk0923.html">it came back to bite her on the butt!<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> </li></ul></li><li> Aimee Mouffette from <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/Monsterful" title="/pmwiki/pmwiki.php/Webcomic/Monsterful">Monsterful</a></em> is an averted version of the trope. She's a werewolf that had her inner Wolf exchanged with a Skunk (Were-Skunk in a way), instead of a bad smell she produces a <a class="urllink" href="http://www.monsterful.com/chapter13page09.php">delicious floral scent.<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a> Her last name also means Skunk in French. </li><li> Isolde from <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/OzyAndMillie" title="/pmwiki/pmwiki.php/Webcomic/OzyAndMillie">Ozy and Millie</a></em> hams up the failure of the presidential campaign she ran for Llewellyn, citing that there was a stench in the air. Ozy reminds her that it's just Emily, a neighbourhood kid. "I get that a lot." (<a class="twikilink" href="/pmwiki/pmwiki.php/Creator/DanaSimpson" title="/pmwiki/pmwiki.php/Creator/DanaSimpson">Dana Simpson</a> noted how popular Emily ended up with some fans, despite having an entire two panels to herself in the strip's run.) Other skunks who show up generally don't have their smell commented on. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/SabrinaOnline" title="/pmwiki/pmwiki.php/Webcomic/SabrinaOnline">Sabrina Online</a></em>: <ul><li> The eponymous character is a skunk. <a class="urllink" href="http://rigby-jones.net/es/sabrina/art/SabOnline205.gif">And yes, she does use her spray at least once...<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a><small>◊</small> </li><li> Another skunk in the cast is Zig-Zag, a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/MsFanservice" title="/pmwiki/pmwiki.php/Main/MsFanservice">porn star</a> both in-universe and <a class="twikilink" href="/pmwiki/pmwiki.php/UsefulNotes/FurryFandom" title="/pmwiki/pmwiki.php/UsefulNotes/FurryFandom">out</a>. </li><li> Poor Richard <a class="urllink" href="http://www.sabrina-online.com/pages/SO-HC-11.jpg">realizes that<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a><small>◊</small> as he changes his daughter's diaper! </li></ul></li><li> Jake in <em><a class="twikilink" href="/pmwiki/pmwiki.php/Webcomic/TheWhiteboard" title="/pmwiki/pmwiki.php/Webcomic/TheWhiteboard">The Whiteboard</a></em> once set off a biohazard alarm after getting startled. Case in point right <a class="urllink" href="http://www.the-whiteboard.com/autotwb1323.html">here<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a>: <div class="indent"><strong>Gino the Panda:</strong> ...'s matter? <br/><strong>Doc:</strong> Gino, just back away slow. When the pin is pulled, Mr. Grenade is no longer your friend. <br/><strong>Jake:</strong> <em>[trying to contain the release of his spray]</em> Nnng... </div></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WebComic/Oglaf" title="/pmwiki/pmwiki.php/WebComic/Oglaf">Oglaf</a></em>: <a class="urllink" href="https://www.oglaf.com/singles/">"Singles in Your Area"<img height="12" src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" style="border:none;" width="12"/></a>, another animal tells a skunk in a bar that it smells nice, and the skunk comments that skunks use the smell only for emergencies, and that was like telling a deer "Wow, your antlers aren't covered in blood." Awkward silence ensues. Then a deer with bloody antlers walks into the bar, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/GainaxEnding" title="/pmwiki/pmwiki.php/Main/GainaxEnding">and the strip ends with a bondage scene with the deer being "punished".</a> </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder16');">    Web Original </div><div class="folder" id="folder16" isfolder="true" style="display:block;"> <ul><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/ChakonaSpace" title="/pmwiki/pmwiki.php/Literature/ChakonaSpace">Chakona Space</a></em> features skunktaurs who periodically engage in "stinky times". They normally need special soaps and/or shampoo to clean up afterword. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WebVideo/JackValeFilms" title="/pmwiki/pmwiki.php/WebVideo/JackValeFilms">Jack Vale Films</a></em>, one prank involves attaching a water toy to a fake skunk and pretending it was spraying random people. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder17');">    Web Videos </div><div class="folder" id="folder17" isfolder="true" style="display:block;"> <ul><li> While the smell is never directly mentioned, an undead skunk sets up <a class="twikilink" href="/pmwiki/pmwiki.php/Main/OminousFog" title="/pmwiki/pmwiki.php/Main/OminousFog">Ominous Fog</a> in <em><a class="twikilink" href="/pmwiki/pmwiki.php/WebVideo/ZombieRoadkill" title="/pmwiki/pmwiki.php/WebVideo/ZombieRoadkill">Zombie Roadkill</a></em>. </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder18');">    Western Animation </div><div class="folder" id="folder18" isfolder="true" style="display:block;"> <ul><li> This trope was actually inverted in <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/AceVenturaTheAnimatedSeries" title="/pmwiki/pmwiki.php/WesternAnimation/AceVenturaTheAnimatedSeries">Ace Ventura The Animated Series</a></em> where Ace must save a little boy's pet skunk from an evil businessman. The parents allowed their son to keep the skunk because they knew that as long as it wasn't scared, it didn't release its stinky artillery. This becomes a major factor in defeating the bad guy who was keeping a bunch of skunks captive. </li><li> The <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/AdventuresOfSonicTheHedgehog" title="/pmwiki/pmwiki.php/WesternAnimation/AdventuresOfSonicTheHedgehog">Adventures of Sonic the Hedgehog</a></em> episode, "Road Hog" has a skunk named Colonel Stench, who breeds flowers and has tried unsuccessfuly for years to make a perfume that would get rid of his stench. What he created instead was hypnotic flower pollen, which Robotnik stole from him and used to hypnotize the law into arresting him and Sonic. </li><li> The <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Amphibia" title="/pmwiki/pmwiki.php/WesternAnimation/Amphibia">Amphibia</a> episode, "Trip to the Archives" shows a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FailureMontage" title="/pmwiki/pmwiki.php/Main/FailureMontage">Failure Montage</a> that ends with Anne and the Planters tied up and facing a skunk the size of a dinosaur and cuts away as it aims it's butt at them and lifts it's tail. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Animaniacs" title="/pmwiki/pmwiki.php/WesternAnimation/Animaniacs">Animaniacs</a></em>: <ul><li> This is the backstory for "Stinkbomb" the basset hound in the episode "Smell Ya Later." He was shown chasing Slappy Squirrel into a cave. Not knowing, he lit a match to find it was a den of skunks. After he'd grabbed and threatened one. Green smoke gushes out of the cave as a result. According to Slappy, Stinkbomb hasn't smelled the same since. </li><li> In the Goodfeathers cartoon "We're No Pigeons," the Goodfeathers try to trick a pigeon-hunting baby owl into thinking that pigeons are a completely different species than they are. Based on their outlandish description of what a pigeon looks like, the owl captures a skunk, thinking it's a pigeon. It promptly sprays the Goodfeathers. </li><li> In the "What are We?" song, sung by the Warners about <a class="twikilink" href="/pmwiki/pmwiki.php/Main/CartoonCreature" title="/pmwiki/pmwiki.php/Main/CartoonCreature">how they don't know what species they are</a>, Dot suggests they're skunks, but then Dr. Scratchandsniff points out that then they'd stink. </li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/BackAtTheBarnyard" title="/pmwiki/pmwiki.php/WesternAnimation/BackAtTheBarnyard">Back at the Barnyard</a></em>, Pig has a pet skunk, Skunky, but he'll only spray Duke. <span class="spoiler" title="you can set spoilers visible by default on your profile"> Even the Duke imposter is safe.</span> </li><li> A skunk is the titular character in the <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/BarneyBear" title="/pmwiki/pmwiki.php/WesternAnimation/BarneyBear">Barney Bear</a></em> cartoon "The Unwelcome Guest". </li><li> In one episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/BeethovenTheAnimatedSeries" title="/pmwiki/pmwiki.php/WesternAnimation/BeethovenTheAnimatedSeries">Beethoven: The Animated Series</a></em>, Beethoven is in a tracking competition with another dog. The other dog purposefully insults a skunk, making it mad enough to spray, and uses this to mask his trail. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/TheBerenstainBears" title="/pmwiki/pmwiki.php/Literature/TheBerenstainBears">The Berenstain Bears</a></em>: In the animated special "The Berenstain Bears Meet Bigpaw", Papa Bear leads an army to deal with Bigpaw, whom they believe to be a threat. Among the weapons brought are "skunk bombs" - watermelons with skunks sitting on them, with Papa checking them out earlier while wearing a clothespin on his nose. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/BigCityGreens" title="/pmwiki/pmwiki.php/WesternAnimation/BigCityGreens">Big City Greens</a></em>: The episode "Skunked" sees Cricket attempt <a class="twikilink" href="/pmwiki/pmwiki.php/Main/EngineeredHeroics" title="/pmwiki/pmwiki.php/Main/EngineeredHeroics">Engineered Heroics</a> by releasing a bunch of skunks into Big Coffee so he can then rescue everyone from them. However, things do not go as Cricket hoped, and in the end, he gets sprayed by the very skunks he was trying to save everyone from. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/BobsBurgers" title="/pmwiki/pmwiki.php/WesternAnimation/BobsBurgers">Bob's Burgers</a></em>: In "Eat, Spray, Linda", Linda gets sprayed by not one, but <em>two</em> skunks trying to take a short-cut across a meadow. Worth noting is that the skunk spray acts just like it does in real life, a spray of fluid from a gland under its anus. </li><li> In the Direct-to-Video Film "Bratz :Starrin' and Stylin'", after crashing their car in the woods, Jade picks up what she believes is a cat, but turns out to be a skunk that sprays three of them. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Casper" title="/pmwiki/pmwiki.php/WesternAnimation/Casper">Casper</a></em> has the friendly little ghost befriend a lonely skunk whose odor has driven the other animals away. By the end, Casper's convinced them to play together, though the others are wearing clothspins on their noses. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/CliffordTheBigRedDog" title="/pmwiki/pmwiki.php/WesternAnimation/CliffordTheBigRedDog">Clifford the Big Red Dog</a></em> had Cleo taunting the other dogs with ghost stories about "Wiffy the Skunk Ghost". <a class="twikilink" href="/pmwiki/pmwiki.php/Main/CryingWolf" title="/pmwiki/pmwiki.php/Main/CryingWolf">She kept pranking them by saying he was after her</a>, and they finally got fed up with it and leave. Then, a <em>real</em> skunk shows up and she scares it and it sprays her. The others, while out looking for her, smell that she got sprayed. <div class="indent"><strong>Cleo</strong>: Aww, man! P.U.! That is definitely not a ghost skunk! That is the <em>real thing</em>! </div></li><li> In an episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/CodenameKidsNextDoor" title="/pmwiki/pmwiki.php/WesternAnimation/CodenameKidsNextDoor">Codename: Kids Next Door</a></em>, two of the main characters adopted a baby skunk. <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HilarityEnsues" title="/pmwiki/pmwiki.php/Main/HilarityEnsues">Hilarity Ensues</a>. Later it's turned into a bionic skunk that not only shoots stink but <em>missiles</em> fro… yeah. <ul><li> Worth noting is this is mostly played realistically, with him only spraying if scared or threatened and his parents spraying to protect him, otherwise he smells perfectly normal. </li></ul></li><li> Disney loved the idea of fox hunters seemingly capturing a fox inside a hollow log, then pulling out a skunk instead. Variations of this gag end <em>all three</em> of the studio's fox hunting cartoons. <ul><li> In <em>The Fox Chase</em> (1928), <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/OswaldTheLuckyRabbit" title="/pmwiki/pmwiki.php/WesternAnimation/OswaldTheLuckyRabbit">Oswald the Lucky Rabbit</a> flushes the skunk out of the log. Oswald and his hounds flee into the distance—and then we see that the "skunk" is really the fox <a class="twikilink" href="/pmwiki/pmwiki.php/Main/AssInALionSkin" title="/pmwiki/pmwiki.php/Main/AssInALionSkin">in disguise</a>. </li><li> In <em>The Fox Hunt</em> (1931), a generic hunter (this is a <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/ClassicDisneyShorts" title="/pmwiki/pmwiki.php/WesternAnimation/ClassicDisneyShorts">Silly Symphony</a>) pulls the skunk out of the log without noticing that it's not the fox. Other hunters, their horses and hounds flee into the distance. The generic hunter realizes the truth, flees as well — and then we see the skunk and the fox shaking hands. </li><li> In <em>The Fox Hunt</em> (1938), <a class="twikilink" href="/pmwiki/pmwiki.php/Main/DonaldDuck" title="/pmwiki/pmwiki.php/Main/DonaldDuck">Donald Duck</a> pulls the skunk out of the log without noticing that it's not the fox. Other hunters (including Mickey, Minnie, Horace Horsecollar, and Clara Cluck), their horses and hounds flee into the distance. Donald slowly realizes the truth, tries to calm the skunk—then flees as well. </li></ul></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/DNAce" title="/pmwiki/pmwiki.php/WesternAnimation/DNAce">D.N. Ace</a></em>: In the episode "Sloane Plunderman, Junior Ghost Hunter", when Sloane is showing footage from her old ghost-hunting show, there's footage of a skunk attacking her. </li><li> In an episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/DoraTheExplorer" title="/pmwiki/pmwiki.php/WesternAnimation/DoraTheExplorer">Dora the Explorer</a></em>, Dora and Boots come across a skunk, and, wisely, decide to leave it alone. Swiper shows up and tries to use a grabbing device he made to steal from them, only to 'swipe' the skunk instead. While he doesn't get sprayed, the smell of it is enough to scare him off. <ul><li> Another time a skunk appeared was in the <em>World Adventure</em> special, where Swiper's French counterpart, Fifi (no, no, not <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TinyToonAdventures" title="/pmwiki/pmwiki.php/WesternAnimation/TinyToonAdventures">THAT Fifi</a>). No comment is made on her smelling bad, they simply don't want her 'swiping' from them. </li></ul></li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/EdEddNEddy" title="/pmwiki/pmwiki.php/WesternAnimation/EdEddNEddy">Ed, Edd n Eddy</a></em> <ul><li> In the episode "Sorry, Wrong Ed", one of the curses Eddy was plagued with involved him getting sprayed by a skunk. </li><li> Given a subtle nod in "If It Smells Like An Ed"; in the friendship song being sung at the beginning, at the repeat of "When you take off your shoe/and your feet stink P.U!", a skunk crawls out of a bush at the last word. </li></ul></li><li> In the <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TheFairlyOddParents" title="/pmwiki/pmwiki.php/WesternAnimation/TheFairlyOddParents">The Fairly OddParents</a></em> Episode "A Bad Case of Diary-Uh!" Timmy Turner attempts to sabotage Vicki's love life by wishing her perfume would make her stink like a skunk. The bottle turns into a live skunk that sprays her when she squeezes its nose. </li><li> Subverted in <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Franklin" title="/pmwiki/pmwiki.php/WesternAnimation/Franklin">Franklin</a></em> with Skunk, who doesn't stink and is actually quite happy when people don't make jokes about it. </li><li> Kratz from <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/HarveyBeaks" title="/pmwiki/pmwiki.php/WesternAnimation/HarveyBeaks">Harvey Beaks</a></em> is a skunk, but he only sprays his gas when he's nervous. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/HeathcliffAndTheCatillacCats" title="/pmwiki/pmwiki.php/WesternAnimation/HeathcliffAndTheCatillacCats">Heathcliff and the Catillac Cats</a></em>: <ul><li> In the episode "Be Prepared", the titular tomcat lures an egotistical Boy Scout leader to a bush where a nest of skunks are sleeping. The scoutmaster looks into the bush (just as Heathcliff drops a firecracker!), waking the skunks up, giving the scoutmaster a full blast into his face! </li><li> In the episode, "Riff Raff the Gourmet", Riff Raff is competing against Pierre, a cat who is a French chef and a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FrenchJerk" title="/pmwiki/pmwiki.php/Main/FrenchJerk">French Jerk</a>. Riff Raff is busy fishing on a pier, but Pierre hooks Riff Raff's line to a cage with a skunk inside of it... <div class="indent"><strong>Riff Raff:</strong> Got one! <em>[reels in his catch]</em> *GULP!* Just my luck... a lousy skunk! <br/><em>[the skunk glares at him angrily]</em> <br/><strong>Riff Raff:</strong> OH NO! Sorry, pal! I... <br/><em><strong>*POOF!*</strong></em> </div></li></ul></li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/HeManAndTheMastersOfTheUniverse1983" title="/pmwiki/pmwiki.php/WesternAnimation/HeManAndTheMastersOfTheUniverse1983">He-Man and the Masters of the Universe (1983)</a></em>, one of Skeletor's proposed servants was a skunk man named Stinkor, whose power was the ability to generate stench. The cartoon's <a class="twikilink" href="/pmwiki/pmwiki.php/Creator/Filmation" title="/pmwiki/pmwiki.php/Creator/Filmation">creators</a> thought the idea was stupid, so he never appeared in the cartoon and barely in the expanded universe. He did, however, get <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ADayInTheLimelight" title="/pmwiki/pmwiki.php/Main/ADayInTheLimelight">a book</a> about him. As the book read, Stinkor was the lowest ranked in Skeletor's entire army, and he was hated so much for smelling bad that Skeletor actually fired him. Then it turned out that his stench sapped He-Man's strength. <ul><li> Stinkor was also included in <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/HeManAndTheMastersOfTheUniverse2002" title="/pmwiki/pmwiki.php/WesternAnimation/HeManAndTheMastersOfTheUniverse2002">the 2002 cartoon</a>, and got an entire episode devoted to showing how badass he was. His stench is so powerful, it can <em>melt rock</em>. <ul><li> In fact, despite failing, Stinkor performed so well that, as opposed to the book, he was hired by Skeletor and the only member of the villain's henchman that were not punished that episode; Stinkor seems to be the only henchman that Skeletor actually <em>likes</em>. </li></ul></li></ul></li><li> Done in a realistic fashion in <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/HeyArnold" title="/pmwiki/pmwiki.php/WesternAnimation/HeyArnold">Hey Arnold!</a></em> where Gerald runs right into a skunk resting on a tree trunk and spooks into spraying a concentrated liquid in his face before running off. However, instead of a normally light spray (as it can still be smelled for half a mile), it's a full blast! </li><li> In the <em>The Incredible <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/DennisTheMenace" title="/pmwiki/pmwiki.php/WesternAnimation/DennisTheMenace">Dennis the Menace</a></em> episode, "Wish You Weren't Here", when the Wilsons and the Mitchells go on vacation, Dennis has a family of skunks take shelter in the closet of Mr. Wilson's camper van during a rainstorm. When Mr. Wilson discovers the skunks, he is forced to pay to get his camper van deskunked. When the Wilsons and the Mitchells return home at the end of the episode, Mr. Wilson discovers from a police officer that the skunks in his camper van were contaminated with Spotted Fever, and since he, his wife, the Mitchells, and Joey all caught Spotted Fever, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/YankTheDogsChain" title="/pmwiki/pmwiki.php/Main/YankTheDogsChain">they have to be quarantined in the camper van for the next ten days</a>. </li><li> On <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/JimmyTwoShoes" title="/pmwiki/pmwiki.php/WesternAnimation/JimmyTwoShoes">Jimmy Two-Shoes</a></em>, when Jimmy and Beezy <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ItMakesSenseInContext" title="/pmwiki/pmwiki.php/Main/ItMakesSenseInContext">get put in an animal prison</a>, their cellmate is a skunk. The usual jokes follow. Said skunk returns a few episodes later with a more major role, as well as Lucius noting him to be one of Miseryville's nastiest <em>and</em> stinkiest criminals. </li><li> In the British preschool quiz show <em>Kerwhizz</em> (a mix of a live-action host and everything else being CGI), one of the regular features is "Hunt the Skunk", in which the teams have to guess where King Pong the skunk is hiding. King Pong's appearance is always heralded by a stinky green miasma. Occasionally averted when King Pong is replaced by Queen Pong or Princess Pong, who smell very nice and produce a fragrant pink vapour instead. </li><li> An episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/KimPossible" title="/pmwiki/pmwiki.php/WesternAnimation/KimPossible">Kim Possible</a></em> had a skunk-based villain named White Stripe, whose suit let him spray like a real skunk, only the stench could knock out most people instantly. </li><li> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/PunnyName" title="/pmwiki/pmwiki.php/Main/PunnyName">Odie Cologne</a> of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/KingLeonardoAndHisShortSubjects" title="/pmwiki/pmwiki.php/WesternAnimation/KingLeonardoAndHisShortSubjects">King Leonardo and His Short Subjects</a></em> is a rare hero skunk in his role of getting the King out of whatever jam he currently finds himself in. </li><li> <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/LittleBear" title="/pmwiki/pmwiki.php/WesternAnimation/LittleBear">Little Bear</a> gets sprayed by the soon-to-be skunk bride <span class="notelabel" onclick="togglenote('note0u6sx');"><sup>note </sup></span><span class="inlinefolder" id="note0u6sx" isnote="true" onclick="togglenote('note0u6sx');" style="cursor:pointer;font-size:smaller;display:none;">she was marrying another skunk</span> by accident, from accidentally scaring her. He smells until the end of the episode. </li><li> Unlike real skunks, Pepper Clark from <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/LittlestPetShop2012" title="/pmwiki/pmwiki.php/WesternAnimation/LittlestPetShop2012">Littlest Pet Shop (2012)</a></em> is capable of producing a pleasant aroma when she is in a good mood. However, she still has the typical unpleasant aroma of a classic skunk whenever she's nervous or upset. Control and fragrances, good or bad, also vary depending on her mood. In fact, a fellow skunk named Mitzi can create very different pleasant smells on request. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/LooneyTunes" title="/pmwiki/pmwiki.php/WesternAnimation/LooneyTunes">Looney Tunes</a></em>: <ul><li> Skunk stink was of course the entire point of almost every <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/PepeLePew" title="/pmwiki/pmwiki.php/WesternAnimation/PepeLePew">Pepé Le Pew</a> short. That, and <a class="twikilink" href="/pmwiki/pmwiki.php/Main/MemeticMolester" title="/pmwiki/pmwiki.php/Main/MemeticMolester">feline molestation</a>. In one cartoon, Pepe becomes aware of his own odor problem when he looks up the word that everyone says in his presence — "Pew!" — and is quite horrified by what he discovers. Pepe immediately goes to <span class="spoiler" title="you can set spoilers visible by default on your profile">Henri's Deodorizing Service, and goes into a vat filled with chlorophyll.</span> His girlfriend, however, runs straight into one of the vats <span class="spoiler" title="you can set spoilers visible by default on your profile">in Pierre's Limburger Cheese Company.</span> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HilarityEnsues" title="/pmwiki/pmwiki.php/Main/HilarityEnsues">Hilarity Ensues</a>. </li><li> The cartoon "Odor of the Day" features a skunk who may or may not be Pepe (most likely it's his American cousin). Unlike Pepe, he uses his odor defensively, shooting it out of his tail like a machine gun. </li><li> Elmer Fudd found himself snagging a skunk instead of <a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/BugsBunny" title="/pmwiki/pmwiki.php/WesternAnimation/BugsBunny">Bugs Bunny</a> in <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/AWildHare" title="/pmwiki/pmwiki.php/WesternAnimation/AWildHare">A Wild Hare</a></em>. "Well... confidentially... you know..." Elmer winces, sets the skunk down carefully, tries to lower his tail, and hopes for the best as he gently shoos him away. </li><li> Fifi La Fume of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TinyToonAdventures" title="/pmwiki/pmwiki.php/WesternAnimation/TinyToonAdventures">Tiny Toon Adventures</a></em> is a blatant <a class="twikilink" href="/pmwiki/pmwiki.php/Main/DistaffCounterpart" title="/pmwiki/pmwiki.php/Main/DistaffCounterpart">Distaff Counterpart</a> to Pepe, but seems to be able to control her <em>odor</em> a lot better than Pepe does. Also a bit of a subversion in other reasons as she doesn't stink any time except <em>when</em> she's chasing someone or when she intentionally uses it herself. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TheSylvesterAndTweetyMysteries" title="/pmwiki/pmwiki.php/WesternAnimation/TheSylvesterAndTweetyMysteries">The Sylvester and Tweety Mysteries</a></em> episode "Platinum Wheel of Fortune" has Sylvester being mistaken for a female skunk by Pepe's fourth cousin Pitu Le Pew who continuously chases and molests him throughout the episode. Also just like Pepe, his smell is unbearable to say the least. </li></ul></li><li> In the <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TheLoudHouse" title="/pmwiki/pmwiki.php/WesternAnimation/TheLoudHouse">The Loud House</a></em> episode, "<a class="twikilink" href="/pmwiki/pmwiki.php/Recap/TheLoudHouseS5E2TheBossMaybeFamilyBonding" title="/pmwiki/pmwiki.php/Recap/TheLoudHouseS5E2TheBossMaybeFamilyBonding">The Boss Maybe</a>", Lana deliberately lets a skunk spray her. </li><li> In one of the mid-episode segments on <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MarthaSpeaks" title="/pmwiki/pmwiki.php/WesternAnimation/MarthaSpeaks">Martha Speaks</a></em>, Martha is demonstrating things that are pleasant and unpleasant and on of the unpleasant things is getting sprayed by a skunk. </li><li> Inverted in the <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MegaBabies" title="/pmwiki/pmwiki.php/WesternAnimation/MegaBabies">Mega Babies</a></em> episode "Poop Doggy Dog", where one of the babies' farts causes a skunk to faint. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/Literature/MillyMolly" title="/pmwiki/pmwiki.php/Literature/MillyMolly">Milly, Molly</a></em>, the TV series, the episode Pet Day has all the children bringing their pets to school. <span class="notelabel" onclick="togglenote('note1951t');"><sup>note </sup></span><span class="inlinefolder" id="note1951t" isnote="true" onclick="togglenote('note1951t');" style="cursor:pointer;font-size:smaller;display:none;">In case you were wondering, Milly has a mischevious cat called Marmalade, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/LovableCoward" title="/pmwiki/pmwiki.php/Main/LovableCoward">Molly</a> has a cat called Tom Cat, Junior Joe has an unnamed hermit crab, Chloe has a pony named Prince, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/TheBully" title="/pmwiki/pmwiki.php/Main/TheBully">Humphrey</a> has a Rottweiler called Zoldan who is trained to understand commands in a made-up "Martian" language, Alf has a dog with a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/MeaningfulName" title="/pmwiki/pmwiki.php/Main/MeaningfulName">Meaningful Name</a> Puddles, so called because he pees on things, George has the skunk named Stinky, Jack has a goat named Roger who is a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BigEater" title="/pmwiki/pmwiki.php/Main/BigEater">Big Eater</a>, Poppi has a tortoise called Torty, Harry has a mouse named Brian who escapes a lot. <span class="spoiler" title="you can set spoilers visible by default on your profile"> Brian eventually gets a mate named Brioni</span>, Elizabeth has a rabbit named Mr. Cotton Bottom, and it is unknown what Sophie's pet is.</span> Several of the animals misbehave, including George's skunk Stinky, who sprays Humphrey <em>twice</em>. </li><li> Baby Fozzie should have known better in one episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MuppetBabies1984" title="/pmwiki/pmwiki.php/WesternAnimation/MuppetBabies1984">Muppet Babies (1984)</a></em> called "The Daily Muppet": <div class="indent"><strong>Baby Fozzie:</strong> Hey Kermit... how about printing a newspaper joke on the front page? <br/><strong>Baby Kermit:</strong> Huh? <br/><strong>Baby Fozzie:</strong> Like this one: "What's black and white and red all over?" <br/><strong>Baby Kermit:</strong> Aw, gee, Fozzie... <strong>Everyone</strong> knows that joke. <br/><strong>Baby Fozzie:</strong> They do? <br/><strong>Baby Kermit:</strong> Uh-huh. Newspapers are black and white and read (red) all over! <br/><strong>Baby Fozzie:</strong> Gosh! That wasn't the joke I was thinking of! I thought what was "black and white and red all over" was skunk covered in strawberry jam! Hee-hee-hee! <br/><em>[cut to a live-action clip of a skunk turning to its "firing position"]</em> <br/><strong>Skunk:</strong> BOO-OO-OO-OO! <br/><em>[a hissing noise is heard, meaning the skunk just sprayed Fozzie]</em> <br/><strong>Baby Fozzie:</strong> <em>[holding his nose]</em> PHEW! I'd rather be hit by a tomato any day! </div></li><li> In the <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MyDadTheRockStar" title="/pmwiki/pmwiki.php/WesternAnimation/MyDadTheRockStar">My Dad the Rock Star</a></em> episode "Call of the Wild", Serenity housesits while the rest of her family goes camping. After a series of mishaps, a bunch of animals get into the house, one of which is a skunk that ends up spraying her. </li><li> On <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MyFriendsTiggerAndPooh" title="/pmwiki/pmwiki.php/WesternAnimation/MyFriendsTiggerAndPooh">My Friends Tigger &amp; Pooh</a></em>, Skunk hardly ever sprays and only when he's really scared, just like real skunks. But just being able to is important to him because that's what skunks do, and when he first appears, he actually angsts over it. Even <em>he</em> didn't know the real reason why skunks stink at first. </li><li> In the episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/MyLittlePonyFriendshipIsMagic" title="/pmwiki/pmwiki.php/WesternAnimation/MyLittlePonyFriendshipIsMagic">My Little Pony: Friendship Is Magic</a></em>, "Winter Wrap-Up", Twilight Sparkle goes through a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HumiliationConga" title="/pmwiki/pmwiki.php/Main/HumiliationConga">Humiliation Conga</a> involving <a class="twikilink" href="/pmwiki/pmwiki.php/Main/WhyDidItHaveToBeSnakes" title="/pmwiki/pmwiki.php/Main/WhyDidItHaveToBeSnakes">snakes</a>, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/GoddamnBats" title="/pmwiki/pmwiki.php/Main/GoddamnBats">bats</a>, having a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BeeAfraid" title="/pmwiki/pmwiki.php/Main/BeeAfraid">hornet's nest</a> fall on her head, and ends up running into a den... and getting sprayed by a family of skunks. Next scene shows her bathing in a tub of tomato juice. Comes up again in the episode "28 Pranks Later" when Cranky's toupee is replaced with a skunk. </li><li> On <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/OscarsOasis" title="/pmwiki/pmwiki.php/WesternAnimation/OscarsOasis">Oscar's Oasis</a></em>, there is an anthropomorphic skunk with a white Mohawk who can emit a foul <a class="twikilink" href="/pmwiki/pmwiki.php/Main/VisibleOdor" title="/pmwiki/pmwiki.php/Main/VisibleOdor">Visible Odor</a> smell from his armpits at will and can also fart loudly. He first appears in the episode "Forbidden Zone". Most characters are offended by his stench, but Oscar is not offended, and in fact swallows one of his gas clouds and farts it out. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/PacMan" title="/pmwiki/pmwiki.php/WesternAnimation/PacMan">Pac-Man</a></em>: In "Trick or Chomp", the Ghost Monsters hide in a hollow tree that's inhabited by a skunk. Like real skunks, it stomps its feet before spraying them. </li><li> In an episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/PawPatrol" title="/pmwiki/pmwiki.php/WesternAnimation/PawPatrol">PAW Patrol</a></em>, titled "Pups Get Skunked", Everest the Husky gets a sprayed in the face by a skunk in realistic manner (even for a kid's show!), and when it shows up in the town, it was revealed that the skunk had thorns in its feet. </li><li> On <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/ThePenguinsOfMadagascar" title="/pmwiki/pmwiki.php/WesternAnimation/ThePenguinsOfMadagascar">The Penguins of Madagascar</a></em> episode "Operation: Plush", a jealous King Julien throws all the plush toys of Mort (which were selling better than his plush toys) into the skunk habitat so they would be recalled. On the episode "Out of the Groove", an equally jealous Julien throws skunks at the baboons after they get more attention than he does. </li><li> In "I'm Super", an episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/PennZeroPartTimeHero" title="/pmwiki/pmwiki.php/WesternAnimation/PennZeroPartTimeHero">Penn Zero: Part-Time Hero</a></em>, the hero trio are sent to a world where EVERYONE is a superhero. It is there that Sashi becomes "Skunkwoman"! <span class="spoiler" title="you can set spoilers visible by default on your profile"> Guess what her powers are!</span> </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/PhineasAndFerb" title="/pmwiki/pmwiki.php/WesternAnimation/PhineasAndFerb">Phineas and Ferb</a></em>: In his youth, Dr. Doofenshmirtz aspired to be a stage magician, but all his tricks inexplicably ended with him getting sprayed by a skunk. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TheProudFamily" title="/pmwiki/pmwiki.php/WesternAnimation/TheProudFamily">The Proud Family</a></em>, after both of the Prouds' inlaws ended up leaving from the baptism due to inherent disagreements, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ExiledToTheCouch" title="/pmwiki/pmwiki.php/Main/ExiledToTheCouch">Oscar is forced by Trudy to sleep in the tent</a> (because Oscar arranged his cousin Ray-Ray to stay at their house due to wanting to hold off Trudy's relatives, there wasn't enough room in the house for Oscar, Trudy, or... well, the main occupants of the house to actually live in the house, so they were forced to set up a tent). It's raining that night. Oscar, desperately trying to make the best of the situation, tries to comfort himself by saying that its his tent as well, and that the black fluffy pillow is his. Unfortunately for him, said "black fluffy pillow" was actually a skunk that was sleeping in the tent. </li><li> In an episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/APupNamedScoobyDoo" title="/pmwiki/pmwiki.php/WesternAnimation/APupNamedScoobyDoo">A Pup Named Scooby-Doo</a></em>, a monster named Stinkweed ends up having a skunk <em>attracted</em> to him due to his nasty smell! </li><li> The <a class="twikilink" href="/pmwiki/pmwiki.php/Main/DirectToVideo" title="/pmwiki/pmwiki.php/Main/DirectToVideo">Direct-to-Video</a> <a class="twikilink" href="/pmwiki/pmwiki.php/VideoGame/ZhuZhuPets" title="/pmwiki/pmwiki.php/VideoGame/ZhuZhuPets">Zhu Zhu Pets</a> tie-in movie <em>Quest for Zhu</em> has Stinker the skunk, <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ExactlyWhatItSaysOnTheTin" title="/pmwiki/pmwiki.php/Main/ExactlyWhatItSaysOnTheTin">aptly named</a>. His first appearance in the film - which is also a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ShoutOut" title="/pmwiki/pmwiki.php/Main/ShoutOut">Shout-Out</a> to Glinda's entrance in <a class="twikilink" href="/pmwiki/pmwiki.php/Film/TheWizardOfOz" title="/pmwiki/pmwiki.php/Film/TheWizardOfOz">The Wizard of Oz</a> - has him arrive from the sky in a giant bubble full of stinky green gas, and he enjoys making reference to his own stinkiness at others' expense. However, he only ever actually sprays once in the whole film and the implication is that it was by impulse, after he was <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ItMakesSenseInContext" title="/pmwiki/pmwiki.php/Main/ItMakesSenseInContext">forcibly launched into the mouth of the</a> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/BigBad" title="/pmwiki/pmwiki.php/Main/BigBad">Big Bad</a> and panicked while trying to get out. </li><li> On <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/RegularShow" title="/pmwiki/pmwiki.php/WesternAnimation/RegularShow">Regular Show</a></em>, Rigby gets sprayed by a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/OurWerebeastsAreDifferent" title="/pmwiki/pmwiki.php/Main/OurWerebeastsAreDifferent">were-skunk</a>, and if he doesn't find a way to clean the smell off, he will turn into one. </li><li> On <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/RockosModernLife" title="/pmwiki/pmwiki.php/WesternAnimation/RockosModernLife">Rocko's Modern Life</a></em>, Rocko waits desperately to use an airline bathroom. When one of the stalls <em>finally</em> becomes vacant, the <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FunnyAnimal" title="/pmwiki/pmwiki.php/Main/FunnyAnimal">Funny Animal</a> that steps out is a skunk, complete with a cloud of stink. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Rugrats" title="/pmwiki/pmwiki.php/WesternAnimation/Rugrats">Rugrats</a></em>: <ul><li> One episode (aptly titled <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ExactlyWhatItSaysOnTheTin" title="/pmwiki/pmwiki.php/Main/ExactlyWhatItSaysOnTheTin">"Chuckie Gets Skunked"</a>) involves Chuckie being sprayed by a skunk, and the other characters' attempts to get rid of the smell (washing him in mud, among other things). Unfortunately, just when they've gotten rid of the smell, the episode ends with <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HereWeGoAgain" title="/pmwiki/pmwiki.php/Main/HereWeGoAgain">Stu and Chaz encountering the same skunk.</a> </li><li> In the episode "Mega Diaper Babies", the babies play superheroes with Chuckie playing "Stinky" ("who smells as strong as <em>two</em> babies!") and wearing a skunk costume. <a class="twikilink" href="/pmwiki/pmwiki.php/Main/WhatKindOfLamePowerIsHeartAnyway" title="/pmwiki/pmwiki.php/Main/WhatKindOfLamePowerIsHeartAnyway">He is NOT happy about it.</a> <span class="spoiler" title="you can set spoilers visible by default on your profile"> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/ThisLooksLikeAJobForAquaman" title="/pmwiki/pmwiki.php/Main/ThisLooksLikeAJobForAquaman">At least until</a> he's <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Fartillery" title="/pmwiki/pmwiki.php/Main/Fartillery">the one to beat Angelatron</a></span>. </li></ul></li><li> An installment of the "X-Presidents" cartoon on Robert Simgel's "TV Funhouse" shorts on <em><a class="twikilink" href="/pmwiki/pmwiki.php/Series/SaturdayNightLive" title="/pmwiki/pmwiki.php/Series/SaturdayNightLive">Saturday Night Live</a></em> had the heroes teaming up with some popular cartoon characters to make <a class="twikilink" href="/pmwiki/pmwiki.php/Main/GenreThrowback" title="/pmwiki/pmwiki.php/Main/GenreThrowback">updated versions</a> of the notoriously politically incorrect <a class="twikilink" href="/pmwiki/pmwiki.php/Main/WartimeCartoon" title="/pmwiki/pmwiki.php/Main/WartimeCartoon">Wartime Cartoons</a> of the 1940s in which a stereotypically ugly <a class="twikilink" href="/pmwiki/pmwiki.php/Main/DirtyForeigner" title="/pmwiki/pmwiki.php/Main/DirtyForeigner">Dirty Foreigner</a> would get harassed and humiliated. Two of these cartoons ended with a snarky skunk showing up out of nowhere, pointing at the foreigner, and groaning <a class="twikilink" href="/pmwiki/pmwiki.php/Main/HypocriticalHumor" title="/pmwiki/pmwiki.php/Main/HypocriticalHumor">"Pee-yew!"</a> </li><li> Dave from <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/ScaredySquirrel" title="/pmwiki/pmwiki.php/WesternAnimation/ScaredySquirrel">Scaredy Squirrel</a></em> is a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/Cloudcuckoolander" title="/pmwiki/pmwiki.php/Main/Cloudcuckoolander">Cloudcuckoolander</a> <a class="twikilink" href="/pmwiki/pmwiki.php/Main/FatIdiot" title="/pmwiki/pmwiki.php/Main/FatIdiot">Fat Idiot</a> skunk but he only smells when he farts. </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/ScoobyDooAndTheMonsterOfMexico" title="/pmwiki/pmwiki.php/WesternAnimation/ScoobyDooAndTheMonsterOfMexico">Scooby-Doo! and the Monster of Mexico</a></em>, on their way to Mexico, the gang run across a skunk in the middle of the road. They promptly stop and jump to the top of a billboard to get away from it. It laughed at them for it. </li><li> On the <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/SillySymphony" title="/pmwiki/pmwiki.php/WesternAnimation/SillySymphony">Silly Symphony</a></em> "<a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TheTortoiseAndTheHare" title="/pmwiki/pmwiki.php/WesternAnimation/TheTortoiseAndTheHare">The Tortoise and the Hare</a>", a pair of skunks in the audience get a bleacher all to themselves. </li><li> The eponymous character of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/SkunkFu" title="/pmwiki/pmwiki.php/WesternAnimation/SkunkFu">Skunk Fu!</a></em> uses the "Farting Skunk" type. Worth noting is Skunk can't spray of his own free will, only if he's embarressed or startled. </li><li> The <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/SpongeBobSquarePants" title="/pmwiki/pmwiki.php/WesternAnimation/SpongeBobSquarePants">SpongeBob SquarePants</a></em> episode "Pineapple Invasion" has Plankton use a skunk to stink out the Krusty Krab, taking advantage of the chaos in an attempt to steal the formula. </li><li> The episode of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Stanley" title="/pmwiki/pmwiki.php/WesternAnimation/Stanley">Stanley</a></em> called "PU Pup" dealt with skunks. However, while the skunk did spray his dog, the point of the episode is actually Stanley discovering that skunks spray to defend themselves and don't stink themselves. </li><li> <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/Stoked" title="/pmwiki/pmwiki.php/WesternAnimation/Stoked">Stōked</a></em>: A skunk forces Emma out of her initial staff dorm early on, driving her to bunk with Fin and Lo. Lo pets a skunk in episode two, thinking it's a kitty (this scene is also shown in the opening credits). </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/StrawberryShortcake" title="/pmwiki/pmwiki.php/WesternAnimation/StrawberryShortcake">Strawberry Shortcake</a> — Pets on Parade</em>, it's implied that the reason a little skunk named Soufflé doesn't have any friends is out of fear of this trope; all the people he's ever met panicked when they saw him. He isn't depicted as smelling bad at all in the story. </li><li> The <a class="twikilink" href="/pmwiki/pmwiki.php/Creator/TexAvery" title="/pmwiki/pmwiki.php/Creator/TexAvery">Tex Avery</a> cartoon <em>Little 'Tinker</em> stars a cute little skunk named <a class="twikilink" href="/pmwiki/pmwiki.php/Main/PunnyName" title="/pmwiki/pmwiki.php/Main/PunnyName">B.O. Skunk</a> who can't get dates because of his smell. He gets some help from Cupid — but not before he puts on a gas mask first! No doubt Avery was parodying the earlier MGM short "Poor Little Me", in which a boy skunk can't make friends with the other woodland creatures, until he meets a girl bunny with a cold. </li><li> In the first season of <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TotalDrama" title="/pmwiki/pmwiki.php/WesternAnimation/TotalDrama">Total Drama</a></em>, a family of skunks appear on several occasions, including a few challenges. Bridgette's first elimination is in part the result of getting sprayed by them. </li><li> In the <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/TUFFPuppy" title="/pmwiki/pmwiki.php/WesternAnimation/TUFFPuppy">T.U.F.F. Puppy</a></em> episode "Law and Odor", the trope is played straight when Kitty Katswell is sprayed twice when a group of skunks get scared. She is later seen being lowered into a vat of tomato juice. </li><li> Used for a gag in the <a class="twikilink" href="/pmwiki/pmwiki.php/Creator/VanBeurenStudios" title="/pmwiki/pmwiki.php/Creator/VanBeurenStudios">Van Beuren Studios</a> Aesop's Film Fables cartoon "Noah Knew His Ark"— two skunks are stuck in their own private boat tied behind the ark. <ul><li> The rabbit in "Rabid Hunters" turns out to be a skunk in disguise. </li></ul></li><li> In <em><a class="createlink" href="/pmwiki/pmwiki.php/WesternAnimation/WildAnimalBabies" title="/pmwiki/pmwiki.php/WesternAnimation/WildAnimalBabies">Wild Animal Babies</a></em>, Sammy the skunk only smells when he sprays, but when he does spray, he's proud of being a "little stinker". </li><li> In <em><a class="twikilink" href="/pmwiki/pmwiki.php/WesternAnimation/WonderPets" title="/pmwiki/pmwiki.php/WesternAnimation/WonderPets">Wonder Pets!</a></em> episode "The Wonder Pets Save The Skunk", Ollie, a rabbit who forced himself on the team for the episode, tries to save the title animal himself, ignoring warnings that scaring it would get him sprayed. Guess what happens to him? </li></ul></div> <p></p><div class="folderlabel" onclick="togglefolder('folder19');">    Real Life </div><div class="folder" id="folder19" isfolder="true" style="display:block;"> <ul><li> Even a skunk whose spraying glands have been removed surgically can have an unattractive aroma, but it's more the smell of greasy fur than musk. Giving them a bath can help with that, unlike victims of a spraying. </li><li> In reality, this trope isn't limited to skunks. Opossums' scent glands emit a rotting stench they use to sell their "playing dead" defense, civets and genets have powerful musk glands, and most mustelids (weasels, badgers, otters, ferrets, wolverines) smell fairly musky as well. Skunks, however, have the most powerful scent in comparison. </li><li> Having a skunk infestation<span class="notelabel" onclick="togglenote('note289lf');"><sup>note </sup></span><span class="inlinefolder" id="note289lf" isnote="true" onclick="togglenote('note289lf');" style="cursor:pointer;font-size:smaller;display:none;">They love to go for chickens but otherwise they do at least eat rats and mice</span> is particularly nasty to deal with because you are dealt a <a class="twikilink" href="/pmwiki/pmwiki.php/Main/MortonsFork" title="/pmwiki/pmwiki.php/Main/MortonsFork">Morton's Fork</a>. If you use live catch traps they will spray when they are collected and moved. If lethal traps are used they will still frequently produce the odor upon death. The most effective method is a kill trap that produces a loud noise or alerts you some other way so the skunk's body can be disposed of before its scent glands leak. </li><li> In <a class="twikilink" href="/pmwiki/pmwiki.php/Main/RealLife" title="/pmwiki/pmwiki.php/Main/RealLife">Real Life</a>, wild skunks are dangerous for a reason far more lethal than their smell: they, along with raccoons, are some of the most common carriers of rabies. If you have a pet skunk, <em>vaccinate it!</em> If you encounter skunks in the wild, stay away from them. </li><li> Owls subvert this trope's effects by having virtually no sense of smell, hence large owls have no problem eating a skunk. </li></ul></div> <hr/> </div> <div class="lazy-video-script"> <a id="VideoExamples"></a> <div> </div> <div class="video-examples has-thumbnails"> <div class="video-examples-header"> <a class="font-s float-right text-blue" data-modal-target="login" href="#feedback">Feedback</a> <h3 class="bold">Video Example(s):</h3> </div> <div class="video-examples-featured"> <a class="video-launch-link video-overlay-link featured-widget-vid" data-video-approval="APPROVED" data-video-average-rating="5.00" data-video-descrip="Flower using his skunk spray." data-video-id="q4qz0a" data-video-media-sources="Disney/BambiII" data-video-rating-count="1" data-video-thumbnail="https://i.vimeocdn.com/video/782317839_640x370.jpg?r=pad" data-video-title="Bambi 2" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/335677559.sd.mp4?s=20b17661e60d578dd5edf1f0a91b3de6592a3751&amp;profile_id=164&amp;oauth2_token_id=1043337761" href="#video-link"> <div class="featured-widget-vid-iframe"> <video class="video-js vjs-default-skin vjs-16-9" controls="" data-setup='{"ga": {"eventsToTrack": ["error"]}}' id="featured-video-player"> </video> </div> </a> <h2 class="bold font-l">Bambi 2</h2> <p class="_pmvv-vidbox-descTxt"> Flower using his skunk spray. </p> </div> <div class="video-examples-thumbs"> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://mediaproxy.tvtropes.org/width/250/https://tvtropes.org/pmwiki/pub/images/screen_shot_2020_07_13_at_95401_am.png" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="Skunks spraying" data-video-id="h8s3bg" data-video-media-sources="WesternAnimation/BigCityGreens" data-video-rating-count="" data-video-thumbnail="https://mediaproxy.tvtropes.org/width/250/https://tvtropes.org/pmwiki/pub/images/screen_shot_2020_07_13_at_95401_am.png" data-video-title="Big City Greens" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/437538721.sd.mp4?s=8d5103a08ee0b0afade221ef1b42659e3690f995&amp;profile_id=164&amp;oauth2_token_id=1043337761" href="#video-link"> <p><span class="bold">Big City Greens</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/867334848_640x360.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="Amanda and her friends play hot potato with a skunk." data-video-id="hcgnuq" data-video-media-sources="Series/TheAmandaShow" data-video-rating-count="" data-video-thumbnail="https://i.vimeocdn.com/video/867334848_640x360.jpg?r=pad" data-video-title="Pass the Skunk" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/399352761.sd.mp4?s=e6285b94d06d7b4486d8aefc3fd70e36c324a568&amp;profile_id=164&amp;oauth2_token_id=1043337761" href="#video-link"> <p><span class="bold">Pass the Skunk</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://mediaproxy.tvtropes.org/width/250/https://tvtropes.org/pmwiki/pub/images/bb_skunk_spraying_twice.png" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="In Season 5 &amp;quot;Eat, Spray, Linda&amp;quot;, Linda is having a bad day and getting sprayed by a skunk twice is not helping." data-video-id="g54g3h" data-video-media-sources="WesternAnimation/BobsBurgers,Recap/BobsBurgersS5E18EatSprayLinda" data-video-rating-count="" data-video-thumbnail="https://mediaproxy.tvtropes.org/width/250/https://tvtropes.org/pmwiki/pub/images/bb_skunk_spraying_twice.png" data-video-title="BB - Nocturnal Idiot!" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/394348550.sd.mp4?s=7cefd4057c1148f9fa63334445f708632728fcad&amp;profile_id=139&amp;oauth2_token_id=1043337761" href="#video-link"> <p><span class="bold">BB - Nocturnal ...</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/827084248_640x360.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="Lola gets hit with a skunk thanks to Luan." data-video-id="jsseqs" data-video-media-sources="WesternAnimation/TheLoudHouse" data-video-rating-count="" data-video-thumbnail="https://i.vimeocdn.com/video/827084248_640x360.jpg?r=pad" data-video-title="The Loud House" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/369985620.sd.mp4?s=17c24e9f6afbf9a8997f028a21c05ffc3fa87bff&amp;profile_id=164&amp;oauth2_token_id=1043337761" href="#video-link"> <p><span class="bold">The Loud House</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/798627729_640x360.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="" data-video-id="yqa5yd" data-video-media-sources="WesternAnimation/EdEddNEddy" data-video-rating-count="" data-video-thumbnail="https://i.vimeocdn.com/video/798627729_640x360.jpg?r=pad" data-video-title="Ed, Edd 'n' Eddy - Smelly Skunk" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/348100396.sd.mp4?s=a184b08b2bb02096f5486eeee84d01c4e32e0166&amp;profile_id=164&amp;oauth2_token_id=1043337761" href="#video-link"> <p><span class="bold">Ed, Edd 'n' Edd...</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/784111850_640x347.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="Skunks from Open Season." data-video-id="fhnv5k" data-video-media-sources="WesternAnimation/OpenSeason" data-video-rating-count="" data-video-thumbnail="https://i.vimeocdn.com/video/784111850_640x347.jpg?r=pad" data-video-title="Open Season" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/337096087.sd.mp4?s=5b85cebfa34ad99df34927f1df937f4dbb19ea29&amp;profile_id=139&amp;oauth2_token_id=1043337761" href="#video-link"> <p><span class="bold">Open Season</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/782079233_640x340.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="Stella the skunk sprays." data-video-id="8musxz" data-video-media-sources="WesternAnimation/OverTheHedge" data-video-rating-count="" data-video-thumbnail="https://i.vimeocdn.com/video/782079233_640x340.jpg?r=pad" data-video-title="Over The Hedge" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/335484961.sd.mp4?s=7e1b862a2b49b8ddb94cdec2840425dfe0d5fb6c&amp;profile_id=164&amp;oauth2_token_id=1043337761" href="#video-link"> <p><span class="bold">Over The Hedge</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/781568613_640x358.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="Skunk spraying a mountain lion." data-video-id="32srrp" data-video-media-sources="Film/StuartLittle" data-video-rating-count="" data-video-thumbnail="https://i.vimeocdn.com/video/781568613_640x358.jpg?r=pad" data-video-title="Stuart Little 3" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/335087257.sd.mp4?s=eb9b1dd40dee0cb0a0e4e9b0f026eda8cbb5858f&amp;profile_id=164&amp;oauth2_token_id=1043337761" href="#video-link"> <p><span class="bold">Stuart Little 3</span></p> </a> </div> </div> </div> <div class="alt-titles section section-fact"> <h3> <strong>Alternative Title(s):</strong> <span>Everythings Smellier With Skunks</span>, <span>Stinky Skunk</span> </h3> </div> <div class="square_ad footer-article-ad main_2" data-isolated="0"></div> <div class="section-links" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <div class="titles"> <div><h3 class="text-center text-uppercase">Previous</h3></div> <div><h3 class="text-center text-uppercase">Index</h3></div> <div><h3 class="text-center text-uppercase">Next</h3></div> </div> <div class="links"> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/SmellyFeetGag">Smelly Feet Gag</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/SensoryIndex">Sensory Index</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/StinkBomb">Stink Bomb</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/SmartPeoplePlayChess">Smart People Play Chess</a> </li> <li> <a href="/pmwiki/pmwiki.php/TruthInTelevision/SToU">TruthInTelevision/S to U</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/SmiteMeOMightySmiter">Smite Me, O Mighty Smiter</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/SkewedPriorities">Skewed Priorities</a> </li> <li> <a href="/pmwiki/pmwiki.php/VideoSource/BobsBurgers">VideoSource/Bob's Burgers</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/SolarPoweredMagnifyingGlass">Solar-Powered Magnifying Glass</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/UsefulNotes/TheSalvadoranCivilWar">The Salvadoran Civil War</a> </li> <li> <a href="/pmwiki/pmwiki.php/UsefulNotes/LatinAmerica">UsefulNotes/Latin America</a> </li> <li> <a href="/pmwiki/pmwiki.php/UsefulNotes/SpanishAmericanWarsOfIndependence">Spanish American Wars of Independence</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/PiranhaProblem">Piranha Problem</a> </li> <li> <a href="/pmwiki/pmwiki.php/UsefulNotes/SouthAmerica">UsefulNotes/South America</a> </li> <li> <a href="/pmwiki/pmwiki.php/UsefulNotes/SpanishAmericanWarsOfIndependence">Spanish American Wars of Independence</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/WesternAnimation/BambiII">Bambi II</a> </li> <li> <a href="/pmwiki/pmwiki.php/VideoSource/DisneyAnimatedCanon">VideoSource/Disney Animated Canon</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/CryingARiver">Crying a River</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/SickEpisode">Sick Episode</a> </li> <li> <a href="/pmwiki/pmwiki.php/VideoSource/BigCityGreens">VideoSource/Big City Greens</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/SoapWithinAShow">Soap Within a Show</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/ShellBackpack">Shell Backpack</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/MammalTropes">Mammal Tropes</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/SnakeVersusMongoose">Snake Versus Mongoose</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/SmellsSexy">Smells Sexy</a> </li> <li> <a href="/pmwiki/pmwiki.php/AlliterativeName/TropesSToZ">AlliterativeName/Tropes S to Z</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/SmugSmiler">Smug Smiler</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/Ska">Ska</a> </li> <li> <a href="/pmwiki/pmwiki.php/UsefulNotes/NorthAmerica">UsefulNotes/North America</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/TomatoSkunkStinkCure">Tomato Skunk Stink Cure</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/RipVanTinkle">Rip Van Tinkle</a> </li> <li> <a href="/pmwiki/pmwiki.php/VideoSource/AnimatedFilms">VideoSource/Animated Films</a> </li> <li> <a href="/pmwiki/pmwiki.php/WesternAnimation/ToyStory1">Toy Story</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/JoinsToFitIn">Joins to Fit In</a> </li> <li> <a href="/pmwiki/pmwiki.php/ImageSource/WesternAnimation">ImageSource/Western Animation</a> </li> <li> <a href="/pmwiki/pmwiki.php/WesternAnimation/TheRenAndStimpyShow">The Ren &amp; Stimpy Show</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/SickEpisode">Sick Episode</a> </li> <li> <a href="/pmwiki/pmwiki.php/VideoSource/WesternAnimation">VideoSource/Western Animation</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/SayingSoundEffectsOutLoud">Saying Sound Effects Out Loud</a> </li> </ul> </div> </div> </article> <div id="main-content-sidebar"><div class="sidebar-item display-options"> <ul class="sidebar display-toggles"> <li>Show Spoilers <div class="display-toggle show-spoilers" id="sidebar-toggle-showspoilers"></div></li> <li>Night Vision <div class="display-toggle night-vision" id="sidebar-toggle-nightvision"></div></li> <li>Sticky Header <div class="display-toggle sticky-header" id="sidebar-toggle-stickyheader"></div></li> <li>Wide Load <div class="display-toggle wide-load" id="sidebar-toggle-wideload"></div></li> </ul> <script>updateDesktopPrefs();</script> </div> <div class="sidebar-item ad sb-ad-unit"> <div class="proper-ad-unit"> <div id="proper-ad-tvtropes_ad_2"> <script>propertag.cmd.push(function() { proper_display('tvtropes_ad_2'); });</script> </div> </div></div> <div class="sidebar-item quick-links" itemtype="http://schema.org/SiteNavigationElement"> <p class="sidebar-item-title" data-title="Important Links">Important Links</p> <div class="padded"> <a href="/pmwiki/query.php?type=att">Ask The Tropers</a> <a href="/pmwiki/query.php?type=tf">Trope Finder</a> <a href="/pmwiki/query.php?type=ykts">You Know That Show...</a> <a href="/pmwiki/tlp_activity.php">Trope Launch Pad</a> <a href="/pmwiki/review_activity.php">Reviews</a> <a data-modal-target="login" href="/pmwiki/lbs.php">Live Blogs</a> <a href="/pmwiki/ad-free-subscribe.php">Go Ad Free!</a> </div> </div> <div class="sidebar-item sb-ad-unit"> <div class="sidebar-section"> <div class="square_ad ad-size-300x600 ad-section text-center"> <div class="proper-ad-unit"> <div id="proper-ad-tvtropes_ad_3"> <script>propertag.cmd.push(function() { proper_display('tvtropes_ad_3'); });</script> </div> </div> </div> </div> </div> <div class="sidebar-item"> <p class="sidebar-item-title" data-title="Crucial Browsing">Crucial Browsing</p> <ul class="padded font-s" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <li><a data-click-toggle="active" href="javascript:void(0);">Genre</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/ActionAdventureTropes" title="Main/ActionAdventureTropes">Action Adventure</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ComedyTropes" title="Main/ComedyTropes">Comedy</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CommercialsTropes" title="Main/CommercialsTropes">Commercials</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CrimeAndPunishmentTropes" title="Main/CrimeAndPunishmentTropes">Crime &amp; Punishment</a></li> <li><a href="/pmwiki/pmwiki.php/Main/DramaTropes" title="Main/DramaTropes">Drama</a></li> <li><a href="/pmwiki/pmwiki.php/Main/HorrorTropes" title="Main/HorrorTropes">Horror</a></li> <li><a href="/pmwiki/pmwiki.php/Main/LoveTropes" title="Main/LoveTropes">Love</a></li> <li><a href="/pmwiki/pmwiki.php/Main/NewsTropes" title="Main/NewsTropes">News</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ProfessionalWrestling" title="Main/ProfessionalWrestling">Professional Wrestling</a></li> <li><a href="/pmwiki/pmwiki.php/Main/SpeculativeFictionTropes" title="Main/SpeculativeFictionTropes">Speculative Fiction</a></li> <li><a href="/pmwiki/pmwiki.php/Main/SportsStoryTropes" title="Main/SportsStoryTropes">Sports Story</a></li> <li><a href="/pmwiki/pmwiki.php/Main/WarTropes" title="Main/WarTropes">War</a></li> </ul> </li> <li><a data-click-toggle="active" href="javascript:void(0);">Media</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/Media" title="Main/Media">All Media</a></li> <li><a href="/pmwiki/pmwiki.php/Main/AnimationTropes" title="Main/AnimationTropes">Animation (Western)</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Anime" title="Main/Anime">Anime</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ComicBookTropes" title="Main/ComicBookTropes">Comic Book</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FanFic" title="FanFic/FanFics">Fan Fics</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Film" title="Main/Film">Film</a></li> <li><a href="/pmwiki/pmwiki.php/Main/GameTropes" title="Main/GameTropes">Game</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Literature" title="Main/Literature">Literature</a></li> <li><a href="/pmwiki/pmwiki.php/Main/MusicAndSoundEffects" title="Main/MusicAndSoundEffects">Music And Sound Effects</a></li> <li><a href="/pmwiki/pmwiki.php/Main/NewMediaTropes" title="Main/NewMediaTropes">New Media</a></li> <li><a href="/pmwiki/pmwiki.php/Main/PrintMediaTropes" title="Main/PrintMediaTropes">Print Media</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Radio" title="Main/Radio">Radio</a></li> <li><a href="/pmwiki/pmwiki.php/Main/SequentialArt" title="Main/SequentialArt">Sequential Art</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TabletopGames" title="Main/TabletopGames">Tabletop Games</a></li> <li><a href="/pmwiki/pmwiki.php/UsefulNotes/Television" title="Main/Television">Television</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Theater" title="Main/Theater">Theater</a></li> <li><a href="/pmwiki/pmwiki.php/Main/VideogameTropes" title="Main/VideogameTropes">Videogame</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Webcomics" title="Main/Webcomics">Webcomics</a></li> </ul> </li> <li><a data-click-toggle="active" href="javascript:void(0);">Narrative</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/UniversalTropes" title="Main/UniversalTropes">Universal</a></li> <li><a href="/pmwiki/pmwiki.php/Main/AppliedPhlebotinum" title="Main/AppliedPhlebotinum">Applied Phlebotinum</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CharacterizationTropes" title="Main/CharacterizationTropes">Characterization</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Characters" title="Main/Characters">Characters</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CharactersAsDevice" title="Main/CharactersAsDevice">Characters As Device</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Dialogue" title="Main/Dialogue">Dialogue</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Motifs" title="Main/Motifs">Motifs</a></li> <li><a href="/pmwiki/pmwiki.php/Main/NarrativeDevices" title="Main/NarrativeDevices">Narrative Devices</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Paratext" title="Main/Paratext">Paratext</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Plots" title="Main/Plots">Plots</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Settings" title="Main/Settings">Settings</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Spectacle" title="Main/Spectacle">Spectacle</a></li> </ul> </li> <li><a data-click-toggle="active" href="javascript:void(0);">Other Categories</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/BritishTellyTropes" title="Main/BritishTellyTropes">British Telly</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TheContributors" title="Main/TheContributors">The Contributors</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CreatorSpeak" title="Main/CreatorSpeak">Creator Speak</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Creators" title="Main/Creators">Creators</a></li> <li><a href="/pmwiki/pmwiki.php/Main/DerivativeWorks" title="Main/DerivativeWorks">Derivative Works</a></li> <li><a href="/pmwiki/pmwiki.php/Main/LanguageTropes" title="Main/LanguageTropes">Language</a></li> <li><a href="/pmwiki/pmwiki.php/Main/LawsAndFormulas" title="Main/LawsAndFormulas">Laws And Formulas</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ShowBusiness" title="Main/ShowBusiness">Show Business</a></li> <li><a href="/pmwiki/pmwiki.php/Main/SplitPersonalityTropes" title="Main/SplitPersonalityTropes">Split Personality</a></li> <li><a href="/pmwiki/pmwiki.php/Main/StockRoom" title="Main/StockRoom">Stock Room</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TropeTropes" title="Main/TropeTropes">Trope</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Tropes" title="Main/Tropes">Tropes</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TruthAndLies" title="Main/TruthAndLies">Truth And Lies</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TruthInTelevision" title="Main/TruthInTelevision">Truth In Television</a></li> </ul> </li> <li><a data-click-toggle="active" href="javascript:void(0);">Topical Tropes</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/BetrayalTropes" title="Main/BetrayalTropes">Betrayal</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CensorshipTropes" title="Main/CensorshipTropes">Censorship</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CombatTropes" title="Main/CombatTropes">Combat</a></li> <li><a href="/pmwiki/pmwiki.php/Main/DeathTropes" title="Main/DeathTropes">Death</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FamilyTropes" title="Main/FamilyTropes">Family</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FateAndProphecyTropes" title="Main/FateAndProphecyTropes">Fate And Prophecy</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FoodTropes" title="Main/FoodTropes">Food</a></li> <li><a href="/pmwiki/pmwiki.php/Main/HolidayTropes" title="Main/HolidayTropes">Holiday</a></li> <li><a href="/pmwiki/pmwiki.php/Main/MemoryTropes" title="Main/MemoryTropes">Memory</a></li> <li><a href="/pmwiki/pmwiki.php/Main/MoneyTropes" title="Main/MoneyTropes">Money</a></li> <li><a href="/pmwiki/pmwiki.php/Main/MoralityTropes" title="Main/MoralityTropes">Morality</a></li> <li><a href="/pmwiki/pmwiki.php/Main/PoliticsTropes" title="Main/PoliticsTropes">Politics</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ReligionTropes" title="Main/ReligionTropes">Religion</a></li> <li><a href="/pmwiki/pmwiki.php/Main/SchoolTropes" title="Main/SchoolTropes">School</a></li> </ul> </li> </ul> </div> <div class="sidebar-item showcase"> <p class="sidebar-item-title" data-title="Community Showcase">Community Showcase <a class="bubble float-right hover-blue" href="/pmwiki/showcase.php">More</a></p> <p class="community-showcase"> <a href="https://sharetv.com/shows/echo_chamber" onclick="trackOutboundLink('https://sharetv.com/shows/echo_chamber');" target="_blank"> <img alt="" class="lazy-image" data-src="/images/communityShowcase-echochamber.jpg"/></a> <a href="/pmwiki/pmwiki.php/Webcomic/TwistedTropes"> <img alt="" class="lazy-image" data-src="/img/howlandsc-side.jpg"/></a> </p> </div> <div class="sidebar-item sb-ad-unit" id="stick-cont"> <div class="sidebar-section" id="stick-bar"> <div class="square_ad ad-size-300x600 ad-section text-center"> <div class="proper-ad-unit"> <div id="proper-ad-tvtropes_ad_4"> <script>propertag.cmd.push(function() { proper_display('tvtropes_ad_4'); });</script> </div> </div> </div> </div> </div> </div> </div> <div class="action-bar tablet-off" id="action-bar-bottom"> <a class="scroll-to-top dead-button" href="#top-of-page" onclick="$('html, body').animate({scrollTop : 0},500);">Top</a> </div> </div> <div class="proper-ad-unit ad-sticky"> <div id="proper-ad-tvtropes_sticky_ad"> <script>propertag.cmd.push(function() { proper_display('tvtropes_sticky_ad'); });</script> </div> </div> <footer id="main-footer"> <div id="main-footer-inner"> <div class="footer-left"> <a class="img-link" href="/"><img alt="TV Tropes" class="lazy-image" data-src="/img/tvtropes-footer-logo.png" title="TV Tropes"/></a> <form action="index.html" class="navbar-form newsletter-signup validate modal-replies" data-ajax-get="/ajax/subscribe_email.php" id="cse-search-box-mobile" name="" role=""> <button class="btn-submit newsletter-signup-submit-button" id="subscribe-btn" type="submit"><i class="fa fa-paper-plane"></i></button> <input class="form-control" id="subscription-email" name="q" placeholder="Subscribe" size="31" type="text" validate-type="email" value=""/> </form> <ul class="social-buttons"> <li><a class="btn fb" href="https://www.facebook.com/tvtropes" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-facebook']);" target="_blank"><i class="fa fa-facebook"></i></a></li> <li><a class="btn tw" href="https://www.twitter.com/tvtropes" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-twitter']);" target="_blank"><i class="fa fa-twitter"></i></a> </li> <li><a class="btn rd" href="https://www.reddit.com/r/tvtropes" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-reddit']);" target="_blank"><i class="fa fa-reddit-alien"></i></a></li> </ul> </div> <hr/> <ul class="footer-menu" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <li><h4 class="footer-menu-header">TVTropes</h4></li> <li><a href="/pmwiki/pmwiki.php/Main/Administrivia">About TVTropes</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TheGoalsOfTVTropes">TVTropes Goals</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TheTropingCode">Troping Code</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TVTropesCustoms">TVTropes Customs</a></li> <li><a href="/pmwiki/pmwiki.php/JustForFun/TropesOfLegend">Tropes of Legend</a></li> <li><a href="/pmwiki/ad-free-subscribe.php">Go Ad-Free</a></li> </ul> <hr/> <ul class="footer-menu" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <li><h4 class="footer-menu-header">Community</h4></li> <li><a href="/pmwiki/query.php?type=att">Ask The Tropers</a></li> <li><a href="/pmwiki/tlp_activity.php">Trope Launch Pad</a></li> <li><a href="/pmwiki/query.php?type=tf">Trope Finder</a></li> <li><a href="/pmwiki/query.php?type=ykts">You Know That Show</a></li> <li><a data-modal-target="login" href="/pmwiki/lbs.php">Live Blogs</a></li> <li><a href="/pmwiki/review_activity.php">Reviews</a></li> <li><a href="/pmwiki/topics.php">Forum</a></li> </ul> <hr/> <ul class="footer-menu" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <li><h4 class="footer-menu-header">Tropes HQ</h4></li> <li><a href="/pmwiki/about.php">About Us</a></li> <li><a href="/pmwiki/contact.php">Contact Us</a></li> <li><a href="/pmwiki/dmca.php">DMCA Notice</a></li> <li><a href="/pmwiki/privacypolicy.php">Privacy Policy</a></li> </ul> </div> <div class="text-center gutter-top gutter-bottom tablet-on" id="desktop-on-mobile-toggle"> <a href="/pmwiki/switchDeviceCss.php?mobileVersion=1" rel="nofollow">Switch to <span class="txt-desktop">Desktop</span><span class="txt-mobile">Mobile</span> Version</a> </div> <div class="legal"> <p>TVTropes is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. <br/>Permissions beyond the scope of this license may be available from <a href="mailto:thestaff@tvtropes.org" rel="cc:morePermissions" xmlns:cc="http://creativecommons.org/ns#"> thestaff@tvtropes.org</a>.</p> <br/> <div class="privacy_wrapper"> </div> </div> </footer> <style> div.fc-ccpa-root { position: absolute !important; bottom: 93px !important; margin: auto !important; width: 100% !important; z-index: 9999 !important; } .fc-ccpa-root .fc-dns-dialog .fc-dns-link p{ outline: none !important; text-decoration: underline !important; font-size: .7em !important; font-family: sans-serif !important; } .fc-ccpa-root .fc-dns-dialog .fc-dns-link .fc-button-background { background: none !important; } </style> <div class="full-screen" id="_pm_videoViewer"> <a class="close" href="#close" id="_pm_videoViewer-close"></a> <div class="_pmvv-body"> <div class="_pmvv-vidbox"> <video class="video-js vjs-default-skin vjs-16-9" data-video-id="q4qz0a" id="overlay-video-player-box"> </video> <div class="_pmvv-vidbox-desc"> <h1 id="overlay-title">Bambi 2</h1> <p class="_pmvv-vidbox-descTxt" id="overlay-descrip"> Flower using his skunk spray. </p> <div class="rating-row" data-video-id="q4qz0a"> <input name="is_logged_in" type="hidden" value="0"/> <p>How well does it match the trope?</p> <div id="star-rating-group"> <div class="trope-rate"> <input id="lamp5" name="rate" type="radio" value="5"/> <label for="lamp5" title="Absolutely"></label> <input id="lamp4" name="rate" type="radio" value="4"/> <label for="lamp4" title="Yes"></label> <input id="lamp3" name="rate" type="radio" value="3"/> <label for="lamp3" title="Kind of"></label> <input id="lamp2" name="rate" type="radio" value="2"/> <label for="lamp2" title="Not really"></label> <input id="lamp1" name="rate" type="radio" value="1"/> <label for="lamp1" title="No"></label> </div> <div id="star-rating-total"> 5 (1 votes) </div> </div> </div> <div class="example-media-row"> <div class="example-overlay"> <p>Example of:</p> <div id="overlay-trope">Main / SmellySkunk</div> </div> <div class="media-sources-overlay example-overlay"> <p>Media sources:</p> <div id="overlay-media">Main / SmellySkunk</div> </div> </div> <p class="_pmvv-vidbox-stats text-right font-s" style="padding-top:8px; border-top: solid 1px rgba(255,255,255,0.2)"> <a class="float-right" data-modal-target="login" href="#video-feedback">Report</a> </p> </div> </div> </div> <div class="_pmvv-foot"> <div class="_pmvv-foot-scrollwrapper"> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/782317839_640x370.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="5.00" data-video-descrip="Flower using his skunk spray." data-video-id="q4qz0a" data-video-media-sources="Disney/BambiII" data-video-rating-count="1" data-video-thumbnail="https://i.vimeocdn.com/video/782317839_640x370.jpg?r=pad" data-video-title="Bambi 2" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/335677559.sd.mp4?s=20b17661e60d578dd5edf1f0a91b3de6592a3751&amp;profile_id=164&amp;oauth2_token_id=1043337761" data-vimeo-id="335677559" href="#video-link"> <p><span class="bold">Bambi 2</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://mediaproxy.tvtropes.org/width/250/https://tvtropes.org/pmwiki/pub/images/screen_shot_2020_07_13_at_95401_am.png" data-video-approval="APPROVED" data-video-average-rating="5.00" data-video-descrip="Skunks spraying" data-video-id="h8s3bg" data-video-media-sources="WesternAnimation/BigCityGreens" data-video-rating-count="2" data-video-thumbnail="https://mediaproxy.tvtropes.org/width/250/https://tvtropes.org/pmwiki/pub/images/screen_shot_2020_07_13_at_95401_am.png" data-video-title="Big City Greens" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/437538721.sd.mp4?s=8d5103a08ee0b0afade221ef1b42659e3690f995&amp;profile_id=164&amp;oauth2_token_id=1043337761" data-vimeo-id="437538721" href="#video-link"> <p><span class="bold">Big City Greens</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/867334848_640x360.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="3.50" data-video-descrip="Amanda and her friends play hot potato with a skunk." data-video-id="hcgnuq" data-video-media-sources="Series/TheAmandaShow" data-video-rating-count="4" data-video-thumbnail="https://i.vimeocdn.com/video/867334848_640x360.jpg?r=pad" data-video-title="Pass the Skunk" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/399352761.sd.mp4?s=e6285b94d06d7b4486d8aefc3fd70e36c324a568&amp;profile_id=164&amp;oauth2_token_id=1043337761" data-vimeo-id="399352761" href="#video-link"> <p><span class="bold">Pass the Skunk</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://mediaproxy.tvtropes.org/width/250/https://tvtropes.org/pmwiki/pub/images/bb_skunk_spraying_twice.png" data-video-approval="APPROVED" data-video-average-rating="" data-video-descrip="In Season 5 &amp;quot;Eat, Spray, Linda&amp;quot;, Linda is having a bad day and getting sprayed by a skunk twice is not helping." data-video-id="g54g3h" data-video-media-sources="WesternAnimation/BobsBurgers,Recap/BobsBurgersS5E18EatSprayLinda" data-video-rating-count="" data-video-thumbnail="https://mediaproxy.tvtropes.org/width/250/https://tvtropes.org/pmwiki/pub/images/bb_skunk_spraying_twice.png" data-video-title="BB - Nocturnal Idiot!" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/394348550.sd.mp4?s=7cefd4057c1148f9fa63334445f708632728fcad&amp;profile_id=139&amp;oauth2_token_id=1043337761" data-vimeo-id="394348550" href="#video-link"> <p><span class="bold">BB - Nocturnal ...</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/827084248_640x360.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="3.67" data-video-descrip="Lola gets hit with a skunk thanks to Luan." data-video-id="jsseqs" data-video-media-sources="WesternAnimation/TheLoudHouse" data-video-rating-count="3" data-video-thumbnail="https://i.vimeocdn.com/video/827084248_640x360.jpg?r=pad" data-video-title="The Loud House" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/369985620.sd.mp4?s=17c24e9f6afbf9a8997f028a21c05ffc3fa87bff&amp;profile_id=164&amp;oauth2_token_id=1043337761" data-vimeo-id="369985620" href="#video-link"> <p><span class="bold">The Loud House</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/798627729_640x360.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="4.75" data-video-descrip="" data-video-id="yqa5yd" data-video-media-sources="WesternAnimation/EdEddNEddy" data-video-rating-count="8" data-video-thumbnail="https://i.vimeocdn.com/video/798627729_640x360.jpg?r=pad" data-video-title="Ed, Edd 'n' Eddy - Smelly Skunk" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/348100396.sd.mp4?s=a184b08b2bb02096f5486eeee84d01c4e32e0166&amp;profile_id=164&amp;oauth2_token_id=1043337761" data-vimeo-id="348100396" href="#video-link"> <p><span class="bold">Ed, Edd 'n' Edd...</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/784111850_640x347.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="5.00" data-video-descrip="Skunks from Open Season." data-video-id="fhnv5k" data-video-media-sources="WesternAnimation/OpenSeason" data-video-rating-count="2" data-video-thumbnail="https://i.vimeocdn.com/video/784111850_640x347.jpg?r=pad" data-video-title="Open Season" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/337096087.sd.mp4?s=5b85cebfa34ad99df34927f1df937f4dbb19ea29&amp;profile_id=139&amp;oauth2_token_id=1043337761" data-vimeo-id="337096087" href="#video-link"> <p><span class="bold">Open Season</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/782079233_640x340.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="5.00" data-video-descrip="Stella the skunk sprays." data-video-id="8musxz" data-video-media-sources="WesternAnimation/OverTheHedge" data-video-rating-count="3" data-video-thumbnail="https://i.vimeocdn.com/video/782079233_640x340.jpg?r=pad" data-video-title="Over The Hedge" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/335484961.sd.mp4?s=7e1b862a2b49b8ddb94cdec2840425dfe0d5fb6c&amp;profile_id=164&amp;oauth2_token_id=1043337761" data-vimeo-id="335484961" href="#video-link"> <p><span class="bold">Over The Hedge</span></p> </a> <a class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://i.vimeocdn.com/video/781568613_640x358.jpg?r=pad" data-video-approval="APPROVED" data-video-average-rating="5.00" data-video-descrip="Skunk spraying a mountain lion." data-video-id="32srrp" data-video-media-sources="Film/StuartLittle" data-video-rating-count="4" data-video-thumbnail="https://i.vimeocdn.com/video/781568613_640x358.jpg?r=pad" data-video-title="Stuart Little 3" data-video-trope="Main/SmellySkunk" data-video-tropename="Smelly Skunk" data-video-troper-rating="" data-video-url="https://player.vimeo.com/external/335087257.sd.mp4?s=eb9b1dd40dee0cb0a0e4e9b0f026eda8cbb5858f&amp;profile_id=164&amp;oauth2_token_id=1043337761" data-vimeo-id="335087257" href="#video-link"> <p><span class="bold">Stuart Little 3</span></p> </a> </div> </div> </div> <script type="text/javascript"> window.special_ops = { member : 'no', isolated : 0, tags : ['unknown'] }; </script> <script type="text/javascript"> var cleanCreativeEnabled = ""; var donation = ""; var live_ads = "1"; var img_domain = "https://static.tvtropes.org"; var snoozed = cookies.read('snoozedabm'); var snoozable = ""; if (adsRemovedWith) { live_ads = 0; } var elem = document.createElement('script'); elem.async = true; elem.src = '/design/assets/bundle.js?rev=c58d8df02f09262390bbd03db7921fc35c6af306'; elem.onload = function() { } document.getElementsByTagName('head')[0].appendChild(elem); </script> <script type="text/javascript"> function send_analytics_event(user_type, donation){ // if(user_type == 'uncached' || user_type == 'cached'){ // ga('send', 'event', 'caching', 'load', user_type, {'nonInteraction': 1}); // return; // } var event_name = user_type; if(donation == 'true'){ event_name += "_donation" }else if(typeof(valid_user) == 'undefined'){ event_name += "_blocked" }else if(valid_user == true){ event_name += "_unblocked"; }else{ event_name = "_unknown" } ga('send', 'event', 'ads', 'load', event_name, {'nonInteraction': 1}); } send_analytics_event("guest", "false"); </script> </body> </html>
<!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>Simplification &mdash; SymPy 0.7.6.1 documentation</title> <link rel="stylesheet" href="../_static/default.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="http://live.sympy.org/static/live-core.css" type="text/css" /> <link rel="stylesheet" href="http://live.sympy.org/static/live-autocomplete.css" type="text/css" /> <link rel="stylesheet" href="http://live.sympy.org/static/live-sphinx.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '0.7.6.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full"></script> <script type="text/javascript" src="http://live.sympy.org/static/utilities.js"></script> <script type="text/javascript" src="http://live.sympy.org/static/external/classy.js"></script> <script type="text/javascript" src="http://live.sympy.org/static/live-core.js"></script> <script type="text/javascript" src="http://live.sympy.org/static/live-autocomplete.js"></script> <script type="text/javascript" src="http://live.sympy.org/static/live-sphinx.js"></script> <script type="text/javascript" src="../_static/sidebar.js"></script> <link rel="shortcut icon" href="../_static/sympy-notailtext-favicon.ico"/> <link rel="top" title="SymPy 0.7.6.1 documentation" href="../index.html" /> <link rel="up" title="SymPy Tutorial" href="index.html" /> <link rel="next" title="Calculus" href="calculus.html" /> <link rel="prev" title="Printing" href="printing.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="calculus.html" title="Calculus" accesskey="N">next</a> |</li> <li class="right" > <a href="printing.html" title="Printing" accesskey="P">previous</a> |</li> <li><a href="../index.html">SymPy 0.7.6.1 documentation</a> &raquo;</li> <li><a href="index.html" accesskey="U">SymPy Tutorial</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="simplification"> <span id="tutorial-simplify"></span><h1>Simplification<a class="headerlink" href="#simplification" title="Permalink to this headline">¶</a></h1> <p>To make this document easier to read, we are going to enable pretty printing.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">sympy</span> <span class="kn">import</span> <span class="o">*</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">,</span> <span class="n">z</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;x y z&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">init_printing</span><span class="p">(</span><span class="n">use_unicode</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> </pre></div> </div> <div class="section" id="simplify"> <h2><tt class="docutils literal"><span class="pre">simplify</span></tt><a class="headerlink" href="#simplify" title="Permalink to this headline">¶</a></h2> <p>Now let&#8217;s jump in and do some interesting mathematics. One of the most useful features of a symbolic manipulation system is the ability to simplify mathematical expressions. SymPy has dozens of functions to perform various kinds of simplification. There is also one general function called <tt class="docutils literal"><span class="pre">simplify()</span></tt> that attempts to apply all of these functions in an intelligent way to arrive at the simplest form of an expression. Here are some examples</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">simplify</span><span class="p">(</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="n">cos</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span> <span class="go">1</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">simplify</span><span class="p">((</span><span class="n">x</span><span class="o">**</span><span class="mi">3</span> <span class="o">+</span> <span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">-</span> <span class="n">x</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span><span class="o">/</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="mi">2</span><span class="o">*</span><span class="n">x</span> <span class="o">+</span> <span class="mi">1</span><span class="p">))</span> <span class="go">x - 1</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">simplify</span><span class="p">(</span><span class="n">gamma</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">/</span><span class="n">gamma</span><span class="p">(</span><span class="n">x</span> <span class="o">-</span> <span class="mi">2</span><span class="p">))</span> <span class="go">(x - 2)⋅(x - 1)</span> </pre></div> </div> <p>Here, <tt class="docutils literal"><span class="pre">gamma(x)</span></tt> is <span class="math">\(\Gamma(x)\)</span>, the <a class="reference external" href="http://en.wikipedia.org/wiki/Gamma_function">gamma function</a>. We see that <tt class="docutils literal"><span class="pre">simplify()</span></tt> is capable of handling a large class of expressions.</p> <p>But <tt class="docutils literal"><span class="pre">simplify()</span></tt> has a pitfall. It just applies all the major simplification operations in SymPy, and uses heuristics to determine the simplest result. But &#8220;simplest&#8221; is not a well-defined term. For example, say we wanted to &#8220;simplify&#8221; <span class="math">\(x^2 + 2x + 1\)</span> into <span class="math">\((x + 1)^2\)</span>:</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">simplify</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="mi">2</span><span class="o">*</span><span class="n">x</span> <span class="o">+</span> <span class="mi">1</span><span class="p">)</span> <span class="go"> 2</span> <span class="go">x + 2⋅x + 1</span> </pre></div> </div> <p>We did not get what we want. There is a function to perform this simplification, called <tt class="docutils literal"><span class="pre">factor()</span></tt>, which will be discussed below.</p> <p>Another pitfall to <tt class="docutils literal"><span class="pre">simplify()</span></tt> is that it can be unnecessarily slow, since it tries many kinds of simplifications before picking the best one. If you already know exactly what kind of simplification you are after, it is better to apply the specific simplification function(s) that apply those simplifications.</p> <p>Applying specific simplification functions instead of <tt class="docutils literal"><span class="pre">simplify()</span></tt> also has the advantage that specific functions have certain guarantees about the form of their output. These will be discussed with each function below. For example, <tt class="docutils literal"><span class="pre">factor()</span></tt>, when called on a polynomial with rational coefficients, is guaranteed to factor the polynomial into irreducible factors. <tt class="docutils literal"><span class="pre">simplify()</span></tt> has no guarantees. It is entirely heuristical, and, as we saw above, it may even miss a possible type of simplification that SymPy is capable of doing.</p> <p><tt class="docutils literal"><span class="pre">simplify()</span></tt> is best when used interactively, when you just want to whittle down an expression to a simpler form. You may then choose to apply specific functions once you see what <tt class="docutils literal"><span class="pre">simplify()</span></tt> returns, to get a more precise result. It is also useful when you have no idea what form an expression will take, and you need a catchall function to simplify it.</p> </div> <div class="section" id="polynomial-rational-function-simplification"> <h2>Polynomial/Rational Function Simplification<a class="headerlink" href="#polynomial-rational-function-simplification" title="Permalink to this headline">¶</a></h2> <div class="section" id="expand"> <h3>expand<a class="headerlink" href="#expand" title="Permalink to this headline">¶</a></h3> <p><tt class="docutils literal"><span class="pre">expand()</span></tt> is one of the most common simplification functions in SymPy. Although it has a lot of scopes, for now, we will consider its function in expanding polynomial expressions. For example:</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand</span><span class="p">((</span><span class="n">x</span> <span class="o">+</span> <span class="mi">1</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span> <span class="go"> 2</span> <span class="go">x + 2⋅x + 1</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expand</span><span class="p">((</span><span class="n">x</span> <span class="o">+</span> <span class="mi">2</span><span class="p">)</span><span class="o">*</span><span class="p">(</span><span class="n">x</span> <span class="o">-</span> <span class="mi">3</span><span class="p">))</span> <span class="go"> 2</span> <span class="go">x - x - 6</span> </pre></div> </div> <p>Given a polynomial, <tt class="docutils literal"><span class="pre">expand()</span></tt> will put it into a canonical form of a sum of monomials.</p> <p><tt class="docutils literal"><span class="pre">expand()</span></tt> may not sound like a simplification function. After all, by its very name, it makes expressions bigger, not smaller. Usually this is the case, but often an expression will become smaller upon calling <tt class="docutils literal"><span class="pre">expand()</span></tt> on it due to cancellation.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand</span><span class="p">((</span><span class="n">x</span> <span class="o">+</span> <span class="mi">1</span><span class="p">)</span><span class="o">*</span><span class="p">(</span><span class="n">x</span> <span class="o">-</span> <span class="mi">2</span><span class="p">)</span> <span class="o">-</span> <span class="p">(</span><span class="n">x</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span><span class="o">*</span><span class="n">x</span><span class="p">)</span> <span class="go">-2</span> </pre></div> </div> </div> <div class="section" id="factor"> <h3>factor<a class="headerlink" href="#factor" title="Permalink to this headline">¶</a></h3> <p><tt class="docutils literal"><span class="pre">factor()</span></tt> takes a polynomial and factors it into irreducible factors over the rational numbers. For example:</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">factor</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">3</span> <span class="o">-</span> <span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="n">x</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="go"> ⎛ 2 ⎞</span> <span class="go">(x - 1)⋅⎝x + 1⎠</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">factor</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span><span class="o">*</span><span class="n">z</span> <span class="o">+</span> <span class="mi">4</span><span class="o">*</span><span class="n">x</span><span class="o">*</span><span class="n">y</span><span class="o">*</span><span class="n">z</span> <span class="o">+</span> <span class="mi">4</span><span class="o">*</span><span class="n">y</span><span class="o">**</span><span class="mi">2</span><span class="o">*</span><span class="n">z</span><span class="p">)</span> <span class="go"> 2</span> <span class="go">z⋅(x + 2⋅y)</span> </pre></div> </div> <p>For polynomials, <tt class="docutils literal"><span class="pre">factor()</span></tt> is the opposite of <tt class="docutils literal"><span class="pre">expand()</span></tt>. <tt class="docutils literal"><span class="pre">factor()</span></tt> uses a complete multivariate factorization algorithm over the rational numbers, which means that each of the factors returned by <tt class="docutils literal"><span class="pre">factor()</span></tt> is guaranteed to be irreducible.</p> <p>If you are interested in the factors themselves, <tt class="docutils literal"><span class="pre">factor_list</span></tt> returns a more structured output.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">factor_list</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span><span class="o">*</span><span class="n">z</span> <span class="o">+</span> <span class="mi">4</span><span class="o">*</span><span class="n">x</span><span class="o">*</span><span class="n">y</span><span class="o">*</span><span class="n">z</span> <span class="o">+</span> <span class="mi">4</span><span class="o">*</span><span class="n">y</span><span class="o">**</span><span class="mi">2</span><span class="o">*</span><span class="n">z</span><span class="p">)</span> <span class="go">(1, [(z, 1), (x + 2⋅y, 2)])</span> </pre></div> </div> <p>Note that the input to <tt class="docutils literal"><span class="pre">factor</span></tt> and <tt class="docutils literal"><span class="pre">expand</span></tt> need not be polynomials in the strict sense. They will intelligently factor or expand any kind of expression (though note that the factors may not be irreducible if the input is no longer a polynomial over the rationals).</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand</span><span class="p">((</span><span class="n">cos</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="o">+</span> <span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">))</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span> <span class="go"> 2 2</span> <span class="go">sin (x) + 2⋅sin(x)⋅cos(x) + cos (x)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">factor</span><span class="p">(</span><span class="n">cos</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="mi">2</span><span class="o">*</span><span class="n">cos</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">*</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="o">+</span> <span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span> <span class="go"> 2</span> <span class="go">(sin(x) + cos(x))</span> </pre></div> </div> </div> <div class="section" id="collect"> <h3>collect<a class="headerlink" href="#collect" title="Permalink to this headline">¶</a></h3> <p><tt class="docutils literal"><span class="pre">collect()</span></tt> collects common powers of a term in an expression. For example</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="o">=</span> <span class="n">x</span><span class="o">*</span><span class="n">y</span> <span class="o">+</span> <span class="n">x</span> <span class="o">-</span> <span class="mi">3</span> <span class="o">+</span> <span class="mi">2</span><span class="o">*</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">-</span> <span class="n">z</span><span class="o">*</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="n">x</span><span class="o">**</span><span class="mi">3</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="go"> 3 2 2</span> <span class="go">x - x ⋅z + 2⋅x + x⋅y + x - 3</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">collected_expr</span> <span class="o">=</span> <span class="n">collect</span><span class="p">(</span><span class="n">expr</span><span class="p">,</span> <span class="n">x</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">collected_expr</span> <span class="go"> 3 2</span> <span class="go">x + x ⋅(-z + 2) + x⋅(y + 1) - 3</span> </pre></div> </div> <p><tt class="docutils literal"><span class="pre">collect()</span></tt> is particularly useful in conjunction with the <tt class="docutils literal"><span class="pre">.coeff()</span></tt> method. <tt class="docutils literal"><span class="pre">expr.coeff(x,</span> <span class="pre">n)</span></tt> gives the coefficient of <tt class="docutils literal"><span class="pre">x**n</span></tt> in <tt class="docutils literal"><span class="pre">expr</span></tt>:</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">collected_expr</span><span class="o">.</span><span class="n">coeff</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="mi">2</span><span class="p">)</span> <span class="go">-z + 2</span> </pre></div> </div> </div> <div class="section" id="cancel"> <h3>cancel<a class="headerlink" href="#cancel" title="Permalink to this headline">¶</a></h3> <p><tt class="docutils literal"><span class="pre">cancel()</span></tt> will take any rational function and put it into the standard canonical form, <span class="math">\(\frac{p}{q}\)</span>, where <span class="math">\(p\)</span> and <span class="math">\(q\)</span> are expanded polynomials with no common factors, and the leading coefficients of <span class="math">\(p\)</span> and <span class="math">\(q\)</span> do not have denominators (i.e., are integers).</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">cancel</span><span class="p">((</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="mi">2</span><span class="o">*</span><span class="n">x</span> <span class="o">+</span> <span class="mi">1</span><span class="p">)</span><span class="o">/</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="n">x</span><span class="p">))</span> <span class="go">x + 1</span> <span class="go">─────</span> <span class="go"> x</span> </pre></div> </div> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="o">=</span> <span class="mi">1</span><span class="o">/</span><span class="n">x</span> <span class="o">+</span> <span class="p">(</span><span class="mi">3</span><span class="o">*</span><span class="n">x</span><span class="o">/</span><span class="mi">2</span> <span class="o">-</span> <span class="mi">2</span><span class="p">)</span><span class="o">/</span><span class="p">(</span><span class="n">x</span> <span class="o">-</span> <span class="mi">4</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="go">3⋅x</span> <span class="go">─── - 2</span> <span class="go"> 2 1</span> <span class="go">─────── + ─</span> <span class="go"> x - 4 x</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">cancel</span><span class="p">(</span><span class="n">expr</span><span class="p">)</span> <span class="go"> 2</span> <span class="go">3⋅x - 2⋅x - 8</span> <span class="go">──────────────</span> <span class="go"> 2</span> <span class="go"> 2⋅x - 8⋅x</span> </pre></div> </div> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="o">=</span> <span class="p">(</span><span class="n">x</span><span class="o">*</span><span class="n">y</span><span class="o">**</span><span class="mi">2</span> <span class="o">-</span> <span class="mi">2</span><span class="o">*</span><span class="n">x</span><span class="o">*</span><span class="n">y</span><span class="o">*</span><span class="n">z</span> <span class="o">+</span> <span class="n">x</span><span class="o">*</span><span class="n">z</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="n">y</span><span class="o">**</span><span class="mi">2</span> <span class="o">-</span> <span class="mi">2</span><span class="o">*</span><span class="n">y</span><span class="o">*</span><span class="n">z</span> <span class="o">+</span> <span class="n">z</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span><span class="o">/</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="go"> 2 2 2 2</span> <span class="go">x⋅y - 2⋅x⋅y⋅z + x⋅z + y - 2⋅y⋅z + z</span> <span class="go">───────────────────────────────────────</span> <span class="go"> 2</span> <span class="go"> x - 1</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">cancel</span><span class="p">(</span><span class="n">expr</span><span class="p">)</span> <span class="go"> 2 2</span> <span class="go">y - 2⋅y⋅z + z</span> <span class="go">───────────────</span> <span class="go"> x - 1</span> </pre></div> </div> <p>Note that since <tt class="docutils literal"><span class="pre">factor()</span></tt> will completely factorize both the numerator and the denominator of an expression, it can also be used to do the same thing:</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">factor</span><span class="p">(</span><span class="n">expr</span><span class="p">)</span> <span class="go"> 2</span> <span class="go">(y - z)</span> <span class="go">────────</span> <span class="go"> x - 1</span> </pre></div> </div> <p>However, if you are only interested in making sure that the expression is in canceled form, <tt class="docutils literal"><span class="pre">cancel()</span></tt> is more efficient than <tt class="docutils literal"><span class="pre">factor()</span></tt>.</p> </div> <div class="section" id="apart"> <h3>apart<a class="headerlink" href="#apart" title="Permalink to this headline">¶</a></h3> <p><tt class="docutils literal"><span class="pre">apart()</span></tt> performs a <a class="reference external" href="http://en.wikipedia.org/wiki/Partial_fraction_decomposition">partial fraction decomposition</a> on a rational function.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="o">=</span> <span class="p">(</span><span class="mi">4</span><span class="o">*</span><span class="n">x</span><span class="o">**</span><span class="mi">3</span> <span class="o">+</span> <span class="mi">21</span><span class="o">*</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="mi">10</span><span class="o">*</span><span class="n">x</span> <span class="o">+</span> <span class="mi">12</span><span class="p">)</span><span class="o">/</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">4</span> <span class="o">+</span> <span class="mi">5</span><span class="o">*</span><span class="n">x</span><span class="o">**</span><span class="mi">3</span> <span class="o">+</span> <span class="mi">5</span><span class="o">*</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="mi">4</span><span class="o">*</span><span class="n">x</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="go"> 3 2</span> <span class="go">4⋅x + 21⋅x + 10⋅x + 12</span> <span class="go">────────────────────────</span> <span class="go"> 4 3 2</span> <span class="go"> x + 5⋅x + 5⋅x + 4⋅x</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">apart</span><span class="p">(</span><span class="n">expr</span><span class="p">)</span> <span class="go"> 2⋅x - 1 1 3</span> <span class="go">────────── - ───── + ─</span> <span class="go"> 2 x + 4 x</span> <span class="go">x + x + 1</span> </pre></div> </div> </div> </div> <div class="section" id="trigonometric-simplification"> <h2>Trigonometric Simplification<a class="headerlink" href="#trigonometric-simplification" title="Permalink to this headline">¶</a></h2> <div class="admonition note"> <p class="first admonition-title">Note</p> <p>SymPy follows Python&#8217;s naming conventions for inverse trigonometric functions, which is to append an <tt class="docutils literal"><span class="pre">a</span></tt> to the front of the function&#8217;s name. For example, the inverse cosine, or arc cosine, is called <tt class="docutils literal"><span class="pre">acos()</span></tt>.</p> <div class="last highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">acos</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="go">acos(x)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">cos</span><span class="p">(</span><span class="n">acos</span><span class="p">(</span><span class="n">x</span><span class="p">))</span> <span class="go">x</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">asin</span><span class="p">(</span><span class="mi">1</span><span class="p">)</span> <span class="go">π</span> <span class="go">─</span> <span class="go">2</span> </pre></div> </div> </div> <div class="section" id="trigsimp"> <h3>trigsimp<a class="headerlink" href="#trigsimp" title="Permalink to this headline">¶</a></h3> <p>To simplify expressions using trigonometric identities, use <tt class="docutils literal"><span class="pre">trigsimp()</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">trigsimp</span><span class="p">(</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="n">cos</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span> <span class="go">1</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">trigsimp</span><span class="p">(</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">4</span> <span class="o">-</span> <span class="mi">2</span><span class="o">*</span><span class="n">cos</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span><span class="o">*</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="n">cos</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">4</span><span class="p">)</span> <span class="go">cos(4⋅x) 1</span> <span class="go">──────── + ─</span> <span class="go"> 2 2</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">trigsimp</span><span class="p">(</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">*</span><span class="n">tan</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">/</span><span class="n">sec</span><span class="p">(</span><span class="n">x</span><span class="p">))</span> <span class="go"> 2</span> <span class="go">sin (x)</span> </pre></div> </div> <p><tt class="docutils literal"><span class="pre">trigsimp()</span></tt> also works with hyperbolic trig functions.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">trigsimp</span><span class="p">(</span><span class="n">cosh</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span> <span class="o">+</span> <span class="n">sinh</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span> <span class="go">cosh(2⋅x)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">trigsimp</span><span class="p">(</span><span class="n">sinh</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">/</span><span class="n">tanh</span><span class="p">(</span><span class="n">x</span><span class="p">))</span> <span class="go">cosh(x)</span> </pre></div> </div> <p>Much like <tt class="docutils literal"><span class="pre">simplify()</span></tt>, <tt class="docutils literal"><span class="pre">trigsimp()</span></tt> applies various trigonometric identities to the input expression, and then uses a heuristic to return the &#8220;best&#8221; one.</p> </div> <div class="section" id="expand-trig"> <h3>expand_trig<a class="headerlink" href="#expand-trig" title="Permalink to this headline">¶</a></h3> <p>To expand trigonometric functions, that is, apply the sum or double angle identities, use <tt class="docutils literal"><span class="pre">expand_trig()</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand_trig</span><span class="p">(</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span> <span class="o">+</span> <span class="n">y</span><span class="p">))</span> <span class="go">sin(x)⋅cos(y) + sin(y)⋅cos(x)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expand_trig</span><span class="p">(</span><span class="n">tan</span><span class="p">(</span><span class="mi">2</span><span class="o">*</span><span class="n">x</span><span class="p">))</span> <span class="go"> 2⋅tan(x)</span> <span class="go">─────────────</span> <span class="go"> 2</span> <span class="go">- tan (x) + 1</span> </pre></div> </div> <p>Because <tt class="docutils literal"><span class="pre">expand_trig()</span></tt> tends to make trigonometric expressions larger, and <tt class="docutils literal"><span class="pre">trigsimp()</span></tt> tends to make them smaller, these identities can be applied in reverse using <tt class="docutils literal"><span class="pre">trigsimp()</span></tt></p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">trigsimp</span><span class="p">(</span><span class="n">sin</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">*</span><span class="n">cos</span><span class="p">(</span><span class="n">y</span><span class="p">)</span> <span class="o">+</span> <span class="n">sin</span><span class="p">(</span><span class="n">y</span><span class="p">)</span><span class="o">*</span><span class="n">cos</span><span class="p">(</span><span class="n">x</span><span class="p">))</span> <span class="go">sin(x + y)</span> </pre></div> </div> </div> </div> <div class="section" id="powers"> <h2>Powers<a class="headerlink" href="#powers" title="Permalink to this headline">¶</a></h2> <p>Before we introduce the power simplification functions, a mathematical discussion on the identities held by powers is in order. There are three kinds of identities satisfied by exponents</p> <ol class="arabic simple"> <li><span class="math">\(x^ax^b = x^{a + b}\)</span></li> <li><span class="math">\(x^ay^a = (xy)^a\)</span></li> <li><span class="math">\((x^a)^b = x^{ab}\)</span></li> </ol> <p>Identity 1 is always true.</p> <p>Identity 2 is not always true. For example, if <span class="math">\(x = y = -1\)</span> and <span class="math">\(a = \frac{1}{2}\)</span>, then <span class="math">\(x^ay^a = \sqrt{-1}\sqrt{-1} = i\cdot i = -1\)</span>, whereas <span class="math">\((xy)^a = \sqrt{-1\cdot-1} = \sqrt{1} = 1\)</span>. However, identity 2 is true at least if <span class="math">\(x\)</span> and <span class="math">\(y\)</span> are nonnegative and <span class="math">\(a\)</span> is real (it may also be true under other conditions as well). A common consequence of the failure of identity 2 is that <span class="math">\(\sqrt{x}\sqrt{y} \neq \sqrt{xy}\)</span>.</p> <p>Identity 3 is not always true. For example, if <span class="math">\(x = -1\)</span>, <span class="math">\(a = 2\)</span>, and <span class="math">\(b = \frac{1}{2}\)</span>, then <span class="math">\((x^a)^b = {\left ((-1)^2\right )}^{1/2} = \sqrt{1} = 1\)</span> and <span class="math">\(x^{ab} = (-1)^{2\cdot1/2} = (-1)^1 = -1\)</span>. However, identity 3 is true when <span class="math">\(b\)</span> is an integer (again, it may also hold in other cases as well). Two common consequences of the failure of identity 3 are that <span class="math">\(\sqrt{x^2}\neq x\)</span> and that <span class="math">\(\sqrt{\frac{1}{x}} \neq \frac{1}{\sqrt{x}}\)</span>.</p> <p>To summarize</p> <table border="1" class="docutils"> <colgroup> <col width="12%" /> <col width="19%" /> <col width="28%" /> <col width="41%" /> </colgroup> <thead valign="bottom"> <tr class="row-odd"><th class="head">Identity</th> <th class="head">Sufficient conditions to hold</th> <th class="head">Counterexample when conditions are not met</th> <th class="head">Important consequences</th> </tr> </thead> <tbody valign="top"> <tr class="row-even"><td><ol class="first last arabic simple"> <li><span class="math">\(x^ax^b = x^{a + b}\)</span></li> </ol> </td> <td>Always true</td> <td>None</td> <td>None</td> </tr> <tr class="row-odd"><td><ol class="first last arabic simple" start="2"> <li><span class="math">\(x^ay^a = (xy)^a\)</span></li> </ol> </td> <td><span class="math">\(x, y \geq 0\)</span> and <span class="math">\(a \in \mathbb{R}\)</span></td> <td><span class="math">\((-1)^{1/2}(-1)^{1/2} \neq (-1\cdot-1)^{1/2}\)</span></td> <td><span class="math">\(\sqrt{x}\sqrt{y} \neq \sqrt{xy}\)</span> in general</td> </tr> <tr class="row-even"><td><ol class="first last arabic simple" start="3"> <li><span class="math">\((x^a)^b = x^{ab}\)</span></li> </ol> </td> <td><span class="math">\(b \in \mathbb{Z}\)</span></td> <td><span class="math">\({\left((-1)^2\right )}^{1/2} \neq (-1)^{2\cdot1/2}\)</span></td> <td><span class="math">\(\sqrt{x^2}\neq x\)</span> and <span class="math">\(\sqrt{\frac{1}{x}}\neq\frac{1}{\sqrt{x}}\)</span> in general</td> </tr> </tbody> </table> <p>This is important to remember, because by default, SymPy will not perform simplifications if they are not true in general.</p> <p>In order to make SymPy perform simplifications involving identities that are only true under certain assumptions, we need to put assumptions on our Symbols. We will undertake a full discussion of the assumptions system later, but for now, all we need to know are the following.</p> <ul> <li><p class="first">By default, SymPy Symbols are assumed to be complex (elements of <span class="math">\(\mathbb{C}\)</span>). That is, a simplification will not be applied to an expression with a given Symbol unless it holds for all complex numbers.</p> </li> <li><p class="first">Symbols can be given different assumptions by passing the assumption to <tt class="docutils literal"><span class="pre">symbols()</span></tt>. For the rest of this section, we will be assuming that <tt class="docutils literal"><span class="pre">x</span></tt> and <tt class="docutils literal"><span class="pre">y</span></tt> are positive, and that <tt class="docutils literal"><span class="pre">a</span></tt> and <tt class="docutils literal"><span class="pre">b</span></tt> are real. We will leave <tt class="docutils literal"><span class="pre">z</span></tt>, <tt class="docutils literal"><span class="pre">t</span></tt>, and <tt class="docutils literal"><span class="pre">c</span></tt> as arbitrary complex Symbols to demonstrate what happens in that case.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">x</span><span class="p">,</span> <span class="n">y</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;x y&#39;</span><span class="p">,</span> <span class="n">positive</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">a</span><span class="p">,</span> <span class="n">b</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;a b&#39;</span><span class="p">,</span> <span class="n">real</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">z</span><span class="p">,</span> <span class="n">t</span><span class="p">,</span> <span class="n">c</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;z t c&#39;</span><span class="p">)</span> </pre></div> </div> </li> </ul> <div class="admonition note"> <p class="first admonition-title">Note</p> <p>In SymPy, <tt class="docutils literal"><span class="pre">sqrt(x)</span></tt> is just a shortcut to <tt class="docutils literal"><span class="pre">x**Rational(1,</span> <span class="pre">2)</span></tt>. They are exactly the same object.</p> <div class="last highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">sqrt</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="o">==</span> <span class="n">x</span><span class="o">**</span><span class="n">Rational</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">)</span> <span class="go">True</span> </pre></div> </div> </div> <div class="section" id="powsimp"> <h3>powsimp<a class="headerlink" href="#powsimp" title="Permalink to this headline">¶</a></h3> <p><tt class="docutils literal"><span class="pre">powsimp()</span></tt> applies identities 1 and 2 from above, from left to right.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">powsimp</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="n">a</span><span class="o">*</span><span class="n">x</span><span class="o">**</span><span class="n">b</span><span class="p">)</span> <span class="go"> a + b</span> <span class="go"> x</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">powsimp</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="n">a</span><span class="o">*</span><span class="n">y</span><span class="o">**</span><span class="n">a</span><span class="p">)</span> <span class="go"> a</span> <span class="go">(x⋅y)</span> </pre></div> </div> <p>Notice that <tt class="docutils literal"><span class="pre">powsimp()</span></tt> refuses to do the simplification if it is not valid.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">powsimp</span><span class="p">(</span><span class="n">t</span><span class="o">**</span><span class="n">c</span><span class="o">*</span><span class="n">z</span><span class="o">**</span><span class="n">c</span><span class="p">)</span> <span class="go"> c c</span> <span class="go">t ⋅z</span> </pre></div> </div> <p>If you know that you want to apply this simplification, but you don&#8217;t want to mess with assumptions, you can pass the <tt class="docutils literal"><span class="pre">force=True</span></tt> flag. This will force the simplification to take place, regardless of assumptions.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">powsimp</span><span class="p">(</span><span class="n">t</span><span class="o">**</span><span class="n">c</span><span class="o">*</span><span class="n">z</span><span class="o">**</span><span class="n">c</span><span class="p">,</span> <span class="n">force</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="go"> c</span> <span class="go">(t⋅z)</span> </pre></div> </div> <p>Note that in some instances, in particular, when the exponents are integers or rational numbers, and identity 2 holds, it will be applied automatically</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="p">(</span><span class="n">z</span><span class="o">*</span><span class="n">t</span><span class="p">)</span><span class="o">**</span><span class="mi">2</span> <span class="go"> 2 2</span> <span class="go"> t ⋅z</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">sqrt</span><span class="p">(</span><span class="n">x</span><span class="o">*</span><span class="n">y</span><span class="p">)</span> <span class="go"> ___ ___</span> <span class="go"> ╲╱ x ⋅╲╱ y</span> </pre></div> </div> <p>This means that it will be impossible to undo this identity with <tt class="docutils literal"><span class="pre">powsimp()</span></tt>, because even if <tt class="docutils literal"><span class="pre">powsimp()</span></tt> were to put the bases together, they would be automatically split apart again.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">powsimp</span><span class="p">(</span><span class="n">z</span><span class="o">**</span><span class="mi">2</span><span class="o">*</span><span class="n">t</span><span class="o">**</span><span class="mi">2</span><span class="p">)</span> <span class="go"> 2 2</span> <span class="go"> t ⋅z</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">powsimp</span><span class="p">(</span><span class="n">sqrt</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">*</span><span class="n">sqrt</span><span class="p">(</span><span class="n">y</span><span class="p">))</span> <span class="go"> ___ ___</span> <span class="go"> ╲╱ x ⋅╲╱ y</span> </pre></div> </div> </div> <div class="section" id="expand-power-exp-expand-power-base"> <h3>expand_power_exp / expand_power_base<a class="headerlink" href="#expand-power-exp-expand-power-base" title="Permalink to this headline">¶</a></h3> <p><tt class="docutils literal"><span class="pre">expand_power_exp()</span></tt> and <tt class="docutils literal"><span class="pre">expand_power_base()</span></tt> apply identities 1 and 2 from right to left, respectively.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand_power_exp</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="p">(</span><span class="n">a</span> <span class="o">+</span> <span class="n">b</span><span class="p">))</span> <span class="go"> a b</span> <span class="go">x ⋅x</span> </pre></div> </div> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand_power_base</span><span class="p">((</span><span class="n">x</span><span class="o">*</span><span class="n">y</span><span class="p">)</span><span class="o">**</span><span class="n">a</span><span class="p">)</span> <span class="go"> a a</span> <span class="go">x ⋅y</span> </pre></div> </div> <p>As with <tt class="docutils literal"><span class="pre">powsimp()</span></tt>, identity 2 is not applied if it is not valid.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand_power_base</span><span class="p">((</span><span class="n">z</span><span class="o">*</span><span class="n">t</span><span class="p">)</span><span class="o">**</span><span class="n">c</span><span class="p">)</span> <span class="go"> c</span> <span class="go">(t⋅z)</span> </pre></div> </div> <p>And as with <tt class="docutils literal"><span class="pre">powsimp()</span></tt>, you can force the expansion to happen without fiddling with assumptions by using <tt class="docutils literal"><span class="pre">force=True</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand_power_base</span><span class="p">((</span><span class="n">z</span><span class="o">*</span><span class="n">t</span><span class="p">)</span><span class="o">**</span><span class="n">c</span><span class="p">,</span> <span class="n">force</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="go"> c c</span> <span class="go"> t ⋅z</span> </pre></div> </div> <p>As with identity 2, identity 1 is applied automatically if the power is a number, and hence cannot be undone with <tt class="docutils literal"><span class="pre">expand_power_exp()</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">x</span><span class="o">**</span><span class="mi">2</span><span class="o">*</span><span class="n">x</span><span class="o">**</span><span class="mi">3</span> <span class="go"> 5</span> <span class="go"> x</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expand_power_exp</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">5</span><span class="p">)</span> <span class="go"> 5</span> <span class="go"> x</span> </pre></div> </div> </div> <div class="section" id="powdenest"> <h3>powdenest<a class="headerlink" href="#powdenest" title="Permalink to this headline">¶</a></h3> <p><tt class="docutils literal"><span class="pre">powdenest()</span></tt> applies identity 3, from left to right.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">powdenest</span><span class="p">((</span><span class="n">x</span><span class="o">**</span><span class="n">a</span><span class="p">)</span><span class="o">**</span><span class="n">b</span><span class="p">)</span> <span class="go"> a⋅b</span> <span class="go">x</span> </pre></div> </div> <p>As before, the identity is not applied if it is not true under the given assumptions.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">powdenest</span><span class="p">((</span><span class="n">z</span><span class="o">**</span><span class="n">a</span><span class="p">)</span><span class="o">**</span><span class="n">b</span><span class="p">)</span> <span class="go"> b</span> <span class="go">⎛ a⎞</span> <span class="go">⎝z ⎠</span> </pre></div> </div> <p>And as before, this can be manually overridden with <tt class="docutils literal"><span class="pre">force=True</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">powdenest</span><span class="p">((</span><span class="n">z</span><span class="o">**</span><span class="n">a</span><span class="p">)</span><span class="o">**</span><span class="n">b</span><span class="p">,</span> <span class="n">force</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="go"> a⋅b</span> <span class="go">z</span> </pre></div> </div> </div> </div> <div class="section" id="exponentials-and-logarithms"> <h2>Exponentials and logarithms<a class="headerlink" href="#exponentials-and-logarithms" title="Permalink to this headline">¶</a></h2> <div class="admonition note"> <p class="first admonition-title">Note</p> <p>In SymPy, as in Python and most programming languages, <tt class="docutils literal"><span class="pre">log</span></tt> is the natural logarithm, also known as <tt class="docutils literal"><span class="pre">ln</span></tt>. SymPy automatically provides an alias <tt class="docutils literal"><span class="pre">ln</span> <span class="pre">=</span> <span class="pre">log</span></tt> in case you forget this.</p> <div class="last highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">ln</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="go">log(x)</span> </pre></div> </div> </div> <p>Logarithms have similar issues as powers. There are two main identities</p> <ol class="arabic simple"> <li><span class="math">\(\log{(xy)} = \log{(x)} + \log{(y)}\)</span></li> <li><span class="math">\(\log{(x^n)} = n\log{(x)}\)</span></li> </ol> <p>Neither identity is true for arbitrary complex <span class="math">\(x\)</span> and <span class="math">\(y\)</span>, due to the branch cut in the complex plane for the complex logarithm. However, sufficient conditions for the identities to hold are if <span class="math">\(x\)</span> and <span class="math">\(y\)</span> are positive and <span class="math">\(n\)</span> is real.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">x</span><span class="p">,</span> <span class="n">y</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;x y&#39;</span><span class="p">,</span> <span class="n">positive</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">n</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;n&#39;</span><span class="p">,</span> <span class="n">real</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> </pre></div> </div> <p>As before, <tt class="docutils literal"><span class="pre">z</span></tt> and <tt class="docutils literal"><span class="pre">t</span></tt> will be Symbols with no additional assumptions.</p> <p>Note that the identity <span class="math">\(\log{\left (\frac{x}{y}\right )} = \log(x) - \log(y)\)</span> is a special case of identities 1 and 2 by <span class="math">\(\log{\left (\frac{x}{y}\right )} =\)</span> <span class="math">\(\log{\left (x\cdot\frac{1}{y}\right )} =\)</span> <span class="math">\(\log(x) + \log{\left( y^{-1}\right )} =\)</span> <span class="math">\(\log(x) - \log(y)\)</span>, and thus it also holds if <span class="math">\(x\)</span> and <span class="math">\(y\)</span> are positive, but may not hold in general.</p> <p>We also see that <span class="math">\(\log{\left( e^x \right)} = x\)</span> comes from <span class="math">\(\log{\left ( e^x \right)} = x\log(e) = x\)</span>, and thus holds when <span class="math">\(x\)</span> is real (and it can be verified that it does not hold in general for arbitrary complex <span class="math">\(x\)</span>, for example, <span class="math">\(\log{\left (e^{x + 2\pi i}\right)} = \log{\left (e^x\right )} = x \neq x + 2\pi i\)</span>).</p> <div class="section" id="expand-log"> <h3>expand_log<a class="headerlink" href="#expand-log" title="Permalink to this headline">¶</a></h3> <p>To apply identities 1 and 2 from left to right, use <tt class="docutils literal"><span class="pre">expand_log()</span></tt>. As always, the identities will not be applied unless they are valid.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand_log</span><span class="p">(</span><span class="n">log</span><span class="p">(</span><span class="n">x</span><span class="o">*</span><span class="n">y</span><span class="p">))</span> <span class="go">log(x) + log(y)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expand_log</span><span class="p">(</span><span class="n">log</span><span class="p">(</span><span class="n">x</span><span class="o">/</span><span class="n">y</span><span class="p">))</span> <span class="go">log(x) - log(y)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expand_log</span><span class="p">(</span><span class="n">log</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="mi">2</span><span class="p">))</span> <span class="go">2⋅log(x)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expand_log</span><span class="p">(</span><span class="n">log</span><span class="p">(</span><span class="n">x</span><span class="o">**</span><span class="n">n</span><span class="p">))</span> <span class="go">n⋅log(x)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expand_log</span><span class="p">(</span><span class="n">log</span><span class="p">(</span><span class="n">z</span><span class="o">*</span><span class="n">t</span><span class="p">))</span> <span class="go">log(t⋅z)</span> </pre></div> </div> <p>As with <tt class="docutils literal"><span class="pre">powsimp()</span></tt> and <tt class="docutils literal"><span class="pre">powdenest()</span></tt>, <tt class="docutils literal"><span class="pre">expand_log()</span></tt> has a <tt class="docutils literal"><span class="pre">force</span></tt> option that can be used to ignore assumptions.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand_log</span><span class="p">(</span><span class="n">log</span><span class="p">(</span><span class="n">z</span><span class="o">**</span><span class="mi">2</span><span class="p">))</span> <span class="go"> ⎛ 2⎞</span> <span class="go">log⎝z ⎠</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expand_log</span><span class="p">(</span><span class="n">log</span><span class="p">(</span><span class="n">z</span><span class="o">**</span><span class="mi">2</span><span class="p">),</span> <span class="n">force</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="go">2⋅log(z)</span> </pre></div> </div> </div> <div class="section" id="logcombine"> <h3>logcombine<a class="headerlink" href="#logcombine" title="Permalink to this headline">¶</a></h3> <p>To apply identities 1 and 2 from right to left, use <tt class="docutils literal"><span class="pre">logcombine()</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">logcombine</span><span class="p">(</span><span class="n">log</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="o">+</span> <span class="n">log</span><span class="p">(</span><span class="n">y</span><span class="p">))</span> <span class="go">log(x⋅y)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">logcombine</span><span class="p">(</span><span class="n">n</span><span class="o">*</span><span class="n">log</span><span class="p">(</span><span class="n">x</span><span class="p">))</span> <span class="go"> ⎛ n⎞</span> <span class="go">log⎝x ⎠</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">logcombine</span><span class="p">(</span><span class="n">n</span><span class="o">*</span><span class="n">log</span><span class="p">(</span><span class="n">z</span><span class="p">))</span> <span class="go">n⋅log(z)</span> </pre></div> </div> <p><tt class="docutils literal"><span class="pre">logcombine()</span></tt> also has a <tt class="docutils literal"><span class="pre">force</span></tt> option that can be used to ignore assumptions.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">logcombine</span><span class="p">(</span><span class="n">n</span><span class="o">*</span><span class="n">log</span><span class="p">(</span><span class="n">z</span><span class="p">),</span> <span class="n">force</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span> <span class="go"> ⎛ n⎞</span> <span class="go">log⎝z ⎠</span> </pre></div> </div> </div> </div> <div class="section" id="special-functions"> <h2>Special Functions<a class="headerlink" href="#special-functions" title="Permalink to this headline">¶</a></h2> <p>SymPy implements dozens of special functions, ranging from functions in combinatorics to mathematical physics.</p> <p>An extensive list of the special functions included with SymPy and their documentation is at the <a class="reference internal" href="../modules/functions/index.html#functions-contents"><em>Functions Module</em></a> page.</p> <p>For the purposes of this tutorial, let&#8217;s introduce a few special functions in SymPy.</p> <p>Let&#8217;s define <tt class="docutils literal"><span class="pre">x</span></tt>, <tt class="docutils literal"><span class="pre">y</span></tt>, and <tt class="docutils literal"><span class="pre">z</span></tt> as regular, complex Symbols, removing any assumptions we put on them in the previous section. We will also define <tt class="docutils literal"><span class="pre">k</span></tt>, <tt class="docutils literal"><span class="pre">m</span></tt>, and <tt class="docutils literal"><span class="pre">n</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">,</span> <span class="n">z</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;x y z&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">k</span><span class="p">,</span> <span class="n">m</span><span class="p">,</span> <span class="n">n</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;k m n&#39;</span><span class="p">)</span> </pre></div> </div> <p>The <a class="reference external" href="http://en.wikipedia.org/wiki/Factorial">factorial</a> function is <tt class="docutils literal"><span class="pre">factorial</span></tt>. <tt class="docutils literal"><span class="pre">factorial(n)</span></tt> represents <span class="math">\(n!= 1\cdot2\cdots(n - 1)\cdot n\)</span>. <span class="math">\(n!\)</span> represents the number of permutations of <span class="math">\(n\)</span> distinct items.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">factorial</span><span class="p">(</span><span class="n">n</span><span class="p">)</span> <span class="go">n!</span> </pre></div> </div> <p>The <a class="reference external" href="http://en.wikipedia.org/wiki/Binomial_coefficient">binomial coefficient</a> function is <tt class="docutils literal"><span class="pre">binomial</span></tt>. <tt class="docutils literal"><span class="pre">binomial(n,</span> <span class="pre">k)</span></tt> represents <span class="math">\(\binom{n}{k}\)</span>, the number of ways to choose <span class="math">\(k\)</span> items from a set of <span class="math">\(n\)</span> distinct items. It is also often written as <span class="math">\(nCk\)</span>, and is pronounced &#8220;<span class="math">\(n\)</span> choose <span class="math">\(k\)</span>&#8221;.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">binomial</span><span class="p">(</span><span class="n">n</span><span class="p">,</span> <span class="n">k</span><span class="p">)</span> <span class="go">⎛n⎞</span> <span class="go">⎜ ⎟</span> <span class="go">⎝k⎠</span> </pre></div> </div> <p>The factorial function is closely related to the <a class="reference external" href="http://en.wikipedia.org/wiki/Gamma_function">gamma function</a>, <tt class="docutils literal"><span class="pre">gamma</span></tt>. <tt class="docutils literal"><span class="pre">gamma(z)</span></tt> represents <span class="math">\(\Gamma(z) = \int_0^\infty t^{z - 1}e^{-t}\,dt\)</span>, which for positive integer <span class="math">\(z\)</span> is the same as <span class="math">\((z - 1)!\)</span>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">gamma</span><span class="p">(</span><span class="n">z</span><span class="p">)</span> <span class="go">Γ(z)</span> </pre></div> </div> <p>The <a class="reference external" href="http://en.wikipedia.org/wiki/Generalized_hypergeometric_function">generalized hypergeometric function</a> is <tt class="docutils literal"><span class="pre">hyper</span></tt>. <tt class="docutils literal"><span class="pre">hyper([a_1,</span> <span class="pre">...,</span> <span class="pre">a_p],</span> <span class="pre">[b_1,</span> <span class="pre">...,</span> <span class="pre">b_q],</span> <span class="pre">z)</span></tt> represents <span class="math">\({}_pF_q\left(\begin{matrix} a_1, \dots, a_p \\ b_1, \dots, b_q \end{matrix} \middle| z \right)\)</span>. The most common case is <span class="math">\({}_2F_1\)</span>, which is often referred to as the <a class="reference external" href="http://en.wikipedia.org/wiki/Hypergeometric_function">ordinary hypergeometric function</a>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">hyper</span><span class="p">([</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">],</span> <span class="p">[</span><span class="mi">3</span><span class="p">],</span> <span class="n">z</span><span class="p">)</span> <span class="go"> ┌─ ⎛1, 2 │ ⎞</span> <span class="go"> ├─ ⎜ │ z⎟</span> <span class="go">2╵ 1 ⎝ 3 │ ⎠</span> </pre></div> </div> <div class="section" id="rewrite"> <h3>rewrite<a class="headerlink" href="#rewrite" title="Permalink to this headline">¶</a></h3> <p>A common way to deal with special functions is to rewrite them in terms of one another. This works for any function in SymPy, not just special functions. To rewrite an expression in terms of a function, use <tt class="docutils literal"><span class="pre">expr.rewrite(function)</span></tt>. For example,</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">tan</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">.</span><span class="n">rewrite</span><span class="p">(</span><span class="n">sin</span><span class="p">)</span> <span class="go"> 2</span> <span class="go">2⋅sin (x)</span> <span class="go">─────────</span> <span class="go"> sin(2⋅x)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">factorial</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">.</span><span class="n">rewrite</span><span class="p">(</span><span class="n">gamma</span><span class="p">)</span> <span class="go">Γ(x + 1)</span> </pre></div> </div> <p>For some tips on applying more targeted rewriting, see the <a class="reference internal" href="manipulation.html#tutorial-manipulation"><em>Advanced Expression Manipulation</em></a> section.</p> </div> <div class="section" id="expand-func"> <h3>expand_func<a class="headerlink" href="#expand-func" title="Permalink to this headline">¶</a></h3> <p>To expand special functions in terms of some identities, use <tt class="docutils literal"><span class="pre">expand_func()</span></tt>. For example</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expand_func</span><span class="p">(</span><span class="n">gamma</span><span class="p">(</span><span class="n">x</span> <span class="o">+</span> <span class="mi">3</span><span class="p">))</span> <span class="go">x⋅(x + 1)⋅(x + 2)⋅Γ(x)</span> </pre></div> </div> </div> <div class="section" id="hyperexpand"> <h3>hyperexpand<a class="headerlink" href="#hyperexpand" title="Permalink to this headline">¶</a></h3> <p>To rewrite <tt class="docutils literal"><span class="pre">hyper</span></tt> in terms of more standard functions, use <tt class="docutils literal"><span class="pre">hyperexpand()</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">hyperexpand</span><span class="p">(</span><span class="n">hyper</span><span class="p">([</span><span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">],</span> <span class="p">[</span><span class="mi">2</span><span class="p">],</span> <span class="n">z</span><span class="p">))</span> <span class="go">-log(-z + 1)</span> <span class="go">─────────────</span> <span class="go"> z</span> </pre></div> </div> <p><tt class="docutils literal"><span class="pre">hyperexpand()</span></tt> also works on the more general Meijer G-function (see <a class="reference internal" href="../modules/functions/special.html#sympy.functions.special.hyper.meijerg" title="sympy.functions.special.hyper.meijerg"><tt class="xref py py-meth docutils literal"><span class="pre">its</span> <span class="pre">documentation</span></tt></a> for more information).</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="o">=</span> <span class="n">meijerg</span><span class="p">([[</span><span class="mi">1</span><span class="p">],[</span><span class="mi">1</span><span class="p">]],</span> <span class="p">[[</span><span class="mi">1</span><span class="p">],[]],</span> <span class="o">-</span><span class="n">z</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">expr</span> <span class="go">╭─╮1, 1 ⎛1 1 │ ⎞</span> <span class="go">│╶┐ ⎜ │ -z⎟</span> <span class="go">╰─╯2, 1 ⎝1 │ ⎠</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">hyperexpand</span><span class="p">(</span><span class="n">expr</span><span class="p">)</span> <span class="go"> 1</span> <span class="go"> ─</span> <span class="go"> z</span> <span class="go">ℯ</span> </pre></div> </div> </div> <div class="section" id="combsimp"> <h3>combsimp<a class="headerlink" href="#combsimp" title="Permalink to this headline">¶</a></h3> <p>To simplify combinatorial expressions, use <tt class="docutils literal"><span class="pre">combsimp()</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">combsimp</span><span class="p">(</span><span class="n">factorial</span><span class="p">(</span><span class="n">n</span><span class="p">)</span><span class="o">/</span><span class="n">factorial</span><span class="p">(</span><span class="n">n</span> <span class="o">-</span> <span class="mi">3</span><span class="p">))</span> <span class="go">n⋅(n - 2)⋅(n - 1)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">combsimp</span><span class="p">(</span><span class="n">binomial</span><span class="p">(</span><span class="n">n</span><span class="o">+</span><span class="mi">1</span><span class="p">,</span> <span class="n">k</span><span class="o">+</span><span class="mi">1</span><span class="p">)</span><span class="o">/</span><span class="n">binomial</span><span class="p">(</span><span class="n">n</span><span class="p">,</span> <span class="n">k</span><span class="p">))</span> <span class="go">n + 1</span> <span class="go">─────</span> <span class="go">k + 1</span> </pre></div> </div> <p><tt class="docutils literal"><span class="pre">combsimp()</span></tt> also simplifies expressions with <tt class="docutils literal"><span class="pre">gamma</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">combsimp</span><span class="p">(</span><span class="n">gamma</span><span class="p">(</span><span class="n">x</span><span class="p">)</span><span class="o">*</span><span class="n">gamma</span><span class="p">(</span><span class="mi">1</span> <span class="o">-</span> <span class="n">x</span><span class="p">))</span> <span class="go"> π</span> <span class="go">────────</span> <span class="go">sin(π⋅x)</span> </pre></div> </div> </div> </div> <div class="section" id="example-continued-fractions"> <h2>Example: Continued Fractions<a class="headerlink" href="#example-continued-fractions" title="Permalink to this headline">¶</a></h2> <p>Let&#8217;s use SymPy to explore continued fractions. A <a class="reference external" href="http://en.wikipedia.org/wiki/Continued_fraction">continued fraction</a> is an expression of the form</p> <div class="math"> \[a_0 + \cfrac{1}{a_1 + \cfrac{1}{a_2 + \cfrac{1}{ \ddots + \cfrac{1}{a_n} }}}\]</div> <p>where <span class="math">\(a_0, \ldots, a_n\)</span> are integers, and <span class="math">\(a_1, \ldots, a_n\)</span> are positive. A continued fraction can also be infinite, but infinite objects are more difficult to represent in computers, so we will only examine the finite case here.</p> <p>A continued fraction of the above form is often represented as a list <span class="math">\([a_0; a_1, \ldots, a_n]\)</span>. Let&#8217;s write a simple function that converts such a list to its continued fraction form. The easiest way to construct a continued fraction from a list is to work backwards. Note that despite the apparent symmetry of the definition, the first element, <span class="math">\(a_0\)</span>, must usually be handled differently from the rest.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="k">def</span> <span class="nf">list_to_frac</span><span class="p">(</span><span class="n">l</span><span class="p">):</span> <span class="gp">... </span> <span class="n">expr</span> <span class="o">=</span> <span class="n">Integer</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span> <span class="gp">... </span> <span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="nb">reversed</span><span class="p">(</span><span class="n">l</span><span class="p">[</span><span class="mi">1</span><span class="p">:]):</span> <span class="gp">... </span> <span class="n">expr</span> <span class="o">+=</span> <span class="n">i</span> <span class="gp">... </span> <span class="n">expr</span> <span class="o">=</span> <span class="mi">1</span><span class="o">/</span><span class="n">expr</span> <span class="gp">... </span> <span class="k">return</span> <span class="n">l</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span> <span class="o">+</span> <span class="n">expr</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">list_to_frac</span><span class="p">([</span><span class="n">x</span><span class="p">,</span> <span class="n">y</span><span class="p">,</span> <span class="n">z</span><span class="p">])</span> <span class="go"> 1</span> <span class="go">x + ─────</span> <span class="go"> 1</span> <span class="go"> y + ─</span> <span class="go"> z</span> </pre></div> </div> <p>We use <tt class="docutils literal"><span class="pre">Integer(0)</span></tt> in <tt class="docutils literal"><span class="pre">list_to_frac</span></tt> so that the result will always be a SymPy object, even if we only pass in Python ints.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">list_to_frac</span><span class="p">([</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">,</span> <span class="mi">4</span><span class="p">])</span> <span class="go">43</span> <span class="go">──</span> <span class="go">30</span> </pre></div> </div> <p>Every finite continued fraction is a rational number, but we are interested in symbolics here, so let&#8217;s create a symbolic continued fraction. The <tt class="docutils literal"><span class="pre">symbols()</span></tt> function that we have been using has a shortcut to create numbered symbols. <tt class="docutils literal"><span class="pre">symbols('a0:5')</span></tt> will create the symbols <tt class="docutils literal"><span class="pre">a0</span></tt>, <tt class="docutils literal"><span class="pre">a1</span></tt>, ..., <tt class="docutils literal"><span class="pre">a5</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">syms</span> <span class="o">=</span> <span class="n">symbols</span><span class="p">(</span><span class="s">&#39;a0:5&#39;</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">syms</span> <span class="go">(a₀, a₁, a₂, a₃, a₄)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">a0</span><span class="p">,</span> <span class="n">a1</span><span class="p">,</span> <span class="n">a2</span><span class="p">,</span> <span class="n">a3</span><span class="p">,</span> <span class="n">a4</span> <span class="o">=</span> <span class="n">syms</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="n">list_to_frac</span><span class="p">(</span><span class="n">syms</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="go"> 1</span> <span class="go">a₀ + ─────────────────</span> <span class="go"> 1</span> <span class="go"> a₁ + ────────────</span> <span class="go"> 1</span> <span class="go"> a₂ + ───────</span> <span class="go"> 1</span> <span class="go"> a₃ + ──</span> <span class="go"> a₄</span> </pre></div> </div> <p>This form is useful for understanding continued fractions, but lets put it into standard rational function form using <tt class="docutils literal"><span class="pre">cancel()</span></tt>.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="n">cancel</span><span class="p">(</span><span class="n">frac</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="go">a₀⋅a₁⋅a₂⋅a₃⋅a₄ + a₀⋅a₁⋅a₂ + a₀⋅a₁⋅a₄ + a₀⋅a₃⋅a₄ + a₀ + a₂⋅a₃⋅a₄ + a₂ + a₄</span> <span class="go">─────────────────────────────────────────────────────────────────────────</span> <span class="go"> a₁⋅a₂⋅a₃⋅a₄ + a₁⋅a₂ + a₁⋅a₄ + a₃⋅a₄ + 1</span> </pre></div> </div> <p>Now suppose we were given <tt class="docutils literal"><span class="pre">frac</span></tt> in the above canceled form. In fact, we might be given the fraction in any form, but we can always put it into the above canonical form with <tt class="docutils literal"><span class="pre">cancel()</span></tt>. Suppose that we knew that it could be rewritten as a continued fraction. How could we do this with SymPy? A continued fraction is recursively <span class="math">\(c + \frac{1}{f}\)</span>, where <span class="math">\(c\)</span> is an integer and <span class="math">\(f\)</span> is a (smaller) continued fraction. If we could write the expression in this form, we could pull out each <span class="math">\(c\)</span> recursively and add it to a list. We could then get a continued fraction with our <tt class="docutils literal"><span class="pre">list_to_frac()</span></tt> function.</p> <p>The key observation here is that we can convert an expression to the form <span class="math">\(c + \frac{1}{f}\)</span> by doing a partial fraction decomposition with respect to <span class="math">\(c\)</span>. This is because <span class="math">\(f\)</span> does not contain <span class="math">\(c\)</span>. This means we need to use the <tt class="docutils literal"><span class="pre">apart()</span></tt> function. We use <tt class="docutils literal"><span class="pre">apart()</span></tt> to pull the term out, then subtract it from the expression, and take the reciprocal to get the <span class="math">\(f\)</span> part.</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">l</span> <span class="o">=</span> <span class="p">[]</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="n">apart</span><span class="p">(</span><span class="n">frac</span><span class="p">,</span> <span class="n">a0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="go"> a₂⋅a₃⋅a₄ + a₂ + a₄</span> <span class="go">a₀ + ───────────────────────────────────────</span> <span class="go"> a₁⋅a₂⋅a₃⋅a₄ + a₁⋅a₂ + a₁⋅a₄ + a₃⋅a₄ + 1</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">l</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">a0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="mi">1</span><span class="o">/</span><span class="p">(</span><span class="n">frac</span> <span class="o">-</span> <span class="n">a0</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="go">a₁⋅a₂⋅a₃⋅a₄ + a₁⋅a₂ + a₁⋅a₄ + a₃⋅a₄ + 1</span> <span class="go">───────────────────────────────────────</span> <span class="go"> a₂⋅a₃⋅a₄ + a₂ + a₄</span> </pre></div> </div> <p>Now we repeat this process</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="n">apart</span><span class="p">(</span><span class="n">frac</span><span class="p">,</span> <span class="n">a1</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="go"> a₃⋅a₄ + 1</span> <span class="go">a₁ + ──────────────────</span> <span class="go"> a₂⋅a₃⋅a₄ + a₂ + a₄</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">l</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">a1</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="mi">1</span><span class="o">/</span><span class="p">(</span><span class="n">frac</span> <span class="o">-</span> <span class="n">a1</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="n">apart</span><span class="p">(</span><span class="n">frac</span><span class="p">,</span> <span class="n">a2</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="go"> a₄</span> <span class="go">a₂ + ─────────</span> <span class="go"> a₃⋅a₄ + 1</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">l</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">a2</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="mi">1</span><span class="o">/</span><span class="p">(</span><span class="n">frac</span> <span class="o">-</span> <span class="n">a2</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="n">apart</span><span class="p">(</span><span class="n">frac</span><span class="p">,</span> <span class="n">a3</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="go"> 1</span> <span class="go">a₃ + ──</span> <span class="go"> a₄</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">l</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">a3</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="mi">1</span><span class="o">/</span><span class="p">(</span><span class="n">frac</span> <span class="o">-</span> <span class="n">a3</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="o">=</span> <span class="n">apart</span><span class="p">(</span><span class="n">frac</span><span class="p">,</span> <span class="n">a4</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">frac</span> <span class="go">a₄</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">l</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">a4</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">list_to_frac</span><span class="p">(</span><span class="n">l</span><span class="p">)</span> <span class="go"> 1</span> <span class="go">a₀ + ─────────────────</span> <span class="go"> 1</span> <span class="go"> a₁ + ────────────</span> <span class="go"> 1</span> <span class="go"> a₂ + ───────</span> <span class="go"> 1</span> <span class="go"> a₃ + ──</span> <span class="go"> a₄</span> </pre></div> </div> <div class="sidebar"> <p class="first sidebar-title">Quick Tip</p> <p class="last">You can execute multiple lines at once in SymPy Live. Typing <tt class="docutils literal"><span class="pre">Shift-Enter</span></tt> instead of <tt class="docutils literal"><span class="pre">Enter</span></tt> will enter a newline instead of executing.</p> </div> <p>Of course, this exercise seems pointless, because we already know that our <tt class="docutils literal"><span class="pre">frac</span></tt> is <tt class="docutils literal"><span class="pre">list_to_frac([a0,</span> <span class="pre">a1,</span> <span class="pre">a2,</span> <span class="pre">a3,</span> <span class="pre">a4])</span></tt>. So try the following exercise. Take a list of symbols and randomize them, and create the canceled continued fraction, and see if you can reproduce the original list. For example</p> <div class="highlight-python"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">random</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">l</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="n">symbols</span><span class="p">(</span><span class="s">&#39;a0:5&#39;</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">random</span><span class="o">.</span><span class="n">shuffle</span><span class="p">(</span><span class="n">l</span><span class="p">)</span> <span class="gp">&gt;&gt;&gt; </span><span class="n">orig_frac</span> <span class="o">=</span> <span class="n">frac</span> <span class="o">=</span> <span class="n">cancel</span><span class="p">(</span><span class="n">list_to_frac</span><span class="p">(</span><span class="n">l</span><span class="p">))</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">del</span> <span class="n">l</span> </pre></div> </div> <p>Click on &#8220;Run code block in SymPy Live&#8221; on the definition of <tt class="docutils literal"><span class="pre">list_to_frac)</span></tt> above, and then on the above example, and try to reproduce <tt class="docutils literal"><span class="pre">l</span></tt> from <tt class="docutils literal"><span class="pre">frac</span></tt>. I have deleted <tt class="docutils literal"><span class="pre">l</span></tt> at the end to remove the temptation for peeking (you can check your answer at the end by calling <tt class="docutils literal"><span class="pre">cancel(list_to_frac(l))</span></tt> on the list that you generate at the end, and comparing it to <tt class="docutils literal"><span class="pre">orig_frac</span></tt>.</p> <p>See if you can think of a way to figure out what symbol to pass to <tt class="docutils literal"><span class="pre">apart()</span></tt> at each stage (hint: think of what happens to <span class="math">\(a_0\)</span> in the formula <span class="math">\(a_0 + \frac{1}{a_1 + \cdots}\)</span> when it is canceled).</p> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <p class="logo"><a href="../index.html"> <img class="logo" src="../_static/sympylogo.png" alt="Logo"/> </a></p> <h3><a href="../index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Simplification</a><ul> <li><a class="reference internal" href="#simplify"><tt class="docutils literal"><span class="pre">simplify</span></tt></a></li> <li><a class="reference internal" href="#polynomial-rational-function-simplification">Polynomial/Rational Function Simplification</a><ul> <li><a class="reference internal" href="#expand">expand</a></li> <li><a class="reference internal" href="#factor">factor</a></li> <li><a class="reference internal" href="#collect">collect</a></li> <li><a class="reference internal" href="#cancel">cancel</a></li> <li><a class="reference internal" href="#apart">apart</a></li> </ul> </li> <li><a class="reference internal" href="#trigonometric-simplification">Trigonometric Simplification</a><ul> <li><a class="reference internal" href="#trigsimp">trigsimp</a></li> <li><a class="reference internal" href="#expand-trig">expand_trig</a></li> </ul> </li> <li><a class="reference internal" href="#powers">Powers</a><ul> <li><a class="reference internal" href="#powsimp">powsimp</a></li> <li><a class="reference internal" href="#expand-power-exp-expand-power-base">expand_power_exp / expand_power_base</a></li> <li><a class="reference internal" href="#powdenest">powdenest</a></li> </ul> </li> <li><a class="reference internal" href="#exponentials-and-logarithms">Exponentials and logarithms</a><ul> <li><a class="reference internal" href="#expand-log">expand_log</a></li> <li><a class="reference internal" href="#logcombine">logcombine</a></li> </ul> </li> <li><a class="reference internal" href="#special-functions">Special Functions</a><ul> <li><a class="reference internal" href="#rewrite">rewrite</a></li> <li><a class="reference internal" href="#expand-func">expand_func</a></li> <li><a class="reference internal" href="#hyperexpand">hyperexpand</a></li> <li><a class="reference internal" href="#combsimp">combsimp</a></li> </ul> </li> <li><a class="reference internal" href="#example-continued-fractions">Example: Continued Fractions</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="printing.html" title="previous chapter">Printing</a></p> <h4>Next topic</h4> <p class="topless"><a href="calculus.html" title="next chapter">Calculus</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/tutorial/simplification.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="calculus.html" title="Calculus" >next</a> |</li> <li class="right" > <a href="printing.html" title="Printing" >previous</a> |</li> <li><a href="../index.html">SymPy 0.7.6.1 documentation</a> &raquo;</li> <li><a href="index.html" >SymPy Tutorial</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2014 SymPy Development Team. Last updated on Sep 03, 2015. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} <div class="registration"> {% block modal-header %}{% trans "Registration" %}{% endblock %} {% block modal_class %}registration {% if hide %}modal hide{% endif %}{% endblock %} {% block form_action %}{% url 'fiware_auth_register' %}{% endblock %} {% block modal-body %} {% include "auth/registration/_form_fields.html" %} {% endblock %} {% block modal-footer %} <label class="conditions checkbox-inline"> <input type="checkbox" id="inlineCheckbox1" required="required" title="You need to accept the Terms and Conditions to create your account" value="option1"> I accept FIWARE Lab <a href="http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_LAB_Terms_and_Conditions" target="a_blank">Terms and Conditions</a> </label> <button type="submit" class="btn btn-primary pull-right">{% trans "Sign Up" %}</button> <div class="actions"> <a href="{% url 'fiware_auth_request' %}"> Forgot password </a> <a href="{% url 'fiware_auth_confirmation' %}"> Didn't receive confirmation instructions? </a> </div> {% endblock %} </div>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_241) on Sat Jul 24 21:44:22 CST 2021 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>程序包 com.power.doc.model.framework的使用 (aiops-smart 1.0.0 API)</title> <meta name="date" content="2021-07-24"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="\u7A0B\u5E8F\u5305 com.power.doc.model.framework\u7684\u4F7F\u7528 (aiops-smart 1.0.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../overview-summary.html">概览</a></li> <li><a href="package-summary.html">程序包</a></li> <li>类</li> <li class="navBarCell1Rev">使用</li> <li><a href="package-tree.html">树</a></li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/power/doc/model/framework/package-use.html" target="_top">框架</a></li> <li><a href="package-use.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="程序包的使用 com.power.doc.model.framework" class="title">程序包的使用<br>com.power.doc.model.framework</h1> </div> <div class="contentContainer">没有com.power.doc.model.framework的用法</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../../overview-summary.html">概览</a></li> <li><a href="package-summary.html">程序包</a></li> <li>类</li> <li class="navBarCell1Rev">使用</li> <li><a href="package-tree.html">树</a></li> <li><a href="../../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../../index-all.html">索引</a></li> <li><a href="../../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/power/doc/model/framework/package-use.html" target="_top">框架</a></li> <li><a href="package-use.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">所有类</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2021. All rights reserved.</small></p> </body> </html>
<!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 Thu Mar 12 14:12:39 CDT 2015 --> <title>com.mapbox.mapboxsdk.overlay Class Hierarchy (MapboxAndroidSDK 0.7.2 API)</title> <meta name="date" content="2015-03-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="com.mapbox.mapboxsdk.overlay Class Hierarchy (MapboxAndroidSDK 0.7.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/mapbox/mapboxsdk/offline/package-tree.html">Prev</a></li> <li><a href="../../../../com/mapbox/mapboxsdk/tileprovider/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/mapbox/mapboxsdk/overlay/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package com.mapbox.mapboxsdk.overlay</h1> <span class="strong">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">java.util.AbstractCollection&lt;E&gt; (implements java.util.Collection&lt;E&gt;) <ul> <li type="circle">java.util.AbstractList&lt;E&gt; (implements java.util.List&lt;E&gt;) <ul> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/OverlayManager.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">OverlayManager</span></a></li> </ul> </li> </ul> </li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/GeoJSONPainter.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">GeoJSONPainter</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/GpsLocationProvider.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">GpsLocationProvider</span></a> (implements android.location.LocationListener)</li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/Icon.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">Icon</span></a> (implements com.mapbox.mapboxsdk.constants.<a href="../../../../com/mapbox/mapboxsdk/constants/MapboxConstants.html" title="interface in com.mapbox.mapboxsdk.constants">MapboxConstants</a>)</li> <li type="circle">com.mapbox.mapboxsdk.tileprovider.<a href="../../../../com/mapbox/mapboxsdk/tileprovider/MapTileLayerBase.html" title="class in com.mapbox.mapboxsdk.tileprovider"><span class="strong">MapTileLayerBase</span></a> (implements com.mapbox.mapboxsdk.tileprovider.<a href="../../../../com/mapbox/mapboxsdk/tileprovider/IMapTileProviderCallback.html" title="interface in com.mapbox.mapboxsdk.tileprovider">IMapTileProviderCallback</a>, com.mapbox.mapboxsdk.tileprovider.constants.<a href="../../../../com/mapbox/mapboxsdk/tileprovider/constants/TileLayerConstants.html" title="interface in com.mapbox.mapboxsdk.tileprovider.constants">TileLayerConstants</a>) <ul> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/OfflineMapTileProvider.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">OfflineMapTileProvider</span></a> (implements com.mapbox.mapboxsdk.constants.<a href="../../../../com/mapbox/mapboxsdk/constants/MapboxConstants.html" title="interface in com.mapbox.mapboxsdk.constants">MapboxConstants</a>)</li> </ul> </li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/Marker.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">Marker</span></a> (implements com.mapbox.mapboxsdk.views.util.constants.<a href="../../../../com/mapbox/mapboxsdk/views/util/constants/MapViewConstants.html" title="interface in com.mapbox.mapboxsdk.views.util.constants">MapViewConstants</a>)</li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/Overlay.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">Overlay</span></a> <ul> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/MapEventsOverlay.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">MapEventsOverlay</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/PathOverlay.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">PathOverlay</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/SafeDrawOverlay.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">SafeDrawOverlay</span></a> <ul> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/ItemizedOverlay.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">ItemizedOverlay</span></a> (implements com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/Overlay.Snappable.html" title="interface in com.mapbox.mapboxsdk.overlay">Overlay.Snappable</a>) <ul> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/ItemizedIconOverlay.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">ItemizedIconOverlay</span></a></li> </ul> </li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/TilesOverlay.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">TilesOverlay</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/UserLocationOverlay.html" title="class in com.mapbox.mapboxsdk.overlay"><span class="strong">UserLocationOverlay</span></a> (implements com.mapbox.mapboxsdk.events.<a href="../../../../com/mapbox/mapboxsdk/events/MapListener.html" title="interface in com.mapbox.mapboxsdk.events">MapListener</a>, com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/Overlay.Snappable.html" title="interface in com.mapbox.mapboxsdk.overlay">Overlay.Snappable</a>)</li> </ul> </li> </ul> </li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/IOverlayMenuProvider.html" title="interface in com.mapbox.mapboxsdk.overlay"><span class="strong">IOverlayMenuProvider</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/ItemizedIconOverlay.ActiveItem.html" title="interface in com.mapbox.mapboxsdk.overlay"><span class="strong">ItemizedIconOverlay.ActiveItem</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/ItemizedIconOverlay.OnItemGestureListener.html" title="interface in com.mapbox.mapboxsdk.overlay"><span class="strong">ItemizedIconOverlay.OnItemGestureListener</span></a>&lt;T&gt;</li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/ItemizedOverlay.OnFocusChangeListener.html" title="interface in com.mapbox.mapboxsdk.overlay"><span class="strong">ItemizedOverlay.OnFocusChangeListener</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/MapEventsReceiver.html" title="interface in com.mapbox.mapboxsdk.overlay"><span class="strong">MapEventsReceiver</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/Overlay.Snappable.html" title="interface in com.mapbox.mapboxsdk.overlay"><span class="strong">Overlay.Snappable</span></a></li> </ul> <h2 title="Enum Hierarchy">Enum Hierarchy</h2> <ul> <li type="circle">java.lang.Object <ul> <li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable) <ul> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/UserLocationOverlay.TrackingMode.html" title="enum in com.mapbox.mapboxsdk.overlay"><span class="strong">UserLocationOverlay.TrackingMode</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/Icon.Size.html" title="enum in com.mapbox.mapboxsdk.overlay"><span class="strong">Icon.Size</span></a></li> <li type="circle">com.mapbox.mapboxsdk.overlay.<a href="../../../../com/mapbox/mapboxsdk/overlay/Marker.HotspotPlace.html" title="enum in com.mapbox.mapboxsdk.overlay"><span class="strong">Marker.HotspotPlace</span></a></li> </ul> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/mapbox/mapboxsdk/offline/package-tree.html">Prev</a></li> <li><a href="../../../../com/mapbox/mapboxsdk/tileprovider/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/mapbox/mapboxsdk/overlay/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>personal blog | Log in</title> <!-- Tell the browser to be responsive to screen width --> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" th:href="@{/admin/dist/img/favicon.png}"/> <!-- Font Awesome --> <link rel="stylesheet" th:href="@{/admin/dist/css/font-awesome.min.css}"> <!-- Ionicons --> <link rel="stylesheet" th:href="@{/admin/dist/css/ionicons.min.css}"> <!-- Theme style --> <link rel="stylesheet" th:href="@{/admin/dist/css/adminlte.min.css}"> <style> canvas { display: block; vertical-align: bottom; } #particles { background-color: #F7FAFC; position: absolute; top: 0; width: 100%; height: 100%; z-index: -1; } </style> </head> <body class="hold-transition login-page"> <div id="particles"> </div> <div class="login-box"> <div class="login-logo" style="color: #007bff;"> <h1>personal blog</h1> </div> <!-- /.login-logo --> <div class="card"> <div class="card-body login-card-body"> <p class="login-box-msg">your personal blog , enjoy it</p> <form th:action="@{/admin/login}" method="post"> <div th:if="${not #strings.isEmpty(session.errorMsg)}" class="form-group"> <div class="alert alert-danger" th:text="${session.errorMsg}"></div> </div> <div class="form-group has-feedback"> <span class="fa fa-user form-control-feedback"></span> <input type="text" id="userName" name="userName" class="form-control" placeholder="请输入账号" required="true"> </div> <div class="form-group has-feedback"> <span class="fa fa-lock form-control-feedback"></span> <input type="password" id="password" name="password" class="form-control" placeholder="请输入密码" required="true"> </div> <div class="row"> <div class="col-6"> <input type="text" class="form-control" name="verifyCode" placeholder="请输入验证码" required="true"> </div> <div class="col-6"> <img alt="单击图片刷新!" class="pointer" th:src="@{/common/kaptcha}" onclick="this.src='/common/kaptcha?d='+new Date()*1"> </div> </div> <div class="form-group has-feedback"></div> <div class="row"> <div class="col-8"> </div> <div class="col-4"> <button type="submit" class="btn btn-primary btn-block btn-flat">登录 </button> </div> </div> </form> </div> <!-- /.login-card-body --> </div> </div> <!-- /.login-box --> <!-- jQuery --> <script th:src="@{/admin/plugins/jquery/jquery.min.js}"></script> <!-- Bootstrap 4 --> <script th:src="@{/admin/plugins/bootstrap/js/bootstrap.bundle.min.js}"></script> <script th:src="@{/admin/dist/js/plugins/particles.js}"></script> <script th:src="@{/admin/dist/js/plugins/login-bg-particles.js}"></script> </body> </html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script type="text/javascript"> if (document.layers) { //Capture the MouseDown event. document.captureEvents(Event.MOUSEDOWN); //Disable the OnMouseDown event handler. document.onmousedown = function () { return false; }; } else { //Disable the OnMouseUp event handler. document.onmouseup = function (e) { if (e != null && e.type == "mouseup") { //Check the Mouse Button which is clicked. if (e.which == 2 || e.which == 3) { //If the Button is middle or right then disable. return false; } } }; } //Disable the Context Menu event. document.oncontextmenu = function () { return false; }; </script> <style type="text/css"> table1 { border-collapse: separate; border-radius: 6px; -moz-border-radius: 6px; } td, th1 { border-radius: 6px; -moz-border-radius: 6px; } th1 { background-color: #A851FF; border-top: none; } td:first-child { border-left: none; } </style> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>COVID-19 : Andhra Pradesh Department of Health, Medical, & Family Welfare</title> <link rel="icon" type="image" href="images/icon.ico" /> <meta name="generator" content="editplus"> <meta name="author" content=""> <meta name="keywords" content=""> <meta name="description" content=""> <!-- Bootstrap --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/screen_apwelfare.css" rel="stylesheet"> <link href="css/font-awesome.css" rel="stylesheet"> </head> <body> <form name="form1" method="post" action="./covid_dashboard.aspx" id="form1"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDkxMDI4NDI3DxYCHhNWYWxpZGF0ZVJlcXVlc3RNb2RlAgEWAgICD2QWdAICDw8WAh4EVGV4dAUWMTYtMDMtMjAyMiAxMDoyMTowNyBBTWRkAgoPDxYCHwEFBzIzMTYwNDhkZAIODw8WAh8BBQM1MjNkZAISDw8WAh8BBQcyMzAwNzk1ZGQCFg8PFgIfAQUFMTQ3MzBkZAIbDw8WAh8BBQgzMzI3ODQ5NWRkAh8PDxYCHwEFCDMwOTU5NTUyZGQCIg8PFgIfAQUGMTc3NDExZGQCJA8PFgIfAQUGMTc2MTg4ZGQCJg8PFgIfAQUEMTEwNWRkAigPDxYCHwEFBjI3MjM1M2RkAioPDxYCHwEFBjI3MDMyMmRkAiwPDxYCHwEFBDIwMDBkZAIuDw8WAh8BBQYzMTY0NzhkZAIwDw8WAh8BBQYzMTUwMTdkZAIyDw8WAh8BBQQxMjk4ZGQCNA8PFgIfAQUGMjAzMjE2ZGQCNg8PFgIfAQUGMjAxODg4ZGQCOA8PFgIfAQUEMTI3N2RkAjoPDxYCHwEFBjEzNDg3NmRkAjwPDxYCHwEFBjEzNDIxMWRkAj4PDxYCHwEFAzY1MmRkAkAPDxYCHwEFBjEzNjg3NWRkAkIPDxYCHwEFBjEzNTM0M2RkAkQPDxYCHwEFBDE0OTZkZAJGDw8WAh8BBQYxNDQyNDFkZAJIDw8WAh8BBQYxNDMzNjlkZAJKDw8WAh8BBQM4NjdkZAJMDw8WAh8BBQYxNjQzNTFkZAJODw8WAh8BBQYxNjMyNTFkZAJQDw8WAh8BBQQxMDkwZGQCUg8PFgIfAQUGMTU1OTE1ZGQCVA8PFgIfAQUGMTU0NzYxZGQCVg8PFgIfAQUEMTE0NmRkAlgPDxYCHwEFBjEzMzkzMmRkAloPDxYCHwEFBjEzMzEzMWRkAlwPDxYCHwEFAzc5OGRkAl4PDxYCHwEFBjE5MDg3MmRkAmAPDxYCHwEFBjE4OTY1NGRkAmIPDxYCHwEFBDExODRkZAJkDw8WAh8BBQU5MjIzMWRkAmYPDxYCHwEFBTkxNTQxZGQCaA8PFgIfAQUDNjgwZGQCag8PFgIfAQUGMTkzMjk3ZGQCbA8PFgIfAQUGMTkyMTE5ZGQCbg8PFgIfAQUEMTEzN2RkAnAPDxYCHwEFBzIzMTYwNDhkZAJyDw8WAh8BBQcyMzAwNzk1ZGQCdA8PFgIfAQUFMTQ3MzBkZAJ2Dw8WAh8BBQQyNDYxZGQCeA8PFgIfAQUEMjQ2MWRkAnoPDxYCHwEFATBkZAJ8Dw8WAh8BBQM0MzRkZAJ+Dw8WAh8BBQM0MzRkZAKAAQ8PFgIfAQUBMGRkAoIBDw8WAh8BBQcyMzE4OTQzZGQChAEPDxYCHwEFBzIzMDM2OTBkZAKGAQ8PFgIfAQUFMTQ3MzBkZGQ5mNk236N/j4XRSvWgnWFqm1HriuIyEMxKNLCG6hUq0Q==" /> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="584D98E7" /> <header> <div class="container" style="background-color: white"> <div class="col-md-5 col-sm-8 col-xs-12 logo-container"> <img src="images/apwelfare-logo.png" class="logo" title="Department of Health, Medical, & Family Welfare" /> </div> <div class="pull-right"> <img src="images/cm.png" style="height: 85px;" /> </div> </div> </header> <!-- START: HERO SECTION --> <div class="page-heading"> <div class="container" style="font-size: 21px"> COVID-19: Andhra Pradesh <div class="pull-right" style="font-size: 13px; margin-top: 5px"> Last Updated: <span id="lblLast_Update">16-03-2022 10:21:07 AM</span> </div> </div> </div> <!-- END: HERO SECTION --> <div class="container pagewrap"> <marquee onmouseover="this.stop();" onmouseout="this.start();"> <span id="Label5"><b><font color="Red">This portal is updated every 24 hours</font></b></span> </marquee> <section id="section5" class="clearfix"> <br /><br /> <table id="table1" cellpadding="4" cellspacing="0"> <tr> <td align="left" style="width:150px; font-size: 17px; color: #993300;">&nbsp;</td> <td align="center" style="width: 210px; height:100px; font-size: 17px; color: #FFFFFF; background-color: #FF073A;"> <span id="Label3"><b><font color="White">Confirmed Cases</font></b></span><br /> <span id="lblConfirmed"><b><font color="White">2316048</font></b></span> <br /> </td> <td align="left" style="width: 50px; font-size: 17px; color: #993300;"></td> <td align="center" style="width: 220px; font-size: 18px; color: #FFFFFF; background-color: #007BFF; font-style: normal;" class="aaa"> <span id="Label14"><b><font color="White">Active Cases</font></b></span><br /> <span id="lblActive"><b>523</b></span> </td> <td align="left" style="width: 50px; font-size: 17px; color: #993300;"></td> <td align="center" style="width: 220px; font-size: 18px; color: #FFFFFF; background-color:#014600; font-style: normal;" class="aaa"> <span id="Label8"><b><font color="White">Cured/ Discharged</font></b></span><br /> <span id="lblDischarged"><b>2300795</b></span> </td> </tr> <tr> <td style="height:20px"> </td> </tr> <tr> <td align="left" style="width: 50px; font-size: 17px; color: #993300;"></td> <td align="center" style="width: 220px; height:100px; font-size: 18px; color: #FFFFFF; background-color: #6C757D; font-style: normal;" class="aaa"> <span id="Label10"><b><font color="White">Deceased</font></b></span><br /> <span id="lblDeaths"><b>14730</b></span> </td> <td align="left" style="width: 50px; font-size: 17px; color: #993300;"></td> <td align="center" style="width: 220px; font-size: 18px; color: #FFFFFF; background-color: #FF9F0F; font-style: normal;" class="aaa"> <span id="Label1"><b><font color="White">Total Samples Tested</font></b></span><br /> <span id="lblSamples"><b>33278495</b></span> </td> <td align="left" style="width: 50px; font-size: 17px; color: #993300;"></td> <td align="center" style="width: 220px; font-size: 18px; color: #FFFFFF; background-color: #993366; font-style: normal;" class="aaa">&nbsp;<span id="Label4"><b><font color="White">Negative Cases</font></b></span><br /> <span id="lblNegative"><b>30959552</b></span> </td> <td align="left" style="width: 50px; font-size: 17px; color: #993300;">&nbsp;</td> </table> <br /> <br /> <br /> <br /> <div class="row"> <div class="col-md-12"> <table class="table table-bordered table-striped" width="100%"> <tr style="font-weight:bold; font-size:16px" align="center"> <td align="center" style="background-color: #99CCFF; width:20%"" >Name of the District</td> <td style="background-color:#99CCFF; width:20%"" >Confirmed Cases</td> <td style="background-color:#99CCFF; width:20%"">Cured/ Discharged</td> <td style="background-color:#99CCFF; width:20%" >Deceased</td> </tr> <tr > <td>Ananthapur</td> <td align="center"> <span id="lblATP_Confirmed">177411</span> </td> <td align="center"> <span id="txtATP_Discharged">176188</span> </td> <td align="center"> <span id="txtATP_Deaths">1105</span> <br /> </td> </tr> <tr > <td>Chittoor</td> <td align="center"> <span id="lblChittoor_Confirmed">272353</span> </td> <td align="center"> <span id="txtCTR_Discharged">270322</span> </td> <td align="center"> <span id="txtCTR_Deaths">2000</span> </td> </tr> <tr > <td>East Godavari</td> <td align="center"> <span id="lblEG_Confirmed">316478</span> </td> <td align="center"> <span id="txtEG_Discharged">315017</span> </td> <td align="center"> <span id="txtEG_Deaths">1298</span> </td> </tr> <tr> <td>Guntur</td> <td align="center"> <span id="lblGuntur_Confirmed">203216</span> </td> <td align="center"> <span id="txtGNT_Discharged">201888</span> </td> <td align="center"> <span id="txtGNT_Deaths">1277</span> </td> </tr> <tr> <td>Kadapa</td> <td align="center"> <span id="lblKDP_Confirmed">134876</span> </td> <td align="center"> <span id="txtKDP_Discharged">134211</span> </td> <td align="center"> <span id="txtKDP_Deaths">652</span> </td> </tr> <tr> <td>Krishna</td> <td align="center"> <span id="lblKrishna_Confirmed">136875</span> </td> <td align="center"> <span id="txtKrishna_Discharged">135343</span> </td> <td align="center"> <span id="txtKrishna_Deaths">1496</span> </td> </tr> <tr> <td>Kurnool</td> <td align="center"> <span id="lblKurnool_Confirmed">144241</span> </td> <td align="center"> <span id="txtLKurnool_Discharged">143369</span> </td> <td align="center"> <span id="txtKurnool_Deaths">867</span> </td> </tr> <tr > <td>Nellore</td> <td align="center"> <span id="lblNellore_Confirmed">164351</span> </td> <td align="center"> <span id="txtNellore_Discharged">163251</span> </td> <td align="center"> <span id="txtNellore_Deaths">1090</span> </td> </tr> <tr> <td>Prakasam</td> <td align="center"> <span id="lblPrakasam_Confirmed">155915</span> </td> <td align="center"> <span id="txtPrakasam_Discharged">154761</span> </td> <td align="center"> <span id="txtPrakasam_Deaths">1146</span> </td> </tr> <tr> <td>Srikakulam</td> <td align="center"> <span id="lblSKLM_Confirmed">133932</span> </td> <td align="center"> <span id="txtSKLM_Discharged">133131</span> </td> <td align="center"> <span id="txtSKLM_Deaths">798</span> </td> </tr> <tr> <td>Visakhapatnam</td> <td align="center"> <span id="lblVSKP_Confirmed">190872</span> </td> <td align="center"> <span id="txtVSKP_Discharged">189654</span> </td> <td align="center"> <span id="txtVSKP_Deaths">1184</span> </td> </tr> <tr> <td>Vizianagaram</td> <td align="center"> <span id="lblVizianagaram_Confirmed">92231</span> </td> <td align="center"> <span id="txtVizianagaram_Discharged">91541</span> </td> <td align="center"> <span id="txtVizianagaram_Deaths">680</span> </td> </tr> <tr > <td>West Godavari</td> <td align="center"> <span id="lblWG_Confirmed">193297</span> </td> <td align="center"> <span id="txtWG_Discharged">192119</span> </td> <td align="center"> <span id="txtWG_Deaths">1137</span> </td> </tr> <tr style="font-weight:bold"> <td> Total AP Cases</td> <td align="center"> <span id="lblTotalConfirmed">2316048</span> </td> <td align="center"> <span id="lblTotal_Discharged">2300795</span> </td> <td align="center"> <span id="lblTotal_Deaths">14730</span> </td> </tr> <tr > <td>Other States</td> <td align="center"> <span id="lblOtherState_Confirmed">2461</span> </td> <td align="center"> <span id="lblOtherState_Discharged">2461</span> </td> <td align="center"> <span id="lblOtherState_Deaths">0</span> </td> </tr> <tr> <td>Other Countries</td> <td align="center"> <span id="lblOtherCountrie_Confirmed">434</span> </td> <td align="center"> <span id="lblOtherCountrie_Discharged">434</span> </td> <td align="center"> <span id="lblOtherCountrie_Deaths">0</span> </td> </tr> <tr style="font-weight:bold"> <td>Total</td> <td align="center"> <span id="lblGrandTotal_Confirmed">2318943</span> </td> <td align="center"> <span id="lblGrandTotal_Discharged">2303690</span> </td> <td align="center"> <span id="lblGrandTotal_Deaths">14730</span> </td> </tr> </table> </div> <br class="clear" /> <br /> </div> <br /> </div> <section id="section4"> <div class="container"> <div class="row"> <div class="col-md-4"> <h5>Social Presence</h5> <a target="new" href="https://www.facebook.com/ArogyaAndhra" class="btn"><i class="fa fa-facebook"></i></a> <a target="new" href="https://twitter.com/ArogyaAndhra" class="btn"><i class="fa fa-twitter"></i></a> </div> <div class="col-md-4"> <p> </p> <p> </p> </div> <div class="col-md-4"> <h5>Contact Information</h5> <p> Special Chief Secretary to Govt.,<br /> Health, Medical & Family Welfare Dept. <br /> 5th Block,Ground Floor,Room No:157,<br /> A.P Secretariat,Velagapudi,<br /> Guntur Dt., Andhra Pradesh. </p> </div> </div> </div> </section> <div class="footer"> <div class="container"> &copy; All copy rights reserved by HEALTH, MEDICAL & FAMILY WELFARE DEPARTMENT 2017 </div> </div> <!-- Bootstrap JS --> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> <script type="text/javascript" src="js/jquery.easing.min.js"></script> </form> </body> </html>
<!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_51) on Wed Sep 04 14:19:02 BST 2013 --> <TITLE> org.gwoptics.gaussbeams Class Hierarchy (Javadocs: gwoptics) </TITLE> <META NAME="date" CONTENT="2013-09-04"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.gwoptics.gaussbeams Class Hierarchy (Javadocs: gwoptics)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>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;<A HREF="../../../org/gwoptics/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../org/gwoptics/graphics/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/gwoptics/gaussbeams/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-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 Package org.gwoptics.gaussbeams </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">java.lang.Object<UL> <LI TYPE="circle">org.gwoptics.gaussbeams.<A HREF="../../../org/gwoptics/gaussbeams/GaussMode.html" title="class in org.gwoptics.gaussbeams"><B>GaussMode</B></A></UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&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>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;<A HREF="../../../org/gwoptics/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../../org/gwoptics/graphics/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/gwoptics/gaussbeams/package-tree.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-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> processing library gwoptics by Daniel Brown and Andreas Freise. (c) 2009 onwards </BODY> </HTML>
<div class="leaf flex"><div class="inner justify"><p class="no-indent ">worn soles of his rubber “sneakers.” He wished that the enemy would make its appearance and have done with it. And at almost the same minute, as though in answer to his wish, there reached him faintly the sound of a creaking carriage from beyond the slope. The sounds ceased. Kendall, straining sight and hearing, waited, his heart pounding against his ribs. Minute after minute passed. Time and again his imagination peopled The Prospect with skulking figures, and more than once he was certain that he heard voices. But when the enemy did appear it was from an unsuspected quarter.</p><p class=" stretch-last-line ">Kendall had been so sure that they would creep up over the edge of The Prospect that he never took his eyes from that direction until a sound at his left, the faintest sound imaginable, summoned his gaze. They had come by the drive, after all, banking, doubtless, on the darkness to remain undetected. When Kendall first saw them they were almost halfway across the turf</p></div> </div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.17"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Open 3D Engine ImGui Gem API Reference: ImGui::IImGuiUpdateDebugComponentListener::ConnectionPolicy&lt; Bus &gt; Struct Template Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="/images/api-reference/api-ref-icon.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Open 3D Engine ImGui Gem API Reference &#160;<span id="projectnumber">2107.1 (Developer Preview)</span> </div> <div id="projectbrief">O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.17 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>ImGui</b></li><li class="navelem"><a class="el" href="class_im_gui_1_1_i_im_gui_update_debug_component_listener.html">IImGuiUpdateDebugComponentListener</a></li><li class="navelem"><a class="el" href="struct_im_gui_1_1_i_im_gui_update_debug_component_listener_1_1_connection_policy.html">ConnectionPolicy</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="struct_im_gui_1_1_i_im_gui_update_debug_component_listener_1_1_connection_policy-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">ImGui::IImGuiUpdateDebugComponentListener::ConnectionPolicy&lt; Bus &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <p>Inherits EBusConnectionPolicy&lt; Bus &gt;.</p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:a1a6f62f8c760ac1408d135768d9a9350"><td class="memItemLeft" align="right" valign="top"><a id="a1a6f62f8c760ac1408d135768d9a9350"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><b>Connect</b> (typename Bus::BusPtr &amp;busPtr, typename Bus::Context &amp;context, typename Bus::HandlerNode &amp;handler, typename Bus::Context::ConnectLockGuard &amp;connectLock, const typename Bus::BusIdType &amp;id=0)</td></tr> <tr class="separator:a1a6f62f8c760ac1408d135768d9a9350"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a98e64d7b9b0f68d8be8e4245d104b761"><td class="memItemLeft" align="right" valign="top"><a id="a98e64d7b9b0f68d8be8e4245d104b761"></a> static void&#160;</td><td class="memItemRight" valign="bottom"><b>Disconnect</b> (typename Bus::Context &amp;context, typename Bus::HandlerNode &amp;handler, typename Bus::BusPtr &amp;busPtr)</td></tr> <tr class="separator:a98e64d7b9b0f68d8be8e4245d104b761"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this struct was generated from the following file:<ul> <li>Gems/ImGui/Code/Include/ImGuiBus.h</li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Sep 17 2021 13:57:14 for Open 3D Engine ImGui Gem API Reference by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.17 </small></address> </body> </html>
<!DOCTYPE html><html class="no-js" lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5V25JL6'); </script> --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="twitter:card" content="summary"> <meta property="og:title" content="Unity Web Request Texture - Unity 手册"> <title>Unity Web Request Texture - Unity 手册</title> <meta name="description" content=""> <meta property="og:description" content=""> <meta name="author" content="Unity Technologies"> <link rel="shortcut icon" href="https://unity.com/themes/contrib/unity_base/images/favicons/favicon.ico"> <link rel="icon" type="image/png" href="../StaticFiles/images/favicons/favicon.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../StaticFiles/images/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../StaticFiles/images/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../StaticFiles/images/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../StaticFiles/images/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../StaticFiles/images/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" href="../StaticFiles/images/favicons/apple-touch-icon.png"> <meta name="msapplication-TileColor" content="#222c37"> <meta name="msapplication-TileImage" content="../StaticFiles/images/favicons/tileicon-144x144.png"> <script type="text/javascript"> function OptanonWrapper() { } </script><script> var docs_type = 'Manual'; var lang = 'cn'; var page = 'com.unity.modules.unitywebrequesttexture'; if(!page) page = 'index'; var version = '2019.4'; var docs_versions = [{version: '2021.1',version_string: '2021.1',supported: true},{version: '2020.3',version_string: '2020.3',supported: true},{version: '2020.2',version_string: '2020.2',supported: false},{version: '2020.1',version_string: '2020.1',supported: false},{version: '2019.4',version_string: '2019.4',supported: true},{version: '2019.3',version_string: '2019.3',supported: false},{version: '2019.2',version_string: '2019.2',supported: false},{version: '2019.1',version_string: '2019.1',supported: false},{version: '2018.4',version_string: '2018.4',supported: true},{version: '2018.3',version_string: '2018.3',supported: false},{version: '2018.2',version_string: '2018.2',supported: false},{version: '2018.1',version_string: '2018.1',supported: false},{version: '2017.4',version_string: '2017.4',supported: false},{version: '2017.3',version_string: '2017.3',supported: false},{version: '2017.2',version_string: '2017.2',supported: false},{version: '2017.1',version_string: '2017.1',supported: false},{version: '5.6',version_string: '560',supported: false},];</script><script type="text/javascript" src="../StaticFiles/js/jquery.js"></script><script type="text/javascript" src="../StaticFiles/js/core.js"></script><script type="text/javascript" src="../StaticFiles/js/jquery.sidebar.min.js"></script><script type="text/javascript" src="docdata/toc.js"></script><script type="text/javascript" src=""></script><script type="text/javascript" src="../StaticFiles/js/custom.js"></script><link rel="stylesheet" type="text/css" href="../StaticFiles/css/core.css"> <link rel="stylesheet" type="text/css" href="../StaticFiles/css/custom.css"> <link rel="canonical" href="https://docs.unity3d.com/cn/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html"> <link rel="alternate" href="https://docs.unity3d.com/en/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html" hreflang="en"> <link rel="alternate" href="https://docs.unity3d.com/cn/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html" hreflang="zh"> <link rel="alternate" href="https://docs.unity3d.com/ja/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html" hreflang="ja"> <link rel="alternate" href="https://docs.unity3d.com/es/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html" hreflang="es"> <link rel="alternate" href="https://docs.unity3d.com/kr/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html" hreflang="ko"> <link rel="alternate" href="https://docs.unity3d.com/ru/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html" hreflang="ru"> <link rel="alternate" href="https://docs.unity3d.com/2019.4/Documentation/Manual/com.unity.modules.unitywebrequesttexture.html" hreflang="x-default"> </head> <body> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5V25JL6" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <div class="header-wrapper"> <div id="header" class="header"><div class="content"> <div class="spacer"><div class="menu"> <div id="nav-open" for="nav-input"><span></span></div> <div class="logo"><a href="./index.html"></a></div> <div class="search-form"><form action="30_search.html" method="get" class="apisearch"> <input type="text" name="q" placeholder="搜索手册..." autosave="Unity Reference" results="5" class="sbox field" id="q"><input type="submit" class="submit"> </form></div> <ul class="menu-items"> <li class="menu-item"><a href="../Manual/index.html" class="selected">手册</a></li> <li class="menu-item"><a href="../ScriptReference/index.html" class="">脚本 API</a></li> </ul> </div></div> <div class="more"> <div class="filler"></div> <ul><li><a href="https://unity3d.com/"> unity3d.com </a></li></ul> </div> </div></div> <div class="toolbar"><div class="content"> <div class="version-switcher"> <div class="current toggle" data-target=".version-list"><div class="version-number"> <div class="d-inline-block"> Version: <b>2019.4</b> </div> <div class="d-inline-block arrow"></div> </div></div> <div class="version-list" style="display:none;"> <ul class="versions"> <li class="supported"><a class="docs_version_url_2021.1" href="/cn/2021.1/Manual/com.unity.modules.unitywebrequesttexture.html">2021.1</a></li> <li class="supported"><a class="docs_version_url_2020.3" href="/cn/2020.3/Manual/com.unity.modules.unitywebrequesttexture.html">2020.3</a></li> <li class=""><a class="docs_version_url_2020.2" href="/cn/2020.2/Manual/com.unity.modules.unitywebrequesttexture.html">2020.2</a></li> <li class=""><a class="docs_version_url_2020.1" href="/cn/2020.1/Manual/com.unity.modules.unitywebrequesttexture.html">2020.1</a></li> <li class="supported"><a class="docs_version_url_2019.4" href="/cn/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html">2019.4</a></li> <li class=""><a class="docs_version_url_2019.3" href="/cn/2019.3/Manual/com.unity.modules.unitywebrequesttexture.html">2019.3</a></li> <li class=""><a class="docs_version_url_2019.2" href="/cn/2019.2/Manual/com.unity.modules.unitywebrequesttexture.html">2019.2</a></li> <li class=""><a class="docs_version_url_2019.1" href="/cn/2019.1/Manual/com.unity.modules.unitywebrequesttexture.html">2019.1</a></li> <li class="supported"><a class="docs_version_url_2018.4" href="/cn/2018.4/Manual/com.unity.modules.unitywebrequesttexture.html">2018.4</a></li> <li class=""><a class="docs_version_url_2018.3" href="/cn/2018.3/Manual/com.unity.modules.unitywebrequesttexture.html">2018.3</a></li> <li class=""><a class="docs_version_url_2018.2" href="/cn/2018.2/Manual/com.unity.modules.unitywebrequesttexture.html">2018.2</a></li> <li class=""><a class="docs_version_url_2018.1" href="/cn/2018.1/Manual/com.unity.modules.unitywebrequesttexture.html">2018.1</a></li> <li class=""><a class="docs_version_url_2017.4" href="/cn/2017.4/Manual/com.unity.modules.unitywebrequesttexture.html">2017.4</a></li> <li class=""><a class="docs_version_url_2017.3" href="/cn/2017.3/Manual/com.unity.modules.unitywebrequesttexture.html">2017.3</a></li> <li class=""><a class="docs_version_url_2017.2" href="/cn/2017.2/Manual/com.unity.modules.unitywebrequesttexture.html">2017.2</a></li> <li class=""><a class="docs_version_url_2017.1" href="/cn/2017.1/Manual/com.unity.modules.unitywebrequesttexture.html">2017.1</a></li> <li class=""><a class="docs_version_url_560" href="/cn/560/Manual/com.unity.modules.unitywebrequesttexture.html">5.6</a></li> <div class="versionsWithThisPage" style="display:none;"><li><p>包含此页的版本:</p></li></div> <div class="versionsWithoutThisPage" style="display:none;"><li><p>不含此页的版本:</p></li></div> </ul> <ul class="description"> <li> <div class="supported-box"></div>受支持</li> <li> <div class="legacy-box"></div>旧版</li> </ul> </div> </div> <ul class="nav-menu-items"> <li class="menu-item"><a href="../Manual/index.html" class="selected">手册</a></li> <li class="menu-item"><a href="../ScriptReference/index.html" class="">脚本 API</a></li> </ul> <div class="lang-switcher"> <div class="current toggle" data-target=".lang-list"> <div class="lbl">语言: <span class="b">中文</span> </div> <div class="arrow"></div> </div> <div class="lang-list" style="display:none;"><ul> <li><a data-lang="en" href="/2019.4/Documentation/Manual/com.unity.modules.unitywebrequesttexture.html">English</a></li> <li><a data-lang="cn" href="/cn/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html">中文</a></li> <li><a data-lang="ja" href="/ja/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html">日本語</a></li> <li><a data-lang="es" href="/es/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html">Español</a></li> <li><a data-lang="kr" href="/kr/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html">한국어</a></li> <li><a data-lang="ru" href="/ru/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html">Русский</a></li> </ul></div> </div> </div></div> </div> <div id="master-wrapper" class="master-wrapper clear"> <div id="sidebar" class="sidebar hidden"><div class="sidebar-wrap"><div class="content"><div class="sidebar-menu"><div class="toc"> <h2>手册</h2> <div class="version-switcher"> <div class="current toggle" data-target=".version-list"><div class="version-number"> <div class="d-inline-block"> Version: <b>2019.4</b> </div> <div class="d-inline-block arrow"></div> </div></div> <div class="version-list" style="display:none;"> <ul class="versions"> <li class="supported"><a class="docs_version_url_2021.1" href="/cn/2021.1/Manual/com.unity.modules.unitywebrequesttexture.html">2021.1</a></li> <li class="supported"><a class="docs_version_url_2020.3" href="/cn/2020.3/Manual/com.unity.modules.unitywebrequesttexture.html">2020.3</a></li> <li class=""><a class="docs_version_url_2020.2" href="/cn/2020.2/Manual/com.unity.modules.unitywebrequesttexture.html">2020.2</a></li> <li class=""><a class="docs_version_url_2020.1" href="/cn/2020.1/Manual/com.unity.modules.unitywebrequesttexture.html">2020.1</a></li> <li class="supported"><a class="docs_version_url_2019.4" href="/cn/2019.4/Manual/com.unity.modules.unitywebrequesttexture.html">2019.4</a></li> <li class=""><a class="docs_version_url_2019.3" href="/cn/2019.3/Manual/com.unity.modules.unitywebrequesttexture.html">2019.3</a></li> <li class=""><a class="docs_version_url_2019.2" href="/cn/2019.2/Manual/com.unity.modules.unitywebrequesttexture.html">2019.2</a></li> <li class=""><a class="docs_version_url_2019.1" href="/cn/2019.1/Manual/com.unity.modules.unitywebrequesttexture.html">2019.1</a></li> <li class="supported"><a class="docs_version_url_2018.4" href="/cn/2018.4/Manual/com.unity.modules.unitywebrequesttexture.html">2018.4</a></li> <li class=""><a class="docs_version_url_2018.3" href="/cn/2018.3/Manual/com.unity.modules.unitywebrequesttexture.html">2018.3</a></li> <li class=""><a class="docs_version_url_2018.2" href="/cn/2018.2/Manual/com.unity.modules.unitywebrequesttexture.html">2018.2</a></li> <li class=""><a class="docs_version_url_2018.1" href="/cn/2018.1/Manual/com.unity.modules.unitywebrequesttexture.html">2018.1</a></li> <li class=""><a class="docs_version_url_2017.4" href="/cn/2017.4/Manual/com.unity.modules.unitywebrequesttexture.html">2017.4</a></li> <li class=""><a class="docs_version_url_2017.3" href="/cn/2017.3/Manual/com.unity.modules.unitywebrequesttexture.html">2017.3</a></li> <li class=""><a class="docs_version_url_2017.2" href="/cn/2017.2/Manual/com.unity.modules.unitywebrequesttexture.html">2017.2</a></li> <li class=""><a class="docs_version_url_2017.1" href="/cn/2017.1/Manual/com.unity.modules.unitywebrequesttexture.html">2017.1</a></li> <li class=""><a class="docs_version_url_560" href="/cn/560/Manual/com.unity.modules.unitywebrequesttexture.html">5.6</a></li> <div class="versionsWithThisPage" style="display:none;"><li><p>包含此页的版本:</p></li></div> <div class="versionsWithoutThisPage" style="display:none;"><li><p>不含此页的版本:</p></li></div> </ul> <ul class="description"> <li> <div class="supported-box"></div>受支持</li> <li> <div class="legacy-box"></div>旧版</li> </ul> </div> </div> <div class="clear"></div> </div></div></div></div></div> <div id="content-wrap" class="content-wrap opened-sidebar"><div class="content-block"><div class="content"> <div class="section"> <div class="breadcrumbs clear"><ul> <li><a href="UnityManual.html">Unity 用户手册 (2019.4 LTS)</a></li> <li><a href="PackagesList.html">包</a></li> <li><a href="pack-build.html">内置包</a></li> <li>Unity Web Request Texture</li> </ul></div> <div class="mb20"><div class="nextprev clear"> <div class="icon tt left mr1" data-distance="-40|-30|top"> <span class="prev"><a href="com.unity.modules.unitywebrequestaudio.html"></a></span><div class="tip">Unity Web Request Audio</div> </div> <div class="icon tt right" data-distance="-40|-30|top"> <span class="next"><a href="com.unity.modules.unitywebrequestwww.html"></a></span><div class="tip">Unity Web Request WWW</div> </div> </div></div> <h1>Unity Web Request Texture</h1> <!--BeginSwitchLink--><!--EndSwitchLink--> <div class="clear"></div> <p><span class="notooltips"></span></p> <p>[com.unity.modules.unitywebrequesttexture][] <span style="font-weight:bold; color:gray; font-size:75%; vertical-align:super; border-radius:25px; border:2px solid gray; padding:2px;"> 2019.4 verified </span></p> <h2>描述</h2> <p>UnityWebRequestAudio 模块提供了 DownloadHandlerTexture 类以使用 UnityWebRequest 下载纹理。脚本 API:https://docs.unity3d.com/ScriptReference/UnityEngine.UnityWebRequestTextureModule.html</p> <h2>版本信息</h2> <h3>与 Unity 兼容</h3> <p>以下包版本可以安全地与 Unity 2019.4 版本搭配使用:</p> <table> <colgroup> <col style="text-align:left;"> <col style="text-align:left;"> </colgroup> <thead> <tr> <th style="text-align:left;"><strong>文档位置:</strong></th> <th style="text-align:left;"><strong>可用版本:</strong></th> </tr> </thead> <tbody> <tr> <td style="text-align:left;">[UnityEngine.UnityWebRequestTextureModule.html][]</td> <td style="text-align:left;">1.0.0</td> </tr> </tbody> </table> <h3>经验证可用于 Unity</h3> <p>包版本 1.0.0 经验证可与 2019.4 版搭配使用。</p> <p>[com.unity.modules.unitywebrequesttexture]:http://docs.unity3d.com/2019.4/Documentation/ScriptReference/UnityEngine.UnityWebRequestTextureModule.html target=“<em>blank“ [UnityEngine.UnityWebRequestTextureModule.html]:http://docs.unity3d.com/2019.4/Documentation/ScriptReference/UnityEngine.UnityWebRequestTextureModule.html target=”</em>blank”</p> <div class="nextprev clear"> <div class="icon tt left mr1" data-distance="-40|-30|top"> <span class="prev"><a href="com.unity.modules.unitywebrequestaudio.html"></a></span><div class="tip">Unity Web Request Audio</div> </div> <div class="icon tt right" data-distance="-40|-30|top"> <span class="next"><a href="com.unity.modules.unitywebrequestwww.html"></a></span><div class="tip">Unity Web Request WWW</div> </div> </div> </div> <div class="footer-wrapper"> <div class="footer clear"> <div class="copy">版权所有 © 2020 Unity Technologies. Publication 2019.4</div> <div class="menu"> <a href="https://learn.unity.com/">教程</a><a href="https://answers.unity3d.com">社区答案</a><a href="https://support.unity3d.com/hc/en-us">知识库</a><a href="https://forum.unity3d.com">论坛</a><a href="https://unity3d.com/asset-store">Asset Store</a> </div> </div> <div></div> </div> </div></div></div> </div> </body> </html>
<!DOCTYPE HTML> <html lang="en"> <head> <title> Music -- JoseCuervo-Desert-11 </title> <style> .footnote {font-size:8pt; font-family:Courier, System, monospace;} .title {font-size:18pt; font-weight:bold;} .label {font-size:10pt; color:purple;} .artist {font-size:10pt; color:green;} .hdr {font-size:12pt; color:brown; font-weight:bold;} .text {font-size:12pt; line-height:140%;} .lyrics {font-size:14pt; background-color:#FCC9C3;} .call {font-size:14pt; font-weight: bold;} .blue {color:blue;} font {font-family:Tahoma,Arial,Helvetica,sans-serif;} body, p, font {font-family:Arial,Helvetica,Verdana,sans-serif; font-size:10pt;} dd {margin-left:50px;} .nopgbr{page-break-inside:avoid;} .indent30{position:relative;margin-top:0px;margin-bottom:0px;} @media (min-width: 400px) {.text {margin-left:30px;} .indent30 {margin-right:30px;left:30px;}} @media (max-width: 400px) {.text {margin-left:16px;} .indent30 {margin-right:8px;left:8px;}} .t010 {border:0px none; border-spacing:0px;} table.t010 td, th {padding:1px; border:0px solid red;} table.t010 tr {border:0px solid red;} .two_columns { -webkit-columns: 2 300px; -moz-columns: 2 300px; columns: 2 300px; -webkit-column-gap: 4em; -moz-column-gap: 4em; column-gap: 4em; } </style> </head> <body style="color:#000000; background-color:#FFFFFF;"> <div style="border-spacing:0px; display:table; vertical-align:top; width:100%;"> <div style="display:table-cell; vertical-align:top;"> <table class="t010"> <tr> <td> <div class="title"> Jose Cuervo </div> <div> Shelley West 1983 </div> </td> <td> &nbsp;&nbsp; <span class="label"> (Desert 11) </span> &nbsp;&nbsp; <span class="artist"> <span class="nobr"> Hal Dodson </span> </span> </td> </tr> </table> </div> <div style="display:table-cell; width:16px;"> &nbsp; </div> </div> <hr> <div class="nopgbr" style="padding-top:16px;"> <span class="hdr"> OPENER - CLOSER&nbsp;&nbsp;&nbsp; <span style="color:black; font-size:10pt; font-weight:normal;"> Mainstream </span> </span> <br> <div class="indent30"> <br> <span class="call"> Sides face, grand square </span> <br> <span class="lyrics"> *Well it's Sunday morning and the sun is shining <br> In my eye that is open and my head is spinning <br> Was the life of the party, I can't stop grinning <br> I had too much tequila last night </span> <br> <span class="call"> Circle left </span> <br> <span class="lyrics"> Jose Cuervo, you are a friend of mine </span> <br> <span class="call"> Allemande the corner </span> , <span class="call"> swing </span> and <span class="call"> promenade </span> so fine <br> <span class="lyrics"> Did I kiss the cowgirls? Did I shoot out the lights? <br> Did I dance on the bar? Did I start any fights? </span> <br> <br> </div> </div> <div class="nopgbr" style="padding-top:16px;"> <span class="hdr"> FIGURE&nbsp;&nbsp;&nbsp; <span style="color:black; font-size:10pt; font-weight:normal;"> Plus, corner progression </span> </span> <br> <div class="indent30"> <br> <span class="call"> Heads promenade halfway </span> around the ring <br> <span class="call"> 2 &amp; 4 </span> go <span class="call"> right &amp; left thru </span> , you turn the girl and then <br> <span class="call"> Square thru 4 </span> hands you go walking round the ring <br> <span class="call"> Right &amp; left thru </span> , turn the girl, <span class="call"> slide thru </span> and <span class="call"> load the boat </span> <br> <span class="lyrics"> Jose Cuervo, you are a friend of mine </span> <br> <span class="call"> Swing </span> with the corner, then you <span class="call"> promenade </span> so fine <br> <span class="lyrics"> **Did I kiss the cowgirls? Did I shoot out the lights? <br> Did I dance on the bar? Did I start any fights? </span> <br> <br> </div> </div> <div class="nopgbr" style="padding-top:16px;"> <span class="hdr"> ALTERNATE LYRICS </span> <br> <div class="indent30"> <br> <span class="lyrics"> *Now wait a minute, things don't look too familiar <br> And who is this cowgirl who's dancing beside me? <br> She's awful cute but how'd she get my shirt on? <br> I had too much tequila last night </span> <br> <br> <span class="lyrics"> **Every time we get together I sure have a good time <br> You're my friend, you're the best </span> <br> <br> </div> </div> <div class="nopgbr" style="padding-top:16px;"> <span class="hdr"> TAG </span> <br> <div class="indent30"> <br> <span class="lyrics"> You're my friend, you're the best, mi amigo </span> </div> </div> <hr> </body> </html>
<div class="leaf flex"><div class="inner justify"><p>&ldquo;That is why I chose it. Of course Gilbert and Fred would have taken this road if we had asked them. But you see, Diana, I feel myself responsible for the A.V.I.S., since I was the first to suggest it, and it seems to me that I ought to do the most disagreeable things. I&rsquo;m sorry on your account; but you needn&rsquo;t say a word at the cranky places. I&rsquo;ll do all the talking . . . Mrs. Lynde would say I was well able to. Mrs. Lynde doesn&rsquo;t know whether to approve of our enterprise or not. She inclines to, when she remembers that Mr. and Mrs. Allan are in favor of it; but the fact that village improvement societies first originated in the States is a count against it. So she is halting between two opinions and only success will justify us in Mrs. Lynde&rsquo;s eyes.</p></div> </div>
<!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <!-- Custom CSS --> <link rel="stylesheet" href="styles.css" type="text/css"> <title>CSE 204A API Key</title> </head> <body> <div class="container"> <h1>CSE 204A API Key</h1> <p>This page provides the documentation for getting an API Key to use for assignments in WUSTL CSE 204A.</p> <p>Please type your WUSTL email address in the field below and click &quot;submit&quot;. A unique API key will be generated that you can use to submit and retrieve data. This API Key is unique to you. If you lose your API key, you will also lose any data associated with it. However, you can generate a new API key at any time with the same name and email address, to start over with new data.</p> <!-- register form--> <div class="row"> <div class="col-lg-6 offset-md-3"> <form method="POST" action="" id="api-form"> <div class="form-group"> <label for="name">Name:</label> <input class="form-control" id="name" type="text" placeholder="first and last" name="name" required="required"> </div> <div class="form-group"> <label for="email">WUSTL Email:</label> <input class="form-control" id="email" type="email" placeholder="name@email.com" name="email" required="required"> </div> <button class="btn btn-primary" type="submit" id="api-form-submit">Generate API Key</button> </form> </div> </div> <div class="row" id="api-key-container"> <div class="col-lg-8 offset-md-2"> <div class="card text-success bg-light"> <div class="card-header"> <h3 class="card-title">Your API Key</h3> </div> <div class="card-body text-center"><samp id="api-key"></samp></div> </div> </div> </div> </div> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> <script src="scripts.js"></script> </body> </html>
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page Include.php</title> <link rel="stylesheet" href="../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="file-name">/TokenParser/Include.php</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-classes">Classes</a> </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> </div> </div> <a name="sec-classes"></a> <div class="info-box"> <div class="info-box-title">Classes</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Classes</span> </div> <div class="info-box-body"> <table cellpadding="2" cellspacing="0" class="class-table"> <tr> <th class="class-table-header">Class</th> <th class="class-table-header">Description</th> </tr> <tr> <td style="padding-right: 2em; vertical-align: top"> <a href="../Twig/Twig_TokenParser_Include.html">Twig_TokenParser_Include</a> </td> <td> </td> </tr> </table> </div> </div> <p class="notes" id="credit"> Documentation generated on Sun, 24 Oct 2010 20:29:20 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a> </p> </div></body> </html>
<%- partial('../sidebar') %> <%- include ../navbar.html %> <div id='content'> <div class='panel'> <div class="header"><%= user.loginname %> 参与的话题</div> <% if (typeof(replies) !== 'undefined' && replies.length > 0) { %> <%- partial('../topic/abstractTopic', { collection: replies, as: 'reply' }) %> <div class='cell more'> <a class='dark' href="/user/<%= user.loginname %>/replies">查看更多»</a> </div> <% } else { %> <div class='innerTopic'> <p>无话题</p> </div> <% } %> </div> </div>
<html lang="en" > <!-- Mirrored from www.vbaccelerator.com/home/VB/Code/vbMedia/Audio/Streaming_WAV_File_Player/WaveStream_Sample_Application_and_Class_zip_cWavePlayer_cls.asp by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 19 Jun 2015 21:30:47 GMT --> <head> <title>vbAccelerator - Contents of code file: cWavePlayer.cls</title><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><meta name="AUTHOR" content="Steve McMahon" /><meta name="KEYWORDS" content=".NET, .NET Framework, C#, CSharp, VB, Visual Basic, VB5, VB6, Visual Basic, Active X, Controls, Components" /><meta name="DESCRIPTION" content="vbAccelerator - Contents of code file: cWavePlayer.cls" /><link rel="stylesheet" href="../../../../../res/screen.css" media="SCREEN" /><link rel="stylesheet" href="../../../../../res/print.css" media="PRINT" /><link rel="SHORTCUT ICON" href="http://www.vbaccelerator.com/home/res/vbaccel.ico" /></head><body> <table> <tr class="adbar" bgcolor="#83726a"><tr class="footer"><td></td> <td> <p class="center"> <script type="text/javascript"><!-- google_ad_client = "pub-4690375644913255"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_channel =""; google_ad_type = "text_image"; google_color_border = "336699"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_url = "008000.html"; google_color_text = "000000"; //--></script> <script type="text/javascript" src="../../../../../../../pagead2.googlesyndication.com/pagead/f.txt"> </script> </p> </td> <td></td> </tr></tr><tr class="navbar"><td><a href="http://www.vbaccelerator.com/home/index.asp"><img width="125" height="25" src="../../../../../res/vbaccelerator.png" alt="vbAccelerator Logo" /></a></td><td valign="bottom"><p class="nav"><a href="http://www.vbaccelerator.com/home/index.asp">Home</a>&#160;.&#160;<a href="../../../../index.html">VB</a>&#160;.&#160;<a href="../../../index.html">Code</a>&#160;.&#160;<a href="../../index.html">vbMedia</a>&#160;.&#160;<a href="../index.html">Audio</a>&#160;.&#160;<a href="article.html">Streaming .WAV File Player </a>&#160;.&#160;<a href="WaveStream_Sample_Application_and_Class.html">WaveStream Sample Application and Class</a>&#160;.&#160;cWavePlayer.cls</p></td><td></td></tr><tr class="navbar"><td colspan="3"><hr /></td></tr><tr valign="top"><td class="sidebar"><img src="../../../../../res/download.png" width="125" height="21" alt="Downloads" /><p class="nav"><a href="WaveStream_Sample_Application_and_Class.html"><img src="../../../../../res/get.png" width="8" height="8" alt="Download Page" />WaveStream Sample Application and Class</a> (47K)</p><br /><br /><img src="../../../../../res/information.png" width="125" height="21" alt="Information" /><p class="nav">Zip:14776</p><p class="nav">&#160;&#160;<a href="http://www.vbaccelerator.com/linkto.asp?id=14776&amp;type=Zip&amp;title=WaveStream%20Sample%20Application%20and%20Class%2Ezip%5FcWavePlayer">Link to code Zip</a></p><p class="nav">Applies To:</p><p class="nav">&#160;&#160;VB5</p><p class="nav">&#160;&#160;VB6</p><p class="nav">Author:</p><p class="nav">&#160;&#160;<a href="mailto:steve@vbaccelerator.com">Steve McMahon</a></p><br /><br /><img src="../../../../../res/bugTrak.png" width="125" height="21" alt="BugTrak System" /><p class="nav">No logged bugs.</p><br /><br /><img src="../../../../../res/updates.png" width="125" height="21" alt="Updates" /><p class="nav"><img src="../../../../../res/update.png" width="8" height="8" alt="Update" />21 Jan 2003<br /><p class="update">The original code failed under later versions of Windows. This was because the way the <i>WAVEHDR</i> structure is used was changed: in earlier versions, the <i>lpNext</i> reserved member could be copied using <i>CopyMemory</i>, but in later versions it could not. (It would have been safer not to mess with this anyway as the Platform SDK clearly states it is reserved, but hindsight is a simple thing). The new version fixes this problem by only copying the non-reserved members of the structure.</p></p><p class="update"><a href="updates.html">Update History &gt;</a></p><br /><br /><img src="../../../../../res/related.png" width="125" height="21" alt="Related Items" /><p class="nav"><img src="../../../../../res/rel.png" width="8" height="8" alt="Related Item" /><a href="http://www.vbaccelerator.com/article.asp?id=17">Subclassing Without The Crashes</a></p><br /><br /><img src="../../../../../res/search.png" width="125" height="21" alt="Search" /> <!-- Search Google --> <form method="GET" action="http://www.google.com/custom"> <a href="http://www.google.com/search"><img src="../../../../../../../www.google.com/logos/Logo_40wht.gif" alt="Google" /></A><br /> <input type="text" name="q" size="31" maxlength="255" value="" class="search" /><br /> <input type="submit" name="sa" value="Search Google" class="search" /> <input type="hidden" name="cof" value="T:black;LW:330;ALC:990000;L:http://www.vbaccelerator.com/images/accl9.gif;LC:660000;LH:66;BGC:white;AH:left;VLC:999966;S:http://vbaccelerator.com/;GALT:999966;AWFID:67c7759ff27e5395;" /> <input type="hidden" name="domains" value="vbaccelerator.com" /><br /> <p class="nav"><input type="radio" name="sitesearch" value="" />Search WWW<br /></p> <p class="nav"><input type="radio" name="sitesearch" value="vbaccelerator.com" checked="true" />vbAccelerator<br /></p> </FORM> <!-- Search Google --> <br /><br /> <a href="http://www.vbaccelerator.com/home/The_Site/NewSite/article.asp"><img src="../../../../../res/newsite.png" width="125" height="129" alt="The New Site" /></a> <br /><br /> </td><td width="100%" valign="top"><h1>vbAccelerator - Contents of code file: cWavePlayer.cls</h1><pre>VERSION 1.0 CLASS BEGIN MultiUse = -1 'True END Attribute VB_Name = "cWavPlayer" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = False Attribute VB_Exposed = False Option Explicit Private Const WM_DESTROY = &amp;H2&amp; Private Const CALLBACK_WINDOW = &amp;H10000 Private Const WAVE_MAPPER = -1&amp; Private Const MMIO_READ = &amp;H0 Private Const MMIO_FINDCHUNK = &amp;H10 Private Const MMIO_FINDRIFF = &amp;H20 Private Const MM_WOM_DONE = &amp;H3BD Private Const MMSYSERR_NOERROR = 0 Private Const SEEK_CUR = 1 Private Const SEEK_END = 2 Private Const SEEK_SET = 0 Private Const TIME_BYTES = &amp;H4 Private Const WHDR_DONE = &amp;H1 ' Wave formats: Public Enum EWaveFormat WAVE_FORMAT_UNKNOWN = &amp;H0 ' /* Microsoft Corporation *' / WAVE_FORMAT_PCM = &amp;H1 WAVE_FORMAT_ADPCM = &amp;H2 ' /* Microsoft Corporation *' / WAVE_FORMAT_IEEE_FLOAT = &amp;H3 ' /* Microsoft Corporation *' / ' /* IEEE754: range (+1, -1] *' / ' /* 32-bit' /64-bit format as defined by *' / ' /* MSVC++ float' /double type *' / WAVE_FORMAT_IBM_CVSD = &amp;H5 ' /* IBM Corporation *' / WAVE_FORMAT_ALAW = &amp;H6 ' /* Microsoft Corporation *' / WAVE_FORMAT_MULAW = &amp;H7 ' /* Microsoft Corporation *' / WAVE_FORMAT_OKI_ADPCM = &amp;H10 ' /* OKI *' / WAVE_FORMAT_DVI_ADPCM = &amp;H11 ' /* Intel Corporation *' / WAVE_FORMAT_MEDIASPACE_ADPCM = &amp;H12 ' /* Videologic *' / WAVE_FORMAT_SIERRA_ADPCM = &amp;H13 ' /* Sierra Semiconductor Corp *' / WAVE_FORMAT_G723_ADPCM = &amp;H14 ' /* Antex Electronics Corporation *' / WAVE_FORMAT_DIGISTD = &amp;H15 ' /* DSP Solutions, Inc. *' / WAVE_FORMAT_DIGIFIX = &amp;H16 ' /* DSP Solutions, Inc. *' / WAVE_FORMAT_DIALOGIC_OKI_ADPCM = &amp;H17 ' /* Dialogic Corporation *' / WAVE_FORMAT_MEDIAVISION_ADPCM = &amp;H18 ' /* Media Vision, Inc. *' / WAVE_FORMAT_YAMAHA_ADPCM = &amp;H20 ' /* Yamaha Corporation of America *' / WAVE_FORMAT_SONARC = &amp;H21 ' /* Speech Compression *' / WAVE_FORMAT_DSPGROUP_TRUESPEECH = &amp;H22 ' /* DSP Group, Inc *' / WAVE_FORMAT_ECHOSC1 = &amp;H23 ' /* Echo Speech Corporation *' / WAVE_FORMAT_AUDIOFILE_AF36 = &amp;H24 ' /* *' / WAVE_FORMAT_APTX = &amp;H25 ' /* Audio Processing Technology *' / WAVE_FORMAT_AUDIOFILE_AF10 = &amp;H26 ' /* *' / WAVE_FORMAT_DOLBY_AC2 = &amp;H30 ' /* Dolby Laboratories *' / WAVE_FORMAT_GSM610 = &amp;H31 ' /* Microsoft Corporation *' / WAVE_FORMAT_MSNAUDIO = &amp;H32 ' /* Microsoft Corporation *' / WAVE_FORMAT_ANTEX_ADPCME = &amp;H33 ' /* Antex Electronics Corporation *' / WAVE_FORMAT_CONTROL_RES_VQLPC = &amp;H34 ' /* Control Resources Limited *' / WAVE_FORMAT_DIGIREAL = &amp;H35 ' /* DSP Solutions, Inc. *' / WAVE_FORMAT_DIGIADPCM = &amp;H36 ' /* DSP Solutions, Inc. *' / WAVE_FORMAT_CONTROL_RES_CR10 = &amp;H37 ' /* Control Resources Limited *' / WAVE_FORMAT_NMS_VBXADPCM = &amp;H38 ' /* Natural MicroSystems *' / WAVE_FORMAT_CS_IMAADPCM = &amp;H39 ' /* Crystal Semiconductor IMA ADPCM *' / WAVE_FORMAT_ECHOSC3 = &amp;H3A ' /* Echo Speech Corporation *' / WAVE_FORMAT_ROCKWELL_ADPCM = &amp;H3B ' /* Rockwell International *' / WAVE_FORMAT_ROCKWELL_DIGITALK = &amp;H3C ' /* Rockwell International *' / WAVE_FORMAT_XEBEC = &amp;H3D ' /* Xebec Multimedia Solutions Limited *' / WAVE_FORMAT_G721_ADPCM = &amp;H40 ' /* Antex Electronics Corporation *' / WAVE_FORMAT_G728_CELP = &amp;H41 ' /* Antex Electronics Corporation *' / WAVE_FORMAT_MPEG = &amp;H50 ' /* Microsoft Corporation *' / WAVE_FORMAT_MPEGLAYER3 = &amp;H55 ' /* ISO' /MPEG Layer3 Format Tag *' / WAVE_FORMAT_CIRRUS = &amp;H60 ' /* Cirrus Logic *' / WAVE_FORMAT_ESPCM = &amp;H61 ' /* ESS Technology *' / WAVE_FORMAT_VOXWARE = &amp;H62 ' /* Voxware Inc *' / WAVEFORMAT_CANOPUS_ATRAC = &amp;H63 ' /* Canopus, co., Ltd. *' / WAVE_FORMAT_G726_ADPCM = &amp;H64 ' /* APICOM *' / WAVE_FORMAT_G722_ADPCM = &amp;H65 ' /* APICOM *' / WAVE_FORMAT_DSAT = &amp;H66 ' /* Microsoft Corporation *' / WAVE_FORMAT_DSAT_DISPLAY = &amp;H67 ' /* Microsoft Corporation *' / WAVE_FORMAT_SOFTSOUND = &amp;H80 ' /* Softsound, Ltd. *' / WAVE_FORMAT_RHETOREX_ADPCM = &amp;H100 ' /* Rhetorex Inc *' / WAVE_FORMAT_CREATIVE_ADPCM = &amp;H200 ' /* Creative Labs, Inc *' / WAVE_FORMAT_CREATIVE_FASTSPEECH8 = &amp;H202 ' /* Creative Labs, Inc *' / WAVE_FORMAT_CREATIVE_FASTSPEECH10 = &amp;H203 ' /* Creative Labs, Inc *' / WAVE_FORMAT_QUARTERDECK = &amp;H220 ' /* Quarterdeck Corporation *' / WAVE_FORMAT_FM_TOWNS_SND = &amp;H300 ' /* Fujitsu Corp. *' / WAVE_FORMAT_BTV_DIGITAL = &amp;H400 ' /* Brooktree Corporation *' / WAVE_FORMAT_OLIGSM = &amp;H1000 ' /* Ing C. Olivetti &amp; C., S.p.A. *' / WAVE_FORMAT_OLIADPCM = &amp;H1001 ' /* Ing C. Olivetti &amp; C., S.p.A. *' / WAVE_FORMAT_OLICELP = &amp;H1002 ' /* Ing C. Olivetti &amp; C., S.p.A. *' / WAVE_FORMAT_OLISBC = &amp;H1003 ' /* Ing C. Olivetti &amp; C., S.p.A. *' / WAVE_FORMAT_OLIOPR = &amp;H1004 ' /* Ing C. Olivetti &amp; C., S.p.A. *' / WAVE_FORMAT_LH_CODEC = &amp;H1100 ' /* Lernout &amp; Hauspie *' / WAVE_FORMAT_NORRIS = &amp;H1400 ' /* Norris Communications, Inc. *' / ' /' / ' /' / the WAVE_FORMAT_DEVELOPMENT format tag can be used during the ' /' / development phase of a new wave format. Before shipping, you MUST ' /' / acquire an official format tag from Microsoft. ' /' / WAVE_FORMAT_DEVELOPMENT = &amp;HFFFF End Enum Private Type mmioinfo dwFlags As Long fccIOProc As Long pIOProc As Long wErrorRet As Long htask As Long cchBuffer As Long pchBuffer As String pchNext As String pchEndRead As String pchEndWrite As String lBufOffset As Long lDiskOffset As Long adwInfo(4) As Long dwReserved1 As Long dwReserved2 As Long hmmio As Long End Type Private Type WAVEHDR lpData As Long dwBufferLength As Long dwBytesRecorded As Long dwUser As Long dwFlags As Long dwLoops As Long lpNext As Long Reserved As Long End Type Private Type WAVEINCAPS wMid As Integer wPid As Integer vDriverVersion As Long szPname As String * 32 dwFormats As Long wChannels As Integer End Type Private Type WAVEFORMATEX wFormatTag As Integer nChannels As Integer nSamplesPerSec As Long nAvgBytesPerSec As Long nBlockAlign As Integer wBitsPerSample As Integer cbSize As Integer End Type Private Type MMCKINFO ckid As Long ckSize As Long fccType As Long dwDataOffset As Long dwFlags As Long End Type Private Type MMTIME wType As Long u As Long X As Long End Type Private Declare Function waveOutGetPosition Lib "winmm.dll" (ByVal hWaveOut As Long, lpInfo As MMTIME, ByVal uSize As Long) As Long Private Declare Function waveOutOpen Lib "winmm.dll" (hWaveOut As Long, ByVal uDeviceID As Long, ByVal format As String, ByVal dwCallback As Long, ByRef fPlaying As Boolean, ByVal dwFlags As Long) As Long Private Declare Function waveOutPrepareHeader Lib "winmm.dll" (ByVal hWaveIn As Long, lpWaveInHdr As WAVEHDR, ByVal uSize As Long) As Long Private Declare Function waveOutReset Lib "winmm.dll" (ByVal hWaveIn As Long) As Long Private Declare Function waveOutUnprepareHeader Lib "winmm.dll" (ByVal hWaveIn As Long, lpWaveInHdr As WAVEHDR, ByVal uSize As Long) As Long Private Declare Function waveOutClose Lib "winmm.dll" (ByVal hWaveIn As Long) As Long Private Declare Function waveOutGetDevCaps Lib "winmm.dll" Alias "waveInGetDevCapsA" (ByVal uDeviceID As Long, lpCaps As WAVEINCAPS, ByVal uSize As Long) As Long Private Declare Function waveOutGetNumDevs Lib "winmm.dll" () As Long Private Declare Function waveOutGetErrorText Lib "winmm.dll" Alias "waveInGetErrorTextA" (ByVal err As Long, ByVal lpText As String, ByVal uSize As Long) As Long Private Declare Function waveOutWrite Lib "winmm.dll" (ByVal hWaveOut As Long, lpWaveOutHdr As Any, ByVal uSize As Long) As Long Private Declare Function waveOutPause Lib "winmm.dll" (ByVal hWaveOut As Long) As Long Private Declare Function waveOutRestart Lib "winmm.dll" (ByVal hWaveOut As Long) As Long Private Declare Function mmioClose Lib "winmm.dll" (ByVal hmmio As Long, ByVal uFlags As Long) As Long Private Declare Function mmioDescend Lib "winmm.dll" (ByVal hmmio As Long, lpck As MMCKINFO, lpckParent As MMCKINFO, ByVal uFlags As Long) As Long Private Declare Function mmioDescendParent Lib "winmm.dll" Alias "mmioDescend" (ByVal hmmio As Long, lpck As MMCKINFO, ByVal X As Long, ByVal uFlags As Long) As Long Private Declare Function mmioOpen Lib "winmm.dll" Alias "mmioOpenA" (ByVal szFileName As String, lpmmioinfo As mmioinfo, ByVal dwOpenFlags As Long) As Long Private Declare Function mmioRead Lib "winmm.dll" (ByVal hmmio As Long, ByVal pch As Long, ByVal cch As Long) As Long Private Declare Function mmioReadString Lib "winmm.dll" Alias "mmioRead" (ByVal hmmio As Long, ByVal pch As String, ByVal cch As Long) As Long Private Declare Function mmioSeek Lib "winmm.dll" (ByVal hmmio As Long, ByVal lOffset As Long, ByVal iOrigin As Long) As Long Private Declare Function mmioStringToFOURCC Lib "winmm.dll" Alias "mmioStringToFOURCCA" (ByVal sz As String, ByVal uFlags As Long) As Long Private Declare Function mmioAscend Lib "winmm.dll" (ByVal hmmio As Long, lpck As MMCKINFO, ByVal uFlags As Long) As Long Private Declare Function GlobalAlloc Lib "kernel32" (ByVal wFlags As Long, ByVal dwBytes As Long) As Long Private Declare Function GlobalFree Lib "kernel32" (ByVal hmem As Long) As Long Private Declare Function GlobalLock Lib "kernel32" (ByVal hmem As Long) As Long Private Declare Function GlobalUnlock Lib "kernel32" (ByVal hmem As Long) As Long Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (dest As Any, src As Any, ByVal cb As Long) Private Declare Sub CopyMemoryFromString Lib "kernel32" Alias "RtlMoveMemory" (dest As Any, ByVal source As String, ByVal cb As Long) Private Declare Function PostWavMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByRef hdr As WAVEHDR) As Long Private Declare Sub SleepApi Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long) Private Const GMEM_FIXED = &amp;H0 Implements ISubclass Private Const NUM_BUFFERS = 5 Private Const BUFFER_SECONDS = 0.1 Private Const cErrBase = 29670 Private m_hWnd As Long Private m_bPlaying As Boolean Private m_fBufferLen As Single Private m_hMmioIn As Long ' file handle Private m_lStartPos As Long ' sample where we started playback from Private m_lDataOffset As Long ' start of audio data in wave file Private m_lAudioLength As Long ' number of bytes in audio data Private m_lPtrFormat As Long ' pointer to wave format Private m_tFormat As WAVEFORMATEX ' waveformat structure Private m_hMem(1 To NUM_BUFFERS) As Long ' memory handles Private m_lPtrMem(1 To NUM_BUFFERS) As Long ' memory pointers Private m_tHdr(1 To NUM_BUFFERS) As WAVEHDR ' wave headers Private m_lBufferSize As Long ' size of output buffers Private m_hWaveOut As Long ' waveout handle Public Event Complete() Public Property Get BufferLength() As Single BufferLength = m_fBufferLen End Property Public Property Let BufferLength(ByVal f As Single) If f &gt; 0.001 And f &lt; 10 Then m_fBufferLen = f Else pInternalErrorHandler 10 End If End Property Public Property Get WaveFormatTag() As EWaveFormat If m_hMmioIn Then WaveFormatTag = m_tFormat.wFormatTag Else pInternalErrorHandler 6 End If End Property Public Property Get SamplesPerSecond() As Long If m_hMmioIn Then SamplesPerSecond = m_tFormat.nSamplesPerSec Else pInternalErrorHandler 6 End If End Property Public Property Get Channels() As Long If m_hMmioIn Then Channels = m_tFormat.nChannels Else pInternalErrorHandler 6 End If End Property Public Property Get BitsPerSample() As Long If m_hMmioIn Then BitsPerSample = m_tFormat.wBitsPerSample Else pInternalErrorHandler 6 End If End Property Public Sub CloseFile() If m_hMmioIn Then StopPlay mmioClose m_hMmioIn, 0 m_hMmioIn = 0 End If End Sub Public Function OpenFile(ByVal sSoundFile As String) As Boolean Dim lR As Long Dim mmckinfoParentIn As MMCKINFO Dim mmckinfoSubchunkIn As MMCKINFO Dim mmioinf As mmioinfo Dim sFormat As String Dim iBuffer As Long Dim bFailed As Boolean Dim lRem As Long ' close previously open file (if any) CloseFile If (sSoundFile = "") Then Exit Function End If ' Open the input file m_hMmioIn = mmioOpen(sSoundFile, mmioinf, MMIO_READ) If (m_hMmioIn = 0) Then pInternalErrorHandler 2 Exit Function End If ' Check if this is a wave file mmckinfoParentIn.fccType = mmioStringToFOURCC("WAVE", 0) lR = mmioDescendParent(m_hMmioIn, mmckinfoParentIn, 0, MMIO_FINDRIFF) If Not (lR = MMSYSERR_NOERROR) Then CloseFile pInternalErrorHandler 3 Exit Function End If ' Get format info mmckinfoSubchunkIn.ckid = mmioStringToFOURCC("fmt", 0) lR = mmioDescend(m_hMmioIn, mmckinfoSubchunkIn, mmckinfoParentIn, MMIO_FINDCHUNK) If (lR &lt;&gt; MMSYSERR_NOERROR) Then CloseFile pInternalErrorHandler 4 Exit Function End If sFormat = String$(50, 0) lR = mmioReadString(m_hMmioIn, sFormat, mmckinfoSubchunkIn.ckSize) If (lR = -1) Then CloseFile pInternalErrorHandler 5 Exit Function End If lR = mmioAscend(m_hMmioIn, mmckinfoSubchunkIn, 0) CopyMemoryFromString m_tFormat, sFormat, Len(m_tFormat) ' Find the data subchunk mmckinfoSubchunkIn.ckid = mmioStringToFOURCC("data", 0) lR = mmioDescend(m_hMmioIn, mmckinfoSubchunkIn, mmckinfoParentIn, MMIO_FINDCHUNK) If Not (lR = MMSYSERR_NOERROR) Then CloseFile pInternalErrorHandler 6 Exit Function End If m_lDataOffset = mmioSeek(m_hMmioIn, 0, SEEK_CUR) ' Get the length of the audio m_lAudioLength = mmckinfoSubchunkIn.ckSize ' Allocate audio buffers - we aim to create a buffer long ' enough to cope with BUFFER_SECONDS of sound. m_lBufferSize = m_tFormat.nSamplesPerSec * m_fBufferLen If m_tFormat.wBitsPerSample &gt; 8 Then m_lBufferSize = m_lBufferSize * (m_tFormat.wBitsPerSample \ 2) End If If m_tFormat.nChannels &gt; 0 Then m_lBufferSize = m_lBufferSize * m_tFormat.nChannels End If If m_lBufferSize = 0 Then ' assume stereo 16bit 44.1k for sake of argument: m_lBufferSize = 44100 * 2 * 2 * BUFFER_SECONDS End If ' Align to block alignment boundary: If (m_lBufferSize Mod m_tFormat.nBlockAlign) &gt; 0 Then lRem = (m_lBufferSize \ m_tFormat.nBlockAlign) + 1 m_lBufferSize = lRem * m_tFormat.nBlockAlign Else m_lBufferSize = m_lBufferSize - m_lBufferSize Mod 4 + 4 End If pClearBuffers For iBuffer = 1 To NUM_BUFFERS m_hMem(iBuffer) = GlobalAlloc(GMEM_FIXED, m_lBufferSize) If m_hMem(iBuffer) = 0 Then bFailed = True Exit For Else m_lPtrMem(iBuffer) = GlobalLock(m_hMem(iBuffer)) If m_lPtrMem(iBuffer) = 0 Then bFailed = True Exit For End If End If Next iBuffer If bFailed Then ' Clear up buffers: pClearBuffers ' Close File: CloseFile ' Return failure: pInternalErrorHandler 7 Else OpenFile = True End If End Function Private Sub pClearBuffers() Dim iBuffer As Long For iBuffer = 1 To NUM_BUFFERS If Not m_lPtrMem(iBuffer) = 0 Then GlobalUnlock m_lPtrMem(iBuffer) m_lPtrMem(iBuffer) = 0 End If If Not m_hMem(iBuffer) = 0 Then GlobalFree m_hMem(iBuffer) m_hMem(iBuffer) = 0 End If Next iBuffer End Sub Public Sub Attach(ByVal hwnd As Long) m_hWnd = hwnd AttachMessage Me, m_hWnd, MM_WOM_DONE AttachMessage Me, m_hWnd, WM_DESTROY End Sub Public Sub Detach() If m_hWnd Then CloseFile pClearBuffers DetachMessage Me, m_hWnd, MM_WOM_DONE DetachMessage Me, m_hWnd, WM_DESTROY m_hWnd = 0 End If End Sub Private Sub pErrorHandler(ByVal lR As Long) Dim sMsg As String Dim iPos As Long sMsg = String$(260, 0) waveOutGetErrorText lR, sMsg, Len(sMsg) iPos = InStr(sMsg, vbNullChar) If Not iPos = 0 Then sMsg = Left$(sMsg, iPos - 1) End If err.Raise cErrBase + lR + 10, App.EXEName &amp; ".cWavePlayer", sMsg End Sub Private Sub pInternalErrorHandler(ByVal lR As Long) Dim sMsg As String Select Case lR Case 1 sMsg = "Class not ready; call attach method first." Case 2 sMsg = "Unable to open file." Case 3 sMsg = "Not a Wave file." Case 4 sMsg = "Unable to retrieve format chunk" Case 5 sMsg = "Error reading format" Case 6 sMsg = "No Wave File Open" Case 7 sMsg = "Insufficient memory" Case 8 sMsg = "Position out of range" Case 9 sMsg = "No wave file playing" Case 10 sMsg = "Buffer time out of range, choose a number of second between 0.001 and 10" End Select err.Raise cErrBase + lR, App.EXEName &amp; ".cWavePlayer", sMsg End Sub Public Function Play() As Boolean Dim lR As Long Dim sFormatBuffer As String Dim iBuffer As Long If m_hWnd = 0 Then pInternalErrorHandler 1 Exit Function End If If m_hMmioIn = 0 Then pInternalErrorHandler 6 Exit Function End If If (m_bPlaying) Then Play = True Exit Function End If sFormatBuffer = String$(50, 0) CopyMemory ByVal sFormatBuffer, m_tFormat, LenB(m_tFormat) lR = waveOutOpen(m_hWaveOut, WAVE_MAPPER, sFormatBuffer, m_hWnd, True, CALLBACK_WINDOW) If Not (lR = MMSYSERR_NOERROR) Then pErrorHandler lR Play = False Exit Function End If For iBuffer = 1 To NUM_BUFFERS With m_tHdr(iBuffer) .lpData = m_lPtrMem(iBuffer) .dwBufferLength = m_lBufferSize .dwUser = iBuffer .dwFlags = 0 .dwLoops = 0 End With lR = waveOutPrepareHeader(m_hWaveOut, m_tHdr(iBuffer), LenB(m_tHdr(iBuffer))) If Not (lR = MMSYSERR_NOERROR) Then pErrorHandler lR End If Next iBuffer m_bPlaying = True Play = True m_lStartPos = mmioSeek(m_hMmioIn, 0, SEEK_CUR) - m_lDataOffset ' Start playing by posting callback functions to read into ' the five buffers &amp; play: For iBuffer = 1 To NUM_BUFFERS PostWavMessage m_hWnd, MM_WOM_DONE, 0, m_tHdr(iBuffer) Next End Function Public Sub StopPlay() If m_bPlaying Then m_bPlaying = False FileSeek Position waveOutReset m_hWaveOut End If End Sub Public Property Get Length() As Long ' Returns the length in bytes: Length = m_lAudioLength End Property Public Function FileSeek(ByVal Position As Long) As Boolean Dim lBytePos As Long Dim lR As Long FileSeek = False lBytePos = Position If (m_hMmioIn = 0) Then pInternalErrorHandler 6 Exit Function Else If (lBytePos &lt; 0) Or (lBytePos &gt;= m_lAudioLength) Then pInternalErrorHandler 8 Exit Function End If End If ' Ensure position is on a byte boundary: If Not (lBytePos Mod m_tFormat.nBlockAlign) = 0 Then lBytePos = ((lBytePos \ m_tFormat.nBlockAlign) + 1) * m_tFormat.nBlockAlign End If lR = mmioSeek(m_hMmioIn, lBytePos + m_lDataOffset, SEEK_SET) m_lStartPos = lR FileSeek = True End Function Public Sub Pause(ByVal bState As Boolean) If m_hMmioIn = 0 Then pInternalErrorHandler 6 Exit Sub End If If m_hWaveOut = 0 Then pInternalErrorHandler 9 End If If bState Then waveOutPause m_hWaveOut Else waveOutRestart m_hWaveOut End If End Sub Public Property Get Position() As Long Dim tMMT As MMTIME Dim lR As Long tMMT.wType = TIME_BYTES lR = waveOutGetPosition(m_hWaveOut, tMMT, LenB(tMMT)) If (lR = MMSYSERR_NOERROR) Then Position = (m_lStartPos + tMMT.u) 'Else ' Position = (mmioSeek(m_hMmioIn, 0, SEEK_CUR) - m_lDataOffset + m_lBufferSize * NUM_BUFFERS) \ m_tFormat.nBlockAlign End If End Property Public Property Get Playing() As Boolean Dim tMMT As MMTIME Dim lR As Long If Not (m_hMmioIn = 0 Or m_hWaveOut = 0) Then tMMT.wType = TIME_BYTES lR = waveOutGetPosition(m_hWaveOut, tMMT, LenB(tMMT)) If (lR = MMSYSERR_NOERROR) Then Playing = True Else Playing = False End If End If End Property Private Sub Class_Initialize() m_fBufferLen = BUFFER_SECONDS End Sub Private Sub Class_Terminate() ' Stop playing and clear up: CloseFile On Error Resume Next Detach End Sub Private Property Let ISubclass_MsgResponse(ByVal RHS As SSubTimer.EMsgResponse) ' End Property Private Property Get ISubclass_MsgResponse() As SSubTimer.EMsgResponse ' Windows processes messages first: ISubclass_MsgResponse = emrPreprocess End Property Private Function ISubclass_WindowProc(ByVal hwnd As Long, ByVal iMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Static dataRemaining As Long Dim tWavHdr As WAVEHDR Dim lR As Long Dim iBuffer As Long Select Case iMsg Case MM_WOM_DONE ' Get the WAVEHDR structure for this call: ' v2 fix: we only copy the first 24 bytes, and leave the ' reserved parameters (pointers!) alone CopyMemory tWavHdr, ByVal lParam, 24 ' Debug.Print "PARAMS:", tWavHdr.lpData, tWavHdr.dwBufferLength, tWavHdr.dwUser ' ' ' Send data to the output on this buffer (if we have data remaining ' ' and we are playing. If we reach the end of the wave file, then signal ' ' that we are no longer playing and prepare to clear up the buffers: If (m_bPlaying) Then dataRemaining = (m_lDataOffset + m_lAudioLength - mmioSeek(m_hMmioIn, 0, SEEK_CUR)) If (m_lBufferSize &lt; dataRemaining) Then ' Get m_lBufferSize bytes from the WAV file into the memory ' buffer pointed to by tWavHdr.lpData: lR = mmioRead(m_hMmioIn, tWavHdr.lpData, m_lBufferSize) Else ' Get the remainder (dataRemaining) bytes from the WAV ' file into the memory buffer pointed to by tWavHdr.lpData: lR = mmioRead(m_hMmioIn, tWavHdr.lpData, dataRemaining) m_bPlaying = False End If ' ' Write the amount of data we just read into the ' ' memory buffer to the output sound device output buffer. The ' ' waveOutWrite call will return immediately whilst the output ' ' device works on the data we just provided: If (lR &gt; 0) Then ' v2 fix: we only copy the first 24 bytes, and leave the ' reserved parameters (pointers!) alone tWavHdr.dwBufferLength = lR CopyMemory ByVal lParam, tWavHdr, 24 lR = waveOutWrite(m_hWaveOut, ByVal lParam, LenB(tWavHdr)) Debug.Print "FOR WOW:", lR, m_lBufferSize, dataRemaining End If End If ' ' ' Ensure we close all buffers If Not (m_bPlaying) Then 'Debug.Print "Closing buffer ", tWavHdr.dwUser ' Once we have finished with the buffer we can close the buffer: waveOutUnprepareHeader m_hWaveOut, m_tHdr(tWavHdr.dwUser), Len(m_tHdr(tWavHdr.dwUser)) ' This is a bit of a kludge, really we should only call waveOutClose once ' all the buffers have been cleared, however we can attempt to call ' waveOutClose and have it return error 33 whilst there are still ' outstanding buffers being played: lR = waveOutClose(m_hWaveOut) If (lR = MMSYSERR_NOERROR) Then RaiseEvent Complete End If End If Case WM_DESTROY ' The app is closing but this class is still attached; ' we should try and clear up as a courtesy to the developer: On Error Resume Next Detach End Select End Function </pre><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p></td><td class="rightbar" valign="top" bgcolor="#C2BEB1"> <!-- No right bar content currently defined --> </td></tr><tr class="footer"><td></td> <td> <p class="center"></p> </td> <td></td> </tr><tr><td colspan="3"><hr /></td></tr><tr class="footer"><td valign="top"><a href="http://www.vbaccelerator.com/home/index.asp"><img width="125" height="25" src="../../../../../res/vbaccelerator.png" alt="vbAccelerator Logo" /></a></td><td valign="bottom"><p class="nav"><a href="http://www.vbaccelerator.com/home/index.asp">Home</a>&#160;.&#160;<a href="../../../../index.html">VB</a>&#160;.&#160;<a href="../../../index.html">Code</a>&#160;.&#160;<a href="../../index.html">vbMedia</a>&#160;.&#160;<a href="../index.html">Audio</a>&#160;.&#160;<a href="article.html">Streaming .WAV File Player </a>&#160;.&#160;<a href="WaveStream_Sample_Application_and_Class.html">WaveStream Sample Application and Class</a>&#160;.&#160;cWavePlayer.cls</p><br /><p class="nav"><a href="http://www.vbaccelerator.com/home/The_Site/Copyright/article.asp">Copyright</a> &#169; 2004 Steve McMahon <a href="mailto:steve@vbaccelerator.com">steve@vbaccelerator.com</a>. All rights reserved.<br />Last Updated: 18 April 2004</p></td><td></td></tr></table> </body> <!-- Mirrored from www.vbaccelerator.com/home/VB/Code/vbMedia/Audio/Streaming_WAV_File_Player/WaveStream_Sample_Application_and_Class_zip_cWavePlayer_cls.asp by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 19 Jun 2015 21:30:47 GMT --> </html>
<!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_121) on Tue Jun 19 22:48:19 IST 2018 --> <title>AccountRepository</title> <meta name="date" content="2018-06-19"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AccountRepository"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AccountRepository.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/yugandhar/mdm/corecomponent/AccountPhoneAssocService.html" title="class in com.yugandhar.mdm.corecomponent"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/yugandhar/mdm/corecomponent/AccountService.html" title="class in com.yugandhar.mdm.corecomponent"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/yugandhar/mdm/corecomponent/AccountRepository.html" target="_top">Frames</a></li> <li><a href="AccountRepository.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>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.yugandhar.mdm.corecomponent</div> <h2 title="Interface AccountRepository" class="title">Interface AccountRepository</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>org.springframework.data.repository.CrudRepository&lt;<a href="../../../../com/yugandhar/mdm/extern/dobj/AccountDO.html" title="class in com.yugandhar.mdm.extern.dobj">AccountDO</a>,java.lang.Long&gt;, org.springframework.data.jpa.repository.JpaRepository&lt;<a href="../../../../com/yugandhar/mdm/extern/dobj/AccountDO.html" title="class in com.yugandhar.mdm.extern.dobj">AccountDO</a>,java.lang.Long&gt;, org.springframework.data.repository.PagingAndSortingRepository&lt;<a href="../../../../com/yugandhar/mdm/extern/dobj/AccountDO.html" title="class in com.yugandhar.mdm.extern.dobj">AccountDO</a>,java.lang.Long&gt;, org.springframework.data.repository.query.QueryByExampleExecutor&lt;<a href="../../../../com/yugandhar/mdm/extern/dobj/AccountDO.html" title="class in com.yugandhar.mdm.extern.dobj">AccountDO</a>&gt;, org.springframework.data.repository.Repository&lt;<a href="../../../../com/yugandhar/mdm/extern/dobj/AccountDO.html" title="class in com.yugandhar.mdm.extern.dobj">AccountDO</a>,java.lang.Long&gt;</dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">AccountRepository</span> extends org.springframework.data.jpa.repository.JpaRepository&lt;<a href="../../../../com/yugandhar/mdm/extern/dobj/AccountDO.html" title="class in com.yugandhar.mdm.extern.dobj">AccountDO</a>,java.lang.Long&gt;</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> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.springframework.data.jpa.repository.JpaRepository"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.springframework.data.jpa.repository.JpaRepository</h3> <code>deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.springframework.data.repository.PagingAndSortingRepository"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.springframework.data.repository.PagingAndSortingRepository</h3> <code>findAll</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.springframework.data.repository.CrudRepository"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.springframework.data.repository.CrudRepository</h3> <code>count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.org.springframework.data.repository.query.QueryByExampleExecutor"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;org.springframework.data.repository.query.QueryByExampleExecutor</h3> <code>count, exists, findAll, findOne</code></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/AccountRepository.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/yugandhar/mdm/corecomponent/AccountPhoneAssocService.html" title="class in com.yugandhar.mdm.corecomponent"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/yugandhar/mdm/corecomponent/AccountService.html" title="class in com.yugandhar.mdm.corecomponent"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/yugandhar/mdm/corecomponent/AccountRepository.html" target="_top">Frames</a></li> <li><a href="AccountRepository.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>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PRBZ42F" style="display:none"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f)})(window,document,'script','dataLayer','GTM-PRBZ42F')</script>
<!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>Disasters</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> </head> <body> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="/">Disaster Response Classification Project</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="https://www.udacity.com/">Made with Udacity</a></li> <li><a href="https://github.com/">Contact</a></li> </ul> </div> </div> </nav> <div class="jumbotron"> <div class="container"> <h1 class="text-center">Disaster Response Classification Project</h1> <p class="text-center">Analyzing message data for disaster response</p> <hr /> <div class="row"> <div class="col-lg-12 form-group-lg"> <form action="/go" method="get"> <input type="text" class="form-control form-control-lg" name="query" placeholder="Enter a message to classify"> <div class="col-lg-offset-5"> <button type="submit" class="btn btn-lg btn-success">Classify Message</button> </div> </form> </div> </div> {% block message %} {% endblock %} </div> </div> <div class="container"> {% block content %} <div class="page-header"> <h1 class="text-center">Overview of Training Dataset</h1> </div> {% endblock %} {% for id in ids %} <div id="{{id}}"></div> {% endfor %} </div> <script type="text/javascript"> const graphs = {{graphJSON | safe}}; const ids = {{ids | safe}}; for(let i in graphs) { Plotly.plot(ids[i], graphs[i].data, graphs[i].layout); } </script> </body> </html>
<meta charset="utf-8" /> <meta name="google-site-verification" content="liBvl8IZ0WHEzMOAray47QxCklqS40nkZZSgUX6OKNI" /> <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> {% if page.excerpt %} <meta name="description" content="{{ page.excerpt| strip_html }}" /> <meta property="og:description" content="{{ page.excerpt| strip_html }}" /> {% else %} <meta name="description" content="{{ site.description }}"> <meta property="og:description" content="{{ site.description }}" /> {% endif %} <meta name="author" content="{{ site.name }}" /> {% if page.title %} <meta property="og:title" content="{{ page.title }}" /> <meta property="twitter:title" content="{{ page.title }}" /> {% endif %}
<!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 `ACCESS_REASON_STAGING_MASK` constant in crate `winapi`."><meta name="keywords" content="rust, rustlang, rust-lang, ACCESS_REASON_STAGING_MASK"><title>winapi::um::winnt::ACCESS_REASON_STAGING_MASK - Rust</title><link rel="stylesheet" type="text/css" href="../../../normalize.css"><link rel="stylesheet" type="text/css" href="../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../../dark.css"><link rel="stylesheet" type="text/css" href="../../../light.css" id="themeStyle"><script src="../../../storage.js"></script><noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="shortcut icon" href="../../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../../down-arrow.svg");}</style></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"><div class="sidebar-menu">&#9776;</div><a href='../../../winapi/index.html'><div class='logo-container'><img src='../../../rust-logo.png' alt='logo'></div></a><div class="sidebar-elems"><p class='location'><a href='../../index.html'>winapi</a>::<wbr><a href='../index.html'>um</a>::<wbr><a href='index.html'>winnt</a></p><script>window.sidebarCurrent = {name: 'ACCESS_REASON_STAGING_MASK', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><a id="settings-menu" href="../../../settings.html"><img src="../../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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/winapi/um/winnt.rs.html#2427' title='goto source code'>[src]</a></span><span class='in-band'>Constant <a href='../../index.html'>winapi</a>::<wbr><a href='../index.html'>um</a>::<wbr><a href='index.html'>winnt</a>::<wbr><a class="constant" href=''>ACCESS_REASON_STAGING_MASK</a></span></h1><pre class='rust const'>pub const ACCESS_REASON_STAGING_MASK: <a class="type" href="../../../winapi/um/winnt/type.ACCESS_REASON.html" title="type winapi::um::winnt::ACCESS_REASON">ACCESS_REASON</a> = 0x80000000;</pre></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../../../";window.currentCrate = "winapi";</script><script src="../../../aliases.js"></script><script src="../../../main.js"></script><script defer src="../../../search-index.js"></script></body></html>
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"><head><title>V (bastet.Bastet__Test.Int.M.Invariant.V)</title><link rel="stylesheet" href="../../../../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../../../../index.html">bastet</a> &#x00BB; <a href="../../../../index.html">Bastet__Test</a> &#x00BB; <a href="../../../index.html">Int</a> &#x00BB; <a href="../../index.html">M</a> &#x00BB; <a href="../index.html">Invariant</a> &#x00BB; V</nav><h1>Module <code>Invariant.V</code></h1></header><dl><dt class="spec value" id="val-id"><a href="#val-id" class="anchor"></a><code><span class="keyword">val</span> id : <span><span>(<span class="type-var">'a</span>, <span class="type-var">'a</span>)</span> <a href="../../../../../Bastet/Function/Category/index.html#type-t">Bastet.Function.Category.t</a></span></code></dt><dt class="spec value" id="val-(&lt;.)"><a href="#val-(&lt;.)" class="anchor"></a><code><span class="keyword">val</span> (&lt;.) : <span><span>(<span class="type-var">'a</span>, <span class="type-var">'b</span>)</span> <a href="../../../../../Bastet__Function/Semigroupoid/index.html#type-t">Bastet__Function.Semigroupoid.t</a></span> <span>&#45;&gt;</span> <span><span>(<span class="type-var">'c</span>, <span class="type-var">'a</span>)</span> <a href="../../../../../Bastet__Function/Semigroupoid/index.html#type-t">Bastet__Function.Semigroupoid.t</a></span> <span>&#45;&gt;</span> <span><span>(<span class="type-var">'c</span>, <span class="type-var">'b</span>)</span> <a href="../../../../../Bastet__Function/Semigroupoid/index.html#type-t">Bastet__Function.Semigroupoid.t</a></span></code></dt><dt class="spec value" id="val-identity"><a href="#val-identity" class="anchor"></a><code><span class="keyword">val</span> identity : <span><span class="type-var">'a</span> <a href="../argument-1-I/index.html#type-t">I.t</a></span> <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-composition"><a href="#val-composition" class="anchor"></a><code><span class="keyword">val</span> composition : <span>(<span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span>)</span> <span>&#45;&gt;</span> <span>(<span class="type-var">'b</span> <span>&#45;&gt;</span> <span class="type-var">'a</span>)</span> <span>&#45;&gt;</span> <span>(<span class="type-var">'b</span> <span>&#45;&gt;</span> <span class="type-var">'a</span>)</span> <span>&#45;&gt;</span> <span>(<span class="type-var">'a</span> <span>&#45;&gt;</span> <span class="type-var">'b</span>)</span> <span>&#45;&gt;</span> <span><span class="type-var">'a</span> <a href="../argument-1-I/index.html#type-t">I.t</a></span> <span>&#45;&gt;</span> bool</code></dt></dl></div></body></html>
<!DOCTYPE html><html><head lang=en><meta charset=UTF-8><title>Test Report - 201834 184314,147</title><style>body{font-family:"open_sans",sans-serif}.suite{width:100%;overflow:auto}.suite .stats{margin:0;width:90%;padding:0}.suite .stats li{display:inline;list-style-type:none;padding-right:20px}.suite h2{margin:0}.suite header{margin:0;padding:5px 0 5px 5px;background:#003d57;color:white}.spec{width:100%;overflow:auto;border-bottom:1px solid #e5e5e5}.spec:hover{background:#e8f3fb}.spec h3{margin:5px 0}.spec .description{margin:1% 2%;width:65%;float:left}.spec .resume{width:29%;margin:1%;float:left;text-align:center}</style></head><body><section><article class="suite"><header><h2>angularjs homepage - 5.919s</h2><ul class="stats"><li>Tests: <strong>3</strong></li><li>Skipped: <strong>0</strong></li><li>Failures: <strong>1</strong></li></ul> </header><div class="spec"><div class="description"><h3>should check both menu buttons are working and the URL of the page is updated accordingly. - 1.555s</h3><ul><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li></ul></div><div class="resume"><a href="screenshots/should-check-both-menu-buttons-are-working-and-the-URL-of-the-page-is-updated-accordingly.png"><img src="screenshots/should-check-both-menu-buttons-are-working-and-the-URL-of-the-page-is-updated-accordingly.png" width="100" height="100" /></a><br /><span>Tests passed: 100.00%</span><br /><progress max="100" value="100"></progress></div></div><div class="spec"><div class="description"><h3>should check the working balance amount and widgets after adding a new valid entry in the table - 2.294s</h3><ul><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li></ul></div><div class="resume"><a href="screenshots/should-check-the-working-balance-amount-and-widgets-after-adding-a-new-valid-entry-in-the-table.png"><img src="screenshots/should-check-the-working-balance-amount-and-widgets-after-adding-a-new-valid-entry-in-the-table.png" width="100" height="100" /></a><br /><span>Tests passed: 100.00%</span><br /><progress max="100" value="100"></progress></div></div><div class="spec"><div class="description"><h3>should check the working balance amount and widgets after adding an invalid entry in the table - 2.066s</h3><ul><li>Expected 5588.07 to equal 3588.0699999999997.<span style="padding:0 1em;color:red;">&#10007;</span></li><li>Expected 1213 to equal 3213.<span style="padding:0 1em;color:red;">&#10007;</span></li><li>Expected 5588.07 to equal 3588.0699999999997.<span style="padding:0 1em;color:red;">&#10007;</span></li><li>Expected 'Entertainment $2,300.00 Misc $1,100.00 School $1,000.00 Travel $764.73 Groceries $423.34' to contain 'School -$1,000.00'.<span style="padding:0 1em;color:red;">&#10007;</span></li><li>Expected 'Entertainment $2,300.00 Misc $1,100.00 School $1,000.00 Travel $764.73 Groceries $423.34' to contain 'School -$1,000.00'.<span style="padding:0 1em;color:red;">&#10007;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li><li>Passed.<span style="padding:0 1em;color:green;">&#10003;</span></li></ul></div><div class="resume"><a href="screenshots/should-check-the-working-balance-amount-and-widgets-after-adding-an-invalid-entry-in-the-table.png"><img src="screenshots/should-check-the-working-balance-amount-and-widgets-after-adding-an-invalid-entry-in-the-table.png" width="100" height="100" /></a><br /><span>Tests passed: 58.33%</span><br /><progress max="100" value="58"></progress></div></div> </article> </section></body></html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WFBGG7');</script> <!-- End Google Tag Manager --> <title>Faculty Directory | Sciences Po Research</title> <meta name="kit2site-version" content="2.4.0.0 du 27 janvier 2012"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > <style type="text/css" media="all"> #navigation {background-color:#CB021A;} #header {background-color:#CB021A;} a:link, a:visited {color:#CB021A;} a:hover, a:active {color:#CB021A;} .contact-titre {color:#CB021A;} #block-mise_en_page-zone_de_gauche, #block-mise_en_page-zone_de_droite {color:#CB021A;} .couleur-principale {color:#CB021A;} a.couleur-principale {color:#CB021A;} .couleur-secondaire {color:#CB021A;} #block-scpo_on_the_web-scpo_on_the_web h1 a:hover {background-image:none;background-color:#CB021A;} #zone_editoriale .bloc .voirVideo:hover {background-image:none;background-color:#CB021A;} #zone_editoriale .bloc .titre:hover h2, #zone_editoriale .bloc .titre:hover .sous-titre, #zone_editoriale .bloc .titre:hover .sous-titre-2 {background-image:none;background-color:#CB021A;} #zone_editoriale .gabarit .bloc {background-color:#CB021A;} #zone_editoriale .gabarit5 .bloc3 .titre:hover {background-image:none;background-color:#CB021A;} #zone_editoriale .gabarit6 .bloc34 .titre:hover {background-image:none;background-color:#CB021A;} ul.pager li a.active {color:#CB021A;} .nav-item a:hover, .nav-item a.active { background-color:#CB021A;} a.pause, a.pause:link, a.pause:visited, a.pause:hover, a.pause:active { background-color:#CB021A;} a.next:hover, a.prev:hover, a#pause:hover { background-color:#CB021A;} .scpoeditocarousel .nav-item a:hover, .scpoeditocarousel .nav-item a.active { background-color:#CB021A;} #footer ul li a:hover { color: #CB021A; } #block-mise_en_page-SPlogin span.puce:hover { background-color:#CB021A;} ul.nice-menu span.puce:hover { background-color:#CB021A;} ul.nice-menu li.niveau1 a:link, ul.nice-menu li.niveau1 a:visited { color:white;} ul.nice-menu li.niveau2 a:link, ul.nice-menu li.niveau2 a:visited { color:#CB021A;} </style> <link rel="shortcut icon" href="/recherche/sites/kit2site02.recherche/themes/montheme/favicon.ico" type="image/x-icon" > <meta name="description" content="La direction scientifique de Sciences Po : les recherches, la communauté scientifique, les différentes structures, les publications, les services aux chercheurs. Recherche parmi les chercheurs et les thèmes de recherche." > <meta name="keywords" content="Sciences Po,sciencespo,sciences-po,Sciences Po Paris,sciencespo Paris,sciences-po Paris,IEP,IEP Paris,Institut d'études politiques,Institut d'études politiques Paris,recherche,chercheurs,thèmes de recherche,communauté scientifique,publications des chercheurs,services aux chercheurs,politique scientifique,Spire" > <meta name="dcterms.date" content="2014-12-03T00:00:00Z" > <link rel="canonical" href="http://www.sciencespo.fr/recherche/en/spire-list" > <meta name="revisit-after" content="1 day" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/modules/node/node.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/modules/system/defaults.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/modules/system/system.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/modules/system/system-menus.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/modules/user/user.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/apachesolr_autocomplete/apachesolr_autocomplete.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/apachesolr_autocomplete/jquery-autocomplete/jquery.autocomplete.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/cck/theme/content-module.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/date/date.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/date/date_popup/themes/datepicker.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/date/date_popup/themes/jquery.timeentry.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/filefield/filefield.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/links/links_admin.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/barre_corp/barre_corp.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/nice_menus/nice_menus.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/nice_menus/nice_menus_sciencespo.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/page_accueil/tables.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/page_accueil/zoning.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/scpocarousel/scpocarousel.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/topboxes/topboxes.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/zone_editoriale/scpoeditocarousel.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/sciencespo/zone_editoriale/zone_editoriale.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/kit2site02.recherche/modules/newsletter/newsletter.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/kit2site02.recherche/modules/recherche/recherche.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/kit2site02.recherche/modules/spire/spire.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/extlink/extlink.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/cck/modules/fieldgroup/fieldgroup.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/modules/views/css/views.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/html-reset.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/layout-fixed.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/tabs.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/messages.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/pages.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/blocks.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/sciencespo.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/navigation.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/nodes.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/forms.css?u" > <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/kit2site02.recherche/themes/montheme/css/montheme.css?u" > <link type="text/css" rel="stylesheet" media="print" href="/recherche/sites/all/themes/sciencespo/css/print.css?u" > <!--[if IE]> <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/ie.css?u" > <![endif]--> <!--[if lte IE 6]> <link type="text/css" rel="stylesheet" media="all" href="/recherche/sites/all/themes/sciencespo/css/ie6.css?u" > <![endif]--> <script type="text/javascript" src="/recherche/sites/sciencespo.fr.recherche/files/js/js_b0d0ff7f270ebc129c389850bfa2a1bb.js"></script> <script type="text/javascript"> <!--//--><![CDATA[/><!-- jQuery.extend(Drupal.settings, { "basePath": "/recherche/", "apachesolr_autocomplete": { "path": "/recherche/en/apachesolr_autocomplete" }, "extlink": { "extTarget": "_blank", "extClass": "ext", "extSubdomains": 1, "extExclude": "addthis\\.com.*", "extInclude": "links/goto/[0-9]+/[0-9]+", "extAlert": 0, "extAlertText": "This link will take you to an external web site. We are not responsible for their content.", "mailtoClass": "mailto" }, "googleanalytics": { "trackOutbound": 1, "trackMailto": 1, "trackDownload": 1, "trackDownloadExtensions": "7z|aac|arc|arj|asf|asx|avi|bin|csv|doc|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip" } }); //--><!]]> </script> <script type="text/javascript"> <!--//--><![CDATA[/><!-- var lang = "en" //--><!]]> </script> <script type="text/javascript"> <!--//--><![CDATA[/><!-- var BaseUrl = 'http://www.sciencespo.fr/recherche'; //variables des titles des boutons de carrousels var prev = "Previous"; var next = "Next"; var pause = "Stand-by"; var item = "Show item"; var itemactif = "Current item"; //variables accordeons var ferme = "Closed"; var ouvert = "Open"; //couleurs primaire var prim_color = "CB021A"; var second_color = "CB021A"; $(document).ready(function() { var url = decodeURI(window.location); $(".collapse-processed a").each(function(index) { var u = this.innerHTML.split("&nbsp;"); var t = u[0].trim(); if(url.indexOf(t) != -1){ console.log(this.parentNode.parentNode) Drupal.toggleFieldset(this.parentNode.parentNode); } }); //$("#block-search-0 .form-submit").click(function(){ // $("#block-search-0").css("backgroundImage", "url('recherche/sites/all/themes/sciencespo/images/fond_recherche_on.png')"); // }); $("#block-topboxes-SPlogin a").hover( function(){ $(this).prev().css("backgroundColor", "#CB021A"); }, function(){ $(this).prev().css("backgroundColor", "#CCC"); } ); $("#block-topboxes-SPlogin input").hover( function(){ $(this).parents("li").find("span.puce").css("backgroundColor", "#CB021A"); }, function(){ $(this).parents("li").find("span.puce").css("backgroundColor", "#CCC"); } ); $("ul.nice-menu li.niveau3 a").hover( function(){ $(this).prev().css("backgroundColor", "#CB021A"); }, function(){ $(this).prev().css("backgroundColor", "#CCC"); } ); $("#faqs li.faq").hover( function(){ $(this).find("span.puce").css("backgroundColor", "#CB021A"); }, function(){ $(this).find("span.puce").css("backgroundColor", "#CCC"); } ); function limit_input(id, limit, text) { if (($("input#edit-" + id).val() || $("input#edit-" + id).val() == '') && $("input#edit-" + id).val().length <= limit) { checked = "checked = 'checked'"; $("input#edit-" + id).attr("maxlength", limit); } else { checked = ""; } $("#edit-" + id + "-wrapper").append("<input id='" + id + "-max-length' type='checkbox' " + checked + " ><label class='option' for='" + id + "-max-length'>" + text + " limit&eacute; &agrave; " + limit + " caract&egrave;res. Vous pouvez enfreindre la r&egrave;gle si vous le d&eacute;sirez."); $("#" + id + "-max-length").click(function(){ if ($(this).attr("checked") == false) { $("input#edit-" + id).removeAttr("maxlength"); } else { $("input#edit-" + id).attr("maxlength", limit); str = $("input#edit-" + id).val(); $("input#edit-" + id).val(str.substr(0, limit)); } }); } limit_input('title', 40, 'Titre'); limit_input('field-sous-titre-0-value', 80, 'Sous-titre'); limit_input('field-sous-titre-actualite-0-value', 80, 'Sous-titre'); limit_input('field-soustitre2-actualite-0-value', 80, 'Sous-titre'); limit_input('menu-link-title', 35, 'Titre'); // breadcrumb = $(".breadcrumb a"); // $(breadcrumb[1]).attr("onclick", "return false;").css("textDecoration", "none").css("cursor", "default").css("color", "#595959"); $("a[href$='.pdf']").attr("target", "_blank"); $("table#attachments a").attr("target", "_blank"); $("a").each(function(){ var str = "open in new window"; if(this.title.lastIndexOf("ew window") == -1 && this.title.lastIndexOf("ouvelle fen") == -1){ if(this.title) { if(this.target == "_blank"){ this.title = this.title + " - " + str; } }else if(!this.title && this.target == "_blank"){ if($(this).html().indexOf("<img") != -1){ this.title = $(this).children("img").attr("alt"); }else{ this.title = $(this).html() + " - " + str; } } } }); }); //--><!]]> </script> <script type="text/javascript"> <!--//--><![CDATA[/><!-- (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-26880618-1", { "cookieDomain": "auto" });ga("send", "pageview"); //--><!]]> </script> </head> <body class="page not-front not-logged-in i18n-en page-spire-list section-spire-list one-sidebar sidebar-second"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WFBGG7" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <ul id="accessibilitylinks"> <li><a href="#content">Go to content</a>/</li> <li><a href="#block-barre_corp-menu_corporate">Corporate navigation</a>/</li> <li><a href="#navigation">Main navigation</a>/</li> <li><a href="#edit-search-block-form-1">Search form</a></li> </ul> <div id="page-wrapper"><div id="page"> <div id="header"> <!--//******************************************************************************************--> <div id="topbarlarge"> <div id="block-barre_corp-menu_corporate" class="block block-barre_corp last region-even even region-count-4 count-6"> <h2 class="title">Menu corporate</h2> <div class="content"> <ul id="navcorporate"> <li class="normal" id="li-0"> <a href="javascript:void(0)" id="level1-0"ariahaspopup = true class="level1 police-sans vous-etes first haschildren" role="button">Students<img alt="" class="fleche-deroulant" src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/fleche-menu-deroulant-corp-black.png"/></a> <ul aria-labelledby="level1-0"> <li> <a href="http://www.sciencespo.fr/en/education/education-glance" id="level2-0" class="level2 first">Education</a> </li> <li> <a href="http://www.sciencespo.fr/en/admissions-financial-aid/admissions-glance" id="level2-1" class="level2 ">Admissions & financial aid</a> </li> <li> <a href="https://scolarite-en.sciences-po.fr" id="level2-2" class="level2 ">Student Account</a> </li> <li> <a href="http://formation.sciences-po.fr/en/contenu/administrative-and-student-services" id="level2-3" class="level2 ">Student services</a> </li> <li> <a href="http://www.sciencespo.fr/vie-etudiante/en" id="level2-4" class="level2 last">Student life</a> </li> </ul> </li> <li class="normal" id="li-1"> <a href="javascript:void(0)" id="level1-1"ariahaspopup = true class="level1 police-sans haschildren" role="button">Faculty<img alt="" class="fleche-deroulant" src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/fleche-menu-deroulant-corp-black.png"/></a> <ul aria-labelledby="level1-1"> <li> <a href="http://www.sciencespo.fr/recherche/en/spire-list" id="level2-0" class="level2 first">Alphabetical directory</a> </li> <li> <a href="http://www.sciencespo.fr/recherche/en/chercheurs-par-themes" id="level2-1" class="level2 ">Thematic directory</a> </li> <li> <a href="http://www.sciencespo.fr/recherche/en/content/research-units" id="level2-2" class="level2 ">Research Units</a> </li> <li> <a href="https://scolarite-en.sciences-po.fr" id="level2-3" class="level2 ">Faculty Account</a> </li> <li> <a href="http://www.sciencespo.fr/en/recruitments" id="level2-4" title="Recruitments and careers" class="level2 last">Recruitments and careers (HRS4R)</a> </li> </ul> </li> <li class="normal" id="li-2"> <a href="javascript:void(0)" id="level1-2"ariahaspopup = true class="level1 police-sans haschildren" role="button">Businesses<img alt="" class="fleche-deroulant" src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/fleche-menu-deroulant-corp-black.png"/></a> <ul aria-labelledby="level1-2"> <li> <a href="http://carrieres.sciencespo.fr/en" id="level2-0" class="level2 first">Recruitment (jobs & internships)</a> </li> <li> <a href="http://www.sciencespo.fr/executive-education/en" id="level2-1" class="level2 ">Employee training</a> </li> <li> <a href="http://www.sciencespo.fr/en/about/support-sciences-po" id="level2-2" class="level2 last">Support Sciences Po</a> </li> </ul> </li> <li class="normal" id="li-3"> <a href="http://www.sciencespo.fr/en/alumni-donors" id="level1-3" class="level1 police-sans " aria-haspopup="false" title="">Alumni & Donors</a> </li> <li class="normal" id="li-4"> <a href="javascript:void(0)" id="level1-4"ariahaspopup = true class="level1 police-sans haschildren" role="button">Resources<img alt="" class="fleche-deroulant" src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/fleche-menu-deroulant-corp-black.png"/></a> <ul aria-labelledby="level1-4"> <li> <a href="http://www.sciencespo.fr/bibliotheque/en" id="level2-0" class="level2 first">Documentary resources</a> </li> <li> <a href="http://www.sciencespo.fr/en/life-sciences-po/digital-campus" id="level2-1" class="level2 ">Digital campus</a> </li> <li> <a href="http://www.sciencespo.fr/ressources-numeriques/en" id="level2-2" class="level2 last">Online tools</a> </li> </ul> </li> <li class="rezosocial" id="li-5"> <a href="https://www.facebook.com/SciencesPo.En/" id="level1-5" class="level1 police-sans rezosoc firstrezo" aria-haspopup="false" title="Facebook"><img src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/facebook.png" /></a> </li> <li class="rezosocial" id="li-6"> <a href="https://twitter.com/sciencespo" id="level1-6" class="level1 police-sans rezosoc " aria-haspopup="false" title="Compte Twitter de Sciences Po"><img src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/twitter.png" /></a> </li> <li class="rezosocial" id="li-7"> <a href="https://www.linkedin.com/edu/school?id=12454" id="level1-7" class="level1 police-sans rezosoc " aria-haspopup="false" title="Page Linkedin Education de Sciences Po"><img src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/in.png" /></a> </li> <li class="rezosocial" id="li-8"> <a href="https://www.youtube.com/user/sciencespo" id="level1-8" class="level1 police-sans rezosoc " aria-haspopup="false" title="Page Sciences Po sur YouTube"><img src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/youtube.png" /></a> </li> <li class="rezosocial" id="li-9"> <a href="https://www.instagram.com/sciencespo/" id="level1-9" class="level1 police-sans rezosoc " aria-haspopup="false" title="Compte Instagram de Sciences Po"><img src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/instagram.png" /></a> </li> <li class="rezosocial" id="li-10"> <a href="http://www.sciencespo.fr" id="level1-10" class="level1 police-sans rezosoc " aria-haspopup="false" title="Sciences Po portal"><img src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/scpo.png" /></a> </li> <li class="rezosocial" id="li-11"> <a href="http://www.sciencespo.fr/newsletters" id="level1-11" class="level1 police-sans rezosoc " aria-haspopup="false" title="Newsletter"><img src="http://www.sciencespo.fr/sites/all/themes/SPresponsive/images/newsletter.png" /></a> </li> <li class="langue-li" id="li-12"> <a href="http://www.sciencespo.fr/recherche/fr" id="level1-12" class="level1 police-sans langue last" aria-haspopup="false" lang="fr" title="Version française du site">Français</a> </li> </ul> </div> </div> <!-- /.block --> </div> <div class="logo" style="float:left"> <a href="/recherche/en" title="Back to Research home" rel="home" id="logo"><img src="http://www.sciencespo.fr/recherche/sites/all/themes/sciencespo/logo-new.png" alt="Back to Research home" /></a> </div> <div class="custom-block" style="float:right;position:relative"> <div id="block-topboxes-custom" class="block block-topboxes"><div class="content"><ul class="mainlist" > </ul></div></div> </div> <div class="search" style="float:right"> <div id="block-search-0" class="block block-search region-even even region-count-2 count-4"> <div class="content"> <form action="http://www.sciencespo.fr/recherche/en/search/apachesolr_search" accept-charset="UTF-8" method="post" id="search-block-form"> <div><div class="container-inline"> <div class="form-item" id="edit-search-block-form-1-wrapper"> <label for="edit-search-block-form-1">Search this site: </label> <input type="text" title="Research field" maxlength="128" name="search_block_form" id="edit-search-block-form-1" size="15" value="Search" class="form-text form-text apachesolr-autocomplete unprocessed form-autocomplete" onblur="if($(this).val() == &#039;&#039;) $(this).val(&#039;Search&#039;);" onfocus="$(this).val(&#039;&#039;);" /> </div> <input type="submit" title="Go search" name="op" id="edit-submit" value="OK" class="form-submit" /> <input type="hidden" name="form_build_id" id="form-NDJGz74BUufNonAatdN8aF5SYvaorEaTo--xtkuZgf8" value="form-NDJGz74BUufNonAatdN8aF5SYvaorEaTo--xtkuZgf8" /> <input type="hidden" name="form_id" id="edit-search-block-form" value="search_block_form" /> </div> </div></form> </div> </div> <!-- /.block --> </div> <div class="title" style="float:none;clear:both;"> Research </div> <!--//*****************************************************************************************--> </div> <!-- /.section, /#header --> <div id="main-wrapper"><div id="main" class="clearfix with-navigation"> <div id="navigation"> <div class="section clearfix"> <div class="region region-navigation"> <div id="block-nice_menus-1" class="block block-nice_menus first last region-odd even region-count-1 count-2"> <div class="content"> <ul class="nice-menu nice-menu-down" id="nice-menu-1"> <li class="fixed-width niveau1 menu-22686 menu-path-front first odd "><a href="/recherche/en" title="">Home</a></li> <li class="niveau1 menu-19770 menuparent menu-path-front even fixed-width"><a href="/recherche/en" title="">About us</a> <ul> <li class="niveau2 menu-21609 menu-path-node-20835 first odd "><a href="/recherche/en/content/research-policy">Research Policy</a></li> <li class="niveau2 menu-24327 menu-path-node-44625 even "><a href="/recherche/en/content/annual-reports">Annual reports</a></li> <li class="niveau2 menu-21610 menu-path-node-20836 odd "><a href="/recherche/en/content/key-figures-research-sciences-po" title="">Key Figures</a></li> <li class="niveau2 menu-22339 menuparent menu-path-node-20906 even last "><a href="/recherche/en/content/renown" title="">Renown</a><ul> <li class="niveau3 menu-22308 first odd "><span class="puce"></span><a href="http://www.sciencespo.fr/recherche/en/category/keywords/rankings-0" title="Rankings - open in new window" target="_blank">Rankings</a></li> <li class="niveau3 menu-22312 even last "><span class="puce"></span><a href="/recherche/en/category/keywords/awards" title="">Awards</a></li> </ul> </li> </ul> </li> <li class="active-menu niveau1 menu-19773 menuparent menu-path-front odd fixed-width"><a href="/recherche/en" title=" Current section : Faculty">Faculty</a> <ul> <li class="niveau2 menu-21614 menu-path-spire-list first odd "><a href="/recherche/en/spire-list" title="" class="active">Permanent Faculty</a></li> <li class="niveau2 menu-22396 menu-path-node-44080 even "><a href="/recherche/en/content/chercheurs-invites-visiting-faculty" title="">Visiting Faculty</a></li> <li class="niveau2 menu-21616 menu-path-node-20842 odd "><a href="/recherche/en/content/phd" title="">PhD</a></li> <li class="niveau2 menu-21617 menu-path-node-20843 even last "><a href="/recherche/en/content/vacancies" title="">Vacancies</a></li> </ul> </li> <li class="niveau1 menu-19778 menuparent menu-path-node-43571 even fixed-width"><a href="/recherche/en/content/research-units" title="">Research Units</a> <ul> <li class="niveau2 menu-21618 menu-path-node-20844 first odd "><a href="/recherche/en/content/research-centers" title="">Research Centers</a></li> <li class="niveau2 menu-22790 menu-path-node-31558 even "><a href="/recherche/en/content/crosscuting-programmes" title="">Cross-cutting Programmes</a></li> <li class="niveau2 menu-22775 menu-path-node-21785 odd "><a href="/recherche/en/content/doctoral-school-0" title="">Doctoral School</a></li> <li class="niveau2 menu-22589 menu-path-node-21307 even last "><a href="/recherche/en/content/chairs" title="">Chairs</a></li> </ul> </li> <li class="niveau1 menu-21560 menuparent menu-path-front odd fixed-width"><a href="/recherche/en" title="">Ongoing Research</a> <ul> <li class="niveau2 menu-22824 menu-path-researchers-by-themes first odd "><a href="/recherche/en/researchers-by-themes" title="">Faculty Expertise Directory</a></li> <li class="niveau2 menu-21622 menu-path-node-20848 even "><a href="/recherche/en/content/unit-lines-research">Unit lines of research</a></li> <li class="niveau2 menu-21623 menuparent menu-path-node-20849 odd last "><a href="/recherche/en/content/agreements">Agreements</a><ul> <li class="niveau3 menu-22398 first odd "><span class="puce"></span><a href="/recherche/en/content/conventions-de-recherche/programmes-cadres-europeens" title="">Ongoing European projects</a></li> <li class="niveau3 menu-22772 even "><span class="puce"></span><a href="/recherche/en/content/conventions-de-recherche/programmes-cadres-europeens-termines" title="">Achieved European projects</a></li> <li class="niveau3 menu-24280 odd last "><span class="puce"></span><a href="/recherche/en/content/les-conventions-de-recherche-avec-lagence-nationale-de-la-recherche" title="">ANR Agreements</a></li> </ul> </li> </ul> </li> <li class="niveau1 menu-21561 menuparent menu-path-front even fixed-width"><a href="/recherche/en" title="">Publications</a> <ul> <li class="niveau2 menu-22399 menu-path-publication first odd "><a href="/recherche/en/publication" title="">Just published</a></li> <li class="niveau2 menu-21625 menu-path-node-20850 even "><a href="/recherche/en/content/spire-open-archives" title="">Spire, Open Archives</a></li> <li class="niveau2 menu-21627 menu-path-node-20816 odd "><a href="/recherche/en/content/newsroom" title="">Newsroom </a></li> <li class="niveau2 menu-24293 menu-path-sciencespofr-research-cogito-home-langen even last "><a href="http://www.sciencespo.fr/research/cogito/home/?lang=en" title="Cogito, the newsletter - open in new window" target="_blank">Cogito, the newsletter</a></li> </ul> </li> <li class="niveau1 menu-21562 menuparent menu-path-front odd fixed-width"><a href="/recherche/en" title="">Research support</a> <ul> <li class="niveau2 menu-21628 menu-path-node-20853 first odd "><a href="/recherche/en/content/project-support">Support for Research Projects</a></li> <li class="niveau2 menu-21620 menu-path-node-20846 even "><a href="/recherche/en/content/networks-and-partnerships" title="">International Partnerships</a></li> <li class="niveau2 menu-22771 menu-path-node-20819 odd last "><a href="/recherche/en/content/autres-services" title="">Other opportunities (FR)</a></li> </ul> </li> <li class="fixed-width niveau1 menu-22722 menuparent menu-path-liste-de-contacts even last "><a href="/recherche/en/liste-de-contacts" title="">Contacts</a></li> </ul> </div> </div> <!-- /.block --> </div><!-- /.region --> <div id="degrade"></div> </div> </div> <!-- /.section, /#navigation --> <!--//***********************************************************************************************--> <div class="breadcrumb"><a href="/recherche/en">Home</a> > Faculty Directory</div> <div id="content" class="column"><div class="section"> <h1 class="title">Faculty Directory</h1> <!--dela--> <div id="content-area"> <div class="node"> <h1 class="title-article">Faculty Directory</h1> <ul class="spire-pager-alpha"><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/a" class="active">A</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/b">B</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/c">C</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/d">D</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/e">E</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/f">F</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/g">G</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/h">H</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/i">I</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/j">J</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/k">K</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/l">L</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/m">M</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/n">N</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/o">O</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/p">P</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/q">Q</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/r">R</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/s">S</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/t">T</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/u">U</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/v">V</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/w">W</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/x">X</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/y">Y</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/z">Z</a></li></ul><div id="spire-list-content"> <div class="spire-list-content-item"> <img alt="" class="photo" src="http://spire.sciencespo.fr/hdl:/2441/9labe9r4se65i789685q555jm/resources/fariba-adelkhah-spire.gif" > <h2 class="title"><a href="http://www.sciencespo.fr/ceri/en/cerispire-user/7124/537" target="_blank">Fariba Adelkhah</a></h2> <div class="titre"> <strong>Directrice de recherche, Sciences Po, Senior Research Fellow, Sciences Po</strong> </div> <div class="email"> <a href="mailto:fariba.adelkhah@sciencespo.fr">fariba.adelkhah@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33158717016 </div> <div class="affiliation"> <em>Affiliated to:</em> Centre de recherches internationales </div> <div class="themes"> <em>Research Topics:</em> Sociopolitical anthropology, Iran </div> </div> <div class="spire-list-content-item"> <img alt="" class="photo" src="http://spire.sciencespo.fr/hdl:/2441/9labe9r4se65i789685q5ao4n/resources/yannalgan2014-petit-spire.gif" > <h2 class="title"><a href="http://www.yann-algan.com/en/" target="_blank">Yann Algan</a></h2> <div class="titre"> <strong>Professor of Economics </strong> </div> <div class="email"> <a href="mailto:yann.algan@sciencespo.fr">yann.algan@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33145496365 </div> <div class="affiliation"> <em>Affiliated to:</em> Département d'économie, Centre pour la recherche économique et ses applications </div> <div class="themes"> <em>Research Topics:</em> Labour markets, Political economy, Welfare state, Etat-providence </div> </div> <div class="spire-list-content-item"> <h2 class="title"><a href="http://www.ofce.fr/pages-chercheurs/page.php?id=1" target="_blank">Guillaume Allègre</a></h2> <div class="email"> <a href="mailto:guillaume.allegre@sciencespo.fr">guillaume.allegre@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33144185426 </div> <div class="affiliation"> <em>Affiliated to:</em> Observatoire français des conjonctures économiques, Observatoire français des conjonctures économiques </div> <div class="themes"> <em>Research Topics:</em> Social policies, Tax system, Incentives to work, Inequality, Poverty </div> </div> <div class="spire-list-content-item"> <img alt="" class="photo" src="http://spire.sciencespo.fr/hdl:/2441/9labe9r4se65i789685q5b0j6/resources/andersson-jenny-1-2015.jpg" > <h2 class="title"><a href="http://www.sciencespo.fr/centre-etudes-europeennes/en/researcher/jenny-andersson" target="_blank">Jenny Andersson</a></h2> <div class="titre"> <strong>Directrice de recherche CNRS, CNRS Research Professor, Co-directrice du MaxPo, Co-director of MaxPo</strong> </div> <div class="email"> <a href="mailto:jenny.andersson@sciencespo.fr">jenny.andersson@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33145498382 </div> <div class="affiliation"> <em>Affiliated to:</em> Centre d'études européennes de Sciences Po, MaxPo, Sciences Po, MaxPo </div> <div class="themes"> <em>Research Topics:</em> Political economy of social democracy, political history of neoliberalism, transnational history, histories of prediction in the global field </div> </div> <div class="spire-list-content-item"> <h2 class="title"><a href="http://chsp.sciences-po.fr/en/chercheur-permanent/andrieu" target="_blank">Claire Andrieu</a></h2> <div class="titre"> <strong>Professeur des universités à Sciences Po, Full Professor</strong> </div> <div class="email"> <a href="mailto:claire.andrieu@sciencespo.fr">claire.andrieu@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33145497740 </div> <div class="affiliation"> <em>Affiliated to:</em> Centre d'histoire de Sciences Po, Centre de recherches internationales </div> <div class="themes"> <em>Research Topics:</em> History and memory, Resistance, Social mouvements, World War II, Seconde Guerre mondiale </div> </div> <div class="spire-list-content-item"> <img alt="" class="photo" src="http://spire.sciencespo.fr/hdl:/2441/5l6uh8ogmqildh09h6l10gtqo/resources/celine-antonin.jpg" > <h2 class="title"><a href="http://www.ofce.fr/pages-chercheurs/page.php?id=3" target="_blank">Céline Antonin</a></h2> <div class="titre"> <strong>Économiste au Département analyse et prévision OFCE</strong> </div> <div class="email"> <a href="mailto:celine.antonin@sciencespo.fr">celine.antonin@sciencespo.fr</a> </div> <div class="affiliation"> <em>Affiliated to:</em> Observatoire français des conjonctures économiques </div> <div class="themes"> <em>Research Topics:</em> Euro area, Labour markets, Savings, Savings, Modélisation </div> </div> <div class="spire-list-content-item"> <img alt="" class="photo" src="http://spire.sciencespo.fr/hdl:/2441/5k7940uimfdf9c8990p8pc61p/resources/louis-assierandrieu.jpg" > <h2 class="title"><a href="http://www.sciencespo.fr/ecole-de-droit/en/profile/assier-andrieu-louis" target="_blank">Louis Assier-Andrieu</a></h2> <div class="titre"> <strong>Directeur de recherche CNRS, Professeur à l'École de Droit de Sciences Po, Paris, Fellow, Centre for Advanced Studies, Käte Hamburger Kolleg, Bonn (Allemagne) </strong> </div> <div class="email"> <a href="mailto:louis.assierandrieu@sciencespo.fr">louis.assierandrieu@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33145495943 </div> <div class="affiliation"> <em>Affiliated to:</em> Ecole de Droit </div> <div class="themes"> <em>Research Topics:</em> Epistemology of law, Lawyers: history, culture, perspectives, Legal norms, cultural norms, Historical anthropology of western law </div> </div> <div class="spire-list-content-item"> <img alt="" class="photo" src="http://spire.sciencespo.fr/hdl:/2441/9labe9r4se65i789685q5a80n/resources/jeanb-auby.jpg" > <h2 class="title"><a href="http://www.sciencespo.fr/ecole-de-droit/en/profile/auby-jean-bernard" target="_blank">Jean-Bernard Auby</a></h2> <div class="titre"> <strong>Professeur des Universités à Sciences Po, Directeur de la Chaire Mutations de l'action publique et du droit public (Chaire MDAP), Agrégé de droit public</strong> </div> <div class="email"> <a href="mailto:jeanbernard.auby@sciencespo.fr">jeanbernard.auby@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33145497631 </div> <div class="affiliation"> <em>Affiliated to:</em> Ecole de Droit </div> <div class="themes"> <em>Research Topics:</em> Administrative law, Comparative law, Planning Law and Local Government, Legal Globalization </div> </div> <div class="spire-list-content-item"> <img alt="" class="photo" src="http://spire.sciencespo.fr/hdl:/2441/5k7940uimfdf9c8990p900c2l/resources/frederic-audren.jpg" > <h2 class="title"><a href="http://www.sciencespo.fr/ecole-de-droit/en/profile/audren-frederic" target="_blank">Frédéric Audren</a></h2> <div class="titre"> <strong>Chargé de recherche (1e classe) au CNRS, Chercheur du Centre d'études européennes (CEE - CNRS), CNRS Research Professor and Researcher at the Centre d'études européennes de Sciences Po</strong> </div> <div class="email"> <a href="mailto:frederic.audren@sciencespo.fr">frederic.audren@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33145495338 </div> <div class="affiliation"> <em>Affiliated to:</em> Ecole de Droit </div> <div class="themes"> <em>Research Topics:</em> History of law, Sociology of law, Comparative law </div> </div> <div class="spire-list-content-item"> <img alt="" class="photo" src="http://spire.sciencespo.fr/hdl:/2441/9labe9r4se65i789685q5ad19/resources/jerome-aust-spire.gif" > <h2 class="title"><a href="http://www.cso.edu/cv_equipe.asp?langue=en&amp;per_id=127" target="_blank">Jérôme Aust</a></h2> <div class="titre"> <strong>Chargé de recherche FNSP</strong> </div> <div class="email"> <a href="mailto:jerome.aust@sciencespo.fr">jerome.aust@sciencespo.fr</a> </div> <div class="tel"> <em>Tel:</em>+33140626578 </div> <div class="affiliation"> <em>Affiliated to:</em> Centre de sociologie des organisations </div> <div class="themes"> <em>Research Topics:</em> Higher education, Education, Public policies, Great Britain </div> </div> <div class="spire-list-content-item"> <h2 class="title"><a href="http://www.sciencespo.fr/ecole-de-droit/en/profile/azoulai-loic" target="_blank">Loïc Azoulai</a></h2> <div class="email"> <a href="mailto:loic.azoulai@sciences-po.org">loic.azoulai@sciences-po.org</a> </div> <div class="tel"> <em>Tel:</em>+33145495561 </div> <div class="affiliation"> <em>Affiliated to:</em> Ecole de Droit, Sciences Po </div> <div class="themes"> <em>Research Topics:</em> European Law , Legal concepts and fundamental legal conceptions, Europeanisation of Law </div> </div> </div> </div> <ul class="spire-pager-alpha"><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/a" class="active">A</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/b">B</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/c">C</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/d">D</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/e">E</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/f">F</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/g">G</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/h">H</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/i">I</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/j">J</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/k">K</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/l">L</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/m">M</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/n">N</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/o">O</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/p">P</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/q">Q</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/r">R</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/s">S</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/t">T</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/u">U</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/v">V</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/w">W</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/x">X</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/y">Y</a></li><li><a href="http://www.sciencespo.fr/recherche/en/spire-list/z">Z</a></li></ul> </div> <!--ala--> </div></div> <!-- /.section, /#content --> <!-- navigation avant !!! --> <div class="region region-sidebar-second column sidebar"><div class="section"> <div id="block-mise_en_page-entretoise" class="block block-mise_en_page first last region-odd odd region-count-1 count-1"> <div class="content"> &nbsp; </div> </div> <!-- /.block --> </div></div><!-- /.section, /.region --> </div></div> <!-- /#main, /#main-wrapper --> <div id="back_top"> <a href="#header">Back to top</a> </div> <div id="footer"><div class="section clearfix"> <h1 class="outscreen">Research tools</h1> <div class="region region-footer"> <div id="block-mise_en_page-SPcontact" class="block block-mise_en_page first region-odd odd region-count-1 count-7"> <div class="content"> <h2><span class="title"><a href="/recherche/en/liste-de-contacts">Contacts</a></span></h2><p></p> </div> </div> <!-- /.block --> <div id="block-mise_en_page-SPmentions_legales" class="block block-mise_en_page region-even even region-count-2 count-8"> <div class="content"> <h2><span class="title"><a href="/recherche/en/content/legal-notice">LEGAL NOTICE</a></span></h2><h2><span class="title"><a href="/recherche/en/content/accessibility-research-website">Accessibility of the Research Website</a></span></h2> </div> </div> <!-- /.block --> <div id="block-map-map" class="block block-map region-odd odd region-count-3 count-9"> <h2 class="title"><a href="/recherche/en/map">Maps</a></h2> <div class="content"> <div class="item-list"><ul><li class="first"><a href="/recherche/en/map/office%20of%20the%20vice%20provost%20for%20research">Office of the Vice Provost for Research</a></li> <li class="last"><a href="/recherche/en/map/sciences%20po">Sciences Po</a></li> </ul></div> </div> </div> <!-- /.block --> <div id="block-reseaux_sociaux-reseaux_sociaux" class="block block-reseaux_sociaux last region-even even region-count-4 count-10"> <h2 class="title">Social Network</h2> <div class="content"> <div class="item-list"><ul><li class="first"><a href="https://twitter.com/ScPoResearch/lists/les-unit%C3%A9s-de-recherche" target="_blank"><img src="/recherche/sites/sciencespo.fr.recherche/files/twitter_active_1.png" alt="Sciences Po Labs Twitter (new window)" title="Sciences Po Labs Twitter" ></a></li> <li><a href="http://vimeo.com/channels/128085" target="_blank"><img src="/recherche/sites/sciencespo.fr.recherche/files/icons/vimeo_active.png" alt="Sciences Po&#039;s Research on Vimeo (new window)" title="Sciences Po&#039;s Research on Vimeo " ></a></li> <li class="last"><a href="https://twitter.com/ScPoResearch" target="_blank"><img src="/recherche/sites/sciencespo.fr.recherche/files/twitter_active_0.png" alt="Research Twitter (new window)" title="Research Twitter " ></a></li> </ul></div><div class="all"><a href="/recherche/en/reseaux_sociaux">See all</a></div> </div> </div> <!-- /.block --> </div><!-- /.region --> </div></div> <!-- /.section, /#footer --> </div></div> <!-- /#page, /#page-wrapper --> <script type="text/javascript"> <!--//--><![CDATA[/><!-- var _paq = _paq || [];(function(){var u=(("https:" == document.location.protocol) ? "" : "http://stats.sciencespo.fr/");_paq.push(["setSiteId", "53"]);_paq.push(["setTrackerUrl", u+"piwik.php"]);_paq.push(["setDoNotTrack", 1]);_paq.push(["trackPageView"]);_paq.push(["enableLinkTracking"]);var d=document,g=d.createElement("script"),s=d.getElementsByTagName("script")[0];g.type="text/javascript";g.defer=true;g.async=true;g.src=u+"piwik.js";s.parentNode.insertBefore(g,s);})(); //--><!]]> </script> </body> </html>
{% load i18n %} <table id="security_groups" class="zebra-striped"> <tr> <th>{% trans "Name"%}</th> <th>{% trans "Description"%}</th> <th>{% trans "Actions"%}</th> </tr> {% for security_group in security_groups %} <tr class="{% cycle 'odd' 'even' %}"> <td><a href="{% url horizon:nova:security_groups:edit_rules security_group.id %}">{{ security_group.name }}</a></td> <td>{{ security_group.description }}</td> <td id="actions"> <ul> <li><a class="btn small" href="{% url horizon:nova:security_groups:edit_rules security_group.id %}">{% trans "Edit Rules"%}</a></li> {% if security_group.name != 'default' %} <li class="form">{% include "nova/security_groups/_delete.html" with form=delete_form %}</li> {% endif %} </ul> </td> </tr> {% endfor %} </table>
<!-- ========================================================= * Vuetify Material Dashboard - v2.1.0 ========================================================= * Product Page: https://www.creative-tim.com/product/vuetify-material-dashboard * Copyright 2019 Creative Tim (https://www.creative-tim.com) * Coded by Creative Tim ========================================================= * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. --> <!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.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> <title>Dashboard Store</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"> </head> <body> <noscript> <strong>We're sorry but material doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> </noscript> <div id="app"></div> <!-- built files will be auto injected --> </body> </html>
<!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 (9.0.4) on Thu Dec 17 10:13:21 NZDT 2020 --> <title>Uses of Class moa.clusterers.meta.TruncatedNormal (MOA: Massive Online Analysis 2020.12.0 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="date" content="2020-12-17"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../jquery/jquery-1.10.2.js"></script> <script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class moa.clusterers.meta.TruncatedNormal (MOA: Massive Online Analysis 2020.12.0 API)"; } } catch(err) { } //--> var pathtoroot = "../../../../";loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="fixedNav"> <!-- ========= 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="../../../../moa/clusterers/meta/TruncatedNormal.html" title="class in moa.clusterers.meta">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> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?moa/clusterers/meta/class-use/TruncatedNormal.html" target="_top">Frames</a></li> <li><a href="TruncatedNormal.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> <ul class="navListSearch"> <li><span>SEARCH:&nbsp;</span> <input type="text" id="search" value=" " disabled="disabled"> <input type="reset" id="reset" value=" " disabled="disabled"> </li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> <div class="header"> <h2 title="Uses of Class moa.clusterers.meta.TruncatedNormal" class="title">Uses of Class<br>moa.clusterers.meta.TruncatedNormal</h2> </div> <div class="classUseContainer">No usage of moa.clusterers.meta.TruncatedNormal</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="../../../../moa/clusterers/meta/TruncatedNormal.html" title="class in moa.clusterers.meta">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> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?moa/clusterers/meta/class-use/TruncatedNormal.html" target="_top">Frames</a></li> <li><a href="TruncatedNormal.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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2020 <a href="http://www.waikato.ac.nz/">University of Waikato, Hamilton, NZ</a>. All Rights Reserved.</small></p> </body> </html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><link href="/static/css/main.53e099ab.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,i,p=r[0],l=r[1],a=r[2],c=0,s=[];c<p.length;c++)i=p[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(f&&f(r);s.length;)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,p=1;p<t.length;p++){var l=t[p];0!==o[l]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}return e}var n={},o={1:0},u=[];function i(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,r){if(1&r&&(e=i(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(i.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)i.d(t,n,function(r){return e[r]}.bind(null,n));return t},i.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(r,"a",r),r},i.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},i.p="/";var p=this["webpackJsonpirish-app"]=this["webpackJsonpirish-app"]||[],l=p.push.bind(p);p.push=r,p=p.slice();for(var a=0;a<p.length;a++)r(p[a]);var f=l;t()}([])</script><script src="/static/js/2.17dc5ede.chunk.js"></script><script src="/static/js/main.d588f6f0.chunk.js"></script></body></html>
<!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_201) on Mon Feb 25 16:59:10 CET 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>IpfBootFhirServlet (ipf 3.6-SNAPSHOT API)</title> <meta name="date" content="2019-02-25"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="IpfBootFhirServlet (ipf 3.6-SNAPSHOT API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/IpfBootFhirServlet.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/openehealth/ipf/boot/fhir/IpfBootFhirServlet.html" title="class in org.openehealth.ipf.boot.fhir"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/openehealth/ipf/boot/fhir/IpfFhirAutoConfiguration.html" title="class in org.openehealth.ipf.boot.fhir"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/openehealth/ipf/boot/fhir/IpfBootFhirServlet.html" target="_top">Frames</a></li> <li><a href="IpfBootFhirServlet.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="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.openehealth.ipf.boot.fhir</div> <h2 title="Class IpfBootFhirServlet" class="title">Class IpfBootFhirServlet</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.openehealth.ipf.boot.fhir.IpfBootFhirServlet</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public static class <span class="typeNameLabel">IpfBootFhirServlet</span> extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Christian Ohr</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../serialized-form.html#org.openehealth.ipf.boot.fhir.IpfBootFhirServlet">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></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/IpfBootFhirServlet.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/openehealth/ipf/boot/fhir/IpfBootFhirServlet.html" title="class in org.openehealth.ipf.boot.fhir"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/openehealth/ipf/boot/fhir/IpfFhirAutoConfiguration.html" title="class in org.openehealth.ipf.boot.fhir"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/openehealth/ipf/boot/fhir/IpfBootFhirServlet.html" target="_top">Frames</a></li> <li><a href="IpfBootFhirServlet.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="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="http://www.openehealth.org/">Open eHealth Foundation</a>. All rights reserved.</small></p> </body> </html>
<!--Programmer: Chris Tralie!--> <!--Purpose: Front end point chooser / debugger for triangle barycenter function!--> <html> <head> <meta charset=utf-8></meta> <script src = "gl-matrix-min.js"></script> <script src = "dat.gui.min.js"></script> <script src = "geomprimitives.js"></script> <script src = "guitools.js"></script> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <h2>Computing Barycentric Coordinates</h2> <p> In the GUI below, choose three points in the plane the plane (z = 0) to make a triangle, and then select a fourth point. Left click to select the points, and right click to delete the most recently selected point. Once the fourth point is selected, that triangles will be drawn. The barycentric coordinates can then be computed by the area ratios shown below </p> <p> <b>NOTE:</b> This GUI runs in the plane for simplicity (all z coordinates are zero), but the same phenomenon will happen in 3D. </p> <canvas id = "barycanvas" width = "600" height = "600" style="border:1px solid #000000;"> </canvas> <script> let gui = new TriangleDivisionGUI(); </script> <HR> <h2>Area Ratios</h2> <p> The ratios of the areas of triangles can be used to compute the barycentric coordinates. If the point <b>d</b> is inside the triangle <b>abc</b>, then the following rules apply: </p> <h3> \[ \alpha = \text{area} \frac{\bigtriangleup bcd}{\bigtriangleup abc}, \beta = \text{area} \frac{\bigtriangleup acd}{\bigtriangleup abc}, \gamma = \text{area} \frac{\bigtriangleup abd}{\bigtriangleup abc} \] </h3> Notice how in this case, alpha + beta + gamma = 1 <p> If the point is outside the triangle (either in the same plane but outside, or above or below the plane of the triangle), then <h3> \[ \text{area} ({\bigtriangleup abc}) < \text{area} ({\bigtriangleup abd}) + \text{area} ({\bigtriangleup acd}) + \text{area} ({\bigtriangleup bcd}) \] </h3> </p> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> </body> </html>
<!DOCTYPE html SYSTEM "about:legacy-compat"> <html lang="en-US"> <!--**************************************--> <!--* Generated from PreTeXt source *--> <!--* on 2020-02-13T14:48:14-07:00 *--> <!--* *--> <!--* https://pretextbook.org *--> <!--* *--> <!--**************************************--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="robots" content="noindex, nofollow"> </head> <body> <h6 class="heading"><span class="type">Paragraph</span></h6> <p>== === = ======== ====d== d===</p> <span class="incontext"><a href="section-26.html#p-20635">in-context</a></span> </body> </html>
<!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 name="generator" content="HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!--Tag library software copyright Mulberry Technologies, Inc., 2002-2008--> <link rel="stylesheet" href="auto-css.css" type="text/css" /> <title>Element: Statement, Formal</title> </head> <body class="main"> <div class="pageheader"> <h2 class="headname">Journal Archiving and Interchange Tag Library Proposed NISO JATS version 1.0</h2> <h4 class="sponsor">National Center for Biotechnology Information (NCBI)<br class="linebrk" /> National Library of Medicine (NLM)</h4> </div> <div class="header"> <h1 class="elementtag">&lt;statement&gt;</h1> <h1 class="elementname">Statement, Formal</h1> </div> <div class="definition"> <p class="para">Theorem, Lemma, Proof, Postulate, Hypothesis, Proposition, Corollary, or other formal statement, identified as such with a label and usually made typographically distinct from the surrounding text.</p> </div> <div class="attrlist"> <h2 class="header">Attributes</h2> <h5 class="header"><a href="n-bsk2.html" target="main"><span class= "attrtag">content-type</span></a> <a href="n-bsk2.html" target="main"><span class= "attrname">Type of Content</span></a></h5> <h5 class="header"><a href="n-6y22.html" target="main"><span class="attrtag">id</span></a> <a href="n-6y22.html" target="main"><span class="attrname">Identifier</span></a></h5> <h5 class="header"><a href="n-ax52.html" target="main"><span class= "attrtag">specific-use</span></a> <a href="n-ax52.html" target="main"><span class= "attrname">Specific Use</span></a></h5> <h5 class="header"><a href="n-cg82.html" target="main"><span class= "attrtag">xml:lang</span></a> <a href="n-cg82.html" target="main"><span class= "attrname">Language</span></a></h5> </div> <div class="contentmodel"> <h2 class="header first">Content Model</h2> <pre class="contentdesc"> &lt;!ELEMENT statement <a href="n-pz72.html" target="main" title= "Statement, Formal Model"><span class= "petag">%statement-model;</span></a> &gt; </pre> </div> <div class="contentmodel"> <h2 class="header">Expanded Content Model</h2> <p class="contentdesc">(label?, title?, (p)+, (attrib | permissions)*)</p> </div> <div class="modeldesc"> <h2 class="header">Description</h2> <p class="para">The following, in order:</p> <ul class="bullist"> <li><a href="n-f3e0.html" target="main" title= "Label (of an Equation, Figure, Reference, etc.)"><span class= "elementtag">&lt;label&gt;</span></a> <a href="n-f3e0.html" target="main" title= "&lt;label&gt;"><span class="elementname">Label (of an Equation, Figure, Reference, etc.)</span></a>, zero or one</li> <li><a href="n-56b0.html" target="main" title="Title"><span class= "elementtag">&lt;title&gt;</span></a> <a href="n-56b0.html" target="main" title= "&lt;title&gt;"><span class="elementname">Title</span></a>, zero or one</li> <li><a href="n-3vn0.html" target="main" title="Paragraph"><span class= "elementtag">&lt;p&gt;</span></a> <a href="n-3vn0.html" target="main" title= "&lt;p&gt;"><span class="elementname">Paragraph</span></a>, one or more</li> <li>Any combination of: <ul class="bullist"> <li><a href="n-ft30.html" target="main" title="Attribution"><span class= "elementtag">&lt;attrib&gt;</span></a> <a href="n-ft30.html" target="main" title= "&lt;attrib&gt;"><span class="elementname">Attribution</span></a></li> <li><a href="n-tk60.html" target="main" title="Permissions"><span class= "elementtag">&lt;permissions&gt;</span></a> <a href="n-tk60.html" target="main" title= "&lt;permissions&gt;"><span class="elementname">Permissions</span></a></li> </ul> </li> </ul> </div> <div class="elementcontext"> <h3 class="header">This element may be contained in:</h3> <p class="para"><a href="n-am00.html" target="main" title="Abstract"><span class= "elementtag">&lt;abstract&gt;</span></a>, <a href="n-j820.html" target="main" title= "Acknowledgments"><span class="elementtag">&lt;ack&gt;</span></a>, <a href="n-ftc0.html" target="main" title="Appendix"><span class="elementtag">&lt;app&gt;</span></a>, <a href= "n-gnc0.html" target="main" title="Appendix Group"><span class= "elementtag">&lt;app-group&gt;</span></a>, <a href="n-gz30.html" target="main" title= "Biography"><span class="elementtag">&lt;bio&gt;</span></a>, <a href="n-f550.html" target= "main" title="Body of the Document"><span class="elementtag">&lt;body&gt;</span></a>, <a href= "n-t750.html" target="main" title="Boxed Text"><span class= "elementtag">&lt;boxed-text&gt;</span></a>, <a href="n-4xx0.html" target="main" title= "Quote, Displayed"><span class="elementtag">&lt;disp-quote&gt;</span></a>, <a href= "n-rqv0.html" target="main" title="Figure"><span class="elementtag">&lt;fig&gt;</span></a>, <a href="n-g8s0.html" target="main" title="Glossary Elements List"><span class= "elementtag">&lt;glossary&gt;</span></a>, <a href="n-tve0.html" target="main" title= "License Paragraph"><span class="elementtag">&lt;license-p&gt;</span></a>, <a href= "n-i3g0.html" target="main" title="Named Special (Subject) Content"><span class= "elementtag">&lt;named-content&gt;</span></a>, <a href="n-udg0.html" target="main" title= "Notes"><span class="elementtag">&lt;notes&gt;</span></a>, <a href="n-3vn0.html" target="main" title="Paragraph"><span class="elementtag">&lt;p&gt;</span></a>, <a href="n-yyd0.html" target= "main" title="Reference List (Bibliographic)"><span class= "elementtag">&lt;ref-list&gt;</span></a>, <a href="n-bsh0.html" target="main" title= "Section"><span class="elementtag">&lt;sec&gt;</span></a>, <a href="n-wmy0.html" target="main" title="Styled Special (Subject) Content"><span class= "elementtag">&lt;styled-content&gt;</span></a>, <a href="n-t6p0.html" target="main" title= "Supplementary Material"><span class="elementtag">&lt;supplementary-material&gt;</span></a>, <a href="n-rcq0.html" target="main" title="Table Wrapper"><span class= "elementtag">&lt;table-wrap&gt;</span></a>, <a href="n-abb0.html" target="main" title= "Translated Abstract"><span class="elementtag">&lt;trans-abstract&gt;</span></a></p> </div> <div class="examp.group"> <h3 class="header">Example</h3> <div class="taggedexamp"> <pre class="taggedtext"> &lt;article&gt; &lt;front&gt;...&lt;/front&gt; &lt;body&gt; ... &lt;p&gt;Industrial buyers categorise foreign countries according to their level of technological achievement and subsequently differentiate their perceptions of these countries accordingly. ... The following hypothesis is posited: <strong><span class="focus">&lt;statement&gt;&lt;label&gt;Hypothesis 1&lt;/label&gt; &lt;p&gt;Buyer preferences for companies are influenced by factors extrinsic to the firm attributable to, and determined by, country-of-origin effects.&lt;/p&gt; &lt;/statement&gt;</span></strong> &lt;/p&gt; ... &lt;/body&gt; &lt;back&gt;...&lt;/back&gt; &lt;/article&gt; </pre> </div> </div> <div class="moduledefined"> <h2 class="header">Module</h2> <p class="moduledefined">JATS-para1.ent</p> </div> <div class="pagefooter"> <h2 class="headname">Journal Archiving and Interchange Tag Library Proposed NISO JATS version 1.0</h2> <h4 class="pubdate">Version of May 2012</h4> </div> </body> </html>
<!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"/> <title>WiseLoop JavaScript Premium Weather Widget: Using the Widget</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body onload='searchBox.OnSelectItem(0);'> <!-- Generated by Doxygen 1.7.4 --> <script type="text/javascript"><!-- var searchBox = new SearchBox("searchBox", "search",false,'Search'); --></script> <script type="text/javascript"> function hasClass(ele,cls) { return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)')); } function addClass(ele,cls) { if (!this.hasClass(ele,cls)) ele.className += " "+cls; } function removeClass(ele,cls) { if (hasClass(ele,cls)) { var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)'); ele.className=ele.className.replace(reg,' '); } } function toggleVisibility(linkObj) { var base = linkObj.getAttribute('id'); var summary = document.getElementById(base + '-summary'); var content = document.getElementById(base + '-content'); var trigger = document.getElementById(base + '-trigger'); if ( hasClass(linkObj,'closed') ) { summary.style.display = 'none'; content.style.display = 'block'; trigger.src = 'open.png'; removeClass(linkObj,'closed'); addClass(linkObj,'opened'); } else if ( hasClass(linkObj,'opened') ) { summary.style.display = 'block'; content.style.display = 'none'; trigger.src = 'closed.png'; removeClass(linkObj,'opened'); addClass(linkObj,'closed'); } return false; } </script> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="doxygen-wl-logo.jpg"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">WiseLoop JavaScript Premium Weather Widget&#160;<span id="projectnumber">2.1.1</span></div> <div id="projectbrief">Weather Condition & Forecast Script</div> </td> </tr> </tbody> </table> </div> <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 id="searchli"> <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> <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"> initNavTree('howto-03-using-the-widget.html',''); </script> <div id="doc-content"> <div class="header"> <div class="headertitle"> <div class="title">Using the Widget </div> </div> </div> <div class="contents"> <div class="textblock"><p>The provided directive is able to retrieve the weather condition and forecasts for client or other desired location and displays them in a nice responsive HTML theme template.</p> <p>For the simplicity of the learning process, all the samples will use a simple HTML page layout.<br/> Also, you need a basic understanding of HTML and JavaScript. If you are not familiar with HTML or JavaScript, you can find plenty of documentation over the internet.</p> <p>The following samples will show you how to integrate the provided <b>AngularJS directive</b> into your own projects.<br/> If you don't know what a directive is, you just need to know that it is a sort of a HTML tag or attribute that has the ability to change the DOM.</p> <h2><a class="anchor" id="directive-file-structure"></a> The server file structure</h2> <p>The following file structure is assumed to exists on the server as this is the default structure that the package comes with. </p> <div class="image"> <img src="tut-file-structure.png" alt="tut-file-structure.png"/> <div class="caption"> The assumed server file structure</div></div> <p> The file we are editing is <b>/sample/index.html</b></p> <dl class="note"><dt><b>Note:</b></dt><dd>All the samples presented in these tutorials are available under the same <b>/sample/</b> directory of the downloaded package.</dd></dl> <h2><a class="anchor" id="directive-default"></a> Default Weather Widget</h2> <p>The following code shows how to integrate the directive with the default options. </p> <div class="fragment"><pre class="fragment">&lt;html&gt; &lt;head&gt; &lt;link rel=<span class="stringliteral">&quot;stylesheet&quot;</span> href=<span class="stringliteral">&quot;../bins/lib/bootstrap/css/bootstrap.min.css&quot;</span>/&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/skycons/skycons.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular-animate.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;https://maps.googleapis.com/maps/api/js?libraries=places&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/wl-ng-weather.js&quot;</span>&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div ng-app=<span class="stringliteral">&quot;wl-ng-weather&quot;</span> wl-ng-weather&gt;&lt;/div&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span>&gt; angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;bins&#39;</span>, <span class="stringliteral">&#39;../bins&#39;</span>); angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;apikey&#39;</span>, <span class="stringliteral">&#39;your-forecast.io-key&#39;</span>); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </pre></div><p> After browsing to our <em>http;//the-server-root/javascript-premium-weather-widget/sample/index.html</em>, we should get something like: </p> <div class="image"> <img src="tut-directive-default.png" alt="tut-directive-default.png"/> <div class="caption"> The default weather widget in action</div></div> <h2><a class="anchor" id="directive-graphical-customization"></a> Graphical Customization of the Weather Widget</h2> <p>The following code shows how to customize the widget with a theme and some static background color. </p> <div class="fragment"><pre class="fragment">&lt;html&gt; &lt;head&gt; &lt;link rel=<span class="stringliteral">&quot;stylesheet&quot;</span> href=<span class="stringliteral">&quot;../bins/lib/bootstrap/css/bootstrap.min.css&quot;</span>/&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/skycons/skycons.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular-animate.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;https://maps.googleapis.com/maps/api/js?libraries=places&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/wl-ng-weather.js&quot;</span>&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div ng-app=<span class="stringliteral">&quot;wl-ng-weather&quot;</span> wl-ng-weather theme=<span class="stringliteral">&quot;complex3&quot;</span> background=<span class="stringliteral">&quot;#6F004B&quot;</span>&gt;&lt;/div&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span>&gt; angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;bins&#39;</span>, <span class="stringliteral">&#39;../bins&#39;</span>); angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;apikey&#39;</span>, <span class="stringliteral">&#39;your-forecast.io-key&#39;</span>); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </pre></div><p> After browsing to our <em>http;//the-server-root/javascript-premium-weather-widget/sample/index.html</em>, we should get something like: </p> <div class="image"> <img src="tut-directive-custom-graphics.png" alt="tut-directive-custom-graphics.png"/> <div class="caption"> Graphic customized weather widget in action</div></div> <h2><a class="anchor" id="directive-initial-location"></a> Specifying an initial location</h2> <p>By default, the widget will get the location using geo-location.<br/> This behaviour can be overridden by setting an initial location explicitly.<br/> The explicit initial location can be specified by providing a latitude and longitude gps coordinates or by providing a string location that eventually can be evaluated as country, city, zone, area, zipcode, company name, address, street etc.<br/> Of course, this will be just the initial location; it can be changed by interacting with the widget. Please check the <a class="el" href="howto-04-user-interaction.html">User Interaction</a> section for more details.</p> <h3><a class="anchor" id="directive-initial-location-address"></a> Specifying an initial location using an address</h3> <p>The most convenient way of setting an initial location is by specifying an address.<br/> The address can be quite <b>anything</b>: country, city, zone, area, zipcode, company name, address, street etc.<br/> In order to eliminate any confusion when searching an address, you can be as specific as you want by mixing any address elements such as countries, cities, street names etc.<br/> For instance, there is location "Boston" both in USA and in UK, and if you want to get the weather from "Boston UK", just set the address to "Boston UK".<br/> The address search is case-insensitive. </p> <div class="fragment"><pre class="fragment">&lt;html&gt; &lt;head&gt; &lt;link rel=<span class="stringliteral">&quot;stylesheet&quot;</span> href=<span class="stringliteral">&quot;../bins/lib/bootstrap/css/bootstrap.min.css&quot;</span>/&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/skycons/skycons.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular-animate.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;https://maps.googleapis.com/maps/api/js?libraries=places&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/wl-ng-weather.js&quot;</span>&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div ng-app=<span class="stringliteral">&quot;wl-ng-weather&quot;</span> wl-ng-weather theme=<span class="stringliteral">&quot;widget1&quot;</span> background=<span class="stringliteral">&quot;#007B50&quot;</span> location=<span class="stringliteral">&quot;boston uk&quot;</span>&gt;&lt;/div&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span>&gt; angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;bins&#39;</span>, <span class="stringliteral">&#39;../bins&#39;</span>); angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;apikey&#39;</span>, <span class="stringliteral">&#39;your-forecast.io-key&#39;</span>); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </pre></div><p> After browsing to our <em>http;//the-server-root/javascript-premium-weather-widget/sample/index.html</em>, we should get something like: </p> <div class="image"> <img src="tut-directive-custom-location-address.png" alt="tut-directive-custom-location-address.png"/> <div class="caption"> Setting the initial location by address</div></div> <h3><a class="anchor" id="directive-initial-location-gps-coordinates"></a> Specifying an initial location using latitude and longitude GPS coordinates</h3> <p>If very accurate precision is needed for setting the initial location, it can be specified by using GPS coordinates (latitude and longitude attributes).<br/> If <b>latitude</b> or <b>longitude</b> are set, the <b>location</b> parameter will be just shown like a label as the weather will be retrieved from the (latitude, longitude) pair. </p> <div class="fragment"><pre class="fragment">&lt;html&gt; &lt;head&gt; &lt;link rel=<span class="stringliteral">&quot;stylesheet&quot;</span> href=<span class="stringliteral">&quot;../bins/lib/bootstrap/css/bootstrap.min.css&quot;</span>/&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/skycons/skycons.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular-animate.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;https://maps.googleapis.com/maps/api/js?libraries=places&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/wl-ng-weather.js&quot;</span>&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div ng-app=<span class="stringliteral">&quot;wl-ng-weather&quot;</span> wl-ng-weather theme=<span class="stringliteral">&quot;widget3&quot;</span> background=<span class="stringliteral">&quot;dynamic&quot;</span> latitude=<span class="stringliteral">&quot;42.872197&quot;</span> longitude=<span class="stringliteral">&quot;-0.083404&quot;</span> location=<span class="stringliteral">&quot;National Park on Spanish Border&quot;</span>&gt;&lt;/div&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span>&gt; angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;bins&#39;</span>, <span class="stringliteral">&#39;../bins&#39;</span>); angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;apikey&#39;</span>, <span class="stringliteral">&#39;your-forecast.io-key&#39;</span>); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </pre></div><p> After browsing to our <em>http;//the-server-root/javascript-premium-weather-widget/sample/index.html</em>, we should get something like: </p> <div class="image"> <img src="tut-directive-custom-location-gps-coordinates.png" alt="tut-directive-custom-location-gps-coordinates.png"/> <div class="caption"> Setting the initial location by gps coordinates</div></div> <h2><a class="anchor" id="directive-initial-metric-system"></a> Initial metric system</h2> <p>By default, <b>SI</b> metric system (abbreviated from French: Le Système International d'Unités) is used that sets the following measure units: <b>°C</b> for temperature, <b>km/h</b> for wind speed and <b>mBar</b> for pressure.<br/> The widget can initially show weather data using also the <b>US</b> metric system.<br/> The metric system can be changed from within the widget by interacting with it. Please check the <a class="el" href="howto-04-user-interaction.html">User Interaction</a> section for more details. </p> <div class="fragment"><pre class="fragment">&lt;html&gt; &lt;head&gt; &lt;link rel=<span class="stringliteral">&quot;stylesheet&quot;</span> href=<span class="stringliteral">&quot;../bins/lib/bootstrap/css/bootstrap.min.css&quot;</span>/&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/skycons/skycons.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular-animate.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;https://maps.googleapis.com/maps/api/js?libraries=places&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/wl-ng-weather.js&quot;</span>&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div ng-app=<span class="stringliteral">&quot;wl-ng-weather&quot;</span> wl-ng-weather theme=<span class="stringliteral">&quot;widget2&quot;</span> units=<span class="stringliteral">&quot;us&quot;</span> location=<span class="stringliteral">&quot;ibiza&quot;</span>&gt;&lt;/div&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span>&gt; angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;bins&#39;</span>, <span class="stringliteral">&#39;../bins&#39;</span>); angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;apikey&#39;</span>, <span class="stringliteral">&#39;your-forecast.io-key&#39;</span>); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </pre></div><p> After browsing to our <em>http;//the-server-root/javascript-premium-weather-widget/sample/index.html</em>, we should get something like: </p> <div class="image"> <img src="tut-directive-metrics.png" alt="tut-directive-metrics.png"/> <div class="caption"> Setting the initial metric system to US</div></div> <h2><a class="anchor" id="directive-localization"></a> Widget localization</h2> <p>Forecast.io supports the following languages: <b>bs</b> (bosnian), <b>de</b> (german), <b>en</b> (english), <b>es</b> (spanish), <b>fr</b> (french), <b>it</b> (italian), <b>nl</b> (dutch), <b>pl</b> (polish), <b>pt</b> (portuguese), <b>ru</b> (russian).<br/> Although, forecast.io supports only a limited language set, the widget texts (i.e. weekdays, high/low etc.) can still be localized using external language files located under the <b>javascript-premium-weather-widget/bins/lang</b> directory.<br/> If the specified language is not supported by forecast.io, the weather messages will be returned in english as it is the default language of forecast.io.<br/> A few more languages were already included in the package: <b>hi</b> (hindi), <b>hr</b> (croatian), <b>ro</b> (romanian), <b>tr</b> (turkish) and using them will localize the widget texts but the forecasts will be in english as forecast.io do not support these languages.<br/> More languages can be added add or the existing ones can be modified.<br/> For more information on localization support, please see the <a class="el" href="howto-06-localization-support.html">Localization Support</a> section. </p> <div class="fragment"><pre class="fragment">&lt;html&gt; &lt;head&gt; &lt;link rel=<span class="stringliteral">&quot;stylesheet&quot;</span> href=<span class="stringliteral">&quot;../bins/lib/bootstrap/css/bootstrap.min.css&quot;</span>/&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/skycons/skycons.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/lib/angular/angular-animate.min.js&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;https://maps.googleapis.com/maps/api/js?libraries=places&quot;</span>&gt;&lt;/script&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span> src=<span class="stringliteral">&quot;../bins/wl-ng-weather.js&quot;</span>&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div ng-app=<span class="stringliteral">&quot;wl-ng-weather&quot;</span> wl-ng-weather theme=<span class="stringliteral">&quot;wide2&quot;</span> location=<span class="stringliteral">&quot;munich&quot;</span> lang=<span class="stringliteral">&quot;de&quot;</span>&gt;&lt;/div&gt; &lt;script type=<span class="stringliteral">&quot;text/javascript&quot;</span>&gt; angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;bins&#39;</span>, <span class="stringliteral">&#39;../bins&#39;</span>); angular.module(<span class="stringliteral">&#39;wl-ng-weather&#39;</span>).value(<span class="stringliteral">&#39;apikey&#39;</span>, <span class="stringliteral">&#39;your-forecast.io-key&#39;</span>); &lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </pre></div><p> After browsing to our <em>http;//the-server-root/javascript-premium-weather-widget/sample/index.html</em>, we should get something like: </p> <div class="image"> <img src="tut-directive-localization.png" alt="tut-directive-localization.png"/> <div class="caption"> The localized weather widget</div></div> </div></div> </div> <div id="nav-path" class="navpath"> <ul> <li class="footer">Generated by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gappa: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.2~camlp4 / gappa - 1.4.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> gappa <small> 1.4.5 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-09-18 03:11:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-09-18 03:11:03 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp4 4.03+1 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.2~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects. # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;guillaume.melquiond@inria.fr&quot; homepage: &quot;https://gappa.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/gappa/coq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/gappa/coq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; patches: [ &quot;remake.patch&quot; ] build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8.1&quot; &amp; &lt; &quot;8.14~&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.0&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;keyword:interval arithmetic&quot; &quot;keyword:decision procedure&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;logpath:Gappa&quot; &quot;date:2020-11-26&quot; ] authors: [ &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover&quot; url { src: &quot;https://gforge.inria.fr/frs/download.php/file/38380/gappalib-coq-1.4.5.tar.gz&quot; checksum: &quot;sha512=79232f0132bc888fac83c45751d1a030c7fefd4a00b3be41941baaf1b5b8057a17b7a635323b07ec0de6b1cfc502cc664a77ae7864ae5387a5cc2727831aaa61&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-gappa.1.4.5 coq.8.5.2~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2~camlp4). The following dependencies couldn&#39;t be met: - coq-gappa -&gt; coq &gt;= 8.8.1 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-gappa.1.4.5</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
!High Priest Sylvain: We will now, based on the inspector's report, write a manifesto setting out the Temple's legitimacy and authority. We will then send it to the groups opposed to us. In doing so, we will offer them a final chance to repent for forsaking us, and return to our loving fold... None of this would be possible without the document you recovered. Excellent work! You have already justified my faith in you. I know your efforts will not go unrewarded, either in this life or the next. [Quest _137_TempleChampionPart1 sylvain_q0137_24.htm|"I will."]
fig2 html fig 2 stanford university 30 in x 30 in blower tunnel
<div data-control="toolbar"> <a href="<?= Backend::url('acme/settings/briefcases/create') ?>" class="btn btn-primary oc-icon-plus"><?= e(trans('backend::lang.form.create')) ?></a> <a href="<?= Backend::url('acme/settings/briefcases/reorder') ?>" class="btn btn-default oc-icon-list"><?= e(trans('backend::lang.reorder.default_title')) ?></a> <button class="btn btn-default oc-icon-trash-o" disabled="disabled" onclick="$(this).data('request-data', { checked: $('.control-list').listWidget('getChecked') })" data-request="onDelete" data-request-confirm="<?= e(trans('backend::lang.list.delete_selected_confirm')) ?>" data-trigger-action="enable" data-trigger=".control-list input[type=checkbox]" data-trigger-condition="checked" data-request-success="$(this).prop('disabled', true)" data-stripe-load-indicator> <?= e(trans('backend::lang.list.delete_selected')) ?> </button> </div>
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>Introduction to HTML</title> <link href="_css/styles.css" rel="stylesheet" type="text/css"> </head> <body> <header role="banner"> <h1>HTML Essential Training</h1> <h2>Introduction to HTML</h2> <nav role="navigation"> <ul> <li><a href="intro.htm" title="Introduction to HTML">Introduction to HTML</a></li> <li><a href="syntax.htm" title="HTML syntax">HTML syntax</a></li> <li><a href="structure.htm" title="Structuring pages">Structuring pages</a></li> <li><a href="links.htm" title="Creating links">Creating links</a></li> <li><a href="reference.htm" title="HTML Reference">HTML reference</a></li> <li><a href="next.htm" title="Next steps">Next steps</a></li> </ul> </nav> </header> <main role="main"> <article> <header> <p><img src="_images/tags.png" alt="HTML" width="310" height="375" class="flowRight">HTML, or <b>Hypertext Markup Language</b>, is the language used to describe the structure of content on the web. As with other markup languages, it uses tags to identify page elements and describe the page&rsquo;s semantic structure. An easy way to visualize this is to consider the various types of documents you see on a day-to-day basis, like magazine and newspaper articles or documents created in a program like Microsoft Word. The formatting of those documents ensures that the information is presented clearly, with a distinct hierarchy. This allows readers to quickly scan the page and determine which information is important and how the content relates to each other. HTML allows us to do that for web pages by first establishing the overall document structure, and then formatting elements like headings and paragraphs.</p> </header> <section> <h3>History</h3> <p>HTML can trace its roots back to 1989 at <b>CERN</b>, the European Laboratory for Particle Physics. There, Tim Berners-Lee came up with the idea of having scientists from around the world collaborate on research. His idea was rather than simply making documents available on a server as many people were doing at the time, the documents themselves should be able to link to one another, in a way that would enhance collaboration and make information easier to find and more accessible. From this idea Tim created HTML (based off SGML, an earlier markup language) to format pages and HTTP (or Hypertext Transfer Protocol) to transfer them from one computer to another. Although the world didn&rsquo;t quite realize it yet, the World Wide Web was born.</p> <p>As the popularity of the web increased in the early 90s, HTML underwent a series of rapid changes. Browser manufacturers like Netscape and Microsoft started to develop their own proprietary tags, and development bodies like the IETF (the Internet Engineering Task Force) and the W3C (the World Wide Web Consortium) were finding it difficult to gain traction with the standardization process of HTML. By 1995, the W3C created an editorial review board for HTML that included members of the W3C as well as representatives from browser developers and other organizations. This collaborative board had a major impact in stabilizing the HTML standard and reducing the uneven implementations that had plagued earlier browsers. </p> <p>This resulted in the HTML 4.0 specification being released in 1998. It was the most stable version of HTML up to that point, and formalized many of the improvements made to HTML over the years. It&rsquo;s still the most widely used version of HTML and remains the baseline for authors and implementers alike.</p> <p>Around the time that HTML 4.0 was published, a movement began to evolve HTML towards a more flexible style of markup language. Although authors had tried to anticipate the tags necessary to markup documents, the spread of the World Wide Web and the diversity of user agents made keeping up with requirements difficult. In the eyes of many, migrating to a markup language like XML, which allows authors to create their own tags to represent content, would alleviate those concerns and allow HTML to evolve organically. XML also contains stricter formatting rules than HTML, and a sizable number of authors and developers found HTML&rsquo;s lax parsing rules problematic. This effort resulted in the publishing of the XHTML 1.0 specification in 2000. Although it was not a dramatic departure from HTML 4.0, it did introduce new syntax rules to conform to XML requirements and eliminated the HTML elements that were seen to be dictating the presentation of content rather than the structure of it. </p> <p><img src="_images/200px-W3C_Icon.png" alt="W3C logo" width="200" height="136" class="flowLeft">Shortly after the 1.0 specification was published, work began on XHTML 2.0, which was to move HTML further towards XML. XHTML 2.0 was a dramatic departure from previous versions of HTML and was never able to gain any traction among browser developers. The specification languished for years in the W3C before its charter was revoked in 2009, essentially ending development.</p> <p> While the W3C was taking HTML down the XHTML path, a group of authors, developers, and organizations became frustrated with the lack of progress on updating HTML. This group decided to evolve HTML independently of the W3C and formed the Web Hypertext Application Technology Working Group (or <b>WHATWG</b>) in 2004. They began work on the Web Applications 1.0 standard, which extended HTML 4.0, adding clear parsing rules for user agents and creating APIs to make developing web applications easier. The W3C, realizing that XHTML 2.0 faced significant hurdles in adoption, began working with the WHATWG and began to jointly develop the new standard with them in 2008. Currently the W3C works on publishing a stable version of the specification, while the WHATWG continues to work on what they call a &ldquo;living standard&rdquo; of the specification. As a living standard, they&rsquo;ve removed the version number and simply refer to it as &ldquo;HTML.&rdquo;</p> </section> <section> <h3>HTML timeline</h3> <ol> <li><b>1991</b>: Tim Berners-Lee publishes &ldquo;HTML Tags&rdquo; which describes the initial 18 elements of HTML</li> <li><b>1992</b>: NCSA develops the Mosaic browser, which will eventually evolve into Netscape</li> <li><b>1994</b>: The Internet Engineering Task Force (IETF) creates an HTML working group to develop HTML specifications. Later that year the W3C was created to foster an open standards environment</li> <li><b>1995</b>: HTML 2.0 specification is published</li> <li><b>1995</b>: Microsoft releases Internet Explorer to compete with Netscape</li> <li><b>1997</b>: HTML 3.2 specification is published</li> <li><b>1997</b>: HTML 4.0 specification is published</li> <li><b>2000</b>: XHTML 1.0 is published as a W3C recommendation</li> <li><b>2004</b>: The WHATWG forms to continue work on HTML</li> <li><b>2006</b>: W3C announces it will work with the WHATWG on HTML5</li> <li><b>2009</b>: XHTML Working Group charter expires</li> <li><b>2012</b>: W3C and WHATWG announce they will develop the HTML5 standard separately</li> </ol> </section> </article> </main> <footer role="contentinfo"> <p>&copy; <a href="http://www.lynda.com" title="lynda.com" target="_blank">lynda.com</a> | follow me and lynda.com on Twitter! <a href="https://twitter.com/jameswillweb" title="Follow me on Twitter">@jameswillweb</a> <a href="https://twitter.com/lynda" title="Follow lynda.com on Twitter">@lyndadotcom</a></p> </footer> </body> </html>
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html><head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript"/> <title> Package: Swarm_Configurations </title> <link rel='stylesheet' href='support/docgen.css' type='text/css'/> <link rel='stylesheet' href='support/tags.css' type='text/css'/> <script src='support/docgen.js' type='text/javascript' charset='utf-8'></script> </head> <body onload="onloadDoc();"> <div id='leftSide'> <div id='leftSideInside'> <div id='header'> <h2 class="button">Documentation</h2> <a href='toc.html'><div class="button2">Table of Contents</div></a> <a href='tree.html'><div class="button2">Class Inheritance Tree</div></a> </div> <div id='navigation'> <h2 class="button">Navigation</h2> <a href='#Description'><div class="button2">Description</div></a> <a href='#Types'><div class="button2">Types</div></a> <a href='#Constants'><div class="button2">Constants &amp; Global variables</div></a> <a href='#Methods'><div class="button2">Subprograms &amp; Entries</div></a> </div><!-- navigation --> </div> </div> <!-- leftSide --> <div class='default' id='rightSide'> <div id='rightSideInside'> <div id='Index'> <h2>Index</h2> <script type="text/javascript"> var names = new Array ( new Array ('Configurations', 'swarm_configurations.ads:8:9', 'type-spec'), new Array ('Charging_<wbr/>Setups_<wbr/>R', 'swarm_configurations.ads:10:9', 'type-spec'), new Array ('Charging_<wbr/>Setups', 'swarm_configurations.ads:17:4', 'var-spec'), new Array ('Energy_<wbr/>Globe_<wbr/>Detections', 'swarm_configurations.ads:39:4', 'var-spec'), new Array ('Default_<wbr/>Globes', 'swarm_configurations.ads:45:13', 'subp-spec'), new Array ('Default_<wbr/>Protected_<wbr/>Globes', 'swarm_configurations.ads:46:13', 'subp-spec'), new Array ('dummy', '', '')); printIndexList (names); </script> <noscript> <ul> <li class='type-spec'><a href="#swarm_configurations.ads:8:9">Configurations</a></li> <li class='type-spec'><a href="#swarm_configurations.ads:10:9">Charging_<wbr/>Setups_<wbr/>R</a></li> <li class='var-spec'><a href="#swarm_configurations.ads:17:4">Charging_<wbr/>Setups</a></li> <li class='var-spec'><a href="#swarm_configurations.ads:39:4">Energy_<wbr/>Globe_<wbr/>Detections</a></li> <li class='subp-spec'><a href="#swarm_configurations.ads:45:13">Default_<wbr/>Globes</a></li> <li class='subp-spec'><a href="#swarm_configurations.ads:46:13">Default_<wbr/>Protected_<wbr/>Globes</a></li> </ul> </noscript> </div> </div> </div> <div class='default' id='documentation'> <div class='title'> Package: <span class="droplink"><i>Swarm_Configurations</i><ul> <li><a href="src_swarm_configurations.ads.html">Goto spec source</a></li> <li><a href="src_swarm_configurations.adb.html">Goto body source</a></li> </ul></span> </div> <div class='subprograms'> <h1><a name='Description' id='Description'></a>Description</h1> <div class="class"> <div class='details'><pre><span class="keyword">package</span> <span class="name_emphasis">Swarm_Configurations</span> <span class="keyword">is</span></pre></div> </div> </div> <div class='subprograms'> <h1><a name='Types' id='Types'></a>Types</h1> <div class="class"> <h3> <a name='swarm_configurations.ads:8:9' id='swarm_configurations.ads:8:9'></a> <span class="droplink">Configurations<ul> <li><a href="src_swarm_configurations.ads.html#l8">Goto declaration in source</a></li> </ul></span> </h3> <div class='details'><pre><span class="keyword">type</span> <span class="name_emphasis">Configurations</span> <span class="keyword">is</span> (Single_Globe_In_Orbit, Dual_Globes_In_Orbit, Dual_Globes_In_Orbit_Fast, Globe_Grid_In_Centre, Globe_Grid_Drifting);</pre></div> <div class='profile'> <h4>References:</h4> <div><i><a href="src_swarm_configurations.ads.html#l8" title="swarm_configurations.ads:8:9">swarm_configurations.ads:8:9</a> (declaration)</i></div> <div><i><a href="src_swarm_configuration.ads.html#l19" title="swarm_configuration.ads:19:20">swarm_configuration.ads:19:20</a> (reference)</i></div> <div><i><a href="src_swarm_configurations.adb.html#l9" title="swarm_configurations.adb:9:45">swarm_configurations.adb:9:45</a> (reference)</i></div> <div><i><a href="src_swarm_configurations.adb.html#l88" title="swarm_configurations.adb:88:55">swarm_configurations.adb:88:55</a> (reference)</i></div> <div><i><a href="src_swarm_configurations.ads.html#l17" title="swarm_configurations.ads:17:29">swarm_configurations.ads:17:29</a> (reference)</i></div> <div><i><a href="src_swarm_configurations.ads.html#l39" title="swarm_configurations.ads:39:46">swarm_configurations.ads:39:46</a> (reference)</i></div> <div><i><a href="src_swarm_configurations.ads.html#l45" title="swarm_configurations.ads:45:55">swarm_configurations.ads:45:55</a> (reference)</i></div> <div><i><a href="src_swarm_configurations.ads.html#l46" title="swarm_configurations.ads:46:55">swarm_configurations.ads:46:55</a> (reference)</i></div> </div> </div> <div class="class"> <h3> <a name='swarm_configurations.ads:10:9' id='swarm_configurations.ads:10:9'></a> <span class="droplink">Charging_Setups_R<ul> <li><a href="src_swarm_configurations.ads.html#l10">Goto declaration in source</a></li> </ul></span> </h3> <div class='details'><pre><span class="keyword">type</span> <span class="name_emphasis">Charging_Setups_R</span> <span class="keyword">is</span> <span class="keyword">record</span> Constant_Discharge_Rate_Per_Sec, <span class="comment">-- Constant rate: independent of motion </span> Propulsion_Discharge_Rate_Per_Sec : <a href="real_type.ads.html#real_type.ads:5:12" title="defined at real_type.ads:5:12">Real</a>; <span class="comment">-- Manoeuvring dependent rate: linearly dependent on accelaration </span> Max_Globe_Interval : Time_Span; Globes_Required : Positive; <span class="keyword">end</span> <span class="keyword">record</span>;</pre></div> <div class='profile'> <h4>References:</h4> <div><i><a href="src_swarm_configurations.ads.html#l10" title="swarm_configurations.ads:10:9">swarm_configurations.ads:10:9</a> (declaration)</i></div> <div><i><a href="src_swarm_configuration.ads.html#l56" title="swarm_configuration.ads:56:38">swarm_configuration.ads:56:38</a> (reference)</i></div> <div><i><a href="src_swarm_configurations.ads.html#l17" title="swarm_configurations.ads:17:48">swarm_configurations.ads:17:48</a> (reference)</i></div> </div> </div> </div> <div class='subprograms'> <h1><a name='Constants' id='Constants'></a>Constants &amp; Global variables</h1> <div class="class"> <h3><a name='swarm_configurations.ads:17:4' id='swarm_configurations.ads:17:4'></a> <span class="droplink">Charging_Setups<ul> <li><a href="src_swarm_configurations.ads.html#l17">Goto declaration in source</a></li> </ul></span> <span class="type">(<a href="swarm_configurations.ads.html#swarm_configurations.ads:10:9" title="defined at swarm_configurations.ads:10:9">Charging_Setups_R</a>)</span> </h3> <div class='details'><pre><span class="name_emphasis">Charging_Setups</span> : <span class="keyword">array</span> (<a href="swarm_configurations.ads.html#swarm_configurations.ads:8:9" title="defined at swarm_configurations.ads:8:9">Configurations</a>) <span class="keyword">of</span> <a href="swarm_configurations.ads.html#swarm_configurations.ads:10:9" title="defined at swarm_configurations.ads:10:9">Charging_Setups_R</a> := (Single_Globe_In_Orbit => (Constant_Discharge_Rate_Per_Sec => 0.01, Propulsion_Discharge_Rate_Per_Sec => 0.04, Max_Globe_Interval => Milliseconds (0), Globes_Required => 1), Dual_Globes_In_Orbit => (Constant_Discharge_Rate_Per_Sec => 0.01, Propulsion_Discharge_Rate_Per_Sec => 0.04, Max_Globe_Interval => Milliseconds (0), Globes_Required => 1), Dual_Globes_In_Orbit_Fast => (Constant_Discharge_Rate_Per_Sec => 0.01, Propulsion_Discharge_Rate_Per_Sec => 0.04, Max_Globe_Interval => Milliseconds (0), Globes_Required => 1), Globe_Grid_In_Centre => (Constant_Discharge_Rate_Per_Sec => 0.01, Propulsion_Discharge_Rate_Per_Sec => 0.04, Max_Globe_Interval => Milliseconds (500), Globes_Required => 3), Globe_Grid_Drifting => (Constant_Discharge_Rate_Per_Sec => 0.01, Propulsion_Discharge_Rate_Per_Sec => 0.04, Max_Globe_Interval => Seconds (1), Globes_Required => 3));</pre></div> <div class='profile'> <h4>References:</h4> <div><i><a href="src_swarm_configurations.ads.html#l17" title="swarm_configurations.ads:17:4">swarm_configurations.ads:17:4</a> (declaration)</i></div> <div><i><a href="src_swarm_configuration.ads.html#l56" title="swarm_configuration.ads:56:59">swarm_configuration.ads:56:59</a> (reference)</i></div> </div> </div> <div class="class"> <h3><a name='swarm_configurations.ads:39:4' id='swarm_configurations.ads:39:4'></a> <span class="droplink">Energy_Globe_Detections<ul> <li><a href="src_swarm_configurations.ads.html#l39">Goto declaration in source</a></li> </ul></span> <span class="type">(<a href="real_type.ads.html#real_type.ads:5:12" title="defined at real_type.ads:5:12">Real_Type.Real</a>)</span> </h3> <div class='details'><pre><span class="name_emphasis">Energy_Globe_Detections</span> : <span class="keyword">constant</span> <span class="keyword">array</span> (<a href="swarm_configurations.ads.html#swarm_configurations.ads:8:9" title="defined at swarm_configurations.ads:8:9">Configurations</a>) <span class="keyword">of</span> <a href="real_type.ads.html#real_type.ads:5:12" title="defined at real_type.ads:5:12">Real</a> := (Single_Globe_In_Orbit => 0.07, Dual_Globes_In_Orbit => 0.07, Dual_Globes_In_Orbit_Fast => 0.07, Globe_Grid_In_Centre => 0.02, Globe_Grid_Drifting => 0.06);</pre></div> <div class='profile'> <h4>References:</h4> <div><i><a href="src_swarm_configurations.ads.html#l39" title="swarm_configurations.ads:39:4">swarm_configurations.ads:39:4</a> (declaration)</i></div> <div><i><a href="src_swarm_configuration.ads.html#l57" title="swarm_configuration.ads:57:59">swarm_configuration.ads:57:59</a> (reference)</i></div> </div> </div> </div> <div class='subprograms'> <h1><a name='Methods' id='Methods'></a>Subprograms &amp; Entries</h1> <div class="class"> <h3> <a name='swarm_configurations.ads:45:13' id='swarm_configurations.ads:45:13'></a> <span class="droplink">Default_Globes<ul> <li><a href="src_swarm_configurations.ads.html#l45">Goto spec in source</a></li> <li><a href="src_swarm_configurations.adb.html#l9">Goto body in source</a></li> </ul></span> </h3> <div class='details'><pre><span class="keyword">function</span> <span class="name_emphasis">Default_Globes</span> <table><tr><td>(</td><td><span class="name"><a name="swarm_configurations.ads:45:39"></a>Configuration</span></td><td>: <a href="swarm_configurations.ads.html#swarm_configurations.ads:8:9" title="defined at swarm_configurations.ads:8:9">Configurations</a>) <span class="keyword">return</span> <a href="swarm_structures_base.ads.html#swarm_structures_base.ads:36:9" title="defined at swarm_structures_base.ads:36:9">Energy_Globes</a>;</td></tr></table></pre></div> <div class='profile'> <h4>References:</h4> <div><i><a href="src_swarm_configurations.ads.html#l45" title="swarm_configurations.ads:45:13">swarm_configurations.ads:45:13</a> (declaration)</i></div> <div><i><a href="src_swarm_configuration.ads.html#l58" title="swarm_configuration.ads:58:59">swarm_configuration.ads:58:59</a> (call)</i></div> <div><i><a href="src_swarm_configurations.adb.html#l9" title="swarm_configurations.adb:9:13">swarm_configurations.adb:9:13</a> (body)</i></div> <div><i><a href="src_swarm_configurations.adb.html#l86" title="swarm_configurations.adb:86:8">swarm_configurations.adb:86:8</a> (label)</i></div> <div><i><a href="src_swarm_configurations.adb.html#l90" title="swarm_configurations.adb:90:52">swarm_configurations.adb:90:52</a> (call)</i></div> </div> <div class='profile'> <h4>Called by:</h4> <div><i><a href="swarm_configurations.ads.html#swarm_configurations.ads:46:13" title="defined at swarm_configurations.ads:46:13">Default_Protected_Globes</a> defined at <a href="src_swarm_configurations.ads.html#l46" title="swarm_configurations.ads:46:13">swarm_configurations.ads:46:13</a></i></div> </div> </div> <div class="class"> <h3> <a name='swarm_configurations.ads:46:13' id='swarm_configurations.ads:46:13'></a> <span class="droplink">Default_Protected_Globes<ul> <li><a href="src_swarm_configurations.ads.html#l46">Goto spec in source</a></li> <li><a href="src_swarm_configurations.adb.html#l88">Goto body in source</a></li> </ul></span> </h3> <div class='details'><pre><span class="keyword">function</span> <span class="name_emphasis">Default_Protected_Globes</span> <table><tr><td>(</td><td><span class="name"><a name="swarm_configurations.ads:46:39"></a>Configuration</span></td><td>: <a href="swarm_configurations.ads.html#swarm_configurations.ads:8:9" title="defined at swarm_configurations.ads:8:9">Configurations</a>) <span class="keyword">return</span> <a href="swarm_structures_base.ads.html#swarm_structures_base.ads:46:9" title="defined at swarm_structures_base.ads:46:9">Energy_Globes_Protected</a>;</td></tr></table></pre></div> <div class='profile'> <h4>References:</h4> <div><i><a href="src_swarm_configurations.ads.html#l46" title="swarm_configurations.ads:46:13">swarm_configurations.ads:46:13</a> (declaration)</i></div> <div><i><a href="src_swarm_configurations.adb.html#l88" title="swarm_configurations.adb:88:13">swarm_configurations.adb:88:13</a> (body)</i></div> <div><i><a href="src_swarm_configurations.adb.html#l99" title="swarm_configurations.adb:99:8">swarm_configurations.adb:99:8</a> (label)</i></div> <div><i><a href="src_swarm_data.ads.html#l19" title="swarm_data.ads:19:54">swarm_data.ads:19:54</a> (call)</i></div> </div> <div class='profile'> <h4>Calls:</h4> <div><i><a href="swarm_configurations.ads.html#swarm_configurations.ads:45:13" title="defined at swarm_configurations.ads:45:13">Default_Globes</a> defined at <a href="src_swarm_configurations.ads.html#l45" title="swarm_configurations.ads:45:13">swarm_configurations.ads:45:13</a></i></div> <div><i><a href="generic_protected.ads.html#generic_protected.ads:30:13" title="defined at generic_protected.ads:30:13">Generic_Protected.Allocate</a> defined at <a href="src_generic_protected.ads.html#l30" title="generic_protected.ads:30:13">generic_protected.ads:30:13</a></i></div> </div> </div> </div> </div> <!-- documentation --> </body> </html>
<!doctype html> <style> @font-face { font-family: AhemNoXHeight; src: url("../../resources/AhemNoXHeight.ttf"); } .em { height: .5em; width: .5em; } .ex { height: 1ex; width: 1ex; } .cover { background: green; } .back { background: red; } .one { left: 10px; } .two { left: 70px; } #test > div { font-family: AhemNoXHeight; font-size: 100px; position: absolute; top: 10px; } #description { margin-top: 70px; } </style> <div id='test'> <div class='back em one'></div> <div class='cover ex one' id='ex'></div> <div class='back ex two'></div> <div class='cover em two'></div> </div> <script src="../../resources/js-test.js"></script> <script> // Need to wait for fonts to load. window.jsTestIsAsync = true; function measureExBox() { return parseInt(getComputedStyle(document.getElementById('ex')).width); } window.onload = function() { description("This test ensures that the CSS 'ex' unit is treated as half the size of the CSS 'em' unit when a font has no x-height information, or an x-height is synthesized."); // We should either synthesize an xHeight or use half of the 'em' unit, but not 0. // http://dev.w3.org/csswg/css-values-3/#font-relative-lengths shouldBeGreaterThan("measureExBox()", "0"); finishJSTest(); } </script>
<!DOCTYPE HTML> <html lang="fr"> <head> <meta charset='utf-8'> <title>Bienvenue sur BBLIO</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <header> <div class="liens" > <ul class = "index"> <li><a href="index.html">Accueil</a></li> <li><a href="historique.html">Historique</a></li> </ul> </div> <div> <a href="index.html"><h1>Prix annuel Bblio </h1></a> </div> <div class="login"> <span><a href="pageLog.html">S'identifier</a></span> </div> </header> <article id="formJury"> <h2 class="titreComp">Formulaire d'inscription au Jury</h2> <div id = "blocForm"> <h2>Bienvenue! Le mot de passe pour profil Jury attribué est : 'jury1970'</h2> <p>Pour vous connecter, cliquez sur "s'identifier" en haut de page.</p> </article> <footer> <div class="leftFoot"> <ul> <li class="titreList">SOCIETE BBLIO</li> <li class="contenList">101 Avenue de Paris</li> <li class="contenList">92700 Courbevoie</li> </ul> </div> <div class="rightFoot"> <ul> <a href="vousEtes.html"><li class="titreList">NOUS REJOINDRE</li></a> <a href="https://www.facebook.com/"><img class="icon" src="images/fb1.png" alt="fbLogo"></a> <a href="https://www.instagram.com/?hl=fr"><img class="icon" src="images/insta1.png" alt="instaLogo"></a> <a href="https://twitter.com/?lang=fr"><img class="icon" src="images/twitter1.png" alt="twitLogo"></a> <a href="https://www.youtube.com/"><img class="icon" src="images/yt1.png" alt="ytLogo"></a> </ul> </div> </footer> </body> </html>
<!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_181) on Wed Aug 26 10:55:32 CEST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Uses of Class org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor (Lucene 8.6.2 API)</title> <meta name="date" content="2020-08-26"> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor (Lucene 8.6.2 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/lucene/queryparser/flexible/standard/processors/BooleanSingleChildOptimizationQueryNodeProcessor.html" title="class in org.apache.lucene.queryparser.flexible.standard.processors">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/lucene/queryparser/flexible/standard/processors/class-use/BooleanSingleChildOptimizationQueryNodeProcessor.html" target="_top">Frames</a></li> <li><a href="BooleanSingleChildOptimizationQueryNodeProcessor.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor" class="title">Uses of Class<br>org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor</h2> </div> <div class="classUseContainer">No usage of org.apache.lucene.queryparser.flexible.standard.processors.BooleanSingleChildOptimizationQueryNodeProcessor</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../../org/apache/lucene/queryparser/flexible/standard/processors/BooleanSingleChildOptimizationQueryNodeProcessor.html" title="class in org.apache.lucene.queryparser.flexible.standard.processors">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../index.html?org/apache/lucene/queryparser/flexible/standard/processors/class-use/BooleanSingleChildOptimizationQueryNodeProcessor.html" target="_top">Frames</a></li> <li><a href="BooleanSingleChildOptimizationQueryNodeProcessor.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> <i>Copyright &copy; 2000-2020 Apache Software Foundation. All Rights Reserved.</i> </small></p> </body> </html>
<div id="top" align="center"><h2>Trends Discovery Results</h2> <div><b>Query Description:</b> {{description}} - <b>Searching term:</b> {{keyword}} - <b>Processing duration:</b> {{call_duration}} </div> <md-progress-circular md-mode="indeterminate" ng-show="isLoading" md-diameter="30px"></md-progress-circular> <div ng-show="isLoading">This might take some minutes depending on the Query parameters. You can check the History page in order to view the results when they are ready. </div> </div> <div id="queries" align="center"><h3>Available Queries</h3></div> <div class="table-responsive-vertical md-whiteframe-z1"> <table id="table" class="table table-hover table-bordered table-scroll"> <thead> <tr> <th>ID</th> <th>Description</th> <th>Keywords</th> <th>Time Period</th> <th>Countries/Cities</th> <th>Actions</th> </tr> </thead> <tbody> <tr ng-repeat="data in vm.queriesData "> <td data-title="ID">{{data.id}}</td> <td data-title="description">{{data.description}}</td> <td data-title="keyword(s)">{{data.keywords}}</td> <td data-title="period">{{data.start_date.substring(0, data.start_date.length - 9)}} {{data.end_date.substring(0, data.end_date.length - 9)}}</td> <ion-icon name="checkmark" color="secondary" item-right *ngIf="item.status"></ion-icon> <td data-title="location">{{data.location}}</td> <td data-title=""> <md-button class="md-raised md-mybutton" ng-click='discover(data.id, data.keywords,data.description)'>Discover</md-button></td> </tr> </tbody> </table> </div> </div>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Parametrized test cases</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="Boost.Test"> <link rel="up" href="../test_cases.html" title="Test cases"> <link rel="prev" href="test_organization_templates.html" title="Template test cases"> <link rel="next" href="../test_tree.html" title="Test tree"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="test_organization_templates.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test_cases.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../test_tree.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_test.tests_organization.test_cases.param_test"></a><a class="link" href="param_test.html" title="Parametrized test cases">Parametrized test cases</a> </h4></div></div></div> <div class="caution"><table border="0" summary="Caution"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../../../doc/src/images/caution.png"></td> <th align="left">Caution</th> </tr> <tr><td align="left" valign="top"><p> the functionalities presented on this page have been superseded by the <a class="link" href="test_case_generation.html" title="Data-driven test cases">Data-driven test case</a> facility. </p></td></tr> </table></div> <p> Some tests are required to be repeated for a series of different input parameters. One way to achieve this is manually register a test case for each parameter as in the previous examples. You can also invoke a test function with all parameters manually from within your test case, like this: </p> <pre class="programlisting"><span class="keyword">void</span> <span class="identifier">single_test</span><span class="special">(</span> <span class="keyword">int</span> <span class="identifier">i</span> <span class="special">)</span> <span class="special">{</span> <span class="identifier">BOOST_CHECK</span><span class="special">(</span> <span class="comment">/* test assertion */</span> <span class="special">);</span> <span class="special">}</span> <span class="keyword">void</span> <span class="identifier">combined_test</span><span class="special">()</span> <span class="special">{</span> <span class="keyword">int</span> <span class="identifier">params</span><span class="special">[]</span> <span class="special">=</span> <span class="special">{</span> <span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">,</span> <span class="number">4</span><span class="special">,</span> <span class="number">5</span> <span class="special">};</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">for_each</span><span class="special">(</span> <span class="identifier">params</span><span class="special">,</span> <span class="identifier">params</span><span class="special">+</span><span class="number">5</span><span class="special">,</span> <span class="special">&amp;</span><span class="identifier">single_test</span> <span class="special">);</span> <span class="special">}</span> </pre> <p> The <span class="emphasis"><em>Unit Test Framework</em></span> presents a better solution for this problem: the unary function based test case, also referred as <span class="emphasis"><em>parametrized test case</em></span>. The unary test function can be a free function, unary functor (for example created with <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">bind</span></code>) or unary method of a class with bound test class instance). The test function is converted into test case using the macro <code class="computeroutput"><span class="identifier">BOOST_PARAM_TEST_CASE</span></code>. The macro expects a collection of parameters (passed as two input iterators) and an unary test function: </p> <pre class="programlisting"><span class="identifier">BOOST_PARAM_TEST_CASE</span><span class="special">(</span><span class="identifier">test_function</span><span class="special">,</span> <span class="identifier">params_begin</span><span class="special">,</span> <span class="identifier">params_end</span><span class="special">);</span> </pre> <p> <code class="computeroutput"><span class="identifier">BOOST_PARAM_TEST_CASE</span></code> creates an instance of the test case generator. When passed to the method <code class="computeroutput"><a class="link" href="../../../boost/unit_test/test_suite.html#idm45926868539840-bb">test_suite::add</a></code>, the generator produces a separate sub test case for each parameter in the parameters collection and registers it immediately in a test suite. Each test case is based on a test function with the parameter bound by value, even if the test function expects a parameter by reference. The fact that parameter value is stored along with bound test function releases you from necessity to manage parameters lifetime. For example, they can be defined in the test module initialization function scope. </p> <p> All sub test case names are deduced from the macro argument <code class="computeroutput"><span class="identifier">test_function</span></code>. If you prefer to assign different names, you have to use the underlying <code class="computeroutput"><a class="link" href="../../../header/boost/test/parameterized_test_hpp.html" title="Header &lt;boost/test/parameterized_test.hpp&gt;">make_test_case</a></code> interface instead. Both test cases creation and registration are performed in the test module initialization function. </p> <p> The parametrized test case facility is preferable to the approach in the example above, since execution of each sub test case is guarded and counted independently. It produces a better test log/results report (in example above in case of failure you can't say which parameter is at fault) and allows you to test against all parameters even if one of them causes termination a particular sub test case. </p> <p> In comparison with a manual test case registration for each parameter approach the parametrized test case facility is more concise and easily extensible. </p> <p> In following simple example the same test, implemented in <code class="computeroutput"><span class="identifier">free_test_function</span></code>, is performed for 5 different parameters. The parameters are defined in the test module initialization function scope. The master test suite contains 5 independent test cases. </p> <h6> <a name="boost_test.tests_organization.test_cases.param_test.h0"></a> <span class="phrase"><a name="boost_test.tests_organization.test_cases.param_test.example_descr"></a></span><a class="link" href="param_test.html#boost_test.tests_organization.test_cases.param_test.example_descr">Example: Unary free function based test case</a> </h6> <div class="informaltable"><table class="table"> <colgroup><col></colgroup> <thead><tr><th> <p> Code </p> </th></tr></thead> <tbody><tr><td> <pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">test</span><span class="special">/</span><span class="identifier">included</span><span class="special">/</span><span class="identifier">unit_test</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">test</span><span class="special">/</span><span class="identifier">parameterized_test</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">unit_test</span><span class="special">;</span> <span class="keyword">void</span> <span class="identifier">free_test_function</span><span class="special">(</span> <span class="keyword">int</span> <span class="identifier">i</span> <span class="special">)</span> <span class="special">{</span> <span class="identifier">BOOST_TEST</span><span class="special">(</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="number">4</span> <span class="comment">/* test assertion */</span> <span class="special">);</span> <span class="special">}</span> <span class="identifier">test_suite</span><span class="special">*</span> <span class="identifier">init_unit_test_suite</span><span class="special">(</span> <span class="keyword">int</span> <span class="comment">/*argc*/</span><span class="special">,</span> <span class="keyword">char</span><span class="special">*</span> <span class="comment">/*argv*/</span><span class="special">[]</span> <span class="special">)</span> <span class="special">{</span> <span class="keyword">int</span> <span class="identifier">params</span><span class="special">[]</span> <span class="special">=</span> <span class="special">{</span> <span class="number">1</span><span class="special">,</span> <span class="number">2</span><span class="special">,</span> <span class="number">3</span><span class="special">,</span> <span class="number">4</span><span class="special">,</span> <span class="number">5</span> <span class="special">};</span> <span class="identifier">framework</span><span class="special">::</span><span class="identifier">master_test_suite</span><span class="special">().</span> <span class="identifier">add</span><span class="special">(</span> <span class="identifier">BOOST_PARAM_TEST_CASE</span><span class="special">(</span> <span class="special">&amp;</span><span class="identifier">free_test_function</span><span class="special">,</span> <span class="identifier">params</span><span class="special">,</span> <span class="identifier">params</span><span class="special">+</span><span class="number">5</span> <span class="special">)</span> <span class="special">);</span> <span class="keyword">return</span> <span class="number">0</span><span class="special">;</span> <span class="special">}</span> </pre> </td></tr></tbody> </table></div> <div class="informaltable"><table class="table"> <colgroup><col></colgroup> <thead><tr><th> <p> Output </p> </th></tr></thead> <tbody><tr><td> <pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="special">&gt;</span> <span class="identifier">example</span> <span class="identifier">Running</span> <span class="number">5</span> <span class="identifier">test</span> <span class="identifier">cases</span><span class="special">...</span> <span class="identifier">test</span><span class="special">.</span><span class="identifier">cpp</span><span class="special">(</span><span class="number">15</span><span class="special">):</span> <span class="identifier">error</span><span class="special">:</span> <span class="identifier">in</span> <span class="string">"free_test_function"</span><span class="special">:</span> <span class="identifier">check</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="number">4</span> <span class="identifier">has</span> <span class="identifier">failed</span> <span class="special">[</span><span class="number">4</span> <span class="special">&gt;=</span> <span class="number">4</span><span class="special">]</span> <span class="identifier">test</span><span class="special">.</span><span class="identifier">cpp</span><span class="special">(</span><span class="number">15</span><span class="special">):</span> <span class="identifier">error</span><span class="special">:</span> <span class="identifier">in</span> <span class="string">"free_test_function"</span><span class="special">:</span> <span class="identifier">check</span> <span class="identifier">i</span> <span class="special">&lt;</span> <span class="number">4</span> <span class="identifier">has</span> <span class="identifier">failed</span> <span class="special">[</span><span class="number">5</span> <span class="special">&gt;=</span> <span class="number">4</span><span class="special">]</span> <span class="special">***</span> <span class="number">2</span> <span class="identifier">failures</span> <span class="identifier">are</span> <span class="identifier">detected</span> <span class="identifier">in</span> <span class="identifier">the</span> <span class="identifier">test</span> <span class="identifier">module</span> <span class="string">"Master Test Suite"</span> </pre> </td></tr></tbody> </table></div> <p> Next example is similar, but instead of a free function it uses a method of a class. Even though parameters are passed into test method by reference you can still define them in the test module initialization function scope. This example employs the alternative test module initialization function specification. </p> <h6> <a name="boost_test.tests_organization.test_cases.param_test.h1"></a> <span class="phrase"><a name="boost_test.tests_organization.test_cases.param_test.example_descr0"></a></span><a class="link" href="param_test.html#boost_test.tests_organization.test_cases.param_test.example_descr0">Example: Unary class method based test case</a> </h6> <div class="informaltable"><table class="table"> <colgroup><col></colgroup> <thead><tr><th> <p> Code </p> </th></tr></thead> <tbody><tr><td> <pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="preprocessor">#define</span> <span class="identifier">BOOST_TEST_ALTERNATIVE_INIT_API</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">test</span><span class="special">/</span><span class="identifier">included</span><span class="special">/</span><span class="identifier">unit_test</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">test</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">floating_point_comparison</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">test</span><span class="special">/</span><span class="identifier">parameterized_test</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">bind</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">unit_test</span><span class="special">;</span> <span class="keyword">namespace</span> <span class="identifier">tt</span><span class="special">=</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">test_tools</span><span class="special">;</span> <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">;</span> <span class="keyword">class</span> <span class="identifier">test_class</span> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="keyword">void</span> <span class="identifier">test_method</span><span class="special">(</span> <span class="keyword">double</span> <span class="identifier">d</span> <span class="special">)</span> <span class="special">{</span> <span class="identifier">BOOST_TEST</span><span class="special">(</span> <span class="identifier">d</span> <span class="special">*</span> <span class="number">100</span> <span class="special">==</span> <span class="special">(</span><span class="keyword">double</span><span class="special">)(</span><span class="keyword">int</span><span class="special">)(</span><span class="identifier">d</span><span class="special">*</span><span class="number">100</span><span class="special">),</span> <span class="identifier">tt</span><span class="special">::</span><span class="identifier">tolerance</span><span class="special">(</span><span class="number">0.0001</span><span class="special">)</span> <span class="special">);</span> <span class="special">}</span> <span class="special">}</span> <span class="identifier">tester</span><span class="special">;</span> <span class="keyword">bool</span> <span class="identifier">init_unit_test</span><span class="special">()</span> <span class="special">{</span> <span class="keyword">double</span> <span class="identifier">params</span><span class="special">[]</span> <span class="special">=</span> <span class="special">{</span> <span class="number">1.</span><span class="special">,</span> <span class="number">1.1</span><span class="special">,</span> <span class="number">1.01</span><span class="special">,</span> <span class="number">1.001</span><span class="special">,</span> <span class="number">1.0001</span> <span class="special">};</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">function</span><span class="special">&lt;</span><span class="keyword">void</span> <span class="special">(</span><span class="keyword">double</span><span class="special">)&gt;</span> <span class="identifier">test_method</span> <span class="special">=</span> <span class="identifier">bind</span><span class="special">(</span> <span class="special">&amp;</span><span class="identifier">test_class</span><span class="special">::</span><span class="identifier">test_method</span><span class="special">,</span> <span class="special">&amp;</span><span class="identifier">tester</span><span class="special">,</span> <span class="identifier">_1</span><span class="special">);</span> <span class="identifier">framework</span><span class="special">::</span><span class="identifier">master_test_suite</span><span class="special">().</span> <span class="identifier">add</span><span class="special">(</span> <span class="identifier">BOOST_PARAM_TEST_CASE</span><span class="special">(</span> <span class="identifier">test_method</span><span class="special">,</span> <span class="identifier">params</span><span class="special">,</span> <span class="identifier">params</span><span class="special">+</span><span class="number">5</span> <span class="special">)</span> <span class="special">);</span> <span class="keyword">return</span> <span class="keyword">true</span><span class="special">;</span> <span class="special">}</span> </pre> </td></tr></tbody> </table></div> <div class="informaltable"><table class="table"> <colgroup><col></colgroup> <thead><tr><th> <p> Output </p> </th></tr></thead> <tbody><tr><td> <pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="special">&gt;</span> <span class="identifier">example</span> <span class="identifier">Running</span> <span class="number">5</span> <span class="identifier">test</span> <span class="identifier">cases</span><span class="special">...</span> <span class="identifier">test</span><span class="special">.</span><span class="identifier">cpp</span><span class="special">(</span><span class="number">23</span><span class="special">):</span> <span class="identifier">error</span><span class="special">:</span> <span class="identifier">in</span> <span class="string">"test_method"</span><span class="special">:</span> <span class="identifier">check</span> <span class="identifier">d</span> <span class="special">*</span> <span class="number">100</span> <span class="special">==</span> <span class="special">(</span><span class="keyword">double</span><span class="special">)(</span><span class="keyword">int</span><span class="special">)(</span><span class="identifier">d</span><span class="special">*</span><span class="number">100</span><span class="special">)</span> <span class="identifier">has</span> <span class="identifier">failed</span> <span class="special">[</span><span class="number">1.0001</span> <span class="special">*</span> <span class="number">100</span> <span class="special">!=</span> <span class="number">100</span><span class="special">].</span> <span class="identifier">Relative</span> <span class="identifier">difference</span> <span class="identifier">exceeds</span> <span class="identifier">tolerance</span> <span class="special">[</span><span class="number">0.001</span> <span class="special">&gt;</span> <span class="number">0.0001</span><span class="special">]</span> <span class="identifier">test</span><span class="special">.</span><span class="identifier">cpp</span><span class="special">(</span><span class="number">23</span><span class="special">):</span> <span class="identifier">error</span><span class="special">:</span> <span class="identifier">in</span> <span class="string">"test_method"</span><span class="special">:</span> <span class="identifier">check</span> <span class="identifier">d</span> <span class="special">*</span> <span class="number">100</span> <span class="special">==</span> <span class="special">(</span><span class="keyword">double</span><span class="special">)(</span><span class="keyword">int</span><span class="special">)(</span><span class="identifier">d</span><span class="special">*</span><span class="number">100</span><span class="special">)</span> <span class="identifier">has</span> <span class="identifier">failed</span> <span class="special">[</span><span class="number">1.0001</span> <span class="special">*</span> <span class="number">100</span> <span class="special">!=</span> <span class="number">100</span><span class="special">].</span> <span class="identifier">Relative</span> <span class="identifier">difference</span> <span class="identifier">exceeds</span> <span class="identifier">tolerance</span> <span class="special">[</span><span class="number">0.0001</span> <span class="special">&gt;</span> <span class="number">0.0001</span><span class="special">]</span> <span class="special">***</span> <span class="number">2</span> <span class="identifier">failures</span> <span class="identifier">are</span> <span class="identifier">detected</span> <span class="identifier">in</span> <span class="identifier">the</span> <span class="identifier">test</span> <span class="identifier">module</span> <span class="string">"Master Test Suite"</span> </pre> </td></tr></tbody> </table></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test contributors<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="test_organization_templates.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../test_cases.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../test_tree.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>