code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HTML5 Test Page</title> </head> <body> <div id="top" class="page" role="document"> <header role="banner"> <h1>HTML5 Test Page</h1> <p>This is a test page filled with common HTML elements to be used to provide visual feedback whilst building CSS systems and frameworks.</p> </header> <nav role="navigation"> <ul> <li> <a href="#text">Text</a> <ul> <li><a href="#text__headings">Headings</a></li> <li><a href="#text__paragraphs">Paragraphs</a></li> <li><a href="#text__blockquotes">Blockquotes</a></li> <li><a href="#text__lists">Lists</a></li> <li><a href="#text__hr">Horizontal rules</a></li> <li><a href="#text__tables">Tabular data</a></li> <li><a href="#text__code">Code</a></li> <li><a href="#text__inline">Inline elements</a></li> </ul> </li> <li> <a href="#embedded">Embedded content</a> <ul> <li><a href="#embedded__images">Images</a></li> <li><a href="#embedded__audio">Audio</a></li> <li><a href="#embedded__video">Video</a></li> <li><a href="#embedded__canvas">Canvas</a></li> <li><a href="#embedded__meter">Meter</a></li> <li><a href="#embedded__progress">Progress</a></li> <li><a href="#embedded__svg">Inline SVG</a></li> <li><a href="#embedded__iframe">IFrames</a></li> </ul> </li> <li> <a href="#forms">Form elements</a> <ul> <li><a href="#forms__input">Input fields</a></li> <li><a href="#forms__select">Select menus</a></li> <li><a href="#forms__checkbox">Checkboxes</a></li> <li><a href="#forms__radio">Radio buttons</a></li> <li><a href="#forms__textareas">Textareas</a></li> <li><a href="#forms__html5">HTML5 inputs</a></li> <li><a href="#forms__action">Action buttons</a></li> </ul> </li> </ul> </nav> <main role="main"> <section id="text"> <header><h1>Text</h1></header> <article id="text__headings"> <header> <h1>Headings</h1> </header> <div> <h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <h4>Heading 4</h4> <h5>Heading 5</h5> <h6>Heading 6</h6> </div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="text__paragraphs"> <header><h1>Paragraphs</h1></header> <div> <p>A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.</p> </div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="text__blockquotes"> <header><h1>Blockquotes</h1></header> <div> <blockquote> <p>A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.</p> <p>It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.</p> <cite><a href="#!">Said no one, ever.</a></cite> </blockquote> </div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="text__lists"> <header><h1>Lists</h1></header> <div> <h3>Definition list</h3> <dl> <dt>Definition List Title</dt> <dd>This is a definition list division.</dd> </dl> <h3>Ordered List</h3> <ol> <li>List Item 1</li> <li>List Item 2</li> <li>List Item 3</li> </ol> <h3>Unordered List</h3> <ul> <li>List Item 1</li> <li>List Item 2</li> <li>List Item 3</li> </ul> </div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="text__hr"> <header><h1>Horizontal rules</h1></header> <div> <hr> </div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="text__tables"> <header><h1>Tabular data</h1></header> <table> <caption>Table Caption</caption> <thead> <tr> <th>Table Heading 1</th> <th>Table Heading 2</th> <th>Table Heading 3</th> <th>Table Heading 4</th> <th>Table Heading 5</th> </tr> </thead> <tfoot> <tr> <th>Table Footer 1</th> <th>Table Footer 2</th> <th>Table Footer 3</th> <th>Table Footer 4</th> <th>Table Footer 5</th> </tr> </tfoot> <tbody> <tr> <td>Table Cell 1</td> <td>Table Cell 2</td> <td>Table Cell 3</td> <td>Table Cell 4</td> <td>Table Cell 5</td> </tr> <tr> <td>Table Cell 1</td> <td>Table Cell 2</td> <td>Table Cell 3</td> <td>Table Cell 4</td> <td>Table Cell 5</td> </tr> <tr> <td>Table Cell 1</td> <td>Table Cell 2</td> <td>Table Cell 3</td> <td>Special Table Cell</td> <td>Table Cell 5</td> </tr> <tr> <td>Table Cell 1</td> <td>Table Cell 2</td> <td>Table Cell 3</td> <td>Table Cell 4</td> <td>Table Cell 5</td> </tr> </tbody> </table> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="text__code"> <header><h1>Code</h1></header> <div> <p><strong>Keyboard input:</strong> <kbd>Cmd</kbd></p> <p><strong>Inline code:</strong> <code>&lt;div&gt;code&lt;/div&gt;</code></p> <p><strong>Sample output:</strong> <samp>This is sample output from a computer program.</samp></p> <h2>Pre-formatted text</h2> <pre>P R E F O R M A T T E D T E X T ! " # $ % &amp; ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; &lt; = &gt; ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ </pre> </div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="text__inline"> <header><h1>Inline elements</h1></header> <div> <p><a href="#!">This is a text link</a>.</p> <p><strong>Strong is used to indicate strong importance.</strong></p> <p><em>This text has added emphasis.</em></p> <p>The <b>b element</b> is stylistically different text from normal text, without any special importance.</p> <p>The <i>i element</i> is text that is offset from the normal text.</p> <p>The <u>u element</u> is text with an unarticulated, though explicitly rendered, non-textual annotation.</p> <p><del>This text is deleted</del> and <ins>This text is inserted</ins>.</p> <p><s>This text has a strikethrough</s>.</p> <p>Superscript<sup>®</sup>.</p> <p>Subscript for things like H<sub>2</sub>O.</p> <p><small>This small text is small for for fine print, etc.</small></p> <p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr></p> <p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation.</q></p> <p><cite>This is a citation.</cite></p> <p>The <dfn>dfn element</dfn> indicates a definition.</p> <p>The <mark>mark element</mark> indicates a highlight.</p> <p>The <var>variable element</var>, such as <var>x</var> = <var>y</var>.</p> <p>The time element: <time datetime="2013-04-06T12:32+00:00">2 weeks ago</time></p> </div> <footer><p><a href="#top">[Top]</a></p></footer> </article> </section> <section id="embedded"> <header><h1>Embedded content</h1></header> <article id="embedded__images"> <header><h2>Images</h2></header> <div> <h3>No <code>&lt;figure&gt;</code> element</h3> <p><img src="http://placekitten.com/480/480" alt="Image alt text"></p> <h3>Wrapped in a <code>&lt;figure&gt;</code> element, no <code>&lt;figcaption&gt;</code></h3> <figure><img src="http://placekitten.com/420/420" alt="Image alt text"></figure> <h3>Wrapped in a <code>&lt;figure&gt;</code> element, with a <code>&lt;figcaption&gt;</code></h3> <figure> <img src="http://placekitten.com/420/420" alt="Image alt text"> <figcaption>Here is a caption for this image.</figcaption> </figure> </div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="embedded__audio"> <header><h2>Audio</h2></header> <div><audio controls="">audio</audio></div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="embedded__video"> <header><h2>Video</h2></header> <div><video controls="">video</video></div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="embedded__canvas"> <header><h2>Canvas</h2></header> <div><canvas>canvas</canvas></div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="embedded__meter"> <header><h2>Meter</h2></header> <div><meter value="2" min="0" max="10">2 out of 10</meter></div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="embedded__progress"> <header><h2>Progress</h2></header> <div><progress>progress</progress></div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="embedded__svg"> <header><h2>Inline SVG</h2></header> <div><svg width="100px" height="100px"><circle cx="100" cy="100" r="100" fill="#1fa3ec"></circle></svg></div> <footer><p><a href="#top">[Top]</a></p></footer> </article> <article id="embedded__iframe"> <header><h2>IFrame</h2></header> <div><iframe src="index.html" height="300"></iframe></div> <footer><p><a href="#top">[Top]</a></p></footer> </article> </section> <section id="forms"> <header><h1>Form elements</h1></header> <form> <fieldset id="forms__input"> <legend>Input fields</legend> <p> <label for="input__text">Text Input</label> <input id="input__text" type="text" placeholder="Text Input"> </p> <p> <label for="input__password">Password</label> <input id="input__password" type="password" placeholder="Type your Password"> </p> <p> <label for="input__webaddress">Web Address</label> <input id="input__webaddress" type="url" placeholder="http://yoursite.com"> </p> <p> <label for="input__emailaddress">Email Address</label> <input id="input__emailaddress" type="email" placeholder="name@email.com"> </p> <p> <label for="input__phone">Phone Number</label> <input id="input__phone" type="tel" placeholder="(999) 999-9999"> </p> <p> <label for="input__search">Search</label> <input id="input__search" type="search" placeholder="Enter Search Term"> </p> <p> <label for="input__text2">Number Input</label> <input id="input__text2" type="number" placeholder="Enter a Number"> </p> <p> <label for="input__text3" class="error">Error</label> <input id="input__text3" class="is-error" type="text" placeholder="Text Input"> </p> <p> <label for="input__text4" class="valid">Valid</label> <input id="input__text4" class="is-valid" type="text" placeholder="Text Input"> </p> </fieldset> <p><a href="#top">[Top]</a></p> <fieldset id="forms__select"> <legend>Select menus</legend> <p> <label for="select">Select</label> <select id="select"> <optgroup label="Option Group"> <option>Option One</option> <option>Option Two</option> <option>Option Three</option> </optgroup> </select> </p> </fieldset> <p><a href="#top">[Top]</a></p> <fieldset id="forms__checkbox"> <legend>Checkboxes</legend> <ul class="list list--bare"> <li><label for="checkbox1"><input id="checkbox1" name="checkbox" type="checkbox" checked="checked"> Choice A</label></li> <li><label for="checkbox2"><input id="checkbox2" name="checkbox" type="checkbox"> Choice B</label></li> <li><label for="checkbox3"><input id="checkbox3" name="checkbox" type="checkbox"> Choice C</label></li> </ul> </fieldset> <p><a href="#top">[Top]</a></p> <fieldset id="forms__radio"> <legend>Radio buttons</legend> <ul class="list list--bare"> <li><label for="radio1"><input id="radio1" name="radio" type="radio" class="radio" checked="checked"> Option 1</label></li> <li><label for="radio2"><input id="radio2" name="radio" type="radio" class="radio"> Option 2</label></li> <li><label for="radio3"><input id="radio3" name="radio" type="radio" class="radio"> Option 3</label></li> </ul> </fieldset> <p><a href="#top">[Top]</a></p> <fieldset id="forms__textareas"> <legend>Textareas</legend> <p> <label for="textarea">Textarea</label> <textarea id="textarea" rows="8" cols="48" placeholder="Enter your message here"></textarea> </p> </fieldset> <p><a href="#top">[Top]</a></p> <fieldset id="forms__html5"> <legend>HTML5 inputs</legend> <p> <label for="ic">Color input</label> <input type="color" id="ic" value="#000000"> </p> <p> <label for="in">Number input</label> <input type="number" id="in" min="0" max="10" value="5"> </p> <p> <label for="ir">Range input</label> <input type="range" id="ir" value="10"> </p> <p> <label for="idd">Date input</label> <input type="date" id="idd" value="1970-01-01"> </p> <p> <label for="idm">Month input</label> <input type="month" id="idm" value="1970-01"> </p> <p> <label for="idw">Week input</label> <input type="week" id="idw" value="1970-W01"> </p> <p> <label for="idt">Datetime input</label> <input type="datetime" id="idt" value="1970-01-01T00:00:00Z"> </p> <p> <label for="idtl">Datetime-local input</label> <input type="datetime-local" id="idtl" value="1970-01-01T00:00"> </p> </fieldset> <p><a href="#top">[Top]</a></p> <fieldset id="forms__action"> <legend>Action buttons</legend> <p> <input type="submit" value="<input type=submit>"> <input type="button" value="<input type=button>"> <input type="reset" value="<input type=reset>"> <input type="submit" value="<input disabled>" disabled> </p> <p> <button type="submit">&lt;button type=submit&gt;</button> <button type="button">&lt;button type=button&gt;</button> <button type="reset">&lt;button type=reset&gt;</button> <button type="button" disabled>&lt;button disabled&gt;</button> </p> </fieldset> <p><a href="#top">[Top]</a></p> </form> </section> </main> <footer role="contentinfo"> <p>Made by <a href="http://twitter.com/cbracco">@cbracco</a>. Code on <a href="http://github.com/cbracco/html5-test-page">GitHub</a>.</p> </footer> </div> </body> </html>
poblish/SeleniumSelectorLint
src/test/resources/HTML5_test_page.html
HTML
apache-2.0
18,736
<!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_231) on Tue Feb 25 07:04:15 CST 2020 --> <title>Uses of Class bichromate.factories.sTestWriteSpreadsheetFactory.Test</title> <meta name="date" content="2020-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="Uses of Class bichromate.factories.sTestWriteSpreadsheetFactory.Test"; } } 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="../../../bichromate/factories/sTestWriteSpreadsheetFactory.Test.html" title="class in bichromate.factories">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?bichromate/factories/class-use/sTestWriteSpreadsheetFactory.Test.html" target="_top">Frames</a></li> <li><a href="sTestWriteSpreadsheetFactory.Test.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 bichromate.factories.sTestWriteSpreadsheetFactory.Test" class="title">Uses of Class<br>bichromate.factories.sTestWriteSpreadsheetFactory.Test</h2> </div> <div class="classUseContainer">No usage of bichromate.factories.sTestWriteSpreadsheetFactory.Test</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="../../../bichromate/factories/sTestWriteSpreadsheetFactory.Test.html" title="class in bichromate.factories">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?bichromate/factories/class-use/sTestWriteSpreadsheetFactory.Test.html" target="_top">Frames</a></li> <li><a href="sTestWriteSpreadsheetFactory.Test.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>
dramer/BichromateSample
doc/javadocs/bichromate/factories/class-use/sTestWriteSpreadsheetFactory.Test.html
HTML
apache-2.0
4,479
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_231) on Sun Nov 17 02:10:38 CET 2019 --> <title>Uses of Class org.deidentifier.arx.certificate.CertificateStyle.ListStyle</title> <meta name="date" content="2019-11-17"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.deidentifier.arx.certificate.CertificateStyle.ListStyle"; } } 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/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/deidentifier/arx/certificate/class-use/CertificateStyle.ListStyle.html" target="_top">Frames</a></li> <li><a href="CertificateStyle.ListStyle.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.deidentifier.arx.certificate.CertificateStyle.ListStyle" class="title">Uses of Class<br>org.deidentifier.arx.certificate.CertificateStyle.ListStyle</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/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">CertificateStyle.ListStyle</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.deidentifier.arx.certificate">org.deidentifier.arx.certificate</a></td> <td class="colLast"> <div class="block">A package implementing certificate creation</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.deidentifier.arx.certificate.elements">org.deidentifier.arx.certificate.elements</a></td> <td class="colLast"> <div class="block">A package implementing elements used in certificates</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.deidentifier.arx.certificate"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">CertificateStyle.ListStyle</a> in <a href="../../../../../org/deidentifier/arx/certificate/package-summary.html">org.deidentifier.arx.certificate</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/deidentifier/arx/certificate/package-summary.html">org.deidentifier.arx.certificate</a> that return <a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">CertificateStyle.ListStyle</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/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">CertificateStyle.ListStyle</a></code></td> <td class="colLast"><span class="typeNameLabel">CertificateStyle.ListStyle.</span><code><span class="memberNameLink"><a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String&nbsp;name)</code> <div class="block">Returns the enum constant of this type with the specified name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">CertificateStyle.ListStyle</a>[]</code></td> <td class="colLast"><span class="typeNameLabel">CertificateStyle.ListStyle.</span><code><span class="memberNameLink"><a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html#values--">values</a></span>()</code> <div class="block">Returns an array containing the constants of this enum type, in the order they are declared.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.deidentifier.arx.certificate.elements"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">CertificateStyle.ListStyle</a> in <a href="../../../../../org/deidentifier/arx/certificate/elements/package-summary.html">org.deidentifier.arx.certificate.elements</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../../org/deidentifier/arx/certificate/elements/package-summary.html">org.deidentifier.arx.certificate.elements</a> with parameters of type <a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">CertificateStyle.ListStyle</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/deidentifier/arx/certificate/elements/ElementList.html#ElementList-org.deidentifier.arx.certificate.CertificateStyle.ListStyle-">ElementList</a></span>(<a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">CertificateStyle.ListStyle</a>&nbsp;style)</code> <div class="block">Creates a new list</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/deidentifier/arx/certificate/CertificateStyle.ListStyle.html" title="enum in org.deidentifier.arx.certificate">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/deidentifier/arx/certificate/class-use/CertificateStyle.ListStyle.html" target="_top">Frames</a></li> <li><a href="CertificateStyle.ListStyle.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
arx-deidentifier/arx
doc/org/deidentifier/arx/certificate/class-use/CertificateStyle.ListStyle.html
HTML
apache-2.0
9,730
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Fri Jan 09 00:43:09 PST 2015 --> <title>Uses of Class org.apache.nutch.indexer.basic.BasicIndexingFilter (apache-nutch 2.3 API)</title> <meta name="date" content="2015-01-09"> <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.nutch.indexer.basic.BasicIndexingFilter (apache-nutch 2.3 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/nutch/indexer/basic/BasicIndexingFilter.html" title="class in org.apache.nutch.indexer.basic">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/nutch/indexer/basic/class-use/BasicIndexingFilter.html" target="_top">Frames</a></li> <li><a href="BasicIndexingFilter.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.nutch.indexer.basic.BasicIndexingFilter" class="title">Uses of Class<br>org.apache.nutch.indexer.basic.BasicIndexingFilter</h2> </div> <div class="classUseContainer">No usage of org.apache.nutch.indexer.basic.BasicIndexingFilter</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/nutch/indexer/basic/BasicIndexingFilter.html" title="class in org.apache.nutch.indexer.basic">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/nutch/indexer/basic/class-use/BasicIndexingFilter.html" target="_top">Frames</a></li> <li><a href="BasicIndexingFilter.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 &copy; 2015 The Apache Software Foundation</small></p> </body> </html>
zouzias/apache-nutch-2.3
nutch/docs/api/org/apache/nutch/indexer/basic/class-use/BasicIndexingFilter.html
HTML
apache-2.0
4,459
<html> <head> <title>athena 6.3.3: athena_order(n) -- Athena Order Flunky Component, submodule of athena(n)</title> <style type="text/css" media="screen,print"> /* ehtml(5) Standard CSS */ /*---------------------------------------------------------*/ /* General Use */ a { /* No underlines */ text-decoration: none; } /* Special formatting for definition lists, to get proper * blank lines after descriptions but not after topics. */ dt { margin-bottom: 0; } dd { margin-bottom: 1em; } dd > p:first-child { margin-top: 0; } /*---------------------------------------------------------*/ /* Specific Macros */ /* bigmark */ div.bigmark { display: inline; font-family: Verdana; font-size: 100%; background: black; color: white; border: 1px solid black; border-radius: 5px; padding-left: 2px; padding-right: 2px; } /* def, defitem, defopt */ dt.def { font-weight: bold; } dt.defitem { font-weight: bold; font-family: monospace; } dt.defopt { font-weight: bold; font-family: monospace; } /* example/ */ pre.example { background: #FFFDD1 ; border: 1px solid blue; padding-top: 2px; padding-bottom: 2px; padding-left: 4px; } /* hrule */ hr.hrule { margin-top: 1em; margin-bottom: 1em; } /* iref */ a.iref { font-family: monospace; } /* itemlist */ ul.itemlist { padding-left: 0; list-style-type: none; } /* listing/ */ pre.listing { background: #FFFDD1 ; border: 1px solid blue; padding-top: 4px; padding-bottom: 4px; padding-left: 4px; } span.linenum { background: #E3E08F ; } /* mark */ div.mark { display: inline; font-family: Verdana; font-size: 75%; background: black; color: white; border: 1px solid black; border-radius: 5px; padding-left: 2px; padding-right: 2px; } /* procedure */ table.procedure { border: 1px solid black; border-collapse: collapse; width: 100%; } table.procedure td { border: 1px solid black; } td.procedure-index { padding-right: 5px; text-align: right; width: 2em; } /* topiclist/ */ .topiclist { margin-top: 1em; margin-bottom: 1em; } tr.topic { vertical-align: baseline; } tr.topicname { min-width: 1.5em; } /* tt/ */ .tt { font-family: monospace; } /* olp/ */ ol.olp > li { margin-bottom: 1em; } /* ulp/ */ ul.ulp > li { margin-bottom: 1em; } /*---------------------------------------------------------*/ /* table/ plus macros that use it. Most formatting is * depends on the "table" class. */ table { margin-top: 1em; margin-bottom: 1em; vertical-align: baseline; } th { padding-left: 5px; text-align: left; } td { padding-left: 5px; vertical-align: baseline; } /* "table" class: standard table formatting. */ .table { border: 1px solid black; border-spacing: 0; color: black; background-color: white; } .table tr:first-child { font-weight: bold; color: white; background-color: #000099; } .table tr.tr-odd { background-color: #EEEEEE; } .table tr.tr-even { } .table-wide { width: 100%; } BODY { color: black; background: white; margin-left: 6%; margin-right: 6%; } H1 { margin-left: -5%; } H2 { margin-left: -5%; } HR { margin-left: -5%; } TABLE { text-align: left; } /* mktree styles */ ul.mktree li { list-style: none; } ul.mktree, ul.mktree ul, ul.mktree li { margin-left:10px; padding:0px; } ul.mktree li .bullet { padding-left: 10px } ul.mktree li.liOpen .bullet {cursor : pointer; } ul.mktree li.liClosed .bullet {cursor : pointer; } ul.mktree li.liBullet .bullet {cursor : default; } ul.mktree li.liOpen ul {display: block; } ul.mktree li.liClosed ul {display: none; } </style> </head> <body> <h1 style="background: red;"> &nbsp;athena 6.3.3: Athena Regional Stability Simulation </h1> <h2><a name="name">NAME</a></h2> <p><b>athena_order(n)</b> -- Athena Order Flunky Component, submodule of <a href="../mann/athena.html">athena(n)</a> </p> <ul> <li><a href="#name">NAME</a></li> <li><a href="#synopsis">SYNOPSIS</a></li> <li><a href="#description">DESCRIPTION</a></li> <li><a href="#order_states">ORDER STATES</a></li> <li><a href="#commands">COMMANDS</a></li> <ul> <li><a href="#public_subcommands">Public Subcommands</a></li> <li><a href="#private_subcommands">Private Subcommands</a></li> </ul> <li><a href="#author">AUTHOR</a></li> </ul> <h2><a name="synopsis">SYNOPSIS</a></h2> <pre> package require athena 6.3.3 namespace import ::athena::* </pre> <ul class="itemlist"> <li><a class="iref" href="#available"><i>adb</i> order available <i>name</i></a></li> <li><a class="iref" href="#canredo"><i>adb</i> order canredo</a></li> <li><a class="iref" href="#canundo"><i>adb</i> order canundo</a></li> <li><a class="iref" href="#check"><i>adb</i> order check <i>name</i> ?<i>parm value...</i>?</a></li> <li><a class="iref" href="#class"><i>adb</i> order class <i>name</i></a></li> <li><a class="iref" href="#make"><i>adb</i> order make <i>name args...</i></a></li> <li><a class="iref" href="#monitor"><i>adb</i> order monitor ?<i>flag</i>?</a></li> <li><a class="iref" href="#names"><i>adb</i> order names</a></li> <li><a class="iref" href="#redotext"><i>adb</i> order redotext</a></li> <li><a class="iref" href="#reset"><i>adb</i> order reset</a></li> <li><a class="iref" href="#redo"><i>adb</i> order redo</a></li> <li><a class="iref" href="#send"><i>adb</i> order send <i>mode name</i> ?<i>option value...</i>?</a></li> <li><a class="iref" href="#senddict"><i>adb</i> order senddict <i>mode name parmdict</i></a></li> <li><a class="iref" href="#transactions"><i>adb</i> order transactions <i>flag</i></a></li> <li><a class="iref" href="#transaction"><i>adb</i> order transaction <i>narrative script</i></a></li> <li><a class="iref" href="#undotext"><i>adb</i> order undotext</a></li> <li><a class="iref" href="#undo"><i>adb</i> order undo</a></li> <li><a class="iref" href="#validate"><i>adb</i> order validate <i>name</i></a></li> </ul> <h2><a name="description">DESCRIPTION</a></h2> <p>This man page describes a component of the <a href="../mann/athena.html">athena(n)</a> package that is responsible for executing and managing simulation orders. The actual work is done by a subclass of the <a href="../../../mars/docs/mann/order_flunky.html">order_flunky(n)</a> class; most of the subcommands are identical, though the Athena class adds a few capabilities.</p> <p>The component is accessible as a subcommand of the <a href="../mann/athena.html">athena(n)</a> and <a href="../mann/athenadb.html">athenadb(n)</a> objects; <a href="#public_subcommands">Public Subcommands</a> are accessible from <a href="../mann/athena.html">athena(n)</a> and (usually) from <a href="../mann/athenadb.html">athenadb(n)</a>, and <a href="#private_subcommands">Private Subcommands</a> only from <a href="../mann/athenadb.html">athenadb(n)</a>. </p> <h2><a name="order_states">ORDER STATES</a></h2> <p>The <a href="../../../mars/docs/mann/order.html">order(n)</a> order processing scheme defines the notion of an <i>order state</i>, which is a symbolic constant representing some broad state of the application. Different orders can be available in different states.</p> <p>In <a href="../mann/athena.html">athena(n)</a>, the order states track the scenario states (e.g., <b>PREP</b>, <b>PAUSED</b>) with a single addition, <b>TACTIC</b>, which is used to mark those orders that can safely be used from the EXECUTIVE tactic. </p> <h2><a name="commands">COMMANDS</a></h2> <h2><a name="public_subcommands">Public Subcommands</a></h2> <p>The <span class="tt"><i>adb</i> order</span> command takes the following subcommands, where <i>adb</i> is an instance of <a href="../mann/athena.html">athena(n)</a>. </p> <dl> <dt class="defitem"><a name="available"><i>adb</i> order available <i>name</i></a></dt><dd> Returns 1 if the named order exists and is available in the current order state. </dd> <dt class="defitem"><a name="canredo"><i>adb</i> order canredo</a></dt><dd> Returns 1 if there's anything on the redo stack to redo. </dd> <dt class="defitem"><a name="canundo"><i>adb</i> order canundo</a></dt><dd> Returns 1 if there's anything on the undo stack to undo. </dd> <dt class="defitem"><a name="check"><i>adb</i> order check <i>name</i> ?<i>parm value...</i>?</a></dt><dd> Validates a set of order parameters and values for the named order, without actually executing the order. </dd> <dt class="defitem"><a name="class"><i>adb</i> order class <i>name</i></a></dt><dd> Returns the full TclOO class name of the named order. </dd> <dt class="defitem"><a name="make"><i>adb</i> order make <i>name args...</i></a></dt><dd> Creates and returns an instance of the named order, passing the <i>args</i> to the order's constructor. </dd> <dt class="defitem"><a name="monitor"><i>adb</i> order monitor ?<i>flag</i>?</a></dt><dd> Sets and queries the order flunky's monitor flag. When the flag is true, any run-time database changes made by an executing order are monitored by the scenario's <a href="../../../mars/docs/mann/sqldocument.html">sqldocument(n)</a> object and the relevant <a href="../../../mars/docs/mann/notifier.html">notifier(n)</a> events are sent. When the flag is false, no such monitoring is done. </dd> <dt class="defitem"><a name="names"><i>adb</i> order names</a></dt><dd> Returns a list of the names of the orders known to the order flunky, i.e., all orders defined by <a href="../mann/athena.html">athena(n)</a>. </dd> <dt class="defitem"><a name="redotext"><i>adb</i> order redotext</a></dt><dd> Returns a narrative string corresponding to the order or transaction on the top of the redo stack, or "" if none. </dd> <dt class="defitem"><a name="reset"><i>adb</i> order reset</a></dt><dd> Clears the undo and redo stacks. This should be done whenever the order state changes. </dd> <dt class="defitem"><a name="redo"><i>adb</i> order redo</a></dt><dd> Redoes the previously undone order or transaction, provided that <a class="iref" href="#canredo">canredo</a> is true. </dd> <dt class="defitem"><a name="send"><i>adb</i> order send <i>mode name</i> ?<i>option value...</i>?</a></dt><dd><p> Creates an instance of order <i>name</i>, initializing it with the order parameters included on the command line in <i>option</i>/<i>value</i> notation, validates it, and executes with the given <i>mode</i>, which should be one of <b>gui</b>, <b>normal</b>, or <b>private</b>. If the <i>mode</i> is <b>gui</b> or <b>normal</b>, the order will be placed on the undo stack and the redo stack will be cleared; if the <i>mode</i> is <b>private</b>, the undo and redo stacks will not be affected.</p> <p>If the order is rejected, this command throws <b>REJECT</b> with a detailed human-readable error message. </p> </dd> <dt class="defitem"><a name="senddict"><i>adb</i> order senddict <i>mode name parmdict</i></a></dt><dd><p> Creates an instance of order <i>name</i>, initializing it with the order parameters included in the <i>parmdict</i>, and executes with the given <i>mode</i>, which is just as for the <a class="iref" href="#send">send</a> command.</p> <p>If the order is rejected, this command throws <b>REJECT</b> with an error dictionary, as returned by <a href="../../../mars/docs/mann/order.html">order(n)</a>'s <a href="../../../mars/docs/mann/order.html#errdict">errdict</a> method. </p> </dd> <dt class="defitem"><a name="transactions"><i>adb</i> order transactions <i>flag</i></a></dt><dd> Sets and queries the order flunky's transactions flag. If the flag is enabled, each order is executed within an <a href="../../../mars/docs/mann/sqldocument.html">sqldocument(n)</a> transaction. If the order mutator throws an error, the underlying database will be rolled-back. Note that this doesn't affect orders that mutate in-memory state. </dd> <dt class="defitem"><a name="transaction"><i>adb</i> order transaction <i>narrative script</i></a></dt><dd> Executes the <i>script</i> as an "order transaction". The <i>script</i> is a Tcl script that sends a set of orders intended to be treated as a single atomic unit; the transaction will be undone and redone as a unit. The <i>narrative</i> is used for the transaction's <a class="iref" href="#undotext">undotext</a> and <a class="iref" href="#redotext">redotext</a>. Note that this kind of "transaction" is entirely distinct from the SQL transactions controlled by <a class="iref" href="#transactions">transactions</a>. </dd> <dt class="defitem"><a name="undotext"><i>adb</i> order undotext</a></dt><dd> Returns a narrative string corresponding to the order or transaction on the top of the undo stack, or "" if none. </dd> <dt class="defitem"><a name="undo"><i>adb</i> order undo</a></dt><dd> Undoes the previously executed order or transaction, provided that <a class="iref" href="#canundo">canundo</a> is true, and pushes it onto the redo stack. </dd> <dt class="defitem"><a name="validate"><i>adb</i> order validate <i>name</i></a></dt><dd> Validates the order <i>name</i>, returning it in canonical form if it is valid and throwing <b>INVALID</b> otherwise. </dd> </dl> <h2><a name="private_subcommands">Private Subcommands</a></h2> <p>The <span class="tt"><i>adb</i> order</span> command takes the following subcommands, where where <i>adb</i> is an instance of <a href="../mann/athenadb.html">athenadb(n)</a>.</p> <p>TBD: None yet documented. </p> <h2><a name="author">AUTHOR</a></h2> <p>Will Duquette, Dave Hanks. </p> <hr> <p><i>athena 6.3.3 Man page generated by manpage(n) on Fri Nov 20 09:48:56 PST 2015</i> </p> </body> </html>
AthenaModel/athena
docs/mann/athena_order.html
HTML
bsd-2-clause
14,318
<!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_02) on Mon Nov 24 10:51:52 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>ResolvableDependencies (Gradle API 2.2.1)</title> <meta name="date" content="2014-11-24"> <link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="ResolvableDependencies (Gradle API 2.2.1)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/gradle/api/artifacts/ResolutionStrategy.html" title="interface in org.gradle.api.artifacts"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/gradle/api/artifacts/ResolvedArtifact.html" title="interface in org.gradle.api.artifacts"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/gradle/api/artifacts/ResolvableDependencies.html" target="_top">Frames</a></li> <li><a href="ResolvableDependencies.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.gradle.api.artifacts</div> <h2 title="Interface ResolvableDependencies" class="title">Interface ResolvableDependencies</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public interface <span class="strong">ResolvableDependencies</span></pre> <div class="block">A set of <a href="../../../../org/gradle/api/artifacts/Dependency.html" title="interface in org.gradle.api.artifacts"><code>Dependency</code></a> objects which can be resolved to a set of <code>File</code> instances.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="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="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#afterResolve(org.gradle.api.Action)">afterResolve</a></strong>(<a href="../../../../org/gradle/api/Action.html" title="interface in org.gradle.api">Action</a>&lt;? super <a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html" title="interface in org.gradle.api.artifacts">ResolvableDependencies</a>&gt;&nbsp;action)</code> <div class="block">Adds an action to be executed after the dependencies of this set have been resolved.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#afterResolve(groovy.lang.Closure)">afterResolve</a></strong>(<a href="http://docs.groovy-lang.org/docs/groovy-2.3.6/html/gapi/groovy/lang/Closure.html?is-external=true" title="class or interface in groovy.lang">Closure</a>&nbsp;action)</code> <div class="block">Adds an action to be executed after the dependencies of this set have been resolved.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#beforeResolve(org.gradle.api.Action)">beforeResolve</a></strong>(<a href="../../../../org/gradle/api/Action.html" title="interface in org.gradle.api">Action</a>&lt;? super <a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html" title="interface in org.gradle.api.artifacts">ResolvableDependencies</a>&gt;&nbsp;action)</code> <div class="block">Adds an action to be executed before the dependencies in this set are resolved.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#beforeResolve(groovy.lang.Closure)">beforeResolve</a></strong>(<a href="http://docs.groovy-lang.org/docs/groovy-2.3.6/html/gapi/groovy/lang/Closure.html?is-external=true" title="class or interface in groovy.lang">Closure</a>&nbsp;action)</code> <div class="block">Adds an action to be executed before the dependencies in this set are resolved.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/gradle/api/artifacts/DependencySet.html" title="interface in org.gradle.api.artifacts">DependencySet</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#getDependencies()">getDependencies</a></strong>()</code> <div class="block">Returns the set of dependencies which will be resolved.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/gradle/api/file/FileCollection.html" title="interface in org.gradle.api.file">FileCollection</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#getFiles()">getFiles</a></strong>()</code> <div class="block">Returns a <a href="../../../../org/gradle/api/file/FileCollection.html" title="interface in org.gradle.api.file"><code>FileCollection</code></a> which contains the resolved set of files.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/1.5.0/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="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#getName()">getName</a></strong>()</code> <div class="block">Returns the name of this set.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/1.5.0/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="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#getPath()">getPath</a></strong>()</code> <div class="block">Returns the path of this set.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/gradle/api/artifacts/result/ResolutionResult.html" title="interface in org.gradle.api.artifacts.result">ResolutionResult</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html#getResolutionResult()">getResolutionResult</a></strong>()</code> <div class="block">Returns an instance of <a href="../../../../org/gradle/api/artifacts/result/ResolutionResult.html" title="interface in org.gradle.api.artifacts.result"><code>ResolutionResult</code></a> that gives access to the graph of the resolved dependencies.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getName</h4> <pre><a href="https://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre> <div class="block">Returns the name of this set.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The name. Never null.</dd></dl> </li> </ul> <a name="getPath()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPath</h4> <pre><a href="https://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getPath()</pre> <div class="block">Returns the path of this set. This is a unique identifier for this set.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The path. Never null.</dd></dl> </li> </ul> <a name="getFiles()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFiles</h4> <pre><a href="../../../../org/gradle/api/file/FileCollection.html" title="interface in org.gradle.api.file">FileCollection</a>&nbsp;getFiles()</pre> <div class="block">Returns a <a href="../../../../org/gradle/api/file/FileCollection.html" title="interface in org.gradle.api.file"><code>FileCollection</code></a> which contains the resolved set of files. The returned value is lazy, so dependency resolution is not performed until the contents of the collection are queried.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>The collection. Never null.</dd></dl> </li> </ul> <a name="getDependencies()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDependencies</h4> <pre><a href="../../../../org/gradle/api/artifacts/DependencySet.html" title="interface in org.gradle.api.artifacts">DependencySet</a>&nbsp;getDependencies()</pre> <div class="block">Returns the set of dependencies which will be resolved.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the dependencies. Never null.</dd></dl> </li> </ul> <a name="beforeResolve(org.gradle.api.Action)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>beforeResolve</h4> <pre>void&nbsp;beforeResolve(<a href="../../../../org/gradle/api/Action.html" title="interface in org.gradle.api">Action</a>&lt;? super <a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html" title="interface in org.gradle.api.artifacts">ResolvableDependencies</a>&gt;&nbsp;action)</pre> <div class="block">Adds an action to be executed before the dependencies in this set are resolved.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>action</code> - The action to execute.</dd></dl> </li> </ul> <a name="beforeResolve(groovy.lang.Closure)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>beforeResolve</h4> <pre>void&nbsp;beforeResolve(<a href="http://docs.groovy-lang.org/docs/groovy-2.3.6/html/gapi/groovy/lang/Closure.html?is-external=true" title="class or interface in groovy.lang">Closure</a>&nbsp;action)</pre> <div class="block">Adds an action to be executed before the dependencies in this set are resolved.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>action</code> - The action to execute.</dd></dl> </li> </ul> <a name="afterResolve(org.gradle.api.Action)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>afterResolve</h4> <pre>void&nbsp;afterResolve(<a href="../../../../org/gradle/api/Action.html" title="interface in org.gradle.api">Action</a>&lt;? super <a href="../../../../org/gradle/api/artifacts/ResolvableDependencies.html" title="interface in org.gradle.api.artifacts">ResolvableDependencies</a>&gt;&nbsp;action)</pre> <div class="block">Adds an action to be executed after the dependencies of this set have been resolved.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>action</code> - The action to execute.</dd></dl> </li> </ul> <a name="afterResolve(groovy.lang.Closure)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>afterResolve</h4> <pre>void&nbsp;afterResolve(<a href="http://docs.groovy-lang.org/docs/groovy-2.3.6/html/gapi/groovy/lang/Closure.html?is-external=true" title="class or interface in groovy.lang">Closure</a>&nbsp;action)</pre> <div class="block">Adds an action to be executed after the dependencies of this set have been resolved.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>action</code> - The action to execute.</dd></dl> </li> </ul> <a name="getResolutionResult()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getResolutionResult</h4> <pre><a href="../../../../org/gradle/api/Incubating.html" title="annotation in org.gradle.api">@Incubating</a> <a href="../../../../org/gradle/api/artifacts/result/ResolutionResult.html" title="interface in org.gradle.api.artifacts.result">ResolutionResult</a>&nbsp;getResolutionResult()</pre> <div class="block">Returns an instance of <a href="../../../../org/gradle/api/artifacts/result/ResolutionResult.html" title="interface in org.gradle.api.artifacts.result"><code>ResolutionResult</code></a> that gives access to the graph of the resolved dependencies.</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the resolution result</dd><dt><span class="strong">Since:</span></dt> <dd>1.3</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/gradle/api/artifacts/ResolutionStrategy.html" title="interface in org.gradle.api.artifacts"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/gradle/api/artifacts/ResolvedArtifact.html" title="interface in org.gradle.api.artifacts"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/gradle/api/artifacts/ResolvableDependencies.html" target="_top">Frames</a></li> <li><a href="ResolvableDependencies.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Pushjet/Pushjet-Android
gradle/wrapper/dists/gradle-2.2.1-all/c64ydeuardnfqctvr1gm30w53/gradle-2.2.1/docs/javadoc/org/gradle/api/artifacts/ResolvableDependencies.html
HTML
bsd-2-clause
16,802
<html> <head> <style type="text/css"> body { font-family: monospace; line-height: 1.5em; } th { text-align: left; } td, th { padding: .5em; } tr:hover td { background: yellow; } .text-right { text-align: right; } .btn { padding: 1em; border: 1px solid #aaa; background: #efe } .valid { background: green; color: yellow; padding: .5em; } .invalid { color: red; font-weight: bold; } </style> </head> <body> <a href='{% url "debug_panel:index" %}'>Debug panel index</a> <h1>Fares Setup</h1> <table> <tr> <th>Code</th> <th>Start</th> <th>End</th> <th>is Valid</th> </tr> {% for fare in fares %} <tr> <td><a href='{% url "admin:conference_fare_change" fare.id %}'>{{ fare.code }}</a></td> <td>{{ fare.start_validity }}</td> <td>{{ fare.end_validity }}</td> <td> {% if fare.valid %} <span class='valid'>VALID</span> {% else %} <span class='invalid'>NOPE</span> {% endif %} </td> </tr> {% endfor %}{# fare in fares #} </table> <h4>Setup EB Dates</h4> <form method="POST" action='.'> {% csrf_token %} {{ eb_setup_form.as_p }} <input type='submit' name='{{ FareSetup.set_eb_dates }}' value="Set EB"> </form> <h4>Setup Regular</h4> <form method="POST" action='.'> {% csrf_token %} {{ regular_setup_form.as_p }} <input type='submit' name='{{ FareSetup.set_regular_dates }}' value="Set Regular"> </form> </body> </html>
EuroPython/epcon
templates/conference/debugpanel/fares_setup.html
HTML
bsd-2-clause
1,837
<!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.7.0_04) on Mon Jun 11 20:04:38 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=windows-1252"> <TITLE> All Classes </TITLE> <META NAME="date" CONTENT="2012-06-11"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="Enemy.html" title="class in &lt;Unnamed&gt;" target="classFrame">Enemy</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML>
aristocrates/javagames
GameProj/documentation/allclasses-frame.html
HTML
bsd-2-clause
795
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 06 12:54:22 CET 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>TLFunctionCallContext</title> <meta name="date" content="2015-03-06"> <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="TLFunctionCallContext"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/jetel/ctl/extensions/TLFunctionAnnotation.html" title="annotation in org.jetel.ctl.extensions"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/jetel/ctl/extensions/TLFunctionDescriptor.html" title="class in org.jetel.ctl.extensions"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/jetel/ctl/extensions/TLFunctionCallContext.html" target="_top">Frames</a></li> <li><a href="TLFunctionCallContext.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.jetel.ctl.extensions</div> <h2 title="Class TLFunctionCallContext" class="title">Class TLFunctionCallContext</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.jetel.ctl.extensions.TLFunctionCallContext</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">TLFunctionCallContext</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#TLFunctionCallContext(java.lang.Object)">TLFunctionCallContext</a></strong>(java.lang.Object&nbsp;transformationID)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/jetel/ctl/extensions/TLCache.html" title="class in org.jetel.ctl.extensions">TLCache</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getCache()">getCache</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Locale</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getDefaultLocale()">getDefaultLocale</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/jetel/util/formatter/TimeZoneProvider.html" title="class in org.jetel.util.formatter">TimeZoneProvider</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getDefaultTimeZone()">getDefaultTimeZone</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/jetel/graph/TransformationGraph.html" title="class in org.jetel.graph">TransformationGraph</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getGraph()">getGraph</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getIndex()">getIndex</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getInitMethodName()">getInitMethodName</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getLibClassName()">getLibClassName</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getLiteralsSize()">getLiteralsSize</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/jetel/ctl/data/TLType.html" title="class in org.jetel.ctl.data">TLType</a>[]</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getParams()">getParams</a></strong>()</code> <div class="block">The tl parameters.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getParamValue(int)">getParamValue</a></strong>(int&nbsp;i)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/jetel/ctl/extensions/TLTransformationContext.html" title="class in org.jetel.ctl.extensions">TLTransformationContext</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getTransformationContext()">getTransformationContext</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#getTransformationID()">getTransformationID</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#hasInit()">hasInit</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#initVoidLterals(int)">initVoidLterals</a></strong>(int&nbsp;count)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#isLiteral(int)">isLiteral</a></strong>(int&nbsp;i)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setCache(org.jetel.ctl.extensions.TLCache)">setCache</a></strong>(<a href="../../../../org/jetel/ctl/extensions/TLCache.html" title="class in org.jetel.ctl.extensions">TLCache</a>&nbsp;cache)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setGraph(org.jetel.graph.TransformationGraph)">setGraph</a></strong>(<a href="../../../../org/jetel/graph/TransformationGraph.html" title="class in org.jetel.graph">TransformationGraph</a>&nbsp;graph)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setHasInit(boolean)">setHasInit</a></strong>(boolean&nbsp;hasInit)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setIndex(int)">setIndex</a></strong>(int&nbsp;index)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setInitMethodName(java.lang.String)">setInitMethodName</a></strong>(java.lang.String&nbsp;initMethodName)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setLibClassName(java.lang.String)">setLibClassName</a></strong>(java.lang.String&nbsp;libName)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setLiteral(int)">setLiteral</a></strong>(int&nbsp;i)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setLiterals(boolean[])">setLiterals</a></strong>(boolean[]&nbsp;literals)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setParam(int, org.jetel.ctl.data.TLType)">setParam</a></strong>(int&nbsp;index, <a href="../../../../org/jetel/ctl/data/TLType.html" title="class in org.jetel.ctl.data">TLType</a>&nbsp;param)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setParams(org.jetel.ctl.data.TLType[])">setParams</a></strong>(<a href="../../../../org/jetel/ctl/data/TLType.html" title="class in org.jetel.ctl.data">TLType</a>[]&nbsp;params)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setParamValue(int, java.lang.Object)">setParamValue</a></strong>(int&nbsp;i, java.lang.Object&nbsp;paramValue)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setParamValues(java.lang.Object[])">setParamValues</a></strong>(java.lang.Object[]&nbsp;paramValues)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/ctl/extensions/TLFunctionCallContext.html#setTransformationContext(org.jetel.ctl.extensions.TLTransformationContext)">setTransformationContext</a></strong>(<a href="../../../../org/jetel/ctl/extensions/TLTransformationContext.html" title="class in org.jetel.ctl.extensions">TLTransformationContext</a>&nbsp;transformationContext)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="TLFunctionCallContext(java.lang.Object)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TLFunctionCallContext</h4> <pre>public&nbsp;TLFunctionCallContext(java.lang.Object&nbsp;transformationID)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getTransformationID()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTransformationID</h4> <pre>public&nbsp;java.lang.Object&nbsp;getTransformationID()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the transformationID</dd></dl> </li> </ul> <a name="getCache()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCache</h4> <pre>public&nbsp;<a href="../../../../org/jetel/ctl/extensions/TLCache.html" title="class in org.jetel.ctl.extensions">TLCache</a>&nbsp;getCache()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the cache</dd></dl> </li> </ul> <a name="getParams()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getParams</h4> <pre>public&nbsp;<a href="../../../../org/jetel/ctl/data/TLType.html" title="class in org.jetel.ctl.data">TLType</a>[]&nbsp;getParams()</pre> <div class="block">The tl parameters. CAUTION! This method can be used in interpreter only, don't use it inside method marked @TLFunctionAnnotation, it contains no information in compiled mode (null).</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the params</dd></dl> </li> </ul> <a name="setParams(org.jetel.ctl.data.TLType[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setParams</h4> <pre>public&nbsp;void&nbsp;setParams(<a href="../../../../org/jetel/ctl/data/TLType.html" title="class in org.jetel.ctl.data">TLType</a>[]&nbsp;params)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>params</code> - the params to set</dd></dl> </li> </ul> <a name="setParam(int, org.jetel.ctl.data.TLType)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setParam</h4> <pre>public&nbsp;void&nbsp;setParam(int&nbsp;index, <a href="../../../../org/jetel/ctl/data/TLType.html" title="class in org.jetel.ctl.data">TLType</a>&nbsp;param)</pre> </li> </ul> <a name="isLiteral(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isLiteral</h4> <pre>public&nbsp;boolean&nbsp;isLiteral(int&nbsp;i)</pre> </li> </ul> <a name="setLiterals(boolean[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setLiterals</h4> <pre>public&nbsp;void&nbsp;setLiterals(boolean[]&nbsp;literals)</pre> </li> </ul> <a name="getLiteralsSize()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLiteralsSize</h4> <pre>public&nbsp;int&nbsp;getLiteralsSize()</pre> </li> </ul> <a name="initVoidLterals(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>initVoidLterals</h4> <pre>public&nbsp;void&nbsp;initVoidLterals(int&nbsp;count)</pre> </li> </ul> <a name="setLiteral(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setLiteral</h4> <pre>public&nbsp;void&nbsp;setLiteral(int&nbsp;i)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - </dd><dd><code>b</code> - </dd></dl> </li> </ul> <a name="getParamValue(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getParamValue</h4> <pre>public&nbsp;java.lang.Object&nbsp;getParamValue(int&nbsp;i)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - </dd> <dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="setParamValues(java.lang.Object[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setParamValues</h4> <pre>public&nbsp;void&nbsp;setParamValues(java.lang.Object[]&nbsp;paramValues)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>paramValues</code> - the paramValues to set</dd></dl> </li> </ul> <a name="setParamValue(int, java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setParamValue</h4> <pre>public&nbsp;void&nbsp;setParamValue(int&nbsp;i, java.lang.Object&nbsp;paramValue)</pre> </li> </ul> <a name="setIndex(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setIndex</h4> <pre>public&nbsp;void&nbsp;setIndex(int&nbsp;index)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index to set</dd></dl> </li> </ul> <a name="getIndex()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getIndex</h4> <pre>public&nbsp;int&nbsp;getIndex()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the index</dd></dl> </li> </ul> <a name="setHasInit(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setHasInit</h4> <pre>public&nbsp;void&nbsp;setHasInit(boolean&nbsp;hasInit)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>hasInit</code> - </dd></dl> </li> </ul> <a name="hasInit()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hasInit</h4> <pre>public&nbsp;boolean&nbsp;hasInit()</pre> </li> </ul> <a name="setLibClassName(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setLibClassName</h4> <pre>public&nbsp;void&nbsp;setLibClassName(java.lang.String&nbsp;libName)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>libName</code> - the libName to set</dd></dl> </li> </ul> <a name="getLibClassName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getLibClassName</h4> <pre>public&nbsp;java.lang.String&nbsp;getLibClassName()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the libName</dd></dl> </li> </ul> <a name="setInitMethodName(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setInitMethodName</h4> <pre>public&nbsp;void&nbsp;setInitMethodName(java.lang.String&nbsp;initMethodName)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>initMethodName</code> - the initMethodName to set</dd></dl> </li> </ul> <a name="getInitMethodName()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getInitMethodName</h4> <pre>public&nbsp;java.lang.String&nbsp;getInitMethodName()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>the initMethodName</dd></dl> </li> </ul> <a name="setCache(org.jetel.ctl.extensions.TLCache)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setCache</h4> <pre>public&nbsp;void&nbsp;setCache(<a href="../../../../org/jetel/ctl/extensions/TLCache.html" title="class in org.jetel.ctl.extensions">TLCache</a>&nbsp;cache)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cache</code> - the cache to set</dd></dl> </li> </ul> <a name="getGraph()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGraph</h4> <pre>public&nbsp;<a href="../../../../org/jetel/graph/TransformationGraph.html" title="class in org.jetel.graph">TransformationGraph</a>&nbsp;getGraph()</pre> </li> </ul> <a name="setGraph(org.jetel.graph.TransformationGraph)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setGraph</h4> <pre>public&nbsp;void&nbsp;setGraph(<a href="../../../../org/jetel/graph/TransformationGraph.html" title="class in org.jetel.graph">TransformationGraph</a>&nbsp;graph)</pre> </li> </ul> <a name="getTransformationContext()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTransformationContext</h4> <pre>public&nbsp;<a href="../../../../org/jetel/ctl/extensions/TLTransformationContext.html" title="class in org.jetel.ctl.extensions">TLTransformationContext</a>&nbsp;getTransformationContext()</pre> </li> </ul> <a name="setTransformationContext(org.jetel.ctl.extensions.TLTransformationContext)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setTransformationContext</h4> <pre>public&nbsp;void&nbsp;setTransformationContext(<a href="../../../../org/jetel/ctl/extensions/TLTransformationContext.html" title="class in org.jetel.ctl.extensions">TLTransformationContext</a>&nbsp;transformationContext)</pre> </li> </ul> <a name="getDefaultTimeZone()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDefaultTimeZone</h4> <pre>public&nbsp;<a href="../../../../org/jetel/util/formatter/TimeZoneProvider.html" title="class in org.jetel.util.formatter">TimeZoneProvider</a>&nbsp;getDefaultTimeZone()</pre> </li> </ul> <a name="getDefaultLocale()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getDefaultLocale</h4> <pre>public&nbsp;java.util.Locale&nbsp;getDefaultLocale()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/jetel/ctl/extensions/TLFunctionAnnotation.html" title="annotation in org.jetel.ctl.extensions"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/jetel/ctl/extensions/TLFunctionDescriptor.html" title="class in org.jetel.ctl.extensions"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/jetel/ctl/extensions/TLFunctionCallContext.html" target="_top">Frames</a></li> <li><a href="TLFunctionCallContext.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <address>Copyright &#169; 2002-2015 Javlin a.s.</address> </small></p> </body> </html>
chris-watson/chpl-api
chpl/chpl-etl/javadoc/org/jetel/ctl/extensions/TLFunctionCallContext.html
HTML
bsd-2-clause
25,852
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Rotation Test</title> </head> <body> <canvas id="game"></canvas> <script src="../../lib/excalibur.js"></script> <script src="rotation.js"></script> <p>Press 'd' for debug mode</p> <p>Click the buttons to change the RotationType. Click anywhere else on the canvas to have the actor rotate to that angle.</p> </body> </html>
excaliburjs/Excalibur
sandbox/tests/rotation/rotation.html
HTML
bsd-2-clause
423
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>Class Hierarchy</TITLE> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META name="GENERATOR" content="Doc-O-Matic"> <LINK rel="STYLESHEET" href="default.css" type="text/css"> <SCRIPT LANGUAGE="JavaScript1.2" SRC="scripts.js"></SCRIPT> </HEAD> <BODY CLASS="body"> <TABLE BORDER="0" BGCOLOR="#AACCFF" WIDTH="100%" CELLSPACING="0" CELLPADDING="0"> <TR><TD VALIGN="MIDDLE" ALIGN="LEFT"> <DIV CLASS="pageheadertitle"> NativeXml Help</DIV> </TD><TD VALIGN="MIDDLE" ALIGN="LEFT"> <DIV CLASS="pageheaderlinks"> <A HREF="content.html" CLASS="link">Content</A> | <A HREF="idx.html" CLASS="link">Index</A> | <A HREF="symref.html" CLASS="link">Reference</A></DIV> </TD></TR></TABLE><DIV CLASS="sectionheader"> Class Hierarchy</DIV> <DIV CLASS="classhierarchy"> TDebugPersistent<BR>&nbsp;&nbsp;&nbsp;&nbsp;|<BR><A HREF="000401.html" CLASS="link">TXmlNode</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;|<BR><A HREF="000291.html" CLASS="link">TsdContainerNode</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;|<BR><A HREF="000328.html" CLASS="link">TsdElement</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;|<BR><A HREF="000320.html" CLASS="link">TsdDtdElement</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;|<BR><A HREF="000318.html" CLASS="link">TsdDtdAttList</A><BR></DIV> </BODY></HTML>
kattunga/NativeXml
doc/000645.html
HTML
bsd-2-clause
1,335
<!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=windows-1252"> <title>Opinions &amp; Announcements Search</title> <script language="javascript"> function openIt(url) { var newWin = window.open(url,"","resizable=yes,menubar=yes,toolbar=yes,scrollbars=yes,location=yes,status=yes"); } </script> <script type="text/javascript"> if (window.createPopup && document.compatMode && document.compatMode=="CSS1Compat") { document.onreadystatechange = onresize = function fixIE6AbsPos() { if (!document.body) return; if (document.body.style.margin != "0px") document.body.style.margin = 0; onresize = null; document.body.style.height = 0; setTimeout(function(){ document.body.style.height = document.documentElement.scrollHeight+'px'; }, 1); setTimeout(function(){ onresize = fixIE6AbsPos; }, 100); } } </script> <!--<meta http-equiv="Content-Type: text/html; charset=windows-1252" />--> <meta name="copyright" content="2006, Supreme Court of Ohio"> <meta name="description" content="Opinion Site"> <meta name="keywords" content="Decisions, Opinions, Files, Documents, Reporter"> <link href="ohioctapp2_example_files/sco.css" rel="stylesheet" type="text/css" media="screen"> <link href="ohioctapp2_example_files/SCO_print.css" rel="stylesheet" type="text/css" media="print"> <script language="javascript" src="ohioctapp2_example_files/years.js"></script> <script language="javascript" src="ohioctapp2_example_files/dropdown.js"></script> </head> <body class="thrColFixHdr"> <style type="text/css"> <!-- body { text-align: left; } --> </style> <table style="background-image: url(/images/topRPT.gif); border: 1px white;" class="noPrint" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td style="width: 71" align="left"><a href="http://www.sconet.state.oh.us/default.asp"><img src="ohioctapp2_example_files/fret.gif" alt="Seal of the State of Ohio. Click here to return to the Supreme Court home page." border="0" height="92" width="71"></a></td> <td align="center"><a href="http://www.sconet.state.oh.us/default.asp"><img src="ohioctapp2_example_files/sco_ojb_head_538.gif" alt="The Supreme Court of Ohio &amp; The Ohio Judicial System. Click here to return to the Supreme Court home page." border="0"></a></td> <td align="right"><a href="http://www.sconet.state.oh.us/default.asp"><img src="ohioctapp2_example_files/building.gif" alt="Line Drawing of the Ohio Judicial Center. Click here to return to the Supreme Court home page." border="0" height="92" width="170"></a></td> </tr> <tr> <td colspan="3" bgcolor="#670001" height="17"><img src="ohioctapp2_example_files/spacer.gif" alt="Spacer image" height="17"></td> </tr> </tbody></table> <h1 class="noShow">The Supreme Court of Ohio &amp; The Ohio Judicial System</h1> <form name="FilesForm" method="post" action="default.asp"> <table border="0" cellpadding="5" cellspacing="0" height="182" width="730"> <tbody><tr> <td height="189" valign="top" width="730"><h2>Opinions &amp; Announcements</h2> <table border="0" cellpadding="1" cellspacing="1" bgcolor="#999999" height="100" width="730"> <tbody><tr> <td bgcolor="#FFFFFF" height="162" valign="middle" width="366"> <table border="0" cellpadding="2" cellspacing="2" bgcolor="#FFFFFF" width="357"> <tbody><tr bgcolor="#FFFFFF"> <td height="11" width="92"><font color="#999999" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Source:</b></font><font color="#999999" face="Verdana, Arial, Helvetica, sans-serif" size="1"></font></td> <td height="11" valign="middle" width="251"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <select name="iaSource"> <option value="0">Supreme Court of Ohio</option> <option value="1">First District Court of Appeals</option> <option value="2" selected="selected">Second District Court of Appeals</option> <option value="3">Third District Court of Appeals</option> <option value="4">Fourth District Court of Appeals</option> <option value="5">Fifth District Court of Appeals</option> <option value="6">Sixth District Court of Appeals</option> <option value="7">Seventh District Court of Appeals</option> <option value="8">Eighth District Court of Appeals</option> <option value="9">Ninth District Court of Appeals</option> <option value="10">Tenth District Court of Appeals</option> <option value="11">Eleventh District Court of Appeals</option> <option value="12">Twelfth District Court of Appeals</option> <option value="13">Court of Claims</option> <option value="98">Miscellaneous</option> <option value="99">All Sources</option> </select> </font><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="http://www.sconet.state.oh.us/ROD/docs/webcite.asp#Source" target="scorodhelp"><img src="ohioctapp2_example_files/q.gif" alt="What is a Source?" border="0" height="18" width="18"></a></font></td> </tr> <tr bgcolor="#FFFFFF"> <td height="36" width="92"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <font color="#FFFFFF"><b><font color="#999999">Decided:</font></b></font> <input name="Lastdate" value="2014" type="hidden"> </font></td> <td height="36" valign="middle" width="251"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <select name="iaFilter"> <option value="-2">Any Time</option> <option value="2014" selected="selected">In the Year 2014</option> <option value="2013">In the Year 2013</option> <option value="2012">In the Year 2012</option> <option value="2011">In the Year 2011</option> <option value="2010">In the Year 2010</option> <option value="2009">In the Year 2009</option> <option value="2008">In the Year 2008</option> <option value="2007">In the Year 2007</option> <option value="2006">In the Year 2006</option> <option value="2005">In the Year 2005</option> <option value="2004">In the Year 2004</option> <option value="2003">In the Year 2003</option> <option value="2002">In the Year 2002</option> <option value="2001">In the Year 2001</option> <option value="2000">In the Year 2000</option> <option value="1999">In the Year 1999</option> <option value="1998">In the Year 1998</option> <option value="1997">In the Year 1997</option> <option value="1996">In the Year 1996</option> <option value="1995">In the Year 1995</option> <option value="1994">In the Year 1994</option> <option value="1993">In the Year 1993</option> <option value="1992">In the Year 1992</option> </select> </font><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="http://www.sconet.state.oh.us/ROD/docs/webcite.asp#Decided" target="scorodhelp"><img src="ohioctapp2_example_files/q.gif" alt="What is Decided?" border="0" height="18" width="17"></a></font></td> </tr> <tr> <td height="22" width="92"><font color="#999999" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>WebCite No:</b></font></td> <td height="22" valign="top" width="251"> <input name="webcite" size="30" maxlength="15" type="text"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="http://www.sconet.state.oh.us/ROD/docs/webcite.asp#WebCite" target="scorodhelp"><img src="ohioctapp2_example_files/q.gif" alt="What is a Web Cite No.?" border="0" height="18" width="18"></a></font> </td> </tr> <tr> <td height="13" width="92"><font color="#999999" face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Full Text:</b></font></td> <td height="13" valign="top" width="251"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input name="FullText" size="30" type="text"> </font><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="http://www.sconet.state.oh.us/ROD/docs/enhanced.asp" target="scorodhelp"><img src="ohioctapp2_example_files/q.gif" alt="What is a Web Cite No.?" border="0" height="18" width="18"></a></font></td> </tr> <tr bgcolor="#cccccc"> <td colspan="2" height="14"><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>Enter either a webcite number or a full text query. </b></font></td> </tr> </tbody></table> </td> <td bgcolor="#FFFFFF" height="162" valign="top" width="372"> <table border="0" cellpadding="1" cellspacing="1" bgcolor="#999999" height="69" width="375"> <tbody><tr bgcolor="#cccccc"> <th colspan="3"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> </font> <font face="Verdana, Arial, Helvetica, sans-serif" size="1">Columns to Include</font></th> </tr> <tr bgcolor="#FFFFFF"> <td height="56" valign="top" width="138"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> <input name="ShowChk3" value="1" checked="checked" type="checkbox"> <b>Case Name</b><br> <input name="ShowChk4" value="1" checked="checked" type="checkbox"> <b>Case No</b><br> <input name="ShowChk1" value="1" checked="checked" type="checkbox"> Topics/Issues<br> </font></td> <td height="56" valign="top" width="115"> <p><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> <input name="ShowChk5" value="1" checked="checked" type="checkbox"> Author <br> <input name="ShowChk6" value="1" type="checkbox"> County<br> <input name="ShowChk7" value="1" type="checkbox"> Citation</font></p> </td> <td height="56" valign="top" width="112"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"> <input name="ShowChk8" value="1" checked="checked" type="checkbox"> <b> Decided Date</b><br> <input name="ShowChk9" value="1" type="checkbox"> Posted Date<br> <input name="ShowChk10" value="1" checked="checked" type="checkbox"> WebCite </font></td> </tr> </tbody></table> <table border="0" bordercolor="#999999" cellpadding="1" cellspacing="1" bgcolor="#999999" height="54" width="375"> <tbody><tr bgcolor="#cccccc"> <td height="19"> <div align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>Notices</b></font></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td align="left" height="66" valign="middle"><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif" size="1"> </font><p><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif" size="1">&nbsp;Supreme Court opinions and Supreme Court announcements are<br> &nbsp;usually posted weekdays at 9:00 a.m. <br> &nbsp;Other documents are posted as received by the court.<br> </font></p></td> </tr> </tbody></table> </td> </tr> <tr bgcolor="#cccccc" valign="top"> <td colspan="2" height="2"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> </font> <table border="0" width="100%"> <tbody><tr> <td height="21" width="20%"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input name="Submit" value="Submit" type="submit"> </font></td> <td height="21" valign="top" width="56%"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td width="85%"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b>All documents are in the Adobe® PDF format.</b><br> The Adobe® Reader® is a free download.</font></td> <td width="15%"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="http://www.adobe.com/products/acrobat/readstep2.html" title="Link opens new window." target="_blank"><img src="ohioctapp2_example_files/getacro.gif" alt="download reader" border="0" height="31" width="88"></a></font></td> </tr> </tbody></table> </td> <td height="21" valign="top" width="24%"> <div align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Rows per Page</font><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <select name="iaPageSize"> <option value="5">5 </option> <option value="10">10 </option> <option value="15">15 </option> <option value="20">20 </option> <option value="25">25 </option> <option value="50">50 </option> <option value="100" selected="selected">100 </option> </select> </font> </div> </td> </tr> </tbody></table> <div align="right"></div> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </form> <a target="results"></a>328 documents were found matching the selected criteria. <br>Page: [<b> <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=1&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">1</a></b>] &nbsp; <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=2&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">2</a> &nbsp; <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=3&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">3</a> &nbsp; <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=4&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">4</a> &nbsp; <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=2&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">next</a><table id="Table1" cellpadding="2" cellspacing="1" bgcolor="#FFFFFF"> <tbody><tr bgcolor="#669966"> <th bgcolor="#cccccc"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Sort=doctitle%20ASC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">Case Name</a></font></th> <th bgcolor="#cccccc"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Sort=docsubject%20ASC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">Case No.</a></font></th> <th bgcolor="#cccccc"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Sort=dockeywords%20ASC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">Topics and Issues</a></font></th> <th bgcolor="#cccccc"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Sort=docauthor%20ASC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">Author</a></font></th> <th bgcolor="#cccccc"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Sort=docdecided%20ASC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">Decided</a></font><img src="ohioctapp2_example_files/SortUP.gif" border="0" height="5" width="7"></th> <th bgcolor="#cccccc"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Sort=docwebcite%20ASC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">WebCite</a></font></th> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3267.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3267.pdf">State v. Weese</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-61</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The appellate record of convictions resulting from agreed-upon pleas and sentences reveals no non-frivolous issues for review. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3267</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3266.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3266.pdf">State v. Ward</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25868</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Appellate counsel filed an Anders brief concluding that there are no meritorious issues to present on appeal. Neither the Appellant nor his counsel raised any potential assignments of error having arguable merit for review. After conducting an independent review of the proceedings, we agree that there are no issues with arguable merit for appeal. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3266</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3265.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3265.pdf">State v. Rowe</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25993</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant’s convictions on two counts of aggravated menacing were supported by sufficient evidence and were not against the manifest weight of the evidence, despite the reliance by the State on the testimony of two children, who were the victims of the alleged offenses. (The defense also relied on child witnesses.) In a bench trial, we presume that the trial court disregarded any improper hearsay evidence. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3265</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3264.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3264.pdf">PNC Bank, N.A. v. Creative Cabinet Sys., Inc.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-14, 2013-CA-15</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Appellant appeals from a trial court order giving escrowed funds temporarily to the Clerk of Courts. This order is not final under R.C. 2505.02, so jurisdiction to consider this appeal’s merits is lacking. Appeal dismissed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3264</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3263.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3263.pdf">Whitaker v. Paru Selvam, L.L.C.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26103, 26108</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in concluding that corporate defendants who were accused of fraudulent transfers were properly served with the complaint. The corporate defendants also received an opportunity to show in writing why default judgment should not be entered. They, therefore, received all process that they were due under Civ.R. 55(A). Furthermore, assuming for purposes of argument that a procedural irregularity occurred, the defendants waived any error by failing to object in the trial court. The trial court also complied with Civ.R.55(C), because the default judgment awarded the same relief that had been requested in the complaint. In addition, the trial court did not abuse its discretion by failing to allow the filing of an intervening defendant’s proposed amended answer and counterclaim. Justice did not require the filing of the answer and counterclaim. Finally, the trial court did not err in failing to consider the application of res judicata, as the matter was not properly raised and was not before the court. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3263</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3262.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3262.pdf">McCarty v. Pedraza</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-42</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err by entering partial summary judgment on the issue of negligence and by awarding damages for attorney fees to mitigate damages, and for the loss of a counterclaim, in Appellees’ claim for legal malpractice. But the trial court did err by also awarding Appellees an amount equal to the amount of the underlying default judgment entered against them as a result of the malpractice where Appellees failed to present sufficient evidence that no judgment, or only a judgment of a lesser amount, would have been entered against them had the attorney timely filed an answer on their behalf. Judgment affirmed in part and reversed in part; remanded. (Froelich, P.J., dissenting in part and concurring in part.)</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3262</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3261.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3261.pdf">LaSalle Bank Natl. Assn. v. Brown</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25822</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in overruling a motion to vacate filed by the purchaser at a foreclosure sale, after confirmation of the sale. The purchaser lacked standing to appeal the decision of the trial court because she failed to file a motion to intervene pursuant to Civ.R. 24(C). Furthermore, the purchaser could not collaterally attack the foreclosure judgment as a nonparty, because the bank that originally filed the foreclosure action had standing to sue. The bank was the owner of the note and mortgage, and was entitled to enforce the note as a nonholder in possession of the instrument. Even if the purchaser has standing to appeal, her claim is barred by caveat emptor, as any defects in title or in the court proceedings were of public record and could have been discovered prior to the judicial sale. Finally, assuming for purposes of argument that the bank lacked standing when the foreclosure action was initially filed, the judgment would be only voidable, not void. However, the purchaser failed to file a motion to intervene and also failed to file a motion to set the judgment aside under Civ.R. 60(B). Affirmed. (Donovan, J., dissenting).</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3261</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3260.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3260.pdf">Village of St. Paris v. Galluzzo</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-CA-4</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">In appeal from conviction and sentence for violation of a municipal ordinance prohibiting driving with an expired vehicle registration, the defendant’s assignments of error are without merit. The trial court had both subject-matter and personal jurisdiction. The trial court did not err in striking the defendant’s demurrer, which is not a pleading recognized in Ohio. The ordinance does not infringe upon the defendant’s constitutional right to travel. The defendant’s motor vehicle is not exempt from registration requirements as a “consumer good,” under the Uniform Commercial Code. The ordinance is not a “bill of pains and penalties” prohibited by the Eighth Amendment to the United States Constitution. The trial court did not improperly deny the defendant access to its rulings. Neither did the trial court improperly deny the defendant’s request for findings of fact and conclusions of law pursuant to Civ.R. 52. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3260</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3259.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3259.pdf">State v. Eberhart</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26045, 26046</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in rejecting the appellant’s argument that it lacked personal jurisdiction over him. Personal service of two traffic citations and summonses for misdemeanor offenses gave the Miamisburg Municipal Court personal jurisdiction over the appellant. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3259</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3258.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3258.pdf">Corey v. Corey</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-73</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">(1) The trial court did not err by relying on the guardian ad litem’s written report. The report was admitted into evidence without objection. Appellant may not object for the first time on appeal, and there is no plain error. (2) The trial court did not err by changing the children’s sole residential parent from Appellant to Appellee. Given the evidence presented, the court’s findings under R.C. 3109.04(D)(1)(a) are reasonable. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3258</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3257.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3257.pdf">State v. Brown</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26035</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court did not err when it overruled appellant’s motion to suppress because even though he was under arrest, his statements were admissible under the “public safety exception” to the Miranda rule. The questions posed to appellant by the deputy without the benefit of Miranda warnings were objectively reasonable given the immediate danger presented by a potentially loaded handgun which may have been discarded in the area surrounding an apartment complex where many adults and children were present. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/25/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3257</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3169.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3169.pdf">State v. Williams</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 74</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court did not err in denying defendant’s motion for relief from a default judgment, pursuant to Civ.R. 60(B). Trial court did not abuse its discretion in concluding that defendant did not demonstrate that his failure to respond to the complaint was due to “excusable neglect” under Civ.R. 60(B)(1) or fraud by the plaintiff under Civ.R. 60(B)(3). Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/18/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3169</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3168.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3168.pdf">State v. Rothermel</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26004</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court’s decision finding that Appellant was not acting in self-defense when he committed assault was not against the manifest weight of the evidence. The record indicated that Appellant did not have a bona fide belief that he was in imminent danger of death or great bodily harm and that the only means of escape from such danger was to use deadly force. Additionally, Appellant used more force than reasonably necessary. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/18/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3168</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3167.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3167.pdf">Jackson v. Force</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014 CA 6</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Prospective buyers of farm brought suit against seller of farm after seller indicated that she had received a better offer and repudiated the agreement. Trial court did not err in granting summary judgment to seller on the prospective buyers’ claims for fraud/ misrepresentation and specific performance. Although the trial court erred in finding that there was no mutual assent and that mutual mistake rendered the contract void, specific performance was nevertheless unavailable where seller signed the agreement as an attorney-in-fact, the principal’s interest was limited to a life estate, and the principal had died, extinguishing the life estate interest. Regardless of whether prospective buyers were justified in relying on seller’s representation that she had authority to sell the entire farm, summary judgment on the fraud/ misrepresentation claim was proper where there was no evidence that seller intended to mislead the buyers at the time the agreement was signed. Trial court properly dismissed claim against real estate agent for tortious interference with contract claim where no enforceable contract existed when agent contacted seller. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/18/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3167</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3166.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3166.pdf">State v. Herron</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25850</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in overruling Appellant’s motion to suppress evidence, since a substantial crack in the windshield of the vehicle in which Appellant was a passenger supported a reasonable, articulable suspicion that the vehicle was in an unsafe condition, and since, under the totality of the circumstances, the driver of the vehicle voluntarily consented to a search of the vehicle (which produced a weapon) in the course of the lawful stop. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/18/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3166</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3165.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3165.pdf">State v. Cook</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 22</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">On appeal, defendant challenged for the first time trial judge’s presiding over defendant’s community control revocation hearing when the judge had personally participated in a prior revocation hearing while the county prosecutor. Defendant waived his challenge to the trial judge’s participation in the second revocation hearing by failing to seek recusal or disqualification prior to the hearing. Defendant did not establish that his trial counsel was ineffective for failing to seek recusal of the trial judge, to request a competency hearing or to enter a not guilty by reason of insanity plea. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/18/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3165</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3164.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3164.pdf">State v. Burrows</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25918</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">In prosecution for Having a Weapon While Under a Disability, the trial court did not err in overruling an objection to the admission of defendant’s confession that he had fired a shotgun outside his house. The presence of spent shotgun shells outside his house and a stipulation that the defendant was under a disability constituted sufficient evidence of the fact that the crime was committed, and that the defendant committed it, to satisfy the corpus delicti rule. The evidence in the record was sufficient to sustain the defendant’s conviction. The jury’s finding that the defendant had failed to prove, by a preponderance of the evidence, the affirmative defense of self-defense, is not against the manifest weight of the evidence. Affirmed. (Hall, J., concurring).</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/18/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3164</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3163.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3163.pdf">State v. Baker</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25828</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant’s convictions for murder, aggravated robbery, and felonious assault were supported by the evidence and were not against the manifest weight of the evidence. Defendant was not denied the effective assistance of counsel. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/18/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3163</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3162.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3162.pdf">Haggerty v. Upchurch</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25912</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court’s judgment dismissing Appellee’s will-contest action under Civ.R. 3 and 4 is not only correct, but required. The action was never commenced. Therefore whether the court also correctly concluded that the statute of limitations in R.C. 2107.76 does not bar the action is a moot issue. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/18/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3162</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3063.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3063.pdf">In re S.A.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25994, 26001</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in awarding permanent custody of the parties’ children to Montgomery County Children’s Services. There is sufficient evidence in the record to support the trial court’s findings that the children either cannot be, or should not be, placed with either parent within a reasonable time, and that it is in the best interests of the children that their permanent custody be awarded to the agency. Mother’s trial counsel was not ineffective for having failed to object to the admission of evidence of an improper relationship between Mother and her father. The trial court could have found that the probative value of this evidence outweighed any unfair prejudice its admission would cause; therefore, if trial counsel had objected, the objection would likely have been overruled. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3063</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3062.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3062.pdf">State v. Maxwell</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-63</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court erred in overruling motion to suppress evidence obtained as the result of a traffic stop. Police officer’s testimony that: (1) defendant, when making a signaled lane change from the left lane to the right lane, straddled the line dividing the two lanes for 50 to 100 feet, while traveling at 45 miles per hour; (2) defendant then left his right-turn signal on for an additional 300 yards before exiting the highway to the right; and (3) defendant exited the highway at a point where there was no access to the Wright Patterson Air Force Base, neither establishes probable cause to believe that a traffic violation was committed, nor reasonable and articulable suspicion of impaired driving. Therefore, the stop was unlawful, and the evidence obtained as a result of the stop should have been suppressed. Defendant’s OMVI conviction Reversed, and cause Remanded. (Welbaum, J., dissenting.)</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3062</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3061.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3061.pdf">In re M.W.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26107</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The record supports the trial court’s finding that awarding Montgomery County Children Services permanent custody was in the best interest of the appellant’s two children. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3061</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3060.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3060.pdf">In re M.O.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25965</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">In response to a motion from children services for legal custody, the trial court erred in granting a third extension of temporary custody, which continued temporary custody for a period exceeding two years. R.C. 2151.353(F) and R.C. 2151.415(D) preclude a third extension of temporary custody and a total period of temporary custody exceeding two years. See also In re D.J., 2d Dist. Montgomery No. 21666, 2006-Ohio-6304. Judgment reversed and remanded.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3060</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3059.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3059.pdf">State v. Louden</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 30, 2013 CA 31</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Appellant forfeited any claim of bias and prejudice when he elected to proceed with his second revocation hearing before the trial judge without filing an affidavit of disqualification in the Supreme Court of Ohio. Record fails to demonstrate that trial counsel was ineffective for having failed to file an affidavit of disqualification. The trial court erred in ordering appellant to pay his court-appointed legal fees as costs of the case. Reimbursement for such costs is available to the county only through a civil action. State v. Miller, 2d Dist. Clark No. 08CA0090, 2010-Ohio-4760, ¶ 61; R.C. 2941.51(D). The portion of the court’s judgment imposing legal fees as costs is vacated; in all other respects, the judgment is affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3059</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3058.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3058.pdf">State v. Kesting</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25789</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant’s conviction for domestic violence was not against the manifest weight of the evidence. The trial court did not improperly reserve its ruling on defendant’s Crim.R. 29(A) motion at the end of the State’s case; the court overruled the motion, even though the court stated that it would consider further argument at a later time. The trial court’s remarks to the witness while instructing her to answer questions directly were not prejudicial. No ineffective assistance of counsel was demonstrated. Judgment affirmed. (Donovan, J., concurring).</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3058</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3057.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3057.pdf">State v. Jemison</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25967</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The appellant waived any objection to the transfer of his community control revocation case from one judge to another by failing to object. The record fails to support the appellant’s argument that the trial court engaged in improper ex parte communication with another judge or with Ohio Supreme Court personnel. The trial court did not abuse its discretion in revoking the appellant’s community control based on his failure to make any real effort to obtain a job or a GED for roughly seven months. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3057</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3056.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3056.pdf">State v. Drager</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26067</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in finding that Appellant had two prior OVI convictions within six years of his current OVI offense and enhancing his sentence pursuant to R.C. 4511.19(G)(1)(c). Because Appellant was represented by counsel during his prior convictions, he is now prohibited from collaterally attacking the validity of those convictions in the present case. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3056</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3055.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3055.pdf">Gibbs v. Speedway, L.L.C.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26026</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in rendering summary judgment against the plaintiff in a slip and fall case. The plaintiff could not identify the cause of his fall. Assuming that his fall was due to ice, the snow and ice were the result of natural accumulations. Further assuming that the lighting was insufficient, the danger was open and obvious. Finally, the defendant is not liable under a theory of negligence per se, because an applicable municipal ordinance pertaining to lighting of spaces is not a specific rule that establishes a standard of conduct replacing the “reasonable person” standard. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/11/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3055</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3002.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3002.pdf">State v. Scerba</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 96</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The defendant entered a guilty plea, withdrew it, and then entered a second, more favorable plea agreement with the State. The record refutes defendant’s claims that his second guilty plea, on which he was convicted, was entered involuntarily and that he was denied the effective assistance of counsel. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3002</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3001.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3001.pdf">Ransdell v. Ransdell</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25831</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court lacked jurisdiction to modify Appellant’s lump sum spousal support obligation. Judgment reversed and vacated.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3001</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3000.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-3000.pdf">State v. Patton</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-41</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not abuse its discretion in denying the appellant’s post-sentence motion for the return of property where the State made an unchallenged representation that the property had potential evidentiary value in a Colorado criminal case against the defendant. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-3000</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2999.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2999.pdf">State v. Minnich</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 40</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err when it accepted appellant’s no contest plea because the record establishes that the plea was entered into in a knowing, intelligent, and voluntary fashion. The trial court’s imposition of a thirty-month prison sentence was neither contrary to law nor an abuse of discretion. Judgment affirmed. </font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2999</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2998.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2998.pdf">Johnson v. Wal-Mart Stores E., L.P.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 25972</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court did not err in rendering summary judgment for store owner in suit by customer injured when she and another customer on one of the store’s motorized shopping carts either collided, or nearly collided, just past a shopping display. The store owner established that it did not breach any duty of care the breach of which was alleged to have caused the plaintiff’s injury. The danger of a collision between a pedestrian customer and a customer using a motorized cart is sufficiently obvious that the owner of the store had no duty to warn either customer of that danger. There was neither any allegation in the complaint, nor any evidence offered by either party, that the motorized cart was not operated properly, or malfunctioned in any way. The store owner had no duty not to erect displays above eye-level in its store-long, fifteen-foot wide aisles. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2998</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2997.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2997.pdf">State v. Erdman</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25814</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">No non-frivolous issues for appellate review. The appellant is challenging the trial court’s revocation of community control, but he has completed the sentence imposed upon revocation. Appeal dismissed as moot. </font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2997</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2996.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2996.pdf">BD Dev. v. Vandalia </a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25930</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in allowing the introduction of additional evidence in an administrative appeal, pursuant to R.C. 2506.03, since the testimony before the City Council was not given under oath. The City’s decision was not supported by substantial, reliable, probative evidence. The trial court, which had extensive authority to weigh the evidence adduced at the hearing, did not abuse its discretion in concluding that Appellee complied with the zoning regulation at issue and that a variance was not required. Judgment affirmed. </font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2996</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2995.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2995.pdf">Cartwright v. Batner</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25938</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not abuse its discretion in determining that an accounting for a revocable trust was adequate for periods between June 2007 and 2009. However, the court did err in concluding that a claim regarding misuse of a power of attorney before June 2007 belonged to the estate, and that the remedy was in probate court. Appellant was entitled to bring an action in common pleas court, which had concurrent jurisdiction over the matter. The court also erred in concluding, on the merits of this claim, that Appellant failed to prove a misuse of powers of attorney granted to Appellee. There was sufficient evidence of transfers to Appellee, causing the burden to shift to Appellee to show that his conduct was free of undue influence and fraud. Appellee failed to present such evidence. Additionally, Appellee violated prohibitions against self dealing with respect to a condominium that was part of the irrevocable trust, and should be required to reimburse the trust for the fair market rental value of the condominium from the time that he began living there. The trial court further erred in dismissing Appellant’s claim for civil damages under R.C. 2307.60 and R.C. 2307.61. Because of the error regarding Appellee’s alleged misuse of the power of attorney and Appellant’s entitlement to bring a civil action under R.C. 2307.60 and R.C. 2307.61, the attorney fee awards must be reversed. Affirmed in part, Reversed in part, and remanded for further proceedings.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2995</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2994.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2994.pdf">Auer v. Paliath</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25888</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Appellee has a meritorious defense to present, and the trial court did not abuse its discretion in granting Appellee’s timely motion for relief from judgment on the basis of “mistake, inadvertence, surprise or excusable neglect.” Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7/3/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2994</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2822.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2822.pdf">Tye v. Upper Valley Med. Ctr.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25997</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The judgment of the trial court that postsettlement interest accrued as of November 8, 2012, and not on the settlement date of July 21, 2012, is error; the Tyes are entitled to postsettlment interest on the cash portion of their settlement from the settlement date as of July 21, 2012. The trial court’s October 22, 2013 decision is modified to reflect that postsettlement interest on the cash portion began to run on July 21, 2012. Judgment modified, and as modified, affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2822</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2821.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2821.pdf">State v. Taylor</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-59</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The State concedes, and we determine that the trial court erred in finding the defendant statutorily ineligible for intervention in lieu of conviction under the S.B. 160 version of the ILC statute. Judgment reversed and cause remanded.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2821</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2820.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2820.pdf">State v. Peck</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25999</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court did not err in overruling motion to suppress evidence obtained as the result of a warrantless entry into the defendant’s hotel room. Another person in the hotel had told the police that the defendant had waved a gun at him. Two others corroborated this report. When the police officers knocked and identified themselves as police officers, a woman opened the door partially. The officers saw the defendant dive towards the floor. The report of the defendant’s menacing use of a gun, combined with his sudden diving motion upon seeing the police at the door, gave the police both probable cause and exigent circumstances for the warrantless entry, based upon legitimate concern for their own safety and the safety of the other occupant or occupants in the room. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2820</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2819.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2819.pdf">State v. McCain</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26020</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in overruling Appellant’s petitions for postconviction relief given that the petitions were untimely filed and the claims asserted therein were barred by res judicata. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2819</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2818.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2818.pdf">Bank of Am., N.A. v. Longberry</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-CA-9</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in granting summary judgment in favor of Appellee on its foreclosure action. Appellee presented sufficient evidentiary materials entitling it to summary judgment, and Appellants failed to file a response establishing the existence of a genuine issue of material fact for trial. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2818</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2817.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2817.pdf">Bell v. Kinman</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-CA-2</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court did not err when it entered an agreed order modifying child support and parenting time. The trial court had the jurisdiction to enter the order. The record reflects that the terms of the order were the subject of an in-court agreement between the parties, and the record does not support the appellant’s contention that her agreement was the product of duress. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2817</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2816.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2816.pdf">State v. Kendrick</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26042</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in denying the appellant’s motion for a finding under R.C. 149.43(B)(8) to support a public-records request. That statute requires an inmate seeking records related to a criminal investigation or prosecution to support his public-records request with a finding by the sentencing judge that the information sought is necessary to support what appears to be a justiciable claim. The appellant undisputably had no justiciable claim where no proceedings were pending, he pled guilty to multiple counts of rape years ago, and his convictions long since had become final. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2816</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2815.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2815.pdf">State v. Johnson</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25773</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The phrase “ready at hand” as used in R.C. 2923.12 is not unconstitutionally void for vagueness. Thus, the trial court did not err when it relied on that portion of the statute in order to find appellant guilty of carrying a concealed weapon. R.C. 2923.12 does not violate appellant’s Second Amendment right to bear arms. R.C. 2923.16 and R.C. 2923.12 do not conflict in such a manner that appellant could not conform his conduct to one statute without violating the other. Trial court did not err when it overruled appellant’s motion to suppress because a stop or arrest in violation of the territorial limits imposed by statute upon a police officer’s arrest powers is not a constitutional violation, and will not, therefore, support the extraordinary remedy of exclusion of evidence obtained as a result of an unlawful stop or arrest. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2815</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2814.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2814.pdf">In re J.W.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-113, 2013-CA-114</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in awarding permanent custody to the children services agency. The court carefully considered all appropriate factors, and its decision is supported by clear and convincing evidence in the record. The trial court also did not err in failing to appoint counsel for the minor children. Counsel need only be appointed in certain circumstances, and is not required where, as here, references to a desire to reunify were a child's only occasional expression of a wish to be with a parent. In addition, the trial court did not unconstitutionally penalize the parents for their poverty. Instead, the parents chose to spend their money staying in hotels rather than obtaining housing for the children, and additionally failed to comply with even the most minimal requirements of their case plan. Finally, the trial court based its findings on R.C. 2151.414(B)(1)(a), not on R.C. 2151.414(B)(1)(d), as Appellant contends, and there is no need to consider arguments as to jurisdiction under the latter subsection of the statute. Affirmed. (Fain, J., dissenting.)</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2814</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2813.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2813.pdf">In re J.O.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25903</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Juvenile court’s decision finding appellant delinquent for committing rape was not against the manifest weight of the evidence. Pursuant to the plain language in R.C. 2152.82, the juvenile court was required to classify appellant as a Tier III juvenile sex offender at the time of his disposition because it was his second sex offense as a juvenile. Appellant did not receive ineffective assistance when his counsel failed to object to the juvenile court’s classification of appellant as a Tier III juvenile sex offender registrant at the dispositional hearing. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2813</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2812.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2812.pdf">State v. Farmer</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25956</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not abuse its discretion in denying the appellant’s motion for leave to file a delayed motion for a new trial. The record supports the trial court’s finding that the appellant could have filed a new-trial motion within the 120 days allowed by Crim.R. 33(B). Even accepting the appellant’s claim that he reasonably could not have complied with the 120-day time requirement, he failed to show that he filed his motion for leave within a reasonable time after discovering the evidence at issue. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2812</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2811.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2811.pdf">Certain Underwriters at Lloyds v. Woodling</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-7</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Insurance company entered into automobile insurance contract in Michigan, with a Michigan resident. The insured was injured in an automobile accident in Ohio, and insurance company paid its insured certain benefits under the policy. Insurance company then sought to recover in Ohio against the tortfeasor, as subrogee of its insured. Under Michigan law, an insurance company may not recover benefits directly against a tortfeasor, as subrogee. Michigan law governed this issue, which arises from the contract between the insurance company and its insured, which contract was entered into in Michigan with a Michigan resident. Therefore, trial court did not err in rendering summary judgment in favor of the defendant tortfeasor. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2811</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2810.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2810.pdf">Anguiano v. Ohio Dept. of Edn.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-CA-2</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court reversed the Department of Education decision when the trial court determined that the Appellant had not considered Appellee’s rehabilitation in its decision to deny Appellee’s application for a pupil activity permit. The trial court erred because Appellee has been convicted of a felony and an offense of violence, and he cannot, as a matter of law, satisfy the rehabilitation criteria in former Ohio Adm.Code 3301 20 01. Judgment reversed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2810</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2809.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2809.pdf">State v. Tyner</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25405</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in overruling the appellant’s motion to suppress field-sobriety test results and blood-alcohol test results where the record reveals substantial compliance with applicable administrative regulations. The State concedes, and we find, that the trial court erred in imposing partially consecutive sentences without making the findings required by R.C. 2929.14(C)(4). Judgment affirmed in part, reversed in part, and cause remanded for resentencing.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/27/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2809</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2678.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2678.pdf">Sacksteder v. Senney</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25892</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Appellant is plaintiff in an ongoing legal malpractice action against defendants. Appellant filed this separate action for replevin, conversion, and breach of fiduciary duty in order to obtain the “original” of the case file maintained by his former attorneys. The attorneys provided copies of the files, at their cost, and an opportunity for appellant and his new lawyer to physically inspect the “original.” The trial court did not err by entering summary judgment for Appellees on Appellants’ claims. Except for original documents or materials provided to an attorney by the client, which are the client’s property, the client does not own or have the immediate right to possess the original papers or documents produced by the attorney in Appellants’ case files. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2678</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2677.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2677.pdf">State v. Ratliff</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-24</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Anders brief filed. Defendant pled guilty to Possession of Heroin and Tampering with Evidence. A third count, Trafficking in Heroin, was dismissed. Defendant was sentenced to 24 months imprisonment for Possession of Heroin, and to 12 months imprisonment for Tampering with Evidence, to be served concurrently with one another, but consecutively with a separate sentence imposed in proceedings in Union County. The trial court made the findings required by statute for the imposition of consecutive sentences. The record reflects that when he tendered his plea, the defendant was correctly advised of the possibility that his sentences in this case could be ordered to be served consecutively to any sentence imposed in the Union County case. The record reflects that the trial court complied with the requirements of Crim.R. 11 when it accepted the defendant’s plea. Independent review of the record reveals no potential assignments of error having arguable merit. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2677</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2676.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2676.pdf">State v. Kay</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25761</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant’s conviction for Murder is supported by sufficient evidence, and is not against the manifest weight of the evidence. The trial court did not commit plain error when it failed to merge defendant’s Aggravated Burglary and Aggravated Robbery convictions. Evidence in record did not establish that the defendant did not separately commit the offenses. As the State concedes, the trial court did err in imposing consecutive sentences without making the findings required by R.C. 2929.14(C)(4). That part of the judgment imposing consecutive sentences is Reversed; the judgment is Affirmed in all other respects; and the cause is Remanded for further proceedings with respect to the issue of whether to impose the sentences consecutively or concurrently.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2676</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2675.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2675.pdf">State v. Haynes</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 90</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Issues raised in defendant’s brief are barred by res judicata, because he could have raised them on direct appeal and did not do so; we will not consider these issues. Several of the issues were also raised in a motion for delayed appeal, which we overruled. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2675</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2674.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2674.pdf">In re H.Y.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26082</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not abuse its discretion in overruling Appellant’s motion for new trial, based on the removal of the magistrate who heard the custody case. Civ.R. 63(B), relied on by Appellant, does not apply to magistrates, and the trial court properly conducted an independent review of the record, as is required by Juv.R. 40(D)(4)(d). The court also did not abuse its discretion in awarding custody of the child to the father. R.C. 3109.042 provides only a statutory designation of legal and residential custody to unmarried females. However, when a court makes an initial custody decision, the parents stand on equal footing. Furthermore, Appellant was not the primary caretaker; both parents spent equal amounts of time caring for the child. Appellant also had some mental health issues that the court was entitled to consider. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2674</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2673.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2673.pdf">State v. Fannon</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25957</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in overruling the Appellant’s post-sentence motion to withdraw his guilty plea, as the claims in the motion are barred by the doctrine of res judicata. In addition, the motion was untimely and failed to establish manifest injustice. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2673</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2672.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2672.pdf">State v. Christian</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25256</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The affidavit in support of the search warrant for Defendant’s home provided a reasonable basis for the issuance of the warrant; Defendant’s motion to suppress was properly overruled. There was insufficient evidence from which the jury could have concluded that Defendant engaged in a pattern of corrupt activity. Accordingly, that conviction will be reversed, as will the trial court’s order that Defendant forfeit her home based on her conviction for engaging in a pattern of corrupt activity; further, a forfeiture specification was not in the indictment. The amount of a fraudulent insurance claim and the economic harm caused by making false alarm determine the degree of the respective offenses, but do not constitute elements of the offenses to which the mens rea applies. H.B. 86, which went into effect while this case was pending, changed the threshold amounts of a fraudulent insurance claim and of “economic harm” which constitute the various degrees of insurance fraud and making false alarm, respectively. The trial court properly sentenced Defendant in accordance with H.B. 86, but it erred in failing to also convict her of the (lower) degrees of the offenses provided by H.B. 86. An insurance company can be entitled to restitution as the victim of an offense (insurance fraud), despite the fact that it cannot be paid restitution as a third-party who had reimbursed a victim; costs of investigating insurance fraud can constitute economic harm forming a basis for an order of restitution to the insurance company, even if the investigation resulted in the denial of the claim. The trial court erred in permitting the sheriff’s department to include the entire cost of its investigation into burglary and insurance fraud as “economic loss” resulting from the offense of making false alarm. Applying the new threshold amounts set forth in H.B. 86, and including only those costs directly associated with making false alarm, Defendant should have been convicted of lesser degrees of insurance fraud (Count Two) and making false alarm (Count Three). Law enforcement agencies and fire departments are not “victims” entitled to restitution for the cost of the services they render. Defendant responded to a question at trial by stating that another witness (her former employee) had been convicted of attempted manslaughter in the past. The trial court did not abuse its discretion in striking Defendant’s answer, which was not responsive to the question she had been asked, or in clarifying to the jury that the witness-employee had not, in fact, ever been convicted of that offense. The trial court also did not abuse its discretion in calling a man whom Defendant had allegedly paid to commit burglary and vandalism as a court’s witness; the witness had an interest in protecting Defendant and had not shown any willingness to cooperate with the State. Defendant’s impeachment through her prior inconsistent conduct was not improper, and the recorded conversation by which she was impeached was properly authenticated. Judgment affirmed in part, reversed in part, and remanded. Defendant’s conviction for engaging in a pattern of corrupt activity will be reversed, as will the forfeiture of her house ordered in connection with that conviction. Defendant’s convictions for insurance fraud (Count Two) and making false alarm (Count Three) will be modified to reflect lower degrees of the offenses; as modified, these convictions will be affirmed. The awards of restitution to the insurance companies will be affirmed, and the awards of restitution to the sheriff’s department and fire department will be reversed. The matter is remanded for resentencing on Counts Two and Three, and for entry of a judgment consistent with this opinion. (Hall, J., concurring and dissenting.)</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2672</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2671.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2671.pdf">State v. Chaffin</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25220</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in overruling Appellant’s motion to suppress evidence of his pre-trial identification on remand. Likewise the trial court did not err in holding a supplementary evidentiary hearing on the suppression issue. In addition, it was not an abuse of discretion for the trial court to poll the jurors in order to determine whether juror number four’s verdicts were made voluntarily. The trial court also did not err in refusing to grant a mistrial based on an alleged Bruton violation, because no such violation occurred. Appellant’s trial counsel was not ineffective in failing to move for a separate trial given that Appellant was not prejudiced by having his case tried jointly with his co-defendant. The State concedes that the trial court erroneously imposed court costs and prematurely disapproved of transitional control in the court’s termination entry. The remaining assignments of error were not raised in Appellant’s original appeal and are barred by the doctrine of res judicata. Affirmed in part, reversed in part, and remanded for the limited purposes of permitting Appellant to request a waiver of court costs and for the trial court to revise the language in the termination entry.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2671</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2670.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2670.pdf">State v. Cain</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-31</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in denying the appellant’s delayed post-sentence motion to withdraw his guilty pleas where (1) the motion offered no support for his claim that the parties mistakenly had believed his actions constituted rape and gross sexual imposition and (2) he did not cite anything to support his claim of actual innocence. The appellant cannot challenge the trial court’s denial of a suppression motion in the context of an appeal from the denial of post-sentence plea-withdrawal motion. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2670</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2669.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2669.pdf">State v. Butler</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-110</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in ordering Appellant to pay $1,500 in restitution, as this amount of restitution bears a reasonable relationship to the victim’s economic loss as a result of Appellant passing the victim a bad check. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2669</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2668.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2668.pdf">Brock v. Food, Folks &amp; Fun, Inc.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25719</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err when it granted summary judgment to appellees. The trial court concluded that any hazard associated with the handicap accessible ramp was an open and obvious condition, thereby rendering it unforeseeable to appellees that an individual exercising ordinary care would suffer any injury when walking on or near the access ramp. The trial court further held that appellant’s admitted failure to recognize the ordinary danger associated with the handicap accessible ramp was not foreseeable by appellees. Finally, the trial court did not err when it held that the modifications and construction of the handicap accessible ramp from appellee’s original site plans constituted material deviations, thereby negating any duty appellee, Schaeffer, owed to appellant. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2668</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2667.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2667.pdf">Bass v. Bass</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25922</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court acted within its discretion in concluding that Husband had failed to prove the existence of a loan from his son and in concluding that diminution in value of Wife’s IRA was due to fluctuations in the market, rather than misconduct. Trial court also reasonably awarded the marital home and a condo owned by the parties to Wife, based on its conclusion that she was more likely than Husband to be able to obtain financing which would allow her to reimburse Husband for his share of the equity. The record does not support Husband’s claim that he was required to contribute to a second mortgage taken by Wife on the marital home while the divorce was pending. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2667</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2666.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2666.pdf">State v. Thomas</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-11</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in overruling Appellant’s petition for postconviction relief given that the petition was untimely filed and otherwise lacked merit. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/20/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2666</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2557.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2557.pdf">State Auto. Mut., Inc. v. Brannan</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26063</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The municipal court lacked authority as a matter of law to sua sponte vacate the default judgment entered against Brannan in the absence of a motion. Judgment reversed and vacated. Remanded for further proceedings consistent with this opinion.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/13/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2557</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2556.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2556.pdf">State v. Staples</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-52</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court lacked jurisdiction to rule on Appellant’s petition for postconviction relief, as the petition was untimely filed and Appellant was not unduly prevented from discovering the facts underlying the claims in his petition. Accordingly, the trial court’s denial of Appellant’s petition for postconviction relief was proper. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/13/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2556</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2555.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2555.pdf">State v. Jefferson</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26022</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in denying defendant’s motion for resentencing based on void judgment. The trial court’s alleged failure to merge allied offenses of similar import did not render judgment of conviction void and defendant’s argument was barred by res judicata. Even if the argument were considered, the trial court did not err in failing to merge his offenses prior to accepting his guilty pleas and defendant did not establish that his offenses were allied offenses of similar import. Trial court did not err in denying defendant’s post-sentence motion to withdraw guilty plea. Trial court was not required by Crim.R. 11 to consider allied offenses of similar import when informing him of the “maximum penalty” for his offenses. Defendant did not demonstrate that a manifest injustice had occurred. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/13/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2555</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2554.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2554.pdf">State v. Gladman</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 99</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Evidence adduced at the suppression hearing established that the deputy sheriff had a reasonable articulable basis upon which to initiate a traffic stop of the appellant and conduct field sobriety tests. The results of appellant’s breath test are not necessary or required to sustain the trial court’s finding of guilt after his no contest plea to a violation of R.C. 4511.19(A)(1)(a). Thus, any issues regarding the admissibility of the results of the breathalyzer exam administered by the deputy sheriff are moot. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/13/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2554</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2553.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2553.pdf">State v. Byrd</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25842</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant’s conviction for attempted rape was not against the manifest weight of the evidence. The trial court did not commit plain error in allowing “other acts” evidence that defendant made unwanted sexual advances toward the complainant’s mother one week after the attempted rape, and defense counsel did not render ineffective assistance in failing to object to that evidence. The other acts evidence was admissible to explain how and why the teenager revealed the attempted rape. Moreover, the incident with the mother was incorporated in counsel’s defense strategy. Although the prosecutor’s isolated statement on closing was improper, it did not affect the outcome of the trial. Defendant’s five-year sentence was not contrary to law and, even if we applied an abuse of discretion standard, the sentence was not an abuse of discretion. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/13/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2553</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2552.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2552.pdf">Brumage v. Green</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-CA-7</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">In negligence action, where injuries to the plaintiff arose from his being flipped off an all-terrain vehicle he was driving, he was engaged in a recreational activity, the primary-assumption-of-risk doctrine applies, and the trial court did not err in rendering summary judgment for the defendant. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/13/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2552</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2551.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2551.pdf">State v. Brown</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25653</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court erred in failing to advise the appellant at sentencing of the length of his post-release control term. The appellant was entitled to raise the issue in a post-judgment motion because the failure to inform him of the duration of post-release control at sentencing rendered that portion of his sentence void. Trial court order affirmed in part, reversed in part, and cause remanded for a limited re-sentencing to correct the imposition of post-release control.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Wright</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/13/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2551</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2550.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2550.pdf">State v. Taylor</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25764</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in overruling the appellant’s pre-trial suppression motion. The appellant traveled from the Detroit area to a local pawn shop and back while voluntarily carrying a cell phone that emitted “pings.” He had no reasonable expectation of privacy in these pings, which were recorded by the cell phone carrier. Therefore, the Fourth Amendment did not prohibit police from tracking the location of the pings without a warrant. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/13/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2550</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2451.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2451.pdf">Mann v. Resolution T Co., L.L.C.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-CA-5</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in rendering summary judgment on behalf of the Appellee regarding Appellants’ attempt to recover attorney fees paid to Appellee in connection with the sale of Appellants’ property in a prior foreclosure action. The foreclosure decree was a final appealable order, and issues pertaining to attorney fees should have been raised in the foreclosure action, by way of appeal or by a Civ.R. 60(B) motion for relief from judgment. Appellant’s claims in this action, therefore, are barred by res judicata. However, the trial court did err in rendering summary judgment on behalf of Appellee with respect to Appellants’ claim for slander of title. There are genuine issues of material fact concerning the slander of title claim, and whether Appellee acted in bad faith. Affirmed in part, Reversed in part, and Remanded for further proceedings.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2451</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2450.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2450.pdf">PNC Bank, N.A. v. O'Malley</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25931</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in confirming the sale of mortgagors’ property following foreclosure. The plaintiff bank’s standing to bring the foreclosure action was pled in its complaint, which included allegations of two loan modification agreements entered into between the mortgagors and National City Mortgage Co., copies of which were attached to the complaint, and allegations of successions in interest from National City Mortgage Co., to National City Mortgage, Inc., to National City Real Estate Services LLC, to the plaintiff. Judgment Affirmed. (Donovan, J., concurs in judgment only.) (Hall, J., concurring.) </font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2450</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2449.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2449.pdf">Loughman v. Loughman</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25835</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not abuse its discretion in dividing the parties’ property and debts, and it did not abuse its discretion in ordering that Appellant’s visitation with the minor children be supervised. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2449</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2448.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2448.pdf">State v. Hall</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25963, 25964</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Two consolidated appeals, one from a conviction and sentence, following a guilty plea, to Assault and Petty Theft, misdemeanors of the first degree, and one from a conviction and sentence, also following a guilty plea, to Felonious Assault (Deadly Weapon), a felony of the second degree. Defendant’s sentence for Felonious Assault was an agreed sentence of four years. His sentences for the misdemeanors were 180 days for each, to be served concurrently with one another, and concurrently with the felony sentence. Anders brief filed. No potential assignments of error having arguable merit found. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2448</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2447.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2447.pdf">Haight v. Cheap Escape Co.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25983</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court erred in concluding that the definition of “employee” set forth in R.C. 4111.14(B)(1) was not in conflict with the definition of that term contained in the Fair Labor Standards Act, 29 U.S.C. 203(e), and as incorporated into the Ohio Fair Minimum Wage Amendment, Ohio Constitution, Article II, Section 34a. The legislature was permitted to pass laws implementing Section 34a and to extend its coverage, but it was not permitted to restrict any of its provisions. Insofar as R.C. 4111.14(B)(1) impermissibly narrows the definition of “employee” set forth in Section 34a, it is invalid. Judgment reversed and remanded. (Welbaum, J., dissenting).</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2447</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2446.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2446.pdf">State v. Greaves</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-91</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not err in failing to suppress field-sobriety test results where reasonable, articulable suspicion of alcohol-related impairment existed and justified administering the tests. The tests were conducted in substantial compliance with National Highway Traffic Safety Administration (NHTSA) standards. The trial court’s ruling that precluded the defense expert witness from rendering opinion testimony as to whether the field-sobriety tests had been administered in substantial compliance with standards was not an abuse of discretion. There was no testimony offered to show that the witness had particularized training, knowledge or experience in the meaning of substantial compliance in the context of field sobriety tests. Substantial compliance with NHTSA’s requirements “is a legal standard for a court’s determination.” State v. Davis, 2d Dist. Clark No. 2008 CA 65, 2009-Ohio-3759, ¶ 18. Moreover, any error in the trial court’s failure to qualify a defense witness as an expert was harmless. The witness testified at length about NHTSA standards and his observations from the cruiser video of the tests performed. Expert testimony from the witness on the precise legal issue of substantial compliance, even if admissible, would not have impacted the trial court or our own independent review. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2446</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2445.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2445.pdf">State v. Gorby</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25875</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court erred in overruling motion to suppress evidence seized from person of defendant during pat-down search for weapons. Officer’s testimony that upon feeling “a lumpy cellophane bag,” she “knew it was contraband,” while sufficient to establish that she believed it to be contraband, was insufficient to establish that she had probable cause to believe it was contraband. Officer did not base her conclusion that what she felt was contraband upon her training, experience, or any other facts to support her conclusion. Reversed and Remanded. (Welbaum, J., concurring.)</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2445</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2444.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2444.pdf">In re D.S.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 51</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court reasonably concluded that child’s best interest was served by granting legal custody to a non-relative with whom he had lived since birth. Legal custodian provided stability and consistency that allowed the child to thrive, and Mother had not demonstrated knowledge of or a consistent ability to deal with child’s needs. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2444</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2443.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2443.pdf">State v. Collins</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25874</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Appellant’s five-year sentence for unlawful sexual conduct with a minor, a felony of the third degree, was neither contrary to law nor an abuse of discretion. Appellant’s conviction was not against the manifest weight of the evidence. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2443</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2442.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2442.pdf">State v. Brown</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26002</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Appellate counsel filed an Anders brief concluding that there are no meritorious issues to present on appeal. Neither the Appellant nor his counsel raised any potential assignments of error having arguable merit. After conducting an independent review of the proceedings, we agree that there are no meritorious issues for appeal. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2442</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2441.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2441.pdf">State v. Summers</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 16</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court’s imposition of a one-year sentence on one count of sexual battery, to run consecutively with a 20-year sentence imposed for similar conduct in another county, was not contrary to law or an abuse of discretion. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6/6/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2441</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2315.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2315.pdf">State v. Croom</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25949</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court, upon remand, failed to properly consider Appellant’s present and future ability to pay restitution, in the amount of $10,291.96, while serving a sentence of life without the possibility of parole. The imposition of restitution is reversed and vacated. Remanded for the sole purpose for the trial court to enter an order vacating restitution. (Hall, J., concurring in judgment by separate opinion.)</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2315</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2314.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2314.pdf">State v. Sexton</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25862</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not violate the appellant’s right to a jury trial. The appellant failed to file a written jury demand despite having an opportunity to do so. The trial court did not abuse its discretion in denying a last-minute motion for a continuance to identify and locate an unidentified witness whose testimony was of unknown value. The record does not reflect a statutory speed-trial violation when tolling events chargeable to the appellant are taken into account. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2314</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2313.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2313.pdf">State v. Riley</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 37</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The appellant’s domestic-violence conviction is supported by legally sufficient evidence and is not against the manifest weight of the evidence. The record supports a finding that the appellant committed domestic violence by repeatedly punching his son in the face with a closed fist. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2313</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2312.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2312.pdf">Maddox v. Greene Cty. Children Servs. Bd. of Dirs.</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-38</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant-appellant children-services board was sui juris for purposes of plaintiff’s complaint alleging violations of R.C. 121.22, Ohio’s open-meeting act (OMA). The record supports a finding that the children-services board committed multiple OMA violations by entering executive session without sufficiently stating a proper purpose, failing to reopen its meetings to the public after executive session, and improperly taking official action in executive session or when the public was excluded. The record also supports the trial court’s imposition of multiple statutory forfeitures and its award to plaintiff-cross appellant of attorney fees and back pay. The trial court erred, however, in finding two OMA violations that did not exist and in assessing twelve forfeitures where only seven were warranted. The trial court also erred in reducing plaintiff’s attorney-fee award by $22,232.50 where the reduction was redundant. Judgment affirmed in part, reversed in part, and cause remanded.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2312</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2311.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2311.pdf">State v. Lovato</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25683</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial court did not err in failing to merge kidnapping charges with felonious assault charges or kidnapping charges with rape charges. Counsel did not render ineffective assistance by failing to argue that the charges should be merged as allied offenses of similar import. Trial court did not err in denying motion to suppress defendant’s confession. Defendant’s challenge to his conviction for intimidating a witness, a first-degree misdemeanor, is moot. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2311</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2310.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2310.pdf">State v. Kosak</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 67</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not impose a sentence that was contrary to law and was not required to state its specific reasons for imposing non-minimum sentences. Defendant failed to establish that her sentence was disproportionate to unidentified co-defendants. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2310</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2309.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2309.pdf">State v. Jones</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25724</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Anders appeal. No potentially meritorious claim that defendant’s conviction for aggravated robbery was based on insufficient evidence and was against the manifest weight of the evidence. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2309</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2308.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2308.pdf">State v. Johnson</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-85</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant pled guilty to third-degree Burglary, in violation of R.C. 2911.12(A)(3), as part of plea bargain in which a count of second-degree Burglary, in violation of R.C. 2911.12(A)(2), was dismissed. Defendant had prior criminal record of ten theft-related offenses, although none of those offenses had been committed within the preceding ten years. The maximum, 36-month sentence imposed was neither clearly and convincingly contrary to the facts in the record, an abuse of discretion, nor contrary to law. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2308</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2307.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2307.pdf">State v. Jennings</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013 CA 60</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant’s guilty pleas to two drug offenses and having a weapon while under disability were not rendered involuntary by the trial court’s failure to notify him, at the plea hearing, that a post-release control violation could result in imprisonment up to nine months for each violation when the defendant was informed of the total aggregate sanction. Trial court’s imposition of consecutive sentences was not erroneous. From this record, the trial court’s sentence was not contrary to law due to the fact that the ORAS assessment considers the neighborhood in which defendant resides. Judgment affirmed. (Hall, J., concurring.)</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2307</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2306.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2306.pdf">Greenlee c. Greenlee</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">26059</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not abuse its discretion in refusing to modify custody. The court’s decision is supported by the evidence and is not against the manifest weight of the evidence. The court also did not err in relying on the report of the Guardian ad Litem. The matters that Appellant challenges are minor or are issues pertaining to credibility, which the trial court was in the best position to judge. Finally, allegations pertaining to Appellee’s attempts to alienate the minor child’s affections are outside the trial court record and may not be considered on appeal. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2306</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2305.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2305.pdf">State v. Green</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2012 CA 64</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Anders appeals. No potentially meritorious claims related to denial of motion to suppress evidence, pleas, convictions, or sentences. Judgment affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Froelich</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2305</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2304.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2304.pdf">Folck v. Patton</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-105</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Evidence in administrative record supports decision by the Ohio Unemployment Compensation Review Commission denying former employee’s application for compensation. Commission could reasonably find, from the evidence in its record, that the former employee was paid commissions in accordance with the commission agreement with his employer, and that employee quit without just cause. Hearing officer did not abuse her discretion by continuing with the hearing after a witness subpoenaed by the former employee declined to testify, in view of fact that former employee did not seek to enforce the subpoena by the use of contempt proceedings, and did not proffer the expected testimony of the witness. Three other applications were properly denied as being relitigation of the prior application, or untimely, respectively. Judgment of trial court affirming decision of Commission Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2304</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2303.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2303.pdf">State v. Dover</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-58</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Defendant’s conviction for Aggravated Robbery is not against the manifest weight of the evidence. Victim testified that the barrel of a small gun was pushed into her back, and that she was told to give the defendant her purse, or he would kill her. Facts that victim said during her 911 call that the gun was pointed at her head, and that other witnesses, none of whom were present at the robbery scene when the robbery was being committed, did not see a gun, were matters that the jury could consider, but did not prevent the jury from reasonably crediting the victim’s testimony. The trial court did not err in overruling the defendant’s request for a jury instruction on Theft. The State agreed that the defendant would have been entitled to a jury instruction on Robbery, which the defendant did not request, because the jury might reasonably have disbelieved the victim’s testimony that the defendant used a gun, but there is no reasonable view of the evidence that would support a conviction on the charge of Theft without also supporting a conviction for Robbery. Thus, the giving of the requested instruction on Theft would have confronted the jury with the choice of reaching an unreasonable conclusion. The trial court did not err in imposing a maximum prison sentence of eleven years for Aggravated Robbery (plus three years for a firearm specification). The defendant had a significant prior record of juvenile and adult offenses, including two prison terms, and the defendant was on bond for a municipal court case when he committed this event. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2303</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2302.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2302.pdf">Bomberger-Cronin v. Cronin</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-CA-4</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not abuse its discretion in creating a shared parenting plan. The record indicates that the parties had shared parenting with equal parenting time without incident for a substantial period of time before the final divorce hearing. The shared parenting plan also was not insufficient because it omitted school placement; the child was well below school age, and this was not, therefore, a relevant factor under R.C. 3109.04(A)(2). Finally, the trial court did not err in deviating from the recommendations of the GAL. The trial court was not obligated to follow the GAL’s recommendations, and the court’s decision was not unreasonable, arbitrary, or unconscionable. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Welbaum</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2302</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2301.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2301.pdf">State v. Brown</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2013-CA-13</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Trial judge who found defendant to have violated the conditions of his community control sanctions and imposed a prison sentence had earlier been the prosecutor in this case. Defendant forfeited any claim of bias and prejudice when he elected to proceed to trial before the trial judge without filing an affidavit of bias and prejudice in the Supreme Court of Ohio. Record fails to demonstrate that trial counsel was ineffective for having failed to file an affidavit of bias and prejudice. Because the four-year sentence was originally imposed, and put into execution, before the effective date of 2011 House Bill 86, the reduction of the applicable maximum sentence in that legislation to three years did not apply to this defendant. Therefore, the trial court could properly reimpose a four-year sentence (with credit for time served) after the revocation of community control sanctions, which had been imposed after the defendant’s judicial release before the expiration of his original sentence. Affirmed.</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Fain</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2301</font></td> </tr> <tr bgcolor="#dddddd"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2300.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2300.pdf">Bank of Am., N.A. v. Thompson</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25952</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">(1) The trial court had jurisdiction over this foreclosure action. Appellee was the holder of the note and mortgage when it initiated the action, so it had standing. (2) Summary judgment is appropriate because Appellee presented the required evidence and no genuine issue of material fact remains. (3) Appellant received due process. She was given reasonable notice of judicial process and was given a reasonable opportunity to be heard. (4) Appellee did not fail to properly identify its relationship to the note and violate Civ.R. 8(E). In its complaint, Appellee correctly identified itself as the holder of the note and mortgage. Judgment affirmed. (Froelich, P.J., concurring.) (Donovan, J., concurs in judgment only.)</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Hall</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2300</font></td> </tr> <tr bgcolor="#cccccc"> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2299.pdf"><img src="ohioctapp2_example_files/doc.gif" alt="Click here to open" border="0" height="20" width="20"></a><a href="http://www.sconet.state.oh.us/rod/docs/pdf/2/2014/2014-ohio-2299.pdf">State v. Snowden</a></font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">25758</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">The trial court did not abuse its discretion in excusing a prospective juror for cause on the State’s motion, since the prospective juror was unsuitable to serve as a juror based upon his expression of doubt that he could reach a decision, his statement that he would “probably” follow the law if instructed on aiding and abetting, and his acknowledgment of potential bias toward the State’s witnesses who were associated with a crack house. At sentencing the trial court failed to make the findings required by R.C. 2929.14(C) for consecutive sentences. The judgment of the trial court is affirmed in part and reversed in part, and the matter is remanded to the trial court for the sole purpose of giving the trial court the opportunity to consider the requisite findings for imposing consecutive sentences under R.C. 2929.14(C).</font></td> <td><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Donovan</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">5/30/2014</font></td> <td nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2014-Ohio-2299</font></td> </tr> </tbody></table> <br>Page: [<b> <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=1&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">1</a></b>] &nbsp; <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=2&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">2</a> &nbsp; <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=3&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">3</a> &nbsp; <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=4&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">4</a> &nbsp; <a href="http://www.sconet.state.oh.us/ROD/docs/default.asp?Page=2&amp;Sort=docdecided%20DESC&amp;PageSize=100&amp;Source=2&amp;iaFilter=2014&amp;ColumnMask=669">next</a> <div align="center"> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script><script src="ohioctapp2_example_files/ga.js" type="text/javascript"></script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-2102583-1"); pageTracker._trackPageview(); } catch (err) { } </script> <div class="footer"> <a href="http://www.supremecourt.ohio.gov/default.asp">Home</a> | <a href="http://www.supremecourt.ohio.gov/SCO/contact/default.asp">Contact Us</a> | <a href="http://search.supremecourt.ohio.gov/">Search</a> | <a href="http://www.supremecourt.ohio.gov/Feedback/">Feedback</a> | <a href="http://www.supremecourt.ohio.gov/Policy/">Site Policy</a> | <a href="http://www.supremecourt.ohio.gov/Policy/conditions.asp">Terms of Use</a></div> </div> </body></html>
brianwc/juriscraper
opinions/united_states/state/ohioctapp_2_example.html
HTML
bsd-2-clause
193,818
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Fri Mar 06 12:54:22 CET 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>StringDictionaryType</title> <meta name="date" content="2015-03-06"> <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="StringDictionaryType"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/jetel/graph/dictionary/SerializedDictionaryValue.html" title="class in org.jetel.graph.dictionary"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/jetel/graph/dictionary/UnsupportedDictionaryOperation.html" title="class in org.jetel.graph.dictionary"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/jetel/graph/dictionary/StringDictionaryType.html" target="_top">Frames</a></li> <li><a href="StringDictionaryType.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#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.jetel.graph.dictionary</div> <h2 title="Class StringDictionaryType" class="title">Class StringDictionaryType</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">org.jetel.graph.dictionary.DictionaryType</a></li> <li> <ul class="inheritance"> <li>org.jetel.graph.dictionary.StringDictionaryType</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html" title="interface in org.jetel.graph.dictionary">IDictionaryType</a></dd> </dl> <hr> <br> <pre>public class <span class="strong">StringDictionaryType</span> extends <a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></pre> <div class="block">String dictionary type represents string-like element in the dictionary.</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="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>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#TYPE_ID">TYPE_ID</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#StringDictionaryType()">StringDictionaryType</a></strong>()</code> <div class="block">Constructor.</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>java.util.Properties</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#formatProperties(java.lang.Object)">formatProperties</a></strong>(java.lang.Object&nbsp;value)</code> <div class="block">Create properties object which represents given value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../org/jetel/metadata/DataFieldType.html" title="enum in org.jetel.metadata">DataFieldType</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#getFieldType()">getFieldType</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../org/jetel/ctl/data/TLType.html" title="class in org.jetel.ctl.data">TLType</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#getTLType()">getTLType</a></strong>()</code> <div class="block">Returns CTL type equivalent.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#init(java.lang.Object, org.jetel.graph.dictionary.Dictionary)">init</a></strong>(java.lang.Object&nbsp;value, <a href="../../../../org/jetel/graph/dictionary/Dictionary.html" title="class in org.jetel.graph.dictionary">Dictionary</a>&nbsp;dictionary)</code> <div class="block">Creates final dictionary value based on the given pre-value.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#isFormatPropertiesSupported()">isFormatPropertiesSupported</a></strong>()</code> <div class="block">Is the Properties object supported as an intermediate format?</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#isParsePropertiesSupported()">isParsePropertiesSupported</a></strong>()</code> <div class="block">Is the Properties object supported as an intermediate format?</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#isValidValue(java.lang.Object)">isValidValue</a></strong>(java.lang.Object&nbsp;value)</code> <div class="block">Tests, whether the given value is acceptable for this dictionary entry type.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Object</code></td> <td class="colLast"><code><strong><a href="../../../../org/jetel/graph/dictionary/StringDictionaryType.html#parseProperties(java.util.Properties)">parseProperties</a></strong>(java.util.Properties&nbsp;properties)</code> <div class="block">Returns a dictionary value based on the given properties.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.jetel.graph.dictionary.DictionaryType"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.jetel.graph.dictionary.<a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></h3> <code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#getFieldContainerType()">getFieldContainerType</a>, <a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#getFieldType(java.lang.String)">getFieldType</a>, <a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#getTypeId()">getTypeId</a>, <a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#getValueClass()">getValueClass</a>, <a href="../../../../org/jetel/graph/dictionary/DictionaryType.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"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="TYPE_ID"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TYPE_ID</h4> <pre>public static final&nbsp;java.lang.String TYPE_ID</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.jetel.graph.dictionary.StringDictionaryType.TYPE_ID">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="StringDictionaryType()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>StringDictionaryType</h4> <pre>public&nbsp;StringDictionaryType()</pre> <div class="block">Constructor.</div> </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.Object, org.jetel.graph.dictionary.Dictionary)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>init</h4> <pre>public&nbsp;java.lang.Object&nbsp;init(java.lang.Object&nbsp;value, <a href="../../../../org/jetel/graph/dictionary/Dictionary.html" title="class in org.jetel.graph.dictionary">Dictionary</a>&nbsp;dictionary) throws <a href="../../../../org/jetel/exception/ComponentNotReadyException.html" title="class in org.jetel.exception">ComponentNotReadyException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#init(java.lang.Object, org.jetel.graph.dictionary.Dictionary)">IDictionaryType</a></code></strong></div> <div class="block">Creates final dictionary value based on the given pre-value.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#init(java.lang.Object, org.jetel.graph.dictionary.Dictionary)">init</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html" title="interface in org.jetel.graph.dictionary">IDictionaryType</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#init(java.lang.Object, org.jetel.graph.dictionary.Dictionary)">init</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/jetel/exception/ComponentNotReadyException.html" title="class in org.jetel.exception">ComponentNotReadyException</a></code></dd></dl> </li> </ul> <a name="isParsePropertiesSupported()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isParsePropertiesSupported</h4> <pre>public&nbsp;boolean&nbsp;isParsePropertiesSupported()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#isParsePropertiesSupported()">IDictionaryType</a></code></strong></div> <div class="block">Is the Properties object supported as an intermediate format? Can parseProperties() method be invoked?</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#isParsePropertiesSupported()">isParsePropertiesSupported</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html" title="interface in org.jetel.graph.dictionary">IDictionaryType</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#isParsePropertiesSupported()">isParsePropertiesSupported</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="parseProperties(java.util.Properties)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>parseProperties</h4> <pre>public&nbsp;java.lang.Object&nbsp;parseProperties(java.util.Properties&nbsp;properties) throws <a href="../../../../org/jetel/exception/AttributeNotFoundException.html" title="class in org.jetel.exception">AttributeNotFoundException</a></pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#parseProperties(java.util.Properties)">IDictionaryType</a></code></strong></div> <div class="block">Returns a dictionary value based on the given properties. This method can throw <code>UnsupportedOperationException</code>, check isParsePropertiesSupported() method.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#parseProperties(java.util.Properties)">parseProperties</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html" title="interface in org.jetel.graph.dictionary">IDictionaryType</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#parseProperties(java.util.Properties)">parseProperties</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></code></dd> <dt><span class="strong">Throws:</span></dt> <dd><code><a href="../../../../org/jetel/exception/AttributeNotFoundException.html" title="class in org.jetel.exception">AttributeNotFoundException</a></code></dd></dl> </li> </ul> <a name="isFormatPropertiesSupported()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isFormatPropertiesSupported</h4> <pre>public&nbsp;boolean&nbsp;isFormatPropertiesSupported()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#isFormatPropertiesSupported()">IDictionaryType</a></code></strong></div> <div class="block">Is the Properties object supported as an intermediate format? Can formatProperties() method be invoked?</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#isFormatPropertiesSupported()">isFormatPropertiesSupported</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html" title="interface in org.jetel.graph.dictionary">IDictionaryType</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#isFormatPropertiesSupported()">isFormatPropertiesSupported</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="formatProperties(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>formatProperties</h4> <pre>public&nbsp;java.util.Properties&nbsp;formatProperties(java.lang.Object&nbsp;value)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#formatProperties(java.lang.Object)">IDictionaryType</a></code></strong></div> <div class="block">Create properties object which represents given value. This method can throw <code>UnsupportedOperationException</code>, check isFormatPropertiesSupported() method.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#formatProperties(java.lang.Object)">formatProperties</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html" title="interface in org.jetel.graph.dictionary">IDictionaryType</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#formatProperties(java.lang.Object)">formatProperties</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd></dd></dl> </li> </ul> <a name="isValidValue(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isValidValue</h4> <pre>public&nbsp;boolean&nbsp;isValidValue(java.lang.Object&nbsp;value)</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#isValidValue(java.lang.Object)">IDictionaryType</a></code></strong></div> <div class="block">Tests, whether the given value is acceptable for this dictionary entry type.</div> </li> </ul> <a name="getTLType()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTLType</h4> <pre>public&nbsp;<a href="../../../../org/jetel/ctl/data/TLType.html" title="class in org.jetel.ctl.data">TLType</a>&nbsp;getTLType()</pre> <div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#getTLType()">IDictionaryType</a></code></strong></div> <div class="block">Returns CTL type equivalent.</div> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#getTLType()">getTLType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html" title="interface in org.jetel.graph.dictionary">IDictionaryType</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#getTLType()">getTLType</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>CTL type or null if this type is not supported in CTL</dd></dl> </li> </ul> <a name="getFieldType()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getFieldType</h4> <pre>public&nbsp;<a href="../../../../org/jetel/metadata/DataFieldType.html" title="enum in org.jetel.metadata">DataFieldType</a>&nbsp;getFieldType()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html#getFieldType()">getFieldType</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/IDictionaryType.html" title="interface in org.jetel.graph.dictionary">IDictionaryType</a></code></dd> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html#getFieldType()">getFieldType</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jetel/graph/dictionary/DictionaryType.html" title="class in org.jetel.graph.dictionary">DictionaryType</a></code></dd> <dt><span class="strong">Returns:</span></dt><dd>corresponding metadata field type, i.e. DataFieldType.STRING, ... or <code>null</code> if does not exist</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/jetel/graph/dictionary/SerializedDictionaryValue.html" title="class in org.jetel.graph.dictionary"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/jetel/graph/dictionary/UnsupportedDictionaryOperation.html" title="class in org.jetel.graph.dictionary"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/jetel/graph/dictionary/StringDictionaryType.html" target="_top">Frames</a></li> <li><a href="StringDictionaryType.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#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> <address>Copyright &#169; 2002-2015 Javlin a.s.</address> </small></p> </body> </html>
chris-watson/chpl-api
chpl/chpl-etl/javadoc/org/jetel/graph/dictionary/StringDictionaryType.html
HTML
bsd-2-clause
25,402
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>RWebView.SetInspector</title> <link href="css/style.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > </head> <body bgcolor="#ffffff"> <table border="0" width="100%" bgcolor="#F0F0FF"> <tr> <td>Concept Framework 2.2 documentation</td> <td align="right"><a href="index.html">Contents</a> | <a href="index_fun.html">Index</a></td> </tr> </table> <h2><a href="RWebView.html">RWebView</a>.SetInspector</h2> <table border="0" cellspacing="0" cellpadding="0" width="500" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr bgcolor="#f0f0f0"> <td><i>Name</i></td> <td><i>Type</i></td> <td><i>Access</i></td> <td><i>Version</i></td> <td><i>Deprecated</i></td> </tr> <tr bgcolor="#fafafa"> <td><b>SetInspector</b></td> <td>function</td> <td>public</td> <td>version 1</td> <td>no</td> </tr> </table> <br /> <b>Prototype:</b><br /> <table bgcolor="#F0F0F0" width="100%" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"><tr><td><b>public function SetInspector(VisibleRemoteObject container)</b></td></tr></table> <br /> <b>Parameters:</b><br /> <table bgcolor="#FFFFFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr> <td> <i>container</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td> <td> (VisibleRemoteObject) // TO DO </td> </tr> </table> <br /> <b>Description:</b><br /> <table width="100%" bgcolor="#FAFAFF" style="border-style:solid;border-width:1px;border-color:#D0D0D0;"> <tr><td> TODO: Document this </td></tr> </table> <br /> <b>Returns:</b><br /> // TO DO <br /> <br /> <!-- <p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html40" alt="Valid HTML 4.0 Transitional" height="31" width="88" border="0"></a> <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" border="0"/> </a> </p> --> <table bgcolor="#F0F0F0" width="100%"><tr><td>Documented by Devronium Autodocumenter Alpha, generation time: Sun Jan 27 18:15:29 2013 GMT</td><td align="right">(c)2013 <a href="http://www.devronium.com">Devronium Applications</a></td></tr></table> </body> </html>
Devronium/ConceptApplicationServer
core/server/Samples/CIDE/Help/RWebView.SetInspector.html
HTML
bsd-2-clause
2,547
{% load static wagtailuserbar %} <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>{% block title %}{% if self.seo_title %}{{ self.seo_title }}{% else %}{{ self.title }}{% endif %}{% endblock %}{% block title_suffix %}{% endblock %}</title> <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> {% wagtailuserbar %} {% block content %}{% endblock %} </body> </html>
palazzem/wagtail-nesting-box
wagtail_box/templates/wagtail_box/base.html
HTML
bsd-2-clause
836
<!doctype html> <html> <head> <meta charset="utf-8"> <title>FontFaceObserver</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="../node_modules/mocha/mocha.css" rel="stylesheet"> <style> @font-face { font-family: observer-test1; src: url(assets/sourcesanspro-regular.woff) format('woff'); } @font-face { font-family: observer-test2; src: url(unknown.woff) format('woff'); } @font-face { font-family: observer-test3; src: url(assets/sourcesanspro-regular.woff) format('woff'); } @font-face { font-family: observer-test4; src: url(assets/subset.woff) format('woff'); unicode-range: u+0021; } @font-face { font-family: observer-test5; src: url(assets/subset.woff) format('woff'); unicode-range: u+4e2d,u+56fd; } @font-face { font-family: observer-test6; src: url(assets/subset.woff) format('woff'); unicode-range: u+10ffff; } @font-face { font-family: observer-test7; src: url(assets/subset.woff) format('woff'); unicode-range: u+23; } </style> </head> <body> <div id="mocha"></div> <script>CLOSURE_NO_DEPS = true;</script> <script src="../vendor/google/base.js"></script> <script src="../vendor/sunesimonsen/unexpected.js"></script> <script src="../node_modules/mocha/mocha.js"></script> <script src="../node_modules/sinon/pkg/sinon.js"></script> <script src="../node_modules/promis/promise.js"></script> <script src="deps.js"></script> <script> goog.require('fontface.Observer'); mocha.ui('bdd'); expect = weknowhow.expect; </script> <script src="./dom-test.js"></script> <script src="./ruler-test.js"></script> <script src="./observer-test.js"></script> <script> window.onload = function () { mocha.run(); }; </script> </body> </html>
cymen/font-face-observer
test/index.html
HTML
bsd-2-clause
2,038
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>org.gradle.plugins.signing.signatory.pgp (Gradle API 2.1)</title> <meta name="keywords" content="org.gradle.plugins.signing.signatory.pgp package"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" title="Style"> <link href="../../../../../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../../../../../groovy.ico" type="image/x-icon" rel="icon"> <script type="text/javascript"> function windowTitle() { parent.document.title="org.gradle.plugins.signing.signatory.pgp (Gradle API 2.1)"; } </script> <noscript> </noscript> </head> <body class="center" onload="windowTitle();"> <!-- ========= 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> <a name="navbar_top_firstrow"><!-- --></a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="../../../../../../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="../../../../../../index.html?org/gradle/plugins/signing/signatory/pgp/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.html" target="_top">No Frames</a></li> </ul> </div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Package org.gradle.plugins.signing.signatory.pgp</h1> </div> <div class="header"> <h2 title="" class="title"></h2> </div> <div class="contentContainer"> <div class="summary"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Class Summary"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tbody> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tr class="altColor"> <td class="colOne"> <strong><a href="Dsl.html" title="class in org/gradle/plugins/signing/signatory/pgp"> Dsl </a></strong> </td> <td></td> </tr> <tr class="altColor"> <td class="colOne"> <strong><a href="PgpKeyId.html" title="class in org/gradle/plugins/signing/signatory/pgp"> PgpKeyId </a></strong> </td> <td>A normalised form for keys, which are friendliest for users as hex strings but used internally as longs.</td> </tr> <tr class="altColor"> <td class="colOne"> <strong><a href="PgpSignatory.html" title="class in org/gradle/plugins/signing/signatory/pgp"> PgpSignatory </a></strong> </td> <td></td> </tr> <tr class="altColor"> <td class="colOne"> <strong><a href="PgpSignatoryFactory.html" title="class in org/gradle/plugins/signing/signatory/pgp"> PgpSignatoryFactory </a></strong> </td> <td></td> </tr> <tr class="altColor"> <td class="colOne"> <strong><a href="PgpSignatoryProvider.html" title="class in org/gradle/plugins/signing/signatory/pgp"> PgpSignatoryProvider </a></strong> </td> <td></td> </tr> </tbody> </table> </li> </ul> </div> </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 class="navBarCell1Rev">Package</li> <li>Class</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"> <div> <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 Frames</a></li> </ul> </div> <div class="aboutLanguage"><em>Gradle API 2.1</em></div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
tkmnet/RCRS-ADF
gradle/gradle-2.1/docs/groovydoc/org/gradle/plugins/signing/signatory/pgp/package-summary.html
HTML
bsd-2-clause
5,773
<title>ros::message_traits::Definition&lt; ::burst_calc::ranges_&lt; ContainerAllocator &gt; &gt; Struct Template Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> </head> <body onload='searchBox.OnSelectItem(0);'> <!-- Generated by Doxygen 1.7.6.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceros.html">ros</a> </li> <li class="navelem"><a class="el" href="namespaceros_1_1message__traits.html">message_traits</a> </li> <li class="navelem"><a class="el" href="structros_1_1message__traits_1_1Definition_3_01_1_1burst__calc_1_1ranges___3_01ContainerAllocator_01_4_01_4.html">Definition&lt; ::burst_calc::ranges_&lt; ContainerAllocator &gt; &gt;</a> </li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#pub-static-methods">Static Public Member Functions</a> </div> <div class="headertitle"> <div class="title">ros::message_traits::Definition&lt; ::burst_calc::ranges_&lt; ContainerAllocator &gt; &gt; Struct Template Reference</div> </div> </div><!--header--> <div class="contents"> <!-- doxytag: class="ros::message_traits::Definition&lt; ::burst_calc::ranges_&lt; ContainerAllocator &gt; &gt;" --> <p><code>#include &lt;<a class="el" href="ranges_8h_source.html">ranges.h</a>&gt;</code></p> <p><a href="structros_1_1message__traits_1_1Definition_3_01_1_1burst__calc_1_1ranges___3_01ContainerAllocator_01_4_01_4-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">static const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structros_1_1message__traits_1_1Definition_3_01_1_1burst__calc_1_1ranges___3_01ContainerAllocator_01_4_01_4.html#a44ea012061673cf003f2c510609188ed">value</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">static const char *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structros_1_1message__traits_1_1Definition_3_01_1_1burst__calc_1_1ranges___3_01ContainerAllocator_01_4_01_4.html#a8b797052f49100f8e09dfc0cc4e3ee39">value</a> (const ::<a class="el" href="structburst__calc_1_1ranges__.html">burst_calc::ranges_</a>&lt; ContainerAllocator &gt; &amp;)</td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><h3>template&lt;class ContainerAllocator&gt;<br/> struct ros::message_traits::Definition&lt; ::burst_calc::ranges_&lt; ContainerAllocator &gt; &gt;</h3> <p>Definition at line <a class="el" href="ranges_8h_source.html#l00114">114</a> of file <a class="el" href="ranges_8h_source.html">ranges.h</a>.</p> </div><hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a44ea012061673cf003f2c510609188ed"></a><!-- doxytag: member="ros::message_traits::Definition&lt; ::burst_calc::ranges_&lt; ContainerAllocator &gt; &gt;::value" ref="a44ea012061673cf003f2c510609188ed" args="()" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class ContainerAllocator &gt; </div> <table class="memname"> <tr> <td class="memname">static const char* ros::message_traits::Definition&lt; ::<a class="el" href="structburst__calc_1_1ranges__.html">burst_calc::ranges_</a>&lt; ContainerAllocator &gt; &gt;::<a class="el" href="structros_1_1message__traits_1_1Definition_3_01_1_1burst__calc_1_1ranges___3_01ContainerAllocator_01_4_01_4.html#a44ea012061673cf003f2c510609188ed">value</a> </td> <td>(</td> <td class="paramname"></td><td>)</td> <td><code> [inline, static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Definition at line <a class="el" href="ranges_8h_source.html#l00115">115</a> of file <a class="el" href="ranges_8h_source.html">ranges.h</a>.</p> </div> </div> <a class="anchor" id="a8b797052f49100f8e09dfc0cc4e3ee39"></a><!-- doxytag: member="ros::message_traits::Definition&lt; ::burst_calc::ranges_&lt; ContainerAllocator &gt; &gt;::value" ref="a8b797052f49100f8e09dfc0cc4e3ee39" args="(const ::burst_calc::ranges_&lt; ContainerAllocator &gt; &amp;)" --> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;class ContainerAllocator &gt; </div> <table class="memname"> <tr> <td class="memname">static const char* ros::message_traits::Definition&lt; ::<a class="el" href="structburst__calc_1_1ranges__.html">burst_calc::ranges_</a>&lt; ContainerAllocator &gt; &gt;::<a class="el" href="structros_1_1message__traits_1_1Definition_3_01_1_1burst__calc_1_1ranges___3_01ContainerAllocator_01_4_01_4.html#a44ea012061673cf003f2c510609188ed">value</a> </td> <td>(</td> <td class="paramtype">const ::<a class="el" href="structburst__calc_1_1ranges__.html">burst_calc::ranges_</a>&lt; ContainerAllocator &gt; &amp;&#160;</td> <td class="paramname"></td><td>)</td> <td><code> [inline, static]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Definition at line <a class="el" href="ranges_8h_source.html#l00144">144</a> of file <a class="el" href="ranges_8h_source.html">ranges.h</a>.</p> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="ranges_8h_source.html">ranges.h</a></li> </ul> </div><!-- contents --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <br clear="all" /> <hr size="1"><div style="align: right;"> <a href="http://ros.org/wiki/burst_calc">burst_calc</a><br /> Author(s): Jonathan Hasenzahl</br /> <small>autogenerated on Thu Feb 7 2013 13:12:52</small> </div> </body> </html>
uml-robotics/manus_arm
burst_calc/doc/burst_calc/html/structros_1_1message__traits_1_1Definition_3_01_1_1burst__calc_1_1ranges___3_01ContainerAllocator_01_4_01_4.html
HTML
bsd-2-clause
10,444
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.tsa.exponential_smoothing.ets.ETSModel.initialize &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/stylesheets/deprecation.css"> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../_static/material.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.tsa.exponential_smoothing.ets.ETSModel.loglike" href="statsmodels.tsa.exponential_smoothing.ets.ETSModel.loglike.html" /> <link rel="prev" title="statsmodels.tsa.exponential_smoothing.ets.ETSModel.information" href="statsmodels.tsa.exponential_smoothing.ets.ETSModel.information.html" /> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.tsa.exponential_smoothing.ets.ETSModel.initialize" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.12.2</span> <span class="md-header-nav__topic"> statsmodels.tsa.exponential_smoothing.ets.ETSModel.initialize </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../_static/versions.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../tsa.html" class="md-tabs__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a></li> <li class="md-tabs__item"><a href="statsmodels.tsa.exponential_smoothing.ets.ETSModel.html" class="md-tabs__link">statsmodels.tsa.exponential_smoothing.ets.ETSModel</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.12.2</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a> </li> <li class="md-nav__item"> <a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a> </li> <li class="md-nav__item"> <a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.exponential_smoothing.ets.ETSModel.initialize.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-tsa-exponential-smoothing-ets-etsmodel-initialize--page-root">statsmodels.tsa.exponential_smoothing.ets.ETSModel.initialize<a class="headerlink" href="#generated-statsmodels-tsa-exponential-smoothing-ets-etsmodel-initialize--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py method"> <dt id="statsmodels.tsa.exponential_smoothing.ets.ETSModel.initialize"> <code class="sig-prename descclassname">ETSModel.</code><code class="sig-name descname">initialize</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.tsa.exponential_smoothing.ets.ETSModel.initialize" title="Permalink to this definition">¶</a></dt> <dd><p>Initialize (possibly re-initialize) a Model instance.</p> <p>For example, if the the design matrix of a linear model changes then initialized can be used to recompute values using the modified design matrix.</p> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.tsa.exponential_smoothing.ets.ETSModel.information.html" title="statsmodels.tsa.exponential_smoothing.ets.ETSModel.information" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.exponential_smoothing.ets.ETSModel.information </span> </div> </a> <a href="statsmodels.tsa.exponential_smoothing.ets.ETSModel.loglike.html" title="statsmodels.tsa.exponential_smoothing.ets.ETSModel.loglike" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.tsa.exponential_smoothing.ets.ETSModel.loglike </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 02, 2021. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 3.4.3. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.12.2/generated/statsmodels.tsa.exponential_smoothing.ets.ETSModel.initialize.html
HTML
bsd-3-clause
18,057
<!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="language" content="en" /> <link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/api.css" /> <script type="text/javascript" src="js/jquery.js"></script> <title>IAction</title> </head> <body> <div id="apiPage"> <div id="apiHeader"> <a href="http://www.yiiframework.com">Yii Framework</a> v1.1.7 Class Reference </div><!-- end of header --> <div id="content"> <h1>IAction</h1> <div id="nav"> <a href="index.html">All Packages</a> | <a href="#methods">Methods</a> </div> <table class="summaryTable docClass"> <colgroup> <col class="col-name" /> <col class="col-value" /> </colgroup> <tr> <th>Package</th> <td><a href="index.html#system.base">system.base</a></td> </tr> <tr> <th>Inheritance</th> <td>interface IAction</td> </tr> <tr> <th>Subclasses</th> <td><a href="CAction.html">CAction</a>, <a href="CCaptchaAction.html">CCaptchaAction</a>, <a href="CInlineAction.html">CInlineAction</a>, <a href="CViewAction.html">CViewAction</a>, <a href="CWebServiceAction.html">CWebServiceAction</a></td> </tr> <tr> <th>Since</th> <td>1.0</td> </tr> <tr> <th>Version</th> <td>$Id: interfaces.php 3058 2011-03-13 04:20:12Z qiang.xue $</td> </tr> <tr> <th>Source Code</th> <td><a class="sourceLink" href="http://code.google.com/p/yii/source/browse/tags/1.1.7/framework/base/interfaces.php">framework/base/interfaces.php</a></td> </tr> </table> <div id="classDescription"> IAction is the interface that must be implemented by controller actions.</div> <a name="properties"></a> <a name="methods"></a> <div class="summary docMethod"> <h2>Public Methods</h2> <p><a href="#" class="toggle">Hide inherited methods</a></p> <table class="summaryTable"> <colgroup> <col class="col-method" /> <col class="col-description" /> <col class="col-defined" /> </colgroup> <tr> <th>Method</th><th>Description</th><th>Defined By</th> </tr> <tr id="getController"> <td><a href="IAction.html#getController-detail">getController()</a></td> <td>Returns the controller instance</td> <td>IAction</td> </tr> <tr id="getId"> <td><a href="IAction.html#getId-detail">getId()</a></td> <td>Returns id of the action</td> <td>IAction</td> </tr> </table> </div> <a name="events"></a> <h2>Method Details</h2> <div class="detailHeader" id="getController-detail"> getController() <span class="detailHeaderTag"> method </span> </div> <table class="summaryTable"> <tr><td colspan="3"> <div class="signature2"> abstract public <a href="CController.html">CController</a> <b>getController</b>()</div> </td></tr> <tr> <td class="paramNameCol">{return}</td> <td class="paramTypeCol"><a href="CController.html">CController</a></td> <td class="paramDescCol">the controller instance</td> </tr> </table> <div class="sourceCode"> <b>Source Code:</b> <a class="sourceLink" href="http://code.google.com/p/yii/source/browse/tags/1.1.7/framework/base/interfaces.php#189">framework/base/interfaces.php#189</a> (<b><a href="#" class="show">show</a></b>) <div class="code"><code><span style="color: #000000"> <span style="color: #0000BB"></span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">getController</span><span style="color: #007700">();</span> </span> </code></div> </div> <p></p> <div class="detailHeader" id="getId-detail"> getId() <span class="detailHeaderTag"> method </span> </div> <table class="summaryTable"> <tr><td colspan="3"> <div class="signature2"> abstract public string <b>getId</b>()</div> </td></tr> <tr> <td class="paramNameCol">{return}</td> <td class="paramTypeCol">string</td> <td class="paramDescCol">id of the action</td> </tr> </table> <div class="sourceCode"> <b>Source Code:</b> <a class="sourceLink" href="http://code.google.com/p/yii/source/browse/tags/1.1.7/framework/base/interfaces.php#185">framework/base/interfaces.php#185</a> (<b><a href="#" class="show">show</a></b>) <div class="code"><code><span style="color: #000000"> <span style="color: #0000BB"></span><span style="color: #007700">public&nbsp;function&nbsp;</span><span style="color: #0000BB">getId</span><span style="color: #007700">();</span> </span> </code></div> </div> <p></p> </div><!-- end of content --> <div id="apiFooter"> Copyright &copy; 2008-2011 by <a href="http://www.yiisoft.com">Yii Software LLC</a><br/> All Rights Reserved.<br/> </div><!-- end of footer --> <script type="text/javascript"> /*<![CDATA[*/ $("a.toggle").toggle(function(){ $(this).text($(this).text().replace(/Hide/,'Show')); $(this).parents(".summary").find(".inherited").hide(); },function(){ $(this).text($(this).text().replace(/Show/,'Hide')); $(this).parents(".summary").find(".inherited").show(); }); $(".sourceCode a.show").toggle(function(){ $(this).text($(this).text().replace(/show/,'hide')); $(this).parents(".sourceCode").find("div.code").show(); },function(){ $(this).text($(this).text().replace(/hide/,'show')); $(this).parents(".sourceCode").find("div.code").hide(); }); $("a.sourceLink").click(function(){ $(this).attr('target','_blank'); }); /*]]>*/ </script> </div><!-- end of page --> </body> </html>
cpsubrian/Yii
docs/IAction.html
HTML
bsd-3-clause
5,397
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Thu May 19 10:05:49 CEST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class obvious.prefuse.utils.wrappers.WrapToPrefNode (obvious-prefuse 0.0.1-SNAPSHOT API) </TITLE> <META NAME="date" CONTENT="2011-05-19"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class obvious.prefuse.utils.wrappers.WrapToPrefNode (obvious-prefuse 0.0.1-SNAPSHOT API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../obvious/prefuse/utils/wrappers/WrapToPrefNode.html" title="class in obvious.prefuse.utils.wrappers"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?obvious/prefuse/utils/wrappers/\class-useWrapToPrefNode.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="WrapToPrefNode.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>obvious.prefuse.utils.wrappers.WrapToPrefNode</B></H2> </CENTER> No usage of obvious.prefuse.utils.wrappers.WrapToPrefNode <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../obvious/prefuse/utils/wrappers/WrapToPrefNode.html" title="class in obvious.prefuse.utils.wrappers"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?obvious/prefuse/utils/wrappers/\class-useWrapToPrefNode.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="WrapToPrefNode.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2011. All Rights Reserved. </BODY> </HTML>
jdfekete/obvious
obvious-prefuse/target/site/apidocs/obvious/prefuse/utils/wrappers/class-use/WrapToPrefNode.html
HTML
bsd-3-clause
6,310
<span class="th-radio-button" ng-class="{ checked: checked }" ng-model="group.value" > <input type="radio" name="{{group.name}}" value="{{value}}" ng-checked="checked" ng-required="group.ngRequired" > <i></i> </span>
seanhealy/lib-themisui
src/lib/thRadioGroup/thRadioButton.template.html
HTML
bsd-3-clause
261
<div id="projects-list-title" class=="col-xs-12"> <div class="pull-left">Список проектов <% if (!projects_list.length) { %>(пуст)<% }; %></div> <div> <a class="btn btn-success pull-right" href="#/projects/new"> <span class="glyphicon glyphicon-plus"></span>&nbsp;Новый проект </a> </div> <div class="clearfix"></div> </div> <% if (projects_list.length) { %> <table id="projects-list-table" class="table table-striped"> <thead> <tr> <th>Проект</th> <th>Описание</th> <th>Задачи</th> <th>Дата создания</th> <th>Действие</th> </tr> </thead> <tbody> <% _.each(projects_list, function(project) { %> <tr> <td> <div class="project-name"> <div class="project-logo pull-left"> <% if (project.has('logo') ) { %> <img src="<%= project.get('logo') %>" <% } else if (project.get('invatar')) { %> <%= project.get('invatar') %> <% }; %> </div> <div class="project-title"> <a href="#/projects/<%= project.get('id') %>/iterations"> <%= project.get("name") %> </a> </div> </div> </td> <td><%= project.get('description') %></td> <td>17</td> <td><%= project.get('date_creation') %></td> <td> <a class="btn btn-default" href="#/projects/<%= project.get('id') %>/edit" title="Редактировать"> <span class="glyphicon glyphicon-pencil"></span> </a>&nbsp;&nbsp; <a class="btn btn-danger" href="#/projects/<%= project.get('id') %>/delete" title="Удалить"> <span class="glyphicon glyphicon-trash"></span> </a> </td> </tr> <% }); %> </tbody> </table> <% }; %>
ChaoticEvil/AtomicNote
static/app/js/tmpls/projects_list.html
HTML
bsd-3-clause
1,688
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Sun Jan 22 14:18:58 CET 2012 --> <TITLE> Uses of Interface soot.baf.InstanceCastInst (Soot API) </TITLE> <META NAME="date" CONTENT="2012-01-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface soot.baf.InstanceCastInst (Soot API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?soot/baf//class-useInstanceCastInst.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="InstanceCastInst.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>soot.baf.InstanceCastInst</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#soot.baf"><B>soot.baf</B></A></TD> <TD>Public classes for the Baf intermediate representation.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#soot.baf.internal"><B>soot.baf.internal</B></A></TD> <TD>Internal, messy, implementation-specific classes for the Baf intermediate representation.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#soot.jbco.bafTransformations"><B>soot.jbco.bafTransformations</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#soot.toolkits.exceptions"><B>soot.toolkits.exceptions</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="soot.baf"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A> in <A HREF="../../../soot/baf/package-summary.html">soot.baf</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../soot/baf/package-summary.html">soot.baf</A> that return <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A></CODE></FONT></TD> <TD><CODE><B>Baf.</B><B><A HREF="../../../soot/baf/Baf.html#newInstanceCastInst(soot.Type)">newInstanceCastInst</A></B>(<A HREF="../../../soot/Type.html" title="class in soot">Type</A>&nbsp;opType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A></CODE></FONT></TD> <TD><CODE><B>Baf.</B><B><A HREF="../../../soot/baf/Baf.html#newInstanceCastInst(soot.Type)">newInstanceCastInst</A></B>(<A HREF="../../../soot/Type.html" title="class in soot">Type</A>&nbsp;opType)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../soot/baf/package-summary.html">soot.baf</A> with parameters of type <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>InstSwitch.</B><B><A HREF="../../../soot/baf/InstSwitch.html#caseInstanceCastInst(soot.baf.InstanceCastInst)">caseInstanceCastInst</A></B>(<A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>InstSwitch.</B><B><A HREF="../../../soot/baf/InstSwitch.html#caseInstanceCastInst(soot.baf.InstanceCastInst)">caseInstanceCastInst</A></B>(<A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="soot.baf.internal"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A> in <A HREF="../../../soot/baf/internal/package-summary.html">soot.baf.internal</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../soot/baf/internal/package-summary.html">soot.baf.internal</A> that implement <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../soot/baf/internal/BInstanceCastInst.html" title="class in soot.baf.internal">BInstanceCastInst</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="soot.jbco.bafTransformations"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A> in <A HREF="../../../soot/jbco/bafTransformations/package-summary.html">soot.jbco.bafTransformations</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../soot/jbco/bafTransformations/package-summary.html">soot.jbco.bafTransformations</A> with parameters of type <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>StackTypeHeightCalculator.StackEffectSwitch.</B><B><A HREF="../../../soot/jbco/bafTransformations/StackTypeHeightCalculator.StackEffectSwitch.html#caseInstanceCastInst(soot.baf.InstanceCastInst)">caseInstanceCastInst</A></B>(<A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>StackTypeHeightCalculator.StackEffectSwitch.</B><B><A HREF="../../../soot/jbco/bafTransformations/StackTypeHeightCalculator.StackEffectSwitch.html#caseInstanceCastInst(soot.baf.InstanceCastInst)">caseInstanceCastInst</A></B>(<A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="soot.toolkits.exceptions"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A> in <A HREF="../../../soot/toolkits/exceptions/package-summary.html">soot.toolkits.exceptions</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../soot/toolkits/exceptions/package-summary.html">soot.toolkits.exceptions</A> with parameters of type <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>UnitThrowAnalysis.UnitSwitch.</B><B><A HREF="../../../soot/toolkits/exceptions/UnitThrowAnalysis.UnitSwitch.html#caseInstanceCastInst(soot.baf.InstanceCastInst)">caseInstanceCastInst</A></B>(<A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>UnitThrowAnalysis.UnitSwitch.</B><B><A HREF="../../../soot/toolkits/exceptions/UnitThrowAnalysis.UnitSwitch.html#caseInstanceCastInst(soot.baf.InstanceCastInst)">caseInstanceCastInst</A></B>(<A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf">InstanceCastInst</A>&nbsp;i)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../soot/baf/InstanceCastInst.html" title="interface in soot.baf"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?soot/baf//class-useInstanceCastInst.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="InstanceCastInst.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
Phortran/SicurezzaInformatica
ApkSSL_Tester/libs/soot/doc/soot/baf/class-use/InstanceCastInst.html
HTML
bsd-3-clause
15,153
<!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>sendFindNodeResponse method - KNode class - hetimatorrent.dht library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href="../.."> <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="static-assets/prettify.css"> <link rel="stylesheet" href="static-assets/css/bootstrap.min.css"> <link rel="stylesheet" href="static-assets/styles.css"> <meta name="description" content="API docs for the sendFindNodeResponse method from the KNode class, for the Dart programming language."> <link rel="icon" href="static-assets/favicon.png"> <!-- Do not remove placeholder --> <!-- Header Placeholder --> </head> <body> <div id="overlay-under-drawer"></div> <header class="container-fluid" id="title"> <nav class="navbar navbar-fixed-top"> <div class="container"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated hidden-xs"> <li><a href="index.html">hetimatorrent</a></li> <li><a href="hetimatorrent.dht/hetimatorrent.dht-library.html">hetimatorrent.dht</a></li> <li><a href="hetimatorrent.dht/KNode-class.html">KNode</a></li> <li class="self-crumb">sendFindNodeResponse</li> </ol> <div class="self-name">sendFindNodeResponse</div> </div> </nav> <div class="container masthead"> <ol class="breadcrumbs gt-separated visible-xs"> <li><a href="index.html">hetimatorrent</a></li> <li><a href="hetimatorrent.dht/hetimatorrent.dht-library.html">hetimatorrent.dht</a></li> <li><a href="hetimatorrent.dht/KNode-class.html">KNode</a></li> <li class="self-crumb">sendFindNodeResponse</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">method</div> sendFindNodeResponse </h1> <!-- p class="subtitle"> </p --> </div> <ul class="subnav"> <li><a href="hetimatorrent.dht/KNode/sendFindNodeResponse.html#source">Source</a></li> </ul> </div> </header> <div class="container body"> <div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left"> <h5><a href="index.html">hetimatorrent</a></h5> <h5><a href="hetimatorrent.dht/hetimatorrent.dht-library.html">hetimatorrent.dht</a></h5> <h5><a href="hetimatorrent.dht/KNode-class.html">KNode</a></h5> <ol> <li class="section-title"><a href="hetimatorrent.dht/KNode-class.html#static-properties">Static properties</a></li> <li><a href="hetimatorrent.dht/KNode/id.html">id</a></li> <li class="section-title"><a href="hetimatorrent.dht/KNode-class.html#instance-properties">Properties</a></li> <li><a href="hetimatorrent.dht/KNode/ai.html">ai</a> </li> <li><a href="hetimatorrent.dht/KNode/announcedPeer.html">announcedPeer</a> </li> <li><a href="hetimatorrent.dht/KNode/intervalSecondForAnnounce.html">intervalSecondForAnnounce</a> </li> <li><a href="hetimatorrent.dht/KNode/intervalSecondForFindNode.html">intervalSecondForFindNode</a> </li> <li><a href="hetimatorrent.dht/KNode/intervalSecondForMaintenance.html">intervalSecondForMaintenance</a> </li> <li><a href="hetimatorrent.dht/KNode/intervalSecondForPing.html">intervalSecondForPing</a> </li> <li><a href="hetimatorrent.dht/KNode/isStart.html">isStart</a> </li> <li><a href="hetimatorrent.dht/KNode/nodeDebugId.html">nodeDebugId</a> </li> <li><a href="hetimatorrent.dht/KNode/nodeId.html">nodeId</a> </li> <li><a href="hetimatorrent.dht/KNode/onGetPeerValue.html">onGetPeerValue</a> </li> <li><a href="hetimatorrent.dht/KNode/port.html">port</a> </li> <li><a href="hetimatorrent.dht/KNode/queryInfo.html">queryInfo</a> </li> <li><a href="hetimatorrent.dht/KNode/rawAnnounced.html">rawAnnounced</a> </li> <li><a href="hetimatorrent.dht/KNode/rawSearchResult.html">rawSearchResult</a> </li> <li><a href="hetimatorrent.dht/KNode/rawUdoSocket.html">rawUdoSocket</a> </li> <li><a href="hetimatorrent.dht/KNode/rootingtable.html">rootingtable</a> </li> <li><a href="hetimatorrent.dht/KNode/verbose.html">verbose</a> </li> <li class="section-title"><a href="hetimatorrent.dht/KNode-class.html#constructors">Constructors</a></li> <li><a href="hetimatorrent.dht/KNode/KNode.html">KNode</a></li> <li class="section-title"><a href="hetimatorrent.dht/KNode-class.html#methods">Methods</a></li> <li><a href="hetimatorrent.dht/KNode/addBootNode.html">addBootNode</a> </li> <li><a href="hetimatorrent.dht/KNode/addKPeerInfo.html">addKPeerInfo</a> </li> <li><a href="hetimatorrent.dht/KNode/addSeardchResult.html">addSeardchResult</a> </li> <li><a href="hetimatorrent.dht/KNode/clearTimeout.html">clearTimeout</a> </li> <li><a href="hetimatorrent.dht/KNode/containSeardchResult.html">containSeardchResult</a> </li> <li><a href="hetimatorrent.dht/KNode/getOpaqueWriteToken.html">getOpaqueWriteToken</a> </li> <li><a href="hetimatorrent.dht/KNode/getQueryNameFromTransactionId.html">getQueryNameFromTransactionId</a> </li> <li><a href="hetimatorrent.dht/KNode/log.html">log</a> </li> <li><a href="hetimatorrent.dht/KNode/onReceiveMessage.html">onReceiveMessage</a> </li> <li><a href="hetimatorrent.dht/KNode/removeQueryNameFromTransactionId.html">removeQueryNameFromTransactionId</a> </li> <li><a href="hetimatorrent.dht/KNode/researchSearchPeer.html">researchSearchPeer</a> </li> <li><a href="hetimatorrent.dht/KNode/sendAnnouncePeerQuery.html">sendAnnouncePeerQuery</a> </li> <li><a href="hetimatorrent.dht/KNode/sendAnnouncePeerResponse.html">sendAnnouncePeerResponse</a> </li> <li><a href="hetimatorrent.dht/KNode/sendErrorResponse.html">sendErrorResponse</a> </li> <li><a href="hetimatorrent.dht/KNode/sendFindNodeQuery.html">sendFindNodeQuery</a> </li> <li><a href="hetimatorrent.dht/KNode/sendFindNodeResponse.html">sendFindNodeResponse</a> </li> <li><a href="hetimatorrent.dht/KNode/sendGetPeersQuery.html">sendGetPeersQuery</a> </li> <li><a href="hetimatorrent.dht/KNode/sendGetPeersResponseWithClosestNodes.html">sendGetPeersResponseWithClosestNodes</a> </li> <li><a href="hetimatorrent.dht/KNode/sendGetPeersResponseWithPeers.html">sendGetPeersResponseWithPeers</a> </li> <li><a href="hetimatorrent.dht/KNode/sendMessage.html">sendMessage</a> </li> <li><a href="hetimatorrent.dht/KNode/sendPingQuery.html">sendPingQuery</a> </li> <li><a href="hetimatorrent.dht/KNode/sendPingResponse.html">sendPingResponse</a> </li> <li><a href="hetimatorrent.dht/KNode/start.html">start</a> </li> <li><a href="hetimatorrent.dht/KNode/startSearchValue.html">startSearchValue</a> </li> <li><a href="hetimatorrent.dht/KNode/stop.html">stop</a> </li> <li><a href="hetimatorrent.dht/KNode/stopSearchPeer.html">stopSearchPeer</a> </li> <li><a href="hetimatorrent.dht/KNode/updateP2PNetwork.html">updateP2PNetwork</a> </li> </ol> </div><!--/.sidebar-offcanvas--> <div class="col-xs-12 col-sm-9 col-md-6 main-content"> <section class="multi-line-signature"> <span class="returntype">Future</span> <span class="name ">sendFindNodeResponse</span>( <br> <div class="parameters"> <span class="parameter" id="sendFindNodeResponse-param-ip"><span class="type-annotation">String</span> <span class="parameter-name">ip</span></span>,<br><span class="parameter" id="sendFindNodeResponse-param-port"><span class="type-annotation">int</span> <span class="parameter-name">port</span></span>,<br><span class="parameter" id="sendFindNodeResponse-param-transactionId"><span class="type-annotation">List&lt;int&gt;</span> <span class="parameter-name">transactionId</span></span>,<br><span class="parameter" id="sendFindNodeResponse-param-compactNodeInfo"><span class="type-annotation">List&lt;int&gt;</span> <span class="parameter-name">compactNodeInfo</span></span> </div> ) </section> <section class="desc markdown"> <p class="no-docs">Not documented.</p> </section> <section class="summary source-code" id="source"> <h2>Source</h2> <pre><code class="prettyprint lang-dart">Future sendFindNodeResponse(String ip, int port, List&lt;int&gt; transactionId, List&lt;int&gt; compactNodeInfo) =&gt; sendMessage(ip, port, KrpcFindNode.createResponse(compactNodeInfo, this._nodeId.value, transactionId));</code></pre> </section> </div> <!-- /.main-content --> </div> <!-- container --> <footer> <div class="container-fluid"> <div class="container"> <p class="text-center"> <span class="no-break"> hetimatorrent 0.0.1 api docs </span> &bull; <span class="copyright no-break"> <a href="https://www.dartlang.org"> <img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16"> </a> </span> &bull; <span class="copyright no-break"> <a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a> </span> </p> </div> </div> </footer> <script src="static-assets/prettify.js"></script> <script src="static-assets/script.js"></script> <!-- Do not remove placeholder --> <!-- Footer Placeholder --> </body> </html>
kyorohiro/dart_hetimatorrent
doc/api/hetimatorrent.dht/KNode/sendFindNodeResponse.html
HTML
bsd-3-clause
10,049
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.tsa.stattools.range_unit_root_test &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/stylesheets/deprecation.css"> <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="../_static/material.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" /> <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.tsa.stattools.zivot_andrews" href="statsmodels.tsa.stattools.zivot_andrews.html" /> <link rel="prev" title="statsmodels.tsa.stattools.kpss" href="statsmodels.tsa.stattools.kpss.html" /> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.tsa.stattools.range_unit_root_test" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.13.0</span> <span class="md-header-nav__topic"> statsmodels.tsa.stattools.range_unit_root_test </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="get" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../../versions-v2.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../tsa.html" class="md-tabs__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.13.0</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a> </li> <li class="md-nav__item"> <a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a> </li> <li class="md-nav__item"> <a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.stattools.range_unit_root_test.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-tsa-stattools-range-unit-root-test--page-root">statsmodels.tsa.stattools.range_unit_root_test<a class="headerlink" href="#generated-statsmodels-tsa-stattools-range-unit-root-test--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py function"> <dt class="sig sig-object py" id="statsmodels.tsa.stattools.range_unit_root_test"> <span class="sig-prename descclassname"><span class="pre">statsmodels.tsa.stattools.</span></span><span class="sig-name descname"><span class="pre">range_unit_root_test</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">x</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">store</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/tsa/stattools.html#range_unit_root_test"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.tsa.stattools.range_unit_root_test" title="Permalink to this definition">¶</a></dt> <dd><p>Range unit-root test for stationarity.</p> <p>Computes the Range Unit-Root (RUR) test for the null hypothesis that x is stationary.</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>x</strong><span class="classifier"><a class="reference external" href="https://numpy.org/doc/stable/glossary.html#term-array_like" title="(in NumPy v1.21)"><span>array_like</span></a>, 1d</span></dt><dd><p>The data series to test.</p> </dd> <dt><strong>store</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#bltin-boolean-values" title="(in Python v3.9)"><span class="xref std std-ref">bool</span></a></span></dt><dd><p>If True, then a result instance is returned additionally to the RUR statistic (default is False).</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl> <dt><strong>rur_stat</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.9)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a></span></dt><dd><p>The RUR test statistic.</p> </dd> <dt><strong>p_value</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.9)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a></span></dt><dd><p>The p-value of the test. The p-value is interpolated from Table 1 in Aparicio et al. (2006), and a boundary point is returned if the test statistic is outside the table of critical values, that is, if the p-value is outside the interval (0.01, 0.1).</p> </dd> <dt><strong>crit</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.9)"><code class="docutils literal notranslate"><span class="pre">dict</span></code></a></span></dt><dd><p>The critical values at 10%, 5%, 2.5% and 1%. Based on Aparicio et al. (2006).</p> </dd> <dt><strong>resstore</strong><span class="classifier">(<code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code>) <code class="xref py py-obj docutils literal notranslate"><span class="pre">instance</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">of</span></code> <code class="xref py py-obj docutils literal notranslate"><span class="pre">ResultStore</span></code></span></dt><dd><p>An instance of a dummy class with results attached as attributes.</p> </dd> </dl> </dd> </dl> <p class="rubric">Notes</p> <p>The p-values are interpolated from Table 1 of Aparicio et al. (2006). If the computed statistic is outside the table of critical values, then a warning message is generated.</p> <p>Missing values are not handled.</p> <p class="rubric">References</p> <dl class="citation"> <dt class="label" id="r7bf960c7ef74-1"><span class="brackets">1</span></dt> <dd><p>Aparicio, F., Escribano A., Sipols, A.E. (2006). Range Unit-Root (RUR) tests: robust against nonlinearities, error distributions, structural breaks and outliers. Journal of Time Series Analysis, 27 (4): 545-576.</p> </dd> </dl> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.tsa.stattools.kpss.html" title="statsmodels.tsa.stattools.kpss" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.stattools.kpss </span> </div> </a> <a href="statsmodels.tsa.stattools.zivot_andrews.html" title="statsmodels.tsa.stattools.zivot_andrews" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.tsa.stattools.zivot_andrews </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Oct 06, 2021. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 4.0.3. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.13.0/generated/statsmodels.tsa.stattools.range_unit_root_test.html
HTML
bsd-3-clause
20,833
<!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>content property - TemplateElement class - polymer_app_layout library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href="../.."> <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="static-assets/prettify.css"> <link rel="stylesheet" href="static-assets/css/bootstrap.min.css"> <link rel="stylesheet" href="static-assets/styles.css"> <meta name="description" content="API docs for the content property from the TemplateElement class, for the Dart programming language."> <link rel="icon" href="static-assets/favicon.png"> <!-- Do not remove placeholder --> <!-- Header Placeholder --> </head> <body> <div id="overlay-under-drawer"></div> <header class="container-fluid" id="title"> <nav class="navbar navbar-fixed-top"> <div class="container"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated hidden-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li> <li><a href="polymer_app_layout/TemplateElement-class.html">TemplateElement</a></li> <li class="self-crumb">content</li> </ol> <div class="self-name">content</div> </div> </nav> <div class="container masthead"> <ol class="breadcrumbs gt-separated visible-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li> <li><a href="polymer_app_layout/TemplateElement-class.html">TemplateElement</a></li> <li class="self-crumb">content</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">property</div> content </h1> <!-- p class="subtitle"> </p --> </div> <ul class="subnav"> </ul> </div> </header> <div class="container body"> <div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left"> <h5><a href="index.html">polymer_app_layout_template</a></h5> <h5><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></h5> <h5><a href="polymer_app_layout/TemplateElement-class.html">TemplateElement</a></h5> <ol> <li class="section-title"><a href="polymer_app_layout/TemplateElement-class.html#static-properties">Static properties</a></li> <li><a href="polymer_app_layout/TemplateElement/supported.html">supported</a></li> <li class="section-title"><a href="polymer_app_layout/TemplateElement-class.html#instance-properties">Properties</a></li> <li>attributes </li> <li>baseUri </li> <li>borderEdge </li> <li>childNodes </li> <li>children </li> <li>classes </li> <li>className </li> <li>client </li> <li>clientHeight </li> <li>clientLeft </li> <li>clientTop </li> <li>clientWidth </li> <li><a href="polymer_app_layout/TemplateElement/content.html">content</a> </li> <li>contentEdge </li> <li>contentEditable </li> <li>contextMenu </li> <li>dataset </li> <li>dir </li> <li>documentOffset </li> <li>draggable </li> <li>dropzone </li> <li>firstChild </li> <li>hidden </li> <li>id </li> <li>innerHtml </li> <li>inputMethodContext </li> <li>isContentEditable </li> <li>lang </li> <li>lastChild </li> <li>localName </li> <li>marginEdge </li> <li>namespaceUri </li> <li>nextElementSibling </li> <li>nextNode </li> <li>nodeName </li> <li>nodes </li> <li>nodeType </li> <li>nodeValue </li> <li>offset </li> <li>offsetHeight </li> <li>offsetLeft </li> <li>offsetParent </li> <li>offsetTop </li> <li>offsetWidth </li> <li>on </li> <li>onAbort </li> <li>onBeforeCopy </li> <li>onBeforeCut </li> <li>onBeforePaste </li> <li>onBlur </li> <li>onCanPlay </li> <li>onCanPlayThrough </li> <li>onChange </li> <li>onClick </li> <li>onContextMenu </li> <li>onCopy </li> <li>onCut </li> <li>onDoubleClick </li> <li>onDrag </li> <li>onDragEnd </li> <li>onDragEnter </li> <li>onDragLeave </li> <li>onDragOver </li> <li>onDragStart </li> <li>onDrop </li> <li>onDurationChange </li> <li>onEmptied </li> <li>onEnded </li> <li>onError </li> <li>onFocus </li> <li>onFullscreenChange </li> <li>onFullscreenError </li> <li>onInput </li> <li>onInvalid </li> <li>onKeyDown </li> <li>onKeyPress </li> <li>onKeyUp </li> <li>onLoad </li> <li>onLoadedData </li> <li>onLoadedMetadata </li> <li>onMouseDown </li> <li>onMouseEnter </li> <li>onMouseLeave </li> <li>onMouseMove </li> <li>onMouseOut </li> <li>onMouseOver </li> <li>onMouseUp </li> <li>onMouseWheel </li> <li>onPaste </li> <li>onPause </li> <li>onPlay </li> <li>onPlaying </li> <li>onRateChange </li> <li>onReset </li> <li>onResize </li> <li>onScroll </li> <li>onSearch </li> <li>onSeeked </li> <li>onSeeking </li> <li>onSelect </li> <li>onSelectStart </li> <li>onStalled </li> <li>onSubmit </li> <li>onSuspend </li> <li>onTimeUpdate </li> <li>onTouchCancel </li> <li>onTouchEnd </li> <li>onTouchEnter </li> <li>onTouchLeave </li> <li>onTouchMove </li> <li>onTouchStart </li> <li>onTransitionEnd </li> <li>onVolumeChange </li> <li>onWaiting </li> <li>outerHtml </li> <li>ownerDocument </li> <li>paddingEdge </li> <li>parent </li> <li>parentNode </li> <li>previousElementSibling </li> <li>previousNode </li> <li>scrollHeight </li> <li>scrollLeft </li> <li>scrollTop </li> <li>scrollWidth </li> <li>shadowRoot </li> <li>spellcheck </li> <li>style </li> <li>tabIndex </li> <li>tagName </li> <li>text </li> <li>title </li> <li>translate </li> <li>xtag </li> <li class="section-title"><a href="polymer_app_layout/TemplateElement-class.html#constructors">Constructors</a></li> <li><a href="polymer_app_layout/TemplateElement/TemplateElement.html">TemplateElement</a></li> <li><a href="polymer_app_layout/TemplateElement/TemplateElement.created.html">created</a></li> <li class="section-title"><a href="polymer_app_layout/TemplateElement-class.html#methods">Methods</a></li> <li>addEventListener </li> <li>animate </li> <li>append </li> <li>appendHtml </li> <li>appendText </li> <li>attached </li> <li>attributeChanged </li> <li>blur </li> <li>click </li> <li>clone </li> <li>contains </li> <li>createFragment </li> <li>createShadowRoot </li> <li>detached </li> <li>dispatchEvent </li> <li>enteredView </li> <li>focus </li> <li>getAnimationPlayers </li> <li>getAttribute </li> <li>getAttributeNS </li> <li>getBoundingClientRect </li> <li>getClientRects </li> <li>getComputedStyle </li> <li>getDestinationInsertionPoints </li> <li>getElementsByClassName </li> <li>getNamespacedAttributes </li> <li>hasChildNodes </li> <li>insertAdjacentElement </li> <li>insertAdjacentHtml </li> <li>insertAdjacentText </li> <li>insertAllBefore </li> <li>insertBefore </li> <li>leftView </li> <li>matches </li> <li>matchesWithAncestors </li> <li>offsetTo </li> <li>query </li> <li>queryAll </li> <li>querySelector </li> <li>querySelectorAll </li> <li>remove </li> <li>removeEventListener </li> <li>replaceWith </li> <li>requestFullscreen </li> <li>requestPointerLock </li> <li>scrollIntoView </li> <li>setAttribute </li> <li>setAttributeNS </li> <li><a href="polymer_app_layout/TemplateElement/setInnerHtml.html">setInnerHtml</a> </li> <li>toString </li> </ol> </div><!--/.sidebar-offcanvas--> <div class="col-xs-12 col-sm-9 col-md-6 main-content"> <section class="multi-line-signature"> <span class="returntype"><a href="polymer_app_layout/DocumentFragment-class.html">DocumentFragment</a></span> <span class="name ">content</span> <div class="readable-writable"> read-only </div> </section> <section class="desc markdown"> <p class="no-docs">Not documented.</p> </section> </div> <!-- /.main-content --> </div> <!-- container --> <footer> <div class="container-fluid"> <div class="container"> <p class="text-center"> <span class="no-break"> polymer_app_layout_template 0.1.0 api docs </span> &bull; <span class="copyright no-break"> <a href="https://www.dartlang.org"> <img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16"> </a> </span> &bull; <span class="copyright no-break"> <a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a> </span> </p> </div> </div> </footer> <script src="static-assets/prettify.js"></script> <script src="static-assets/script.js"></script> <!-- Do not remove placeholder --> <!-- Footer Placeholder --> </body> </html>
lejard-h/polymer_app_layout_templates
doc/api/polymer_app_layout/TemplateElement/content.html
HTML
bsd-3-clause
10,348
<!doctype html> <title>WCSU Gaming Club</title> <link rel=stylesheet type=text/css href="{{ url_for('static', filename='css/style.css') }}"> <link href='http://fonts.googleapis.com/css?family=Arimo' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'> <script type="text/javascript" src="{{ url_for('static', filename='js/poptab.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='js/autoslug.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='js/timezone.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='js/jquery-2.0.3.min.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='js/markitup/jquery.markitup.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='js/markitup/sets/wikicreole/set.js') }}"></script> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='js/markitup/skins/markitup/style.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='js/markitup/sets/wikicreole/style.css') }}" /> <script type="text/javascript" > $(document).ready(function() { $(".markItUp").markItUp(mySettings); }); </script> <header class="banner"> <h1 class="logo"><a href="{{ url_for('display_news') }}">WCSU Gaming Club</a></h1> <nav class="page_list"> <ul> {% for page in pages %} <li><a href="/{{ page.slug }}">{{ page.title }}</a></li> {% endfor %} {% if session.logged_in %} <li><a href="{{ url_for('display_threads') }}">Forum</a></li> {% endif %} </ul> <nav> {% if not session.logged_in %} <div id=login_form class=pop_tab> <a href="#">Login</a> <form action="{{ url_for('login') }}" method=post> <label>Username:</label> <input type=text name=username> <label>Password:</label> <input type=password name=password> <label class=checkbox>Remember Me:</label><input type=checkbox name=remember value=1> <input type=submit value=Login> </form> </div> <div id=register_form class=pop_tab> <a href="#">Register</a> <form action="{{ url_for('register') }}" method=post> <label>First Name:</label> <input type=text name=first> <label>Last Name:</label> <input type=text name=last> <label>Password:</label> <input type=password name=password> <label>Password Again:</label> <input type=password name=password2> <label>Email:</label> <input type=email name=email> <input type=submit value=Register> </form> </div> {% else %} <div class=pop_tab> <a href="{{ url_for('logout') }}">Log Out</a> </div> {% if session.privilege is sameas ADMIN_LEVEL %} <div class=pop_tab> <a href="{{ url_for('admin_home') }}">Admin</a> </div> {% endif %} {% endif %} </header> {% if error %}<div class=error>Error: {{ error }}</div>{% endif %} {% for message in get_flashed_messages() %} <div class=flash>{{ message }}</div> {% endfor %} <div class=page> {% block body %}{% endblock %} </div> <footer> <a id="help_link"href="{{ url_for('web_help') }}">!</a> </footer>
ChrisNeveu/WCSUGaming
templates/layout.html
HTML
bsd-3-clause
3,215
<!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>decode method - BencodeAsync class - hetimatorrent library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href="../.."> <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="static-assets/prettify.css"> <link rel="stylesheet" href="static-assets/css/bootstrap.min.css"> <link rel="stylesheet" href="static-assets/styles.css"> <meta name="description" content="API docs for the decode method from the BencodeAsync class, for the Dart programming language."> <link rel="icon" href="static-assets/favicon.png"> <!-- Do not remove placeholder --> <!-- Header Placeholder --> </head> <body> <div id="overlay-under-drawer"></div> <header class="container-fluid" id="title"> <nav class="navbar navbar-fixed-top"> <div class="container"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated hidden-xs"> <li><a href="index.html">hetimatorrent</a></li> <li><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></li> <li><a href="hetimatorrent/BencodeAsync-class.html">BencodeAsync</a></li> <li class="self-crumb">decode</li> </ol> <div class="self-name">decode</div> </div> </nav> <div class="container masthead"> <ol class="breadcrumbs gt-separated visible-xs"> <li><a href="index.html">hetimatorrent</a></li> <li><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></li> <li><a href="hetimatorrent/BencodeAsync-class.html">BencodeAsync</a></li> <li class="self-crumb">decode</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">method</div> decode </h1> <!-- p class="subtitle"> </p --> </div> <ul class="subnav"> <li><a href="hetimatorrent/BencodeAsync/decode.html#source">Source</a></li> </ul> </div> </header> <div class="container body"> <div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left"> <h5><a href="index.html">hetimatorrent</a></h5> <h5><a href="hetimatorrent/hetimatorrent-library.html">hetimatorrent</a></h5> <h5><a href="hetimatorrent/BencodeAsync-class.html">BencodeAsync</a></h5> <ol> <li class="section-title"><a href="hetimatorrent/BencodeAsync-class.html#static-methods">Static methods</a></li> <li><a href="hetimatorrent/BencodeAsync/decode.html">decode</a></li> <li class="section-title"><a href="hetimatorrent/BencodeAsync-class.html#constructors">Constructors</a></li> <li><a href="hetimatorrent/BencodeAsync/BencodeAsync.html">BencodeAsync</a></li> </ol> </div><!--/.sidebar-offcanvas--> <div class="col-xs-12 col-sm-9 col-md-6 main-content"> <section class="multi-line-signature"> <span class="returntype">Future&lt;Object&gt;</span> <span class="name ">decode</span>( <br> <div class="parameters"> <span class="parameter" id="decode-param-parser"><span class="type-annotation">EasyParser</span> <span class="parameter-name">parser</span></span> </div> ) </section> <section class="desc markdown"> <p class="no-docs">Not documented.</p> </section> <section class="summary source-code" id="source"> <h2>Source</h2> <pre><code class="prettyprint lang-dart">static Future&lt;Object&gt; decode(hetima.EasyParser parser) { return _decoder.decode(parser); }</code></pre> </section> </div> <!-- /.main-content --> </div> <!-- container --> <footer> <div class="container-fluid"> <div class="container"> <p class="text-center"> <span class="no-break"> hetimatorrent 0.0.1 api docs </span> &bull; <span class="copyright no-break"> <a href="https://www.dartlang.org"> <img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16"> </a> </span> &bull; <span class="copyright no-break"> <a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a> </span> </p> </div> </div> </footer> <script src="static-assets/prettify.js"></script> <script src="static-assets/script.js"></script> <!-- Do not remove placeholder --> <!-- Footer Placeholder --> </body> </html>
kyorohiro/dart_hetimatorrent
doc/api/hetimatorrent/BencodeAsync/decode.html
HTML
bsd-3-clause
5,053
<?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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> <title>Page Test Suite</title> </head> <body> <table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody> <tr><td><b>Page Test Suite: Base, Privacy, Licence etc.</b></td></tr> <tr><td><a href="Page/Faq_TestCase.html">Faq_TestCase</a></td></tr> <tr><td><a href="Page/Base_TestCase.html">Base_TestCase</a></td></tr> <tr><td><a href="Page/License_TestCase.html">License_TestCase</a></td></tr> <tr><td><a href="Page/Base_TestCase.html">Base_TestCase</a></td></tr> <tr><td><a href="Page/Privacy_TestCase.html">Privacy_TestCase</a></td></tr> <tr><td><a href="Page/Base_TestCase.html">Base_TestCase</a></td></tr> </tbody></table> </body> </html>
MySmile/sfchat
bin/selenium/Page_TestSuite.html
HTML
bsd-3-clause
972
<!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>Examples &mdash; Wavelet Analysis 1 documentation</title> <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '', VERSION: '1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="Wavelet Analysis 1 documentation" href="index.html" /> <link rel="prev" title="Check it out" href="checkitout.html" /> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" /> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" /> <!--[if lte IE 6]> <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> <![endif]--> </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="checkitout.html" title="Check it out" accesskey="P">previous</a> |</li> <li><a href="index.html">Wavelet Analysis 1 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="examples"> <h1>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h1> <div class="section" id="continuous-wavelet-transform-cwt-nino3-sst"> <h2>Continuous Wavelet Transform (CWT) Niño3 SST<a class="headerlink" href="#continuous-wavelet-transform-cwt-nino3-sst" title="Permalink to this headline">¶</a></h2> <p>This is the final result:</p> <img alt="_images/nino_wavelet.png" src="_images/nino_wavelet.png" style="width: 600pt;" /> </div> <div class="section" id="example-1"> <h2>Example 1<a class="headerlink" href="#example-1" title="Permalink to this headline">¶</a></h2> <img alt="_images/Sine.png" src="_images/Sine.png" style="width: 600pt;" /> <img alt="_images/Cosine.png" src="_images/Cosine.png" style="width: 600pt;" /> <img alt="_images/Cross_Power_Sine_Cosine.png" src="_images/Cross_Power_Sine_Cosine.png" style="width: 600pt;" /> </div> <div class="section" id="example-2"> <h2>Example 2<a class="headerlink" href="#example-2" title="Permalink to this headline">¶</a></h2> <img alt="_images/y1-random-signal.png" src="_images/y1-random-signal.png" style="width: 600pt;" /> <img alt="_images/y2-random-signal.png" src="_images/y2-random-signal.png" style="width: 600pt;" /> <img alt="_images/Cross_Power_random_signals.png" src="_images/Cross_Power_random_signals.png" style="width: 600pt;" /> </div> <div class="section" id="example-3"> <h2>Example 3<a class="headerlink" href="#example-3" title="Permalink to this headline">¶</a></h2> <img alt="_images/Sine_with_noise.png" src="_images/Sine_with_noise.png" style="width: 600pt;" /> <img alt="_images/Cosine_with_noise.png" src="_images/Cosine_with_noise.png" style="width: 600pt;" /> <img alt="_images/Cross_Power_sine_cosine_noise.png" src="_images/Cross_Power_sine_cosine_noise.png" style="width: 600pt;" /> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Examples</a><ul> <li><a class="reference internal" href="#continuous-wavelet-transform-cwt-nino3-sst">Continuous Wavelet Transform (CWT) Niño3 SST</a></li> <li><a class="reference internal" href="#example-1">Example 1</a></li> <li><a class="reference internal" href="#example-2">Example 2</a></li> <li><a class="reference internal" href="#example-3">Example 3</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="checkitout.html" title="previous chapter">Check it out</a></p> <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="checkitout.html" title="Check it out" >previous</a> |</li> <li><a href="index.html">Wavelet Analysis 1 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2013, Mabel Calim Costa. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
mabelcalim/waipy
read_the_docs/build/html/example.html
HTML
bsd-3-clause
6,223
<div class="text page-text"><%= text %></div> <div class="engText page-text"><%= engText %></div>
codarchlab/gapvis
app/templates/page-template.html
HTML
bsd-3-clause
98
<!DOCTYPE html> <html> <head> <meta charset='utf-8' /> <link href='../lib/fullcalendar.min.css' rel='stylesheet' /> <link href='../lib/fullcalendar.print.css' rel='stylesheet' media='print' /> <link href='../scheduler.min.css' rel='stylesheet' /> <script src='../lib/moment.min.js'></script> <script src='../lib/jquery.min.js'></script> <script src='../lib/fullcalendar.min.js'></script> <script src='../scheduler.min.js'></script> <script> $(function() { // document ready $('#calendar').fullCalendar({ now: '2015-06-07', editable: true, // enable draggable events aspectRatio: 1.8, scrollTime: '00:00', // undo default 6am scrollTime header: { left: 'today prev,next', center: 'title', right: 'timelineDay,timelineThreeDays,agendaWeek,month' }, defaultView: 'timelineDay', views: { timelineThreeDays: { type: 'timeline', duration: { days: 3 } } }, resourceLabelText: 'Rooms', resourceText: function(resource) { return 'Auditorium ' + ('' + resource.id).toUpperCase(); }, resourceRender: function(resource, leftCells, rightCells) { if (resource.id == 'h') { leftCells.css('background-color', 'rgb(255, 243, 206)'); rightCells.css('background-color', 'rgba(255, 243, 206, .5)'); } }, resources: [ { id: 'a' }, { id: 'b', eventColor: 'green' }, { id: 'c', eventColor: 'orange' }, { id: 'd' }, { id: 'e' }, { id: 'f', eventColor: 'red' }, { id: 'g' }, { id: 'h' }, { id: 'i' }, { id: 'j' }, { id: 'k' }, { id: 'l' }, { id: 'm' }, { id: 'n' }, { id: 'o' }, { id: 'p' }, { id: 'q' }, { id: 'r' }, { id: 's' }, { id: 't' }, { id: 'u' }, { id: 'v' }, { id: 'w' }, { id: 'x' }, { id: 'y' }, { id: 'z' } ], events: [ { id: '1', resourceId: 'b', start: '2015-06-07T02:00:00', end: '2015-06-07T07:00:00', title: 'event 1' }, { id: '2', resourceId: 'c', start: '2015-06-07T05:00:00', end: '2015-06-07T22:00:00', title: 'event 2' }, { id: '3', resourceId: 'd', start: '2015-06-06', end: '2015-06-08', title: 'event 3' }, { id: '4', resourceId: 'e', start: '2015-06-07T03:00:00', end: '2015-06-07T08:00:00', title: 'event 4' }, { id: '5', resourceId: 'f', start: '2015-06-07T00:30:00', end: '2015-06-07T02:30:00', title: 'event 5' } ] }); }); </script> <style> body { margin: 0; padding: 0; font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; font-size: 14px; } #calendar { max-width: 900px; margin: 50px auto; } </style> </head> <body> <div id='calendar'></div> </body> </html>
weijia/resource-daily-scheduler
resource_daily_scheduler/static/resource_daily_scheduler/fullcalendar-scheduler-1.0.0-beta/demos/rendering-hooks.html
HTML
bsd-3-clause
2,641
<h1 id="edit-the-ui">Edit the UI</h1><ul><li>there is a <code>Four arraw</code> widget used to control the robot.</li></ul><div class="figure"><img src="./doc/pic/tank/create_ui.gif" class="viewer" /></div>
01org/intel-iot-services-orchestration-layer
doc/html/app-dev/doc/getstarted/setup/edison_tank/5-Edit UI/index.html
HTML
bsd-3-clause
207
{% extends "backend/base.html" %} {% block title %}Administrar Tipos de Dependencia Funcional{% endblock %} {% block content %} <h2>Administrar Tipos de Dependencia Funcional</h2> <ul class="actions"> <li class="create"> <a href="{% url apps.backend.views.crud.create 'tipo_dependencia_funcional' %}"><span>Nuevo</span></a> </li> </ul> {% if flash %} {% include "flashes.html" %} {% endif %} <form action="" method="get"> {% if objects %} <table class="hor-zebra" style="margin-top:25px"> <thead> <tr> <th>Nombre</th> <th class="actions">Acciones</th> </tr> </thead> <tbody> {% for obj in objects %} <tr class="{% cycle 'hor-zebra' 'hor-zebra_odd' %}"> <td>{{ obj.nombre }}</td> <td class="actions-td"> <ul> <li class="edit"><a href="{% url apps.backend.views.crud.edit 'tipo_dependencia_funcional' obj.id %}" title="Editar"><span>Editar</span></a></li> <li class="delete"><a href="{% url apps.backend.views.crud.delete 'tipo_dependencia_funcional' obj.id %}" title="Eliminar" onclick="return confirmDelete();"><span>Eliminar</span></a></li> </ul> </td> </tr> {% endfor %} </tbody> </table> {% include "paginator.html" %} </form> {% else %} <div class="message notice"> <p>No se encontraron resultados.</p> </div> {% endif %} <hr /> {% endblock %}
MERegistro/meregistro
meregistro/templates/backend/tipo_dependencia_funcional/index.html
HTML
bsd-3-clause
1,369
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Decisions</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/flatly/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> </head> <body> <app-root>Loading...</app-root> <script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="polyfills.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body> </html>
hhefesto/jacobus
public/index.html
HTML
bsd-3-clause
994
{# TEMPLATE VAR SETTINGS #} {%- set url_root = pathto('', 1) %} {%- if url_root == '#' %}{% set url_root = '' %}{% endif %} {%- if not embedded and docstitle %} {%- set titlesuffix = " &mdash; "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %} <!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"> {% block htmltitle %} <title>{{ title|striptags|e }}{{ titlesuffix }}</title> {% endblock %} {# FAVICON #} {% if favicon %} <link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/> {% endif %} {# CSS #} <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> {# OPENSEARCH #} {% if not embedded %} {% if use_opensearch %} <link rel="search" type="application/opensearchdescription+xml" title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}" href="{{ pathto('_static/opensearch.xml', 1) }}"/> {% endif %} {% endif %} {# RTD hosts this file, so just load on non RTD builds #} {% if not READTHEDOCS %} <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" /> {% endif %} {% for cssfile in css_files %} <link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" /> {% endfor %} {%- block linktags %} {%- if hasdoc('about') %} <link rel="author" title="{{ _('About these documents') }}" href="{{ pathto('about') }}"/> {%- endif %} {%- if hasdoc('genindex') %} <link rel="index" title="{{ _('Index') }}" href="{{ pathto('genindex') }}"/> {%- endif %} {%- if hasdoc('search') %} <link rel="search" title="{{ _('Search') }}" href="{{ pathto('search') }}"/> {%- endif %} {%- if hasdoc('copyright') %} <link rel="copyright" title="{{ _('Copyright') }}" href="{{ pathto('copyright') }}"/> {%- endif %} <link rel="top" title="{{ docstitle|e }}" href="{{ pathto('index') }}"/> {%- if parents %} <link rel="up" title="{{ parents[-1].title|striptags|e }}" href="{{ parents[-1].link|e }}"/> {%- endif %} {%- if next %} <link rel="next" title="{{ next.title|striptags|e }}" href="{{ next.link|e }}"/> {%- endif %} {%- if prev %} <link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}"/> {%- endif %} {%- endblock %} {%- block extrahead %} <script type="text/javascript" src='{{ pathto("_static/jquery.js", 1) }}'></script> <script type="text/javascript" src='{{ pathto("_static/underscore.js", 1) }}'></script> <script type="text/javascript" src='{{ pathto("_static/doctools.js", 1) }}'></script> <script type="text/javascript" src='{{ pathto("_static/require.js", 1) }}'></script> <script type="text/javascript" src='{{ pathto("_static/bootstrap.js", 1) }}'></script> <script type="text/javascript" src='{{ pathto("_static/custom.js", 1) }}'></script> <script type="text/javascript" src='{{ pathto('_static/js/theme.js', 1) }}'></script> {% endblock %} {# Keep modernizr in head - http://modernizr.com/docs/#installing #} <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 class="wy-grid-for-nav"> {# SIDE NAV, TOGGLES ON MOBILE #} <nav data-toggle="wy-nav-shift" class="wy-nav-side"> <div class="wy-side-nav-search"> {% if logo %} <img src="{{ pathto('_static/' + logo, 1) }}" class="logo" /> {% endif %} <a href="{{ pathto(master_doc) }}" class="fa"> {{ project }}</a> {% include "searchbox.html" %} </div> <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> {% set toctree = toctree(maxdepth=2, collapse=False, includehidden=True) %} {% if toctree %} {{ toctree }} {% else %} <!-- Local TOC --> <div class="local-toc">{{ toc }}</div> {% endif %} </div> &nbsp; </nav> <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> {# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #} <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> <i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a href="{{ pathto(master_doc) }}">{{ project }}</a> </nav> {# PAGE CONTENT #} <div class="wy-nav-content"> <div class="rst-content"> <div role="main"> {% block body %}{% endblock %} </div> {% include "footer.html" %} </div> </div> </section> </div> {% include "versions.html" %} {% if not embedded %} <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'{{ url_root }}', VERSION:'{{ release|e }}', COLLAPSE_INDEX:false, FILE_SUFFIX:'{{ '' if no_search_suffix else file_suffix }}', HAS_SOURCE: {{ has_source|lower }} }; </script> {%- for scriptfile in script_files %} <script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script> {%- endfor %} {% endif %} {# STICKY NAVIGATION #} {% if theme_sticky_navigation %} <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.StickyNav.enable(); }); </script> {% endif %} {%- block footer %} {% endblock %} </body> </html>
mjabri/holoviews
doc/_templates/layout.html
HTML
bsd-3-clause
5,764
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <link rel="stylesheet" href="css/reset.css"/> <link rel="stylesheet" href="css/mystyle.css"/> <title>瀑布流</title> <script src=”http://libs.baidu.com/jquery/1.11.1/jquery.min.js”></script> <script src="js/myjqwaterfall.js"></script> </head> <body> <div id="wrap"> <div class="box"> <div class="pic"><img src="./images/1.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/2.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/3.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/4.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/5.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/6.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/7.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/8.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/9.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/10.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/11.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/12.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/13.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/14.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/15.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/16.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/17.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/18.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/19.jpg" alt=""/></div> </div> <div class="box"> <div class="pic"><img src="./images/20.jpg" alt=""/></div> </div> </div> </body> </html>
duolew/project-zhp
瀑布流/JavaScript/myindex.html
HTML
bsd-3-clause
2,372
<!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>ValidityState class - polymer_app_layout.behaviors library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href=".."> <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="static-assets/prettify.css"> <link rel="stylesheet" href="static-assets/css/bootstrap.min.css"> <link rel="stylesheet" href="static-assets/styles.css"> <meta name="description" content="API docs for the ValidityState class from the polymer_app_layout.behaviors library, for the Dart programming language."> <link rel="icon" href="static-assets/favicon.png"> <!-- Do not remove placeholder --> <!-- Header Placeholder --> </head> <body> <div id="overlay-under-drawer"></div> <header class="container-fluid" id="title"> <nav class="navbar navbar-fixed-top"> <div class="container"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated hidden-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li> <li class="self-crumb">ValidityState</li> </ol> <div class="self-name">ValidityState</div> </div> </nav> <div class="container masthead"> <ol class="breadcrumbs gt-separated visible-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li> <li class="self-crumb">ValidityState</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">class</div> ValidityState </h1> <!-- p class="subtitle"> </p --> </div> <ul class="subnav"> <li><a href="polymer_app_layout.behaviors/ValidityState-class.html#instance-properties">Properties</a></li> </ul> </div> </header> <div class="container body"> <div class="col-xs-6 col-sm-3 col-md-3 sidebar sidebar-offcanvas-left"> <h5><a href="index.html">polymer_app_layout_template</a></h5> <h5><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></h5> <ol> <li class="section-title"><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html#typedefs">Typedefs</a></li> <li><a href="polymer_app_layout.behaviors/DatabaseCallback.html">DatabaseCallback</a></li> <li><a href="polymer_app_layout.behaviors/EventListener.html">EventListener</a></li> <li><a href="polymer_app_layout.behaviors/FontFaceSetForEachCallback.html">FontFaceSetForEachCallback</a></li> <li><a href="polymer_app_layout.behaviors/HeadersForEachCallback.html">HeadersForEachCallback</a></li> <li><a href="polymer_app_layout.behaviors/MediaDeviceInfoCallback.html">MediaDeviceInfoCallback</a></li> <li><a href="polymer_app_layout.behaviors/MediaStreamTrackSourcesCallback.html">MediaStreamTrackSourcesCallback</a></li> <li><a href="polymer_app_layout.behaviors/MetadataCallback.html">MetadataCallback</a></li> <li><a href="polymer_app_layout.behaviors/MidiErrorCallback.html">MidiErrorCallback</a></li> <li><a href="polymer_app_layout.behaviors/MidiSuccessCallback.html">MidiSuccessCallback</a></li> <li><a href="polymer_app_layout.behaviors/MutationCallback.html">MutationCallback</a></li> <li><a href="polymer_app_layout.behaviors/RequestAnimationFrameCallback.html">RequestAnimationFrameCallback</a></li> <li><a href="polymer_app_layout.behaviors/RtcStatsCallback.html">RtcStatsCallback</a></li> <li><a href="polymer_app_layout.behaviors/StorageErrorCallback.html">StorageErrorCallback</a></li> <li><a href="polymer_app_layout.behaviors/StorageQuotaCallback.html">StorageQuotaCallback</a></li> <li><a href="polymer_app_layout.behaviors/StorageUsageCallback.html">StorageUsageCallback</a></li> <li><a href="polymer_app_layout.behaviors/TimeoutHandler.html">TimeoutHandler</a></li> <li><a href="polymer_app_layout.behaviors/VoidCallback.html">VoidCallback</a></li> <li class="section-title"><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html#properties">Properties</a></li> <li><a href="polymer_app_layout.behaviors/document.html">document</a></li> <li><a href="polymer_app_layout.behaviors/htmlBlinkMap.html">htmlBlinkMap</a></li> <li><a href="polymer_app_layout.behaviors/window.html">window</a></li> <li class="section-title"><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html#functions">Functions</a></li> <li><a href="polymer_app_layout.behaviors/make_dart_rectangle.html">make_dart_rectangle</a></li> <li><a href="polymer_app_layout.behaviors/query.html">query</a></li> <li><a href="polymer_app_layout.behaviors/queryAll.html">queryAll</a></li> <li><a href="polymer_app_layout.behaviors/querySelector.html">querySelector</a></li> <li><a href="polymer_app_layout.behaviors/querySelectorAll.html">querySelectorAll</a></li> <li><a href="polymer_app_layout.behaviors/spawnDomUri.html">spawnDomUri</a></li> <li><a href="polymer_app_layout.behaviors/unwrap_jso.html">unwrap_jso</a></li> <li><a href="polymer_app_layout.behaviors/wrap_jso.html">wrap_jso</a></li> <li><a href="polymer_app_layout.behaviors/wrap_jso_list.html">wrap_jso_list</a></li> <li class="section-title"><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html#classes">Classes</a></li> <li><a href="polymer_app_layout.behaviors/AbstractWorker-class.html">AbstractWorker</a></li> <li><a href="polymer_app_layout.behaviors/AnchorElement-class.html">AnchorElement</a></li> <li><a href="polymer_app_layout.behaviors/Animation-class.html">Animation</a></li> <li><a href="polymer_app_layout.behaviors/AnimationEffect-class.html">AnimationEffect</a></li> <li><a href="polymer_app_layout.behaviors/AnimationEvent-class.html">AnimationEvent</a></li> <li><a href="polymer_app_layout.behaviors/AnimationNode-class.html">AnimationNode</a></li> <li><a href="polymer_app_layout.behaviors/AnimationPlayer-class.html">AnimationPlayer</a></li> <li><a href="polymer_app_layout.behaviors/AnimationPlayerEvent-class.html">AnimationPlayerEvent</a></li> <li><a href="polymer_app_layout.behaviors/AnimationTimeline-class.html">AnimationTimeline</a></li> <li><a href="polymer_app_layout.behaviors/ApplicationCache-class.html">ApplicationCache</a></li> <li><a href="polymer_app_layout.behaviors/ApplicationCacheErrorEvent-class.html">ApplicationCacheErrorEvent</a></li> <li><a href="polymer_app_layout.behaviors/AreaElement-class.html">AreaElement</a></li> <li><a href="polymer_app_layout.behaviors/AudioElement-class.html">AudioElement</a></li> <li><a href="polymer_app_layout.behaviors/AudioTrack-class.html">AudioTrack</a></li> <li><a href="polymer_app_layout.behaviors/AudioTrackList-class.html">AudioTrackList</a></li> <li><a href="polymer_app_layout.behaviors/AutocompleteErrorEvent-class.html">AutocompleteErrorEvent</a></li> <li><a href="polymer_app_layout.behaviors/BarProp-class.html">BarProp</a></li> <li><a href="polymer_app_layout.behaviors/BaseElement-class.html">BaseElement</a></li> <li><a href="polymer_app_layout.behaviors/BatteryManager-class.html">BatteryManager</a></li> <li><a href="polymer_app_layout.behaviors/BeforeUnloadEvent-class.html">BeforeUnloadEvent</a></li> <li><a href="polymer_app_layout.behaviors/Blob-class.html">Blob</a></li> <li><a href="polymer_app_layout.behaviors/Body-class.html">Body</a></li> <li><a href="polymer_app_layout.behaviors/BodyElement-class.html">BodyElement</a></li> <li><a href="polymer_app_layout.behaviors/BRElement-class.html">BRElement</a></li> <li><a href="polymer_app_layout.behaviors/ButtonElement-class.html">ButtonElement</a></li> <li><a href="polymer_app_layout.behaviors/ButtonInputElement-class.html">ButtonInputElement</a></li> <li><a href="polymer_app_layout.behaviors/CacheStorage-class.html">CacheStorage</a></li> <li><a href="polymer_app_layout.behaviors/Canvas2DContextAttributes-class.html">Canvas2DContextAttributes</a></li> <li><a href="polymer_app_layout.behaviors/CanvasElement-class.html">CanvasElement</a></li> <li><a href="polymer_app_layout.behaviors/CanvasGradient-class.html">CanvasGradient</a></li> <li><a href="polymer_app_layout.behaviors/CanvasImageSource-class.html">CanvasImageSource</a></li> <li><a href="polymer_app_layout.behaviors/CanvasPattern-class.html">CanvasPattern</a></li> <li><a href="polymer_app_layout.behaviors/CanvasRenderingContext-class.html">CanvasRenderingContext</a></li> <li><a href="polymer_app_layout.behaviors/CanvasRenderingContext2D-class.html">CanvasRenderingContext2D</a></li> <li><a href="polymer_app_layout.behaviors/CDataSection-class.html">CDataSection</a></li> <li><a href="polymer_app_layout.behaviors/CharacterData-class.html">CharacterData</a></li> <li><a href="polymer_app_layout.behaviors/CheckboxInputElement-class.html">CheckboxInputElement</a></li> <li><a href="polymer_app_layout.behaviors/ChildNode-class.html">ChildNode</a></li> <li><a href="polymer_app_layout.behaviors/CircularGeofencingRegion-class.html">CircularGeofencingRegion</a></li> <li><a href="polymer_app_layout.behaviors/CloseEvent-class.html">CloseEvent</a></li> <li><a href="polymer_app_layout.behaviors/Comment-class.html">Comment</a></li> <li><a href="polymer_app_layout.behaviors/CompositionEvent-class.html">CompositionEvent</a></li> <li><a href="polymer_app_layout.behaviors/Console-class.html">Console</a></li> <li><a href="polymer_app_layout.behaviors/ConsoleBase-class.html">ConsoleBase</a></li> <li><a href="polymer_app_layout.behaviors/ContentElement-class.html">ContentElement</a></li> <li><a href="polymer_app_layout.behaviors/Coordinates-class.html">Coordinates</a></li> <li><a href="polymer_app_layout.behaviors/Credential-class.html">Credential</a></li> <li><a href="polymer_app_layout.behaviors/CredentialsContainer-class.html">CredentialsContainer</a></li> <li><a href="polymer_app_layout.behaviors/Crypto-class.html">Crypto</a></li> <li><a href="polymer_app_layout.behaviors/CryptoKey-class.html">CryptoKey</a></li> <li><a href="polymer_app_layout.behaviors/Css-class.html">Css</a></li> <li><a href="polymer_app_layout.behaviors/CssCharsetRule-class.html">CssCharsetRule</a></li> <li><a href="polymer_app_layout.behaviors/CssClassSet-class.html">CssClassSet</a></li> <li><a href="polymer_app_layout.behaviors/CssFilterRule-class.html">CssFilterRule</a></li> <li><a href="polymer_app_layout.behaviors/CssFontFaceRule-class.html">CssFontFaceRule</a></li> <li><a href="polymer_app_layout.behaviors/CssImportRule-class.html">CssImportRule</a></li> <li><a href="polymer_app_layout.behaviors/CssKeyframeRule-class.html">CssKeyframeRule</a></li> <li><a href="polymer_app_layout.behaviors/CssKeyframesRule-class.html">CssKeyframesRule</a></li> <li><a href="polymer_app_layout.behaviors/CssMediaRule-class.html">CssMediaRule</a></li> <li><a href="polymer_app_layout.behaviors/CssPageRule-class.html">CssPageRule</a></li> <li><a href="polymer_app_layout.behaviors/CssRect-class.html">CssRect</a></li> <li><a href="polymer_app_layout.behaviors/CssRule-class.html">CssRule</a></li> <li><a href="polymer_app_layout.behaviors/CssStyleDeclaration-class.html">CssStyleDeclaration</a></li> <li><a href="polymer_app_layout.behaviors/CssStyleDeclarationBase-class.html">CssStyleDeclarationBase</a></li> <li><a href="polymer_app_layout.behaviors/CssStyleRule-class.html">CssStyleRule</a></li> <li><a href="polymer_app_layout.behaviors/CssStyleSheet-class.html">CssStyleSheet</a></li> <li><a href="polymer_app_layout.behaviors/CssSupportsRule-class.html">CssSupportsRule</a></li> <li><a href="polymer_app_layout.behaviors/CssViewportRule-class.html">CssViewportRule</a></li> <li><a href="polymer_app_layout.behaviors/CustomEvent-class.html">CustomEvent</a></li> <li><a href="polymer_app_layout.behaviors/CustomStream-class.html">CustomStream</a></li> <li><a href="polymer_app_layout.behaviors/DataListElement-class.html">DataListElement</a></li> <li><a href="polymer_app_layout.behaviors/DataTransfer-class.html">DataTransfer</a></li> <li><a href="polymer_app_layout.behaviors/DataTransferItem-class.html">DataTransferItem</a></li> <li><a href="polymer_app_layout.behaviors/DataTransferItemList-class.html">DataTransferItemList</a></li> <li><a href="polymer_app_layout.behaviors/DateInputElement-class.html">DateInputElement</a></li> <li><a href="polymer_app_layout.behaviors/DedicatedWorkerGlobalScope-class.html">DedicatedWorkerGlobalScope</a></li> <li><a href="polymer_app_layout.behaviors/DeprecatedStorageInfo-class.html">DeprecatedStorageInfo</a></li> <li><a href="polymer_app_layout.behaviors/DeprecatedStorageQuota-class.html">DeprecatedStorageQuota</a></li> <li><a href="polymer_app_layout.behaviors/DetailsElement-class.html">DetailsElement</a></li> <li><a href="polymer_app_layout.behaviors/DeviceAcceleration-class.html">DeviceAcceleration</a></li> <li><a href="polymer_app_layout.behaviors/DeviceLightEvent-class.html">DeviceLightEvent</a></li> <li><a href="polymer_app_layout.behaviors/DeviceMotionEvent-class.html">DeviceMotionEvent</a></li> <li><a href="polymer_app_layout.behaviors/DeviceOrientationEvent-class.html">DeviceOrientationEvent</a></li> <li><a href="polymer_app_layout.behaviors/DeviceRotationRate-class.html">DeviceRotationRate</a></li> <li><a href="polymer_app_layout.behaviors/DialogElement-class.html">DialogElement</a></li> <li><a href="polymer_app_layout.behaviors/Dimension-class.html">Dimension</a></li> <li><a href="polymer_app_layout.behaviors/DirectoryEntry-class.html">DirectoryEntry</a></li> <li><a href="polymer_app_layout.behaviors/DirectoryReader-class.html">DirectoryReader</a></li> <li><a href="polymer_app_layout.behaviors/DivElement-class.html">DivElement</a></li> <li><a href="polymer_app_layout.behaviors/DListElement-class.html">DListElement</a></li> <li><a href="polymer_app_layout.behaviors/Document-class.html">Document</a></li> <li><a href="polymer_app_layout.behaviors/DocumentFragment-class.html">DocumentFragment</a></li> <li><a href="polymer_app_layout.behaviors/DomError-class.html">DomError</a></li> <li><a href="polymer_app_layout.behaviors/DomException-class.html">DomException</a></li> <li><a href="polymer_app_layout.behaviors/DomImplementation-class.html">DomImplementation</a></li> <li><a href="polymer_app_layout.behaviors/DomIterator-class.html">DomIterator</a></li> <li><a href="polymer_app_layout.behaviors/DomMatrix-class.html">DomMatrix</a></li> <li><a href="polymer_app_layout.behaviors/DomMatrixReadOnly-class.html">DomMatrixReadOnly</a></li> <li><a href="polymer_app_layout.behaviors/DomParser-class.html">DomParser</a></li> <li><a href="polymer_app_layout.behaviors/DomPoint-class.html">DomPoint</a></li> <li><a href="polymer_app_layout.behaviors/DomPointReadOnly-class.html">DomPointReadOnly</a></li> <li><a href="polymer_app_layout.behaviors/DomRectReadOnly-class.html">DomRectReadOnly</a></li> <li><a href="polymer_app_layout.behaviors/DomSettableTokenList-class.html">DomSettableTokenList</a></li> <li><a href="polymer_app_layout.behaviors/DomStringList-class.html">DomStringList</a></li> <li><a href="polymer_app_layout.behaviors/DomStringMap-class.html">DomStringMap</a></li> <li><a href="polymer_app_layout.behaviors/DomTokenList-class.html">DomTokenList</a></li> <li><a href="polymer_app_layout.behaviors/Element-class.html">Element</a></li> <li><a href="polymer_app_layout.behaviors/ElementEvents-class.html">ElementEvents</a></li> <li><a href="polymer_app_layout.behaviors/ElementList-class.html">ElementList</a></li> <li><a href="polymer_app_layout.behaviors/ElementStream-class.html">ElementStream</a></li> <li><a href="polymer_app_layout.behaviors/ElementUpgrader-class.html">ElementUpgrader</a></li> <li><a href="polymer_app_layout.behaviors/EmailInputElement-class.html">EmailInputElement</a></li> <li><a href="polymer_app_layout.behaviors/EmbedElement-class.html">EmbedElement</a></li> <li><a href="polymer_app_layout.behaviors/Entry-class.html">Entry</a></li> <li><a href="polymer_app_layout.behaviors/ErrorEvent-class.html">ErrorEvent</a></li> <li><a href="polymer_app_layout.behaviors/Event-class.html">Event</a></li> <li><a href="polymer_app_layout.behaviors/Events-class.html">Events</a></li> <li><a href="polymer_app_layout.behaviors/EventSource-class.html">EventSource</a></li> <li><a href="polymer_app_layout.behaviors/EventStreamProvider-class.html">EventStreamProvider</a></li> <li><a href="polymer_app_layout.behaviors/EventTarget-class.html">EventTarget</a></li> <li><a href="polymer_app_layout.behaviors/ExtendableEvent-class.html">ExtendableEvent</a></li> <li><a href="polymer_app_layout.behaviors/FederatedCredential-class.html">FederatedCredential</a></li> <li><a href="polymer_app_layout.behaviors/FetchEvent-class.html">FetchEvent</a></li> <li><a href="polymer_app_layout.behaviors/FieldSetElement-class.html">FieldSetElement</a></li> <li><a href="polymer_app_layout.behaviors/File-class.html">File</a></li> <li><a href="polymer_app_layout.behaviors/FileEntry-class.html">FileEntry</a></li> <li><a href="polymer_app_layout.behaviors/FileError-class.html">FileError</a></li> <li><a href="polymer_app_layout.behaviors/FileList-class.html">FileList</a></li> <li><a href="polymer_app_layout.behaviors/FileReader-class.html">FileReader</a></li> <li><a href="polymer_app_layout.behaviors/FileStream-class.html">FileStream</a></li> <li><a href="polymer_app_layout.behaviors/FileSystem-class.html">FileSystem</a></li> <li><a href="polymer_app_layout.behaviors/FileUploadInputElement-class.html">FileUploadInputElement</a></li> <li><a href="polymer_app_layout.behaviors/FileWriter-class.html">FileWriter</a></li> <li><a href="polymer_app_layout.behaviors/FixedSizeListIterator-class.html">FixedSizeListIterator</a></li> <li><a href="polymer_app_layout.behaviors/FocusEvent-class.html">FocusEvent</a></li> <li><a href="polymer_app_layout.behaviors/FontFace-class.html">FontFace</a></li> <li><a href="polymer_app_layout.behaviors/FontFaceSet-class.html">FontFaceSet</a></li> <li><a href="polymer_app_layout.behaviors/FontFaceSetLoadEvent-class.html">FontFaceSetLoadEvent</a></li> <li><a href="polymer_app_layout.behaviors/FormData-class.html">FormData</a></li> <li><a href="polymer_app_layout.behaviors/FormElement-class.html">FormElement</a></li> <li><a href="polymer_app_layout.behaviors/Gamepad-class.html">Gamepad</a></li> <li><a href="polymer_app_layout.behaviors/GamepadButton-class.html">GamepadButton</a></li> <li><a href="polymer_app_layout.behaviors/GamepadEvent-class.html">GamepadEvent</a></li> <li><a href="polymer_app_layout.behaviors/Geofencing-class.html">Geofencing</a></li> <li><a href="polymer_app_layout.behaviors/GeofencingRegion-class.html">GeofencingRegion</a></li> <li><a href="polymer_app_layout.behaviors/Geolocation-class.html">Geolocation</a></li> <li><a href="polymer_app_layout.behaviors/Geoposition-class.html">Geoposition</a></li> <li><a href="polymer_app_layout.behaviors/GlobalEventHandlers-class.html">GlobalEventHandlers</a></li> <li><a href="polymer_app_layout.behaviors/HashChangeEvent-class.html">HashChangeEvent</a></li> <li><a href="polymer_app_layout.behaviors/HeadElement-class.html">HeadElement</a></li> <li><a href="polymer_app_layout.behaviors/Headers-class.html">Headers</a></li> <li><a href="polymer_app_layout.behaviors/HeadingElement-class.html">HeadingElement</a></li> <li><a href="polymer_app_layout.behaviors/HiddenInputElement-class.html">HiddenInputElement</a></li> <li><a href="polymer_app_layout.behaviors/History-class.html">History</a></li> <li><a href="polymer_app_layout.behaviors/HistoryBase-class.html">HistoryBase</a></li> <li><a href="polymer_app_layout.behaviors/HRElement-class.html">HRElement</a></li> <li><a href="polymer_app_layout.behaviors/HtmlCollection-class.html">HtmlCollection</a></li> <li><a href="polymer_app_layout.behaviors/HtmlDocument-class.html">HtmlDocument</a></li> <li><a href="polymer_app_layout.behaviors/HtmlElement-class.html">HtmlElement</a></li> <li><a href="polymer_app_layout.behaviors/HtmlFormControlsCollection-class.html">HtmlFormControlsCollection</a></li> <li><a href="polymer_app_layout.behaviors/HtmlHtmlElement-class.html">HtmlHtmlElement</a></li> <li><a href="polymer_app_layout.behaviors/HtmlOptionsCollection-class.html">HtmlOptionsCollection</a></li> <li><a href="polymer_app_layout.behaviors/HttpRequest-class.html">HttpRequest</a></li> <li><a href="polymer_app_layout.behaviors/HttpRequestEventTarget-class.html">HttpRequestEventTarget</a></li> <li><a href="polymer_app_layout.behaviors/HttpRequestUpload-class.html">HttpRequestUpload</a></li> <li><a href="polymer_app_layout.behaviors/IconBehavior-class.html">IconBehavior</a></li> <li><a href="polymer_app_layout.behaviors/IFrameElement-class.html">IFrameElement</a></li> <li><a href="polymer_app_layout.behaviors/ImageBitmap-class.html">ImageBitmap</a></li> <li><a href="polymer_app_layout.behaviors/ImageButtonInputElement-class.html">ImageButtonInputElement</a></li> <li><a href="polymer_app_layout.behaviors/ImageData-class.html">ImageData</a></li> <li><a href="polymer_app_layout.behaviors/ImageElement-class.html">ImageElement</a></li> <li><a href="polymer_app_layout.behaviors/ImmutableListMixin-class.html">ImmutableListMixin</a></li> <li><a href="polymer_app_layout.behaviors/InjectedScriptHost-class.html">InjectedScriptHost</a></li> <li><a href="polymer_app_layout.behaviors/InputElement-class.html">InputElement</a></li> <li><a href="polymer_app_layout.behaviors/InputElementBase-class.html">InputElementBase</a></li> <li><a href="polymer_app_layout.behaviors/InputMethodContext-class.html">InputMethodContext</a></li> <li><a href="polymer_app_layout.behaviors/InstallEvent-class.html">InstallEvent</a></li> <li><a href="polymer_app_layout.behaviors/KeyboardEvent-class.html">KeyboardEvent</a></li> <li><a href="polymer_app_layout.behaviors/KeyboardEventStream-class.html">KeyboardEventStream</a></li> <li><a href="polymer_app_layout.behaviors/KeyCode-class.html">KeyCode</a></li> <li><a href="polymer_app_layout.behaviors/KeyEvent-class.html">KeyEvent</a></li> <li><a href="polymer_app_layout.behaviors/KeygenElement-class.html">KeygenElement</a></li> <li><a href="polymer_app_layout.behaviors/KeyLocation-class.html">KeyLocation</a></li> <li><a href="polymer_app_layout.behaviors/LabelElement-class.html">LabelElement</a></li> <li><a href="polymer_app_layout.behaviors/LeftNavBehavior-class.html">LeftNavBehavior</a></li> <li><a href="polymer_app_layout.behaviors/LegendElement-class.html">LegendElement</a></li> <li><a href="polymer_app_layout.behaviors/LIElement-class.html">LIElement</a></li> <li><a href="polymer_app_layout.behaviors/LinkElement-class.html">LinkElement</a></li> <li><a href="polymer_app_layout.behaviors/LocalCredential-class.html">LocalCredential</a></li> <li><a href="polymer_app_layout.behaviors/LocalDateTimeInputElement-class.html">LocalDateTimeInputElement</a></li> <li><a href="polymer_app_layout.behaviors/Location-class.html">Location</a></li> <li><a href="polymer_app_layout.behaviors/LocationBase-class.html">LocationBase</a></li> <li><a href="polymer_app_layout.behaviors/MapElement-class.html">MapElement</a></li> <li><a href="polymer_app_layout.behaviors/MediaController-class.html">MediaController</a></li> <li><a href="polymer_app_layout.behaviors/MediaDeviceInfo-class.html">MediaDeviceInfo</a></li> <li><a href="polymer_app_layout.behaviors/MediaElement-class.html">MediaElement</a></li> <li><a href="polymer_app_layout.behaviors/MediaError-class.html">MediaError</a></li> <li><a href="polymer_app_layout.behaviors/MediaKeyError-class.html">MediaKeyError</a></li> <li><a href="polymer_app_layout.behaviors/MediaKeyEvent-class.html">MediaKeyEvent</a></li> <li><a href="polymer_app_layout.behaviors/MediaKeyMessageEvent-class.html">MediaKeyMessageEvent</a></li> <li><a href="polymer_app_layout.behaviors/MediaKeyNeededEvent-class.html">MediaKeyNeededEvent</a></li> <li><a href="polymer_app_layout.behaviors/MediaKeys-class.html">MediaKeys</a></li> <li><a href="polymer_app_layout.behaviors/MediaKeySession-class.html">MediaKeySession</a></li> <li><a href="polymer_app_layout.behaviors/MediaList-class.html">MediaList</a></li> <li><a href="polymer_app_layout.behaviors/MediaQueryList-class.html">MediaQueryList</a></li> <li><a href="polymer_app_layout.behaviors/MediaQueryListEvent-class.html">MediaQueryListEvent</a></li> <li><a href="polymer_app_layout.behaviors/MediaSource-class.html">MediaSource</a></li> <li><a href="polymer_app_layout.behaviors/MediaStream-class.html">MediaStream</a></li> <li><a href="polymer_app_layout.behaviors/MediaStreamEvent-class.html">MediaStreamEvent</a></li> <li><a href="polymer_app_layout.behaviors/MediaStreamTrack-class.html">MediaStreamTrack</a></li> <li><a href="polymer_app_layout.behaviors/MediaStreamTrackEvent-class.html">MediaStreamTrackEvent</a></li> <li><a href="polymer_app_layout.behaviors/MemoryInfo-class.html">MemoryInfo</a></li> <li><a href="polymer_app_layout.behaviors/MenuElement-class.html">MenuElement</a></li> <li><a href="polymer_app_layout.behaviors/MenuItemElement-class.html">MenuItemElement</a></li> <li><a href="polymer_app_layout.behaviors/MessageChannel-class.html">MessageChannel</a></li> <li><a href="polymer_app_layout.behaviors/MessageEvent-class.html">MessageEvent</a></li> <li><a href="polymer_app_layout.behaviors/MessagePort-class.html">MessagePort</a></li> <li><a href="polymer_app_layout.behaviors/Metadata-class.html">Metadata</a></li> <li><a href="polymer_app_layout.behaviors/MetaElement-class.html">MetaElement</a></li> <li><a href="polymer_app_layout.behaviors/MeterElement-class.html">MeterElement</a></li> <li><a href="polymer_app_layout.behaviors/MidiAccess-class.html">MidiAccess</a></li> <li><a href="polymer_app_layout.behaviors/MidiConnectionEvent-class.html">MidiConnectionEvent</a></li> <li><a href="polymer_app_layout.behaviors/MidiInput-class.html">MidiInput</a></li> <li><a href="polymer_app_layout.behaviors/MidiInputMap-class.html">MidiInputMap</a></li> <li><a href="polymer_app_layout.behaviors/MidiMessageEvent-class.html">MidiMessageEvent</a></li> <li><a href="polymer_app_layout.behaviors/MidiOutput-class.html">MidiOutput</a></li> <li><a href="polymer_app_layout.behaviors/MidiOutputMap-class.html">MidiOutputMap</a></li> <li><a href="polymer_app_layout.behaviors/MidiPort-class.html">MidiPort</a></li> <li><a href="polymer_app_layout.behaviors/MimeType-class.html">MimeType</a></li> <li><a href="polymer_app_layout.behaviors/MimeTypeArray-class.html">MimeTypeArray</a></li> <li><a href="polymer_app_layout.behaviors/ModElement-class.html">ModElement</a></li> <li><a href="polymer_app_layout.behaviors/MonthInputElement-class.html">MonthInputElement</a></li> <li><a href="polymer_app_layout.behaviors/MouseEvent-class.html">MouseEvent</a></li> <li><a href="polymer_app_layout.behaviors/MutationObserver-class.html">MutationObserver</a></li> <li><a href="polymer_app_layout.behaviors/MutationRecord-class.html">MutationRecord</a></li> <li><a href="polymer_app_layout.behaviors/Navigator-class.html">Navigator</a></li> <li><a href="polymer_app_layout.behaviors/NavigatorCpu-class.html">NavigatorCpu</a></li> <li><a href="polymer_app_layout.behaviors/NavigatorID-class.html">NavigatorID</a></li> <li><a href="polymer_app_layout.behaviors/NavigatorLanguage-class.html">NavigatorLanguage</a></li> <li><a href="polymer_app_layout.behaviors/NavigatorOnLine-class.html">NavigatorOnLine</a></li> <li><a href="polymer_app_layout.behaviors/NavigatorUserMediaError-class.html">NavigatorUserMediaError</a></li> <li><a href="polymer_app_layout.behaviors/NetworkInformation-class.html">NetworkInformation</a></li> <li><a href="polymer_app_layout.behaviors/Node-class.html">Node</a></li> <li><a href="polymer_app_layout.behaviors/NodeFilter-class.html">NodeFilter</a></li> <li><a href="polymer_app_layout.behaviors/NodeIterator-class.html">NodeIterator</a></li> <li><a href="polymer_app_layout.behaviors/NodeList-class.html">NodeList</a></li> <li><a href="polymer_app_layout.behaviors/NodeTreeSanitizer-class.html">NodeTreeSanitizer</a></li> <li><a href="polymer_app_layout.behaviors/NodeValidator-class.html">NodeValidator</a></li> <li><a href="polymer_app_layout.behaviors/NodeValidatorBuilder-class.html">NodeValidatorBuilder</a></li> <li><a href="polymer_app_layout.behaviors/Notification-class.html">Notification</a></li> <li><a href="polymer_app_layout.behaviors/NumberInputElement-class.html">NumberInputElement</a></li> <li><a href="polymer_app_layout.behaviors/ObjectElement-class.html">ObjectElement</a></li> <li><a href="polymer_app_layout.behaviors/OListElement-class.html">OListElement</a></li> <li><a href="polymer_app_layout.behaviors/OptGroupElement-class.html">OptGroupElement</a></li> <li><a href="polymer_app_layout.behaviors/OptionElement-class.html">OptionElement</a></li> <li><a href="polymer_app_layout.behaviors/OutputElement-class.html">OutputElement</a></li> <li><a href="polymer_app_layout.behaviors/OverflowEvent-class.html">OverflowEvent</a></li> <li><a href="polymer_app_layout.behaviors/PageTransitionEvent-class.html">PageTransitionEvent</a></li> <li><a href="polymer_app_layout.behaviors/ParagraphElement-class.html">ParagraphElement</a></li> <li><a href="polymer_app_layout.behaviors/ParamElement-class.html">ParamElement</a></li> <li><a href="polymer_app_layout.behaviors/ParentNode-class.html">ParentNode</a></li> <li><a href="polymer_app_layout.behaviors/PasswordInputElement-class.html">PasswordInputElement</a></li> <li><a href="polymer_app_layout.behaviors/Path2D-class.html">Path2D</a></li> <li><a href="polymer_app_layout.behaviors/Performance-class.html">Performance</a></li> <li><a href="polymer_app_layout.behaviors/PerformanceEntry-class.html">PerformanceEntry</a></li> <li><a href="polymer_app_layout.behaviors/PerformanceMark-class.html">PerformanceMark</a></li> <li><a href="polymer_app_layout.behaviors/PerformanceMeasure-class.html">PerformanceMeasure</a></li> <li><a href="polymer_app_layout.behaviors/PerformanceNavigation-class.html">PerformanceNavigation</a></li> <li><a href="polymer_app_layout.behaviors/PerformanceResourceTiming-class.html">PerformanceResourceTiming</a></li> <li><a href="polymer_app_layout.behaviors/PerformanceTiming-class.html">PerformanceTiming</a></li> <li><a href="polymer_app_layout.behaviors/PictureElement-class.html">PictureElement</a></li> <li><a href="polymer_app_layout.behaviors/Platform-class.html">Platform</a></li> <li><a href="polymer_app_layout.behaviors/Plugin-class.html">Plugin</a></li> <li><a href="polymer_app_layout.behaviors/PluginArray-class.html">PluginArray</a></li> <li><a href="polymer_app_layout.behaviors/PluginPlaceholderElement-class.html">PluginPlaceholderElement</a></li> <li><a href="polymer_app_layout.behaviors/Point-class.html">Point</a></li> <li><a href="polymer_app_layout.behaviors/PolymerIncludeElementBehavior-class.html">PolymerIncludeElementBehavior</a></li> <li><a href="polymer_app_layout.behaviors/PolymerRouteBehavior-class.html">PolymerRouteBehavior</a></li> <li><a href="polymer_app_layout.behaviors/PopStateEvent-class.html">PopStateEvent</a></li> <li><a href="polymer_app_layout.behaviors/PositionError-class.html">PositionError</a></li> <li><a href="polymer_app_layout.behaviors/PreElement-class.html">PreElement</a></li> <li><a href="polymer_app_layout.behaviors/Presentation-class.html">Presentation</a></li> <li><a href="polymer_app_layout.behaviors/ProcessingInstruction-class.html">ProcessingInstruction</a></li> <li><a href="polymer_app_layout.behaviors/ProgressElement-class.html">ProgressElement</a></li> <li><a href="polymer_app_layout.behaviors/ProgressEvent-class.html">ProgressEvent</a></li> <li><a href="polymer_app_layout.behaviors/PushEvent-class.html">PushEvent</a></li> <li><a href="polymer_app_layout.behaviors/PushManager-class.html">PushManager</a></li> <li><a href="polymer_app_layout.behaviors/PushRegistration-class.html">PushRegistration</a></li> <li><a href="polymer_app_layout.behaviors/QuoteElement-class.html">QuoteElement</a></li> <li><a href="polymer_app_layout.behaviors/RadioButtonInputElement-class.html">RadioButtonInputElement</a></li> <li><a href="polymer_app_layout.behaviors/Range-class.html">Range</a></li> <li><a href="polymer_app_layout.behaviors/RangeInputElement-class.html">RangeInputElement</a></li> <li><a href="polymer_app_layout.behaviors/RangeInputElementBase-class.html">RangeInputElementBase</a></li> <li><a href="polymer_app_layout.behaviors/ReadableStream-class.html">ReadableStream</a></li> <li><a href="polymer_app_layout.behaviors/ReadyState-class.html">ReadyState</a></li> <li><a href="polymer_app_layout.behaviors/Rectangle-class.html">Rectangle</a></li> <li><a href="polymer_app_layout.behaviors/RelatedEvent-class.html">RelatedEvent</a></li> <li><a href="polymer_app_layout.behaviors/ResetButtonInputElement-class.html">ResetButtonInputElement</a></li> <li><a href="polymer_app_layout.behaviors/ResourceProgressEvent-class.html">ResourceProgressEvent</a></li> <li><a href="polymer_app_layout.behaviors/RtcDataChannel-class.html">RtcDataChannel</a></li> <li><a href="polymer_app_layout.behaviors/RtcDataChannelEvent-class.html">RtcDataChannelEvent</a></li> <li><a href="polymer_app_layout.behaviors/RtcDtmfSender-class.html">RtcDtmfSender</a></li> <li><a href="polymer_app_layout.behaviors/RtcDtmfToneChangeEvent-class.html">RtcDtmfToneChangeEvent</a></li> <li><a href="polymer_app_layout.behaviors/RtcIceCandidate-class.html">RtcIceCandidate</a></li> <li><a href="polymer_app_layout.behaviors/RtcIceCandidateEvent-class.html">RtcIceCandidateEvent</a></li> <li><a href="polymer_app_layout.behaviors/RtcPeerConnection-class.html">RtcPeerConnection</a></li> <li><a href="polymer_app_layout.behaviors/RtcSessionDescription-class.html">RtcSessionDescription</a></li> <li><a href="polymer_app_layout.behaviors/RtcStatsReport-class.html">RtcStatsReport</a></li> <li><a href="polymer_app_layout.behaviors/RtcStatsResponse-class.html">RtcStatsResponse</a></li> <li><a href="polymer_app_layout.behaviors/Screen-class.html">Screen</a></li> <li><a href="polymer_app_layout.behaviors/ScreenOrientation-class.html">ScreenOrientation</a></li> <li><a href="polymer_app_layout.behaviors/ScriptElement-class.html">ScriptElement</a></li> <li><a href="polymer_app_layout.behaviors/ScrollAlignment-class.html">ScrollAlignment</a></li> <li><a href="polymer_app_layout.behaviors/SearchInputElement-class.html">SearchInputElement</a></li> <li><a href="polymer_app_layout.behaviors/SecurityPolicyViolationEvent-class.html">SecurityPolicyViolationEvent</a></li> <li><a href="polymer_app_layout.behaviors/SelectElement-class.html">SelectElement</a></li> <li><a href="polymer_app_layout.behaviors/Selection-class.html">Selection</a></li> <li><a href="polymer_app_layout.behaviors/ServiceWorkerClient-class.html">ServiceWorkerClient</a></li> <li><a href="polymer_app_layout.behaviors/ServiceWorkerClients-class.html">ServiceWorkerClients</a></li> <li><a href="polymer_app_layout.behaviors/ServiceWorkerContainer-class.html">ServiceWorkerContainer</a></li> <li><a href="polymer_app_layout.behaviors/ServiceWorkerGlobalScope-class.html">ServiceWorkerGlobalScope</a></li> <li><a href="polymer_app_layout.behaviors/ServiceWorkerRegistration-class.html">ServiceWorkerRegistration</a></li> <li><a href="polymer_app_layout.behaviors/ShadowElement-class.html">ShadowElement</a></li> <li><a href="polymer_app_layout.behaviors/ShadowRoot-class.html">ShadowRoot</a></li> <li><a href="polymer_app_layout.behaviors/SharedWorker-class.html">SharedWorker</a></li> <li><a href="polymer_app_layout.behaviors/SharedWorkerGlobalScope-class.html">SharedWorkerGlobalScope</a></li> <li><a href="polymer_app_layout.behaviors/SourceBuffer-class.html">SourceBuffer</a></li> <li><a href="polymer_app_layout.behaviors/SourceBufferList-class.html">SourceBufferList</a></li> <li><a href="polymer_app_layout.behaviors/SourceElement-class.html">SourceElement</a></li> <li><a href="polymer_app_layout.behaviors/SourceInfo-class.html">SourceInfo</a></li> <li><a href="polymer_app_layout.behaviors/SpanElement-class.html">SpanElement</a></li> <li><a href="polymer_app_layout.behaviors/SpeechGrammar-class.html">SpeechGrammar</a></li> <li><a href="polymer_app_layout.behaviors/SpeechGrammarList-class.html">SpeechGrammarList</a></li> <li><a href="polymer_app_layout.behaviors/SpeechRecognition-class.html">SpeechRecognition</a></li> <li><a href="polymer_app_layout.behaviors/SpeechRecognitionAlternative-class.html">SpeechRecognitionAlternative</a></li> <li><a href="polymer_app_layout.behaviors/SpeechRecognitionError-class.html">SpeechRecognitionError</a></li> <li><a href="polymer_app_layout.behaviors/SpeechRecognitionEvent-class.html">SpeechRecognitionEvent</a></li> <li><a href="polymer_app_layout.behaviors/SpeechRecognitionResult-class.html">SpeechRecognitionResult</a></li> <li><a href="polymer_app_layout.behaviors/SpeechSynthesis-class.html">SpeechSynthesis</a></li> <li><a href="polymer_app_layout.behaviors/SpeechSynthesisEvent-class.html">SpeechSynthesisEvent</a></li> <li><a href="polymer_app_layout.behaviors/SpeechSynthesisUtterance-class.html">SpeechSynthesisUtterance</a></li> <li><a href="polymer_app_layout.behaviors/SpeechSynthesisVoice-class.html">SpeechSynthesisVoice</a></li> <li><a href="polymer_app_layout.behaviors/Storage-class.html">Storage</a></li> <li><a href="polymer_app_layout.behaviors/StorageEvent-class.html">StorageEvent</a></li> <li><a href="polymer_app_layout.behaviors/StorageInfo-class.html">StorageInfo</a></li> <li><a href="polymer_app_layout.behaviors/StorageQuota-class.html">StorageQuota</a></li> <li><a href="polymer_app_layout.behaviors/StyleElement-class.html">StyleElement</a></li> <li><a href="polymer_app_layout.behaviors/StyleMedia-class.html">StyleMedia</a></li> <li><a href="polymer_app_layout.behaviors/StyleSheet-class.html">StyleSheet</a></li> <li><a href="polymer_app_layout.behaviors/SubmitButtonInputElement-class.html">SubmitButtonInputElement</a></li> <li><a href="polymer_app_layout.behaviors/TableCaptionElement-class.html">TableCaptionElement</a></li> <li><a href="polymer_app_layout.behaviors/TableCellElement-class.html">TableCellElement</a></li> <li><a href="polymer_app_layout.behaviors/TableColElement-class.html">TableColElement</a></li> <li><a href="polymer_app_layout.behaviors/TableElement-class.html">TableElement</a></li> <li><a href="polymer_app_layout.behaviors/TableRowElement-class.html">TableRowElement</a></li> <li><a href="polymer_app_layout.behaviors/TableSectionElement-class.html">TableSectionElement</a></li> <li><a href="polymer_app_layout.behaviors/TelephoneInputElement-class.html">TelephoneInputElement</a></li> <li><a href="polymer_app_layout.behaviors/TemplateElement-class.html">TemplateElement</a></li> <li><a href="polymer_app_layout.behaviors/Text-class.html">Text</a></li> <li><a href="polymer_app_layout.behaviors/TextAreaElement-class.html">TextAreaElement</a></li> <li><a href="polymer_app_layout.behaviors/TextEvent-class.html">TextEvent</a></li> <li><a href="polymer_app_layout.behaviors/TextInputElement-class.html">TextInputElement</a></li> <li><a href="polymer_app_layout.behaviors/TextInputElementBase-class.html">TextInputElementBase</a></li> <li><a href="polymer_app_layout.behaviors/TextMetrics-class.html">TextMetrics</a></li> <li><a href="polymer_app_layout.behaviors/TextTrack-class.html">TextTrack</a></li> <li><a href="polymer_app_layout.behaviors/TextTrackCue-class.html">TextTrackCue</a></li> <li><a href="polymer_app_layout.behaviors/TextTrackCueList-class.html">TextTrackCueList</a></li> <li><a href="polymer_app_layout.behaviors/TextTrackList-class.html">TextTrackList</a></li> <li><a href="polymer_app_layout.behaviors/TimeInputElement-class.html">TimeInputElement</a></li> <li><a href="polymer_app_layout.behaviors/TimeRanges-class.html">TimeRanges</a></li> <li><a href="polymer_app_layout.behaviors/Timing-class.html">Timing</a></li> <li><a href="polymer_app_layout.behaviors/TitleElement-class.html">TitleElement</a></li> <li><a href="polymer_app_layout.behaviors/ToolbarBehavior-class.html">ToolbarBehavior</a></li> <li><a href="polymer_app_layout.behaviors/Touch-class.html">Touch</a></li> <li><a href="polymer_app_layout.behaviors/TouchEvent-class.html">TouchEvent</a></li> <li><a href="polymer_app_layout.behaviors/TouchList-class.html">TouchList</a></li> <li><a href="polymer_app_layout.behaviors/TrackElement-class.html">TrackElement</a></li> <li><a href="polymer_app_layout.behaviors/TrackEvent-class.html">TrackEvent</a></li> <li><a href="polymer_app_layout.behaviors/TransitionEvent-class.html">TransitionEvent</a></li> <li><a href="polymer_app_layout.behaviors/TreeWalker-class.html">TreeWalker</a></li> <li><a href="polymer_app_layout.behaviors/UIEvent-class.html">UIEvent</a></li> <li><a href="polymer_app_layout.behaviors/UListElement-class.html">UListElement</a></li> <li><a href="polymer_app_layout.behaviors/UnknownElement-class.html">UnknownElement</a></li> <li><a href="polymer_app_layout.behaviors/UriPolicy-class.html">UriPolicy</a></li> <li><a href="polymer_app_layout.behaviors/Url-class.html">Url</a></li> <li><a href="polymer_app_layout.behaviors/UrlInputElement-class.html">UrlInputElement</a></li> <li><a href="polymer_app_layout.behaviors/UrlUtils-class.html">UrlUtils</a></li> <li><a href="polymer_app_layout.behaviors/UrlUtilsReadOnly-class.html">UrlUtilsReadOnly</a></li> <li><a href="polymer_app_layout.behaviors/ValidityState-class.html">ValidityState</a></li> <li><a href="polymer_app_layout.behaviors/VideoElement-class.html">VideoElement</a></li> <li><a href="polymer_app_layout.behaviors/VideoPlaybackQuality-class.html">VideoPlaybackQuality</a></li> <li><a href="polymer_app_layout.behaviors/VideoTrack-class.html">VideoTrack</a></li> <li><a href="polymer_app_layout.behaviors/VideoTrackList-class.html">VideoTrackList</a></li> <li><a href="polymer_app_layout.behaviors/VttCue-class.html">VttCue</a></li> <li><a href="polymer_app_layout.behaviors/VttRegion-class.html">VttRegion</a></li> <li><a href="polymer_app_layout.behaviors/VttRegionList-class.html">VttRegionList</a></li> <li><a href="polymer_app_layout.behaviors/WebSocket-class.html">WebSocket</a></li> <li><a href="polymer_app_layout.behaviors/WeekInputElement-class.html">WeekInputElement</a></li> <li><a href="polymer_app_layout.behaviors/WheelEvent-class.html">WheelEvent</a></li> <li><a href="polymer_app_layout.behaviors/Window-class.html">Window</a></li> <li><a href="polymer_app_layout.behaviors/WindowBase-class.html">WindowBase</a></li> <li><a href="polymer_app_layout.behaviors/WindowBase64-class.html">WindowBase64</a></li> <li><a href="polymer_app_layout.behaviors/WindowEventHandlers-class.html">WindowEventHandlers</a></li> <li><a href="polymer_app_layout.behaviors/Worker-class.html">Worker</a></li> <li><a href="polymer_app_layout.behaviors/WorkerConsole-class.html">WorkerConsole</a></li> <li><a href="polymer_app_layout.behaviors/WorkerGlobalScope-class.html">WorkerGlobalScope</a></li> <li><a href="polymer_app_layout.behaviors/WorkerPerformance-class.html">WorkerPerformance</a></li> <li><a href="polymer_app_layout.behaviors/XmlDocument-class.html">XmlDocument</a></li> <li><a href="polymer_app_layout.behaviors/XmlSerializer-class.html">XmlSerializer</a></li> <li><a href="polymer_app_layout.behaviors/XPathEvaluator-class.html">XPathEvaluator</a></li> <li><a href="polymer_app_layout.behaviors/XPathExpression-class.html">XPathExpression</a></li> <li><a href="polymer_app_layout.behaviors/XPathNSResolver-class.html">XPathNSResolver</a></li> <li><a href="polymer_app_layout.behaviors/XPathResult-class.html">XPathResult</a></li> <li><a href="polymer_app_layout.behaviors/XsltProcessor-class.html">XsltProcessor</a></li> </ol> </div> <div class="col-xs-12 col-sm-9 col-md-6 main-content"> <section class="desc markdown"> <p class="no-docs">Not documented.</p> </section> <section> <dl class="dl-horizontal"> <dt>Annotations</dt> <dd><ul class="annotation-list class-relationships"> <li>DocsEditable()</li> <li>DomName('ValidityState')</li> </ul></dd> </dl> </section> <section class="summary" id="instance-properties"> <h2>Properties</h2> <dl class="properties"> <dt id="badInput" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/badInput.html">badInput</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="customError" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/customError.html">customError</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="patternMismatch" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/patternMismatch.html">patternMismatch</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="rangeOverflow" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/rangeOverflow.html">rangeOverflow</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="rangeUnderflow" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/rangeUnderflow.html">rangeUnderflow</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="stepMismatch" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/stepMismatch.html">stepMismatch</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="tooLong" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/tooLong.html">tooLong</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="typeMismatch" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/typeMismatch.html">typeMismatch</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="valid" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/valid.html">valid</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> <dt id="valueMissing" class="property"> <span class="top-level-variable-type">bool</span> <a href="polymer_app_layout.behaviors/ValidityState/valueMissing.html">valueMissing</a> </dt> <dd> <div class="readable-writable"> read-only </div> </dd> </dl> </section> </div> <!-- /.main-content --> <div class="col-xs-6 col-sm-6 col-md-3 sidebar sidebar-offcanvas-right"> <h5>ValidityState</h5> <ol> <li class="section-title"><a href="polymer_app_layout.behaviors/ValidityState-class.html#instance-properties">Properties</a></li> <li><a href="polymer_app_layout.behaviors/ValidityState/badInput.html">badInput</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/customError.html">customError</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/patternMismatch.html">patternMismatch</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/rangeOverflow.html">rangeOverflow</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/rangeUnderflow.html">rangeUnderflow</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/stepMismatch.html">stepMismatch</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/tooLong.html">tooLong</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/typeMismatch.html">typeMismatch</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/valid.html">valid</a> </li> <li><a href="polymer_app_layout.behaviors/ValidityState/valueMissing.html">valueMissing</a> </li> </ol> </div><!--/.sidebar-offcanvas--> </div> <!-- container --> <footer> <div class="container-fluid"> <div class="container"> <p class="text-center"> <span class="no-break"> polymer_app_layout_template 0.1.0 api docs </span> &bull; <span class="copyright no-break"> <a href="https://www.dartlang.org"> <img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16"> </a> </span> &bull; <span class="copyright no-break"> <a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a> </span> </p> </div> </div> </footer> <script src="static-assets/prettify.js"></script> <script src="static-assets/script.js"></script> <!-- Do not remove placeholder --> <!-- Footer Placeholder --> </body> </html>
lejard-h/polymer_app_layout_templates
doc/api/polymer_app_layout.behaviors/ValidityState-class.html
HTML
bsd-3-clause
53,424
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <link type="text/css" rel="stylesheet" href="./water.css"> <script src="./jquery.min.js"></script> </head> <body> <div class="box"> <canvas width="600px" height="600px"></canvas> </div> <script src="./bing.js"></script> </body> </html>
comlewod/document
pages/lab_test/bing.html
HTML
bsd-3-clause
344
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Copyright (C) 1988-2014 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being "Free Software" and "Free Software Needs Free Documentation", with the Front-Cover Texts being "A GNU Manual," and with the Back-Cover Texts as in (a) below. (a) The FSF's Back-Cover Text is: "You are free to copy and modify this GNU Manual. Buying copies from GNU Press supports the FSF in developing GNU and promoting software freedom." --> <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ --> <head> <title>Debugging with GDB: Guile Introduction</title> <meta name="description" content="Debugging with GDB: Guile Introduction"> <meta name="keywords" content="Debugging with GDB: Guile Introduction"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="index.html#Top" rel="start" title="Top"> <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="Guile.html#Guile" rel="up" title="Guile"> <link href="Guile-Commands.html#Guile-Commands" rel="next" title="Guile Commands"> <link href="Guile.html#Guile" rel="prev" title="Guile"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} blockquote.smallquotation {font-size: smaller} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} div.indentedblock {margin-left: 3.2em} div.lisp {margin-left: 3.2em} div.smalldisplay {margin-left: 3.2em} div.smallexample {margin-left: 3.2em} div.smallindentedblock {margin-left: 3.2em; font-size: smaller} div.smalllisp {margin-left: 3.2em} kbd {font-style:oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} pre.smalldisplay {font-family: inherit; font-size: smaller} pre.smallexample {font-size: smaller} pre.smallformat {font-family: inherit; font-size: smaller} pre.smalllisp {font-size: smaller} span.nocodebreak {white-space:nowrap} span.nolinebreak {white-space:nowrap} span.roman {font-family:serif; font-weight:normal} span.sansserif {font-family:sans-serif; font-weight:normal} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <a name="Guile-Introduction"></a> <div class="header"> <p> Next: <a href="Guile-Commands.html#Guile-Commands" accesskey="n" rel="next">Guile Commands</a>, Up: <a href="Guile.html#Guile" accesskey="u" rel="up">Guile</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p> </div> <hr> <a name="Guile-Introduction-1"></a> <h4 class="subsection">23.3.1 Guile Introduction</h4> <p>Guile is an implementation of the Scheme programming language and is the GNU project&rsquo;s official extension language. </p> <p>Guile support in <small>GDB</small> follows the Python support in <small>GDB</small> reasonably closely, so concepts there should carry over. However, some things are done differently where it makes sense. </p> <p><small>GDB</small> requires Guile version 2.0 or greater. Older versions are not supported. </p> <a name="index-guile-scripts-directory"></a> <p>Guile scripts used by <small>GDB</small> should be installed in <samp><var>data-directory</var>/guile</samp>, where <var>data-directory</var> is the data directory as determined at <small>GDB</small> startup (see <a href="Data-Files.html#Data-Files">Data Files</a>). This directory, known as the <em>guile directory</em>, is automatically added to the Guile Search Path in order to allow the Guile interpreter to locate all scripts installed at this location. </p> </body> </html>
AlbandeCrevoisier/ldd-athens
gcc-linaro-4.9-2015.02-3-x86_64_arm-linux-gnueabihf/share/doc/gdb/Guile-Introduction.html
HTML
bsd-3-clause
4,255
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <head> <title>ZYGOCOTYLE_LUNATA_futureac85.tif</title> <meta http-equiv='imagetoolbar' content='no'/> <style type="text/css"> v\:* {behavior:url(#default#VML);} html, body { overflow: hidden; padding: 0; height: 100%; width: 100%; font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif; } body { margin: 10px; background: #fff; } h1 { margin: 0; padding: 6px; border:0; font-size: 20pt; } #header { height: 43px; padding: 0; background-color: #eee; border: 1px solid #888; } #subheader { height: 12px; text-align: right; font-size: 10px; color: #555;} #map { height: 95%; border: 1px solid #888; } .olImageLoadError { display: none; } .olControlLayerSwitcher .layersDiv { border-radius: 10px 0 0 10px; } </style> <script src='http://maps.google.com/maps/api/js?sensor=false&v=3.7'></script> <script src="http://www.openlayers.org/api/2.12/OpenLayers.js"></script> <script> var map; var mapBounds = new OpenLayers.Bounds( -180.0, -59.9945485123, 179.989515828, 82.5); var mapMinZoom = 1; var mapMaxZoom = 6; var emptyTileURL = "http://www.maptiler.org/img/none.png"; OpenLayers.IMAGE_RELOAD_ATTEMPTS = 3; function init(){ var options = { div: "map", controls: [], projection: "EPSG:3857", displayProjection: new OpenLayers.Projection("EPSG:4326"), numZoomLevels: 20 }; map = new OpenLayers.Map(options); // Create Google Mercator layers var gmap = new OpenLayers.Layer.Google("Google Streets", { type: google.maps.MapTypeId.ROADMAP, sphericalMercator: true }); var gsat = new OpenLayers.Layer.Google("Google Satellite", { type: google.maps.MapTypeId.SATELLITE, sphericalMercator: true }); var ghyb = new OpenLayers.Layer.Google("Google Hybrid", { type: google.maps.MapTypeId.HYBRID, sphericalMercator: true }); var gter = new OpenLayers.Layer.Google("Google Terrain", { type: google.maps.MapTypeId.TERRAIN, sphericalMercator: true }); // Create Bing layers var broad = new OpenLayers.Layer.Bing({ name: "Bing Roads", key: "INSERT_YOUR_KEY_HERE", type: "Road", sphericalMercator: true }); var baer = new OpenLayers.Layer.Bing({ name: "Bing Aerial", key: "INSERT_YOUR_KEY_HERE", type: "Aerial", sphericalMercator: true }); var bhyb = new OpenLayers.Layer.Bing({ name: "Bing Hybrid", key: "INSERT_YOUR_KEY_HERE", type: "AerialWithLabels", sphericalMercator: true }); // Create OSM layer var osm = new OpenLayers.Layer.OSM("OpenStreetMap"); // create TMS Overlay layer var tmsoverlay = new OpenLayers.Layer.TMS("TMS Overlay", "", { serviceVersion: '.', layername: '.', alpha: true, type: 'png', isBaseLayer: false, getURL: getURL }); if (OpenLayers.Util.alphaHack() == false) { tmsoverlay.setOpacity(0.7); } map.addLayers([gmap, gsat, ghyb, gter, broad, baer, bhyb, osm, tmsoverlay]); var switcherControl = new OpenLayers.Control.LayerSwitcher(); map.addControl(switcherControl); switcherControl.maximizeControl(); map.zoomToExtent(mapBounds.transform(map.displayProjection, map.projection)); map.addControls([new OpenLayers.Control.PanZoomBar(), new OpenLayers.Control.Navigation(), new OpenLayers.Control.MousePosition(), new OpenLayers.Control.ArgParser(), new OpenLayers.Control.Attribution()]); } function getURL(bounds) { bounds = this.adjustBounds(bounds); var res = this.getServerResolution(); var x = Math.round((bounds.left - this.tileOrigin.lon) / (res * this.tileSize.w)); var y = Math.round((bounds.bottom - this.tileOrigin.lat) / (res * this.tileSize.h)); var z = this.getServerZoom(); if (this.map.baseLayer.CLASS_NAME === 'OpenLayers.Layer.Bing') { z+=1; } var path = this.serviceVersion + "/" + this.layername + "/" + z + "/" + x + "/" + y + "." + this.type; var url = this.url; if (OpenLayers.Util.isArray(url)) { url = this.selectUrl(path, url); } if (mapBounds.intersectsBounds(bounds) && (z >= mapMinZoom) && (z <= mapMaxZoom)) { return url + path; } else { return emptyTileURL; } } function getWindowHeight() { if (self.innerHeight) return self.innerHeight; if (document.documentElement && document.documentElement.clientHeight) return document.documentElement.clientHeight; if (document.body) return document.body.clientHeight; return 0; } function getWindowWidth() { if (self.innerWidth) return self.innerWidth; if (document.documentElement && document.documentElement.clientWidth) return document.documentElement.clientWidth; if (document.body) return document.body.clientWidth; return 0; } function resize() { var map = document.getElementById("map"); var header = document.getElementById("header"); var subheader = document.getElementById("subheader"); map.style.height = (getWindowHeight()-80) + "px"; map.style.width = (getWindowWidth()-20) + "px"; header.style.width = (getWindowWidth()-20) + "px"; subheader.style.width = (getWindowWidth()-20) + "px"; if (map.updateSize) { map.updateSize(); }; } onresize=function(){ resize(); }; </script> </head> <body onload="init()"> <div id="header"><h1>ZYGOCOTYLE_LUNATA_futureac85.tif</h1></div> <div id="subheader">Generated by <a href="http://www.klokan.cz/projects/gdal2tiles/">GDAL2Tiles</a>, Copyright &copy; 2008 <a href="http://www.klokan.cz/">Klokan Petr Pridal</a>, <a href="http://www.gdal.org/">GDAL</a> &amp; <a href="http://www.osgeo.org/">OSGeo</a> <a href="http://code.google.com/soc/">GSoC</a> <!-- PLEASE, LET THIS NOTE ABOUT AUTHOR AND PROJECT SOMEWHERE ON YOUR WEBSITE, OR AT LEAST IN THE COMMENT IN HTML. THANK YOU --> </div> <div id="map"></div> <script type="text/javascript" >resize()</script> </body> </html>
Thru-Echoes/PEARL1.0
static/pearl-tiles/zygocotyle_lunata/futureac85/openlayers.html
HTML
bsd-3-clause
8,512
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> #container{ background: #eee; } </style> </head> <body> <div id="container"></div> </body> <script src="../lib/d3.js"></script> <script> var svg = d3.select("#container").append("svg") svg.append("rect").append("rect"); svg.attr("width",500).attr("height",250) svg.append("g").attr("transform","translate(50,30)"); var data = [250 , 210 , 170 , 130 , 90]; svg.selectAll("rect").data(data).enter().append("rect") .attr("x",30) .attr("y",function(d,i){ return i * 20; }) .attr("width",function(d){ return d; }) .attr("height",18) .attr("fill","steelblue"); </script> </html>
AliKhan1990/d3js
demo/html/demo图表1.html
HTML
bsd-3-clause
849
<!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>e property - DomMatrixReadOnly class - polymer_app_layout library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href="../.."> <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="static-assets/prettify.css"> <link rel="stylesheet" href="static-assets/css/bootstrap.min.css"> <link rel="stylesheet" href="static-assets/styles.css"> <meta name="description" content="API docs for the e property from the DomMatrixReadOnly class, for the Dart programming language."> <link rel="icon" href="static-assets/favicon.png"> <!-- Do not remove placeholder --> <!-- Header Placeholder --> </head> <body> <div id="overlay-under-drawer"></div> <header class="container-fluid" id="title"> <nav class="navbar navbar-fixed-top"> <div class="container"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated hidden-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li> <li><a href="polymer_app_layout/DomMatrixReadOnly-class.html">DomMatrixReadOnly</a></li> <li class="self-crumb">e</li> </ol> <div class="self-name">e</div> </div> </nav> <div class="container masthead"> <ol class="breadcrumbs gt-separated visible-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></li> <li><a href="polymer_app_layout/DomMatrixReadOnly-class.html">DomMatrixReadOnly</a></li> <li class="self-crumb">e</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">property</div> e </h1> <!-- p class="subtitle"> </p --> </div> <ul class="subnav"> </ul> </div> </header> <div class="container body"> <div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left"> <h5><a href="index.html">polymer_app_layout_template</a></h5> <h5><a href="polymer_app_layout/polymer_app_layout-library.html">polymer_app_layout</a></h5> <h5><a href="polymer_app_layout/DomMatrixReadOnly-class.html">DomMatrixReadOnly</a></h5> <ol> <li class="section-title"><a href="polymer_app_layout/DomMatrixReadOnly-class.html#instance-properties">Properties</a></li> <li><a href="polymer_app_layout/DomMatrixReadOnly/a.html">a</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/b.html">b</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/c.html">c</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/d.html">d</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/e.html">e</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/f.html">f</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/is2D.html">is2D</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/isIdentity.html">isIdentity</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m11.html">m11</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m12.html">m12</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m13.html">m13</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m14.html">m14</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m21.html">m21</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m22.html">m22</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m23.html">m23</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m24.html">m24</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m31.html">m31</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m32.html">m32</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m33.html">m33</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m34.html">m34</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m41.html">m41</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m42.html">m42</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m43.html">m43</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/m44.html">m44</a> </li> <li class="section-title"><a href="polymer_app_layout/DomMatrixReadOnly-class.html#methods">Methods</a></li> <li><a href="polymer_app_layout/DomMatrixReadOnly/multiply.html">multiply</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/scale.html">scale</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/scale3d.html">scale3d</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/scaleNonUniform.html">scaleNonUniform</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/toFloat32Array.html">toFloat32Array</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/toFloat64Array.html">toFloat64Array</a> </li> <li><a href="polymer_app_layout/DomMatrixReadOnly/translate.html">translate</a> </li> </ol> </div><!--/.sidebar-offcanvas--> <div class="col-xs-12 col-sm-9 col-md-6 main-content"> <section class="multi-line-signature"> <span class="returntype">double</span> <span class="name ">e</span> <div class="readable-writable"> read-only </div> </section> <section class="desc markdown"> <p class="no-docs">Not documented.</p> </section> </div> <!-- /.main-content --> </div> <!-- container --> <footer> <div class="container-fluid"> <div class="container"> <p class="text-center"> <span class="no-break"> polymer_app_layout_template 0.1.0 api docs </span> &bull; <span class="copyright no-break"> <a href="https://www.dartlang.org"> <img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16"> </a> </span> &bull; <span class="copyright no-break"> <a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a> </span> </p> </div> </div> </footer> <script src="static-assets/prettify.js"></script> <script src="static-assets/script.js"></script> <!-- Do not remove placeholder --> <!-- Footer Placeholder --> </body> </html>
lejard-h/polymer_app_layout_templates
doc/api/polymer_app_layout/DomMatrixReadOnly/e.html
HTML
bsd-3-clause
7,084
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.miscmodels.count.PoissonOffsetGMLE &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/stylesheets/deprecation.css"> <link rel="stylesheet" href="../_static/material.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script src="../_static/language_data.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams.html" /> <link rel="prev" title="statsmodels.miscmodels.count.PoissonGMLE.exog_names" href="statsmodels.miscmodels.count.PoissonGMLE.exog_names.html" /> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.miscmodels.count.PoissonOffsetGMLE" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.12.0</span> <span class="md-header-nav__topic"> statsmodels.miscmodels.count.PoissonOffsetGMLE </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../_static/versions.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../miscmodels.html" class="md-tabs__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">miscmodels</span></code></a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.12.0</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../duration.html" class="md-nav__link">Methods for Survival and Duration Analysis</a> </li> <li class="md-nav__item"> <a href="../nonparametric.html" class="md-nav__link">Nonparametric Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">nonparametric</span></code></a> </li> <li class="md-nav__item"> <a href="../gmm.html" class="md-nav__link">Generalized Method of Moments <code class="xref py py-mod docutils literal notranslate"><span class="pre">gmm</span></code></a> </li> <li class="md-nav__item"> <a href="../miscmodels.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">miscmodels</span></code></a> </li> <li class="md-nav__item"> <a href="../multivariate.html" class="md-nav__link">Multivariate Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">multivariate</span></code></a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.miscmodels.count.PoissonOffsetGMLE.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-miscmodels-count-poissonoffsetgmle--page-root">statsmodels.miscmodels.count.PoissonOffsetGMLE<a class="headerlink" href="#generated-statsmodels-miscmodels-count-poissonoffsetgmle--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py class"> <dt id="statsmodels.miscmodels.count.PoissonOffsetGMLE"> <em class="property">class </em><code class="sig-prename descclassname">statsmodels.miscmodels.count.</code><code class="sig-name descname">PoissonOffsetGMLE</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">endog</span></em>, <em class="sig-param"><span class="n">exog</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offset</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">missing</span><span class="o">=</span><span class="default_value">'none'</span></em>, <em class="sig-param"><span class="o">**</span><span class="n">kwds</span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/miscmodels/count.html#PoissonOffsetGMLE"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.miscmodels.count.PoissonOffsetGMLE" title="Permalink to this definition">¶</a></dt> <dd><p>Maximum Likelihood Estimation of Poisson Model</p> <p>This is an example for generic MLE which has the same statistical model as discretemod.Poisson but adds offset</p> <p>Except for defining the negative log-likelihood method, all methods and results are generic. Gradients and Hessian and all resulting statistics are based on numerical differentiation.</p> <dl class="field-list simple"> <dt class="field-odd">Attributes</dt> <dd class="field-odd"><dl class="simple"> <dt><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.endog_names.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.endog_names" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.endog_names"><code class="xref py py-obj docutils literal notranslate"><span class="pre">endog_names</span></code></a></dt><dd><p>Names of endogenous variables.</p> </dd> <dt><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.exog_names.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.exog_names" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.exog_names"><code class="xref py py-obj docutils literal notranslate"><span class="pre">exog_names</span></code></a></dt><dd><p>Names of exogenous variables.</p> </dd> </dl> </dd> </dl> <p class="rubric">Methods</p> <table class="longtable docutils align-default"> <colgroup> <col style="width: 10%"/> <col style="width: 90%"/> </colgroup> <tbody> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams"><code class="xref py py-obj docutils literal notranslate"><span class="pre">expandparams</span></code></a>(params)</p></td> <td><p>expand to full parameter array when some parameters are fixed</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.fit.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.fit" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.fit"><code class="xref py py-obj docutils literal notranslate"><span class="pre">fit</span></code></a>([start_params, method, maxiter, …])</p></td> <td><p>Fit the model using maximum likelihood.</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.from_formula.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.from_formula" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.from_formula"><code class="xref py py-obj docutils literal notranslate"><span class="pre">from_formula</span></code></a>(formula, data[, subset, drop_cols])</p></td> <td><p>Create a Model from a formula and dataframe.</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian"><code class="xref py py-obj docutils literal notranslate"><span class="pre">hessian</span></code></a>(params)</p></td> <td><p>Hessian of log-likelihood evaluated at params</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian_factor.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian_factor" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian_factor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">hessian_factor</span></code></a>(params[, scale, observed])</p></td> <td><p>Weights for calculating Hessian</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.information.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.information" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.information"><code class="xref py py-obj docutils literal notranslate"><span class="pre">information</span></code></a>(params)</p></td> <td><p>Fisher information matrix of model.</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.initialize.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.initialize" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.initialize"><code class="xref py py-obj docutils literal notranslate"><span class="pre">initialize</span></code></a>()</p></td> <td><p>Initialize (possibly re-initialize) a Model instance.</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.loglike.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.loglike" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.loglike"><code class="xref py py-obj docutils literal notranslate"><span class="pre">loglike</span></code></a>(params)</p></td> <td><p>Log-likelihood of model at params</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.loglikeobs.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.loglikeobs" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.loglikeobs"><code class="xref py py-obj docutils literal notranslate"><span class="pre">loglikeobs</span></code></a>(params)</p></td> <td><p>Log-likelihood of individual observations at params</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglike.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglike" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglike"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nloglike</span></code></a>(params)</p></td> <td><p>Negative log-likelihood of model at params</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglikeobs.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglikeobs" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglikeobs"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nloglikeobs</span></code></a>(params)</p></td> <td><p>Loglikelihood of Poisson model</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.predict.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.predict" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.predict"><code class="xref py py-obj docutils literal notranslate"><span class="pre">predict</span></code></a>(params[, exog])</p></td> <td><p>After a model has been fit predict returns the fitted values.</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.reduceparams.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.reduceparams" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.reduceparams"><code class="xref py py-obj docutils literal notranslate"><span class="pre">reduceparams</span></code></a>(params)</p></td> <td><p>Reduce parameters</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.score.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.score" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.score"><code class="xref py py-obj docutils literal notranslate"><span class="pre">score</span></code></a>(params)</p></td> <td><p>Gradient of log-likelihood evaluated at params</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.score_obs.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.score_obs" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.score_obs"><code class="xref py py-obj docutils literal notranslate"><span class="pre">score_obs</span></code></a>(params, **kwds)</p></td> <td><p>Jacobian/Gradient of log-likelihood evaluated at params for each observation.</p></td> </tr> </tbody> </table> <p class="rubric">Methods</p> <table class="longtable docutils align-default"> <colgroup> <col style="width: 10%"/> <col style="width: 90%"/> </colgroup> <tbody> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams"><code class="xref py py-obj docutils literal notranslate"><span class="pre">expandparams</span></code></a>(params)</p></td> <td><p>expand to full parameter array when some parameters are fixed</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.fit.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.fit" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.fit"><code class="xref py py-obj docutils literal notranslate"><span class="pre">fit</span></code></a>([start_params, method, maxiter, …])</p></td> <td><p>Fit the model using maximum likelihood.</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.from_formula.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.from_formula" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.from_formula"><code class="xref py py-obj docutils literal notranslate"><span class="pre">from_formula</span></code></a>(formula, data[, subset, drop_cols])</p></td> <td><p>Create a Model from a formula and dataframe.</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian"><code class="xref py py-obj docutils literal notranslate"><span class="pre">hessian</span></code></a>(params)</p></td> <td><p>Hessian of log-likelihood evaluated at params</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian_factor.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian_factor" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.hessian_factor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">hessian_factor</span></code></a>(params[, scale, observed])</p></td> <td><p>Weights for calculating Hessian</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.information.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.information" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.information"><code class="xref py py-obj docutils literal notranslate"><span class="pre">information</span></code></a>(params)</p></td> <td><p>Fisher information matrix of model.</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.initialize.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.initialize" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.initialize"><code class="xref py py-obj docutils literal notranslate"><span class="pre">initialize</span></code></a>()</p></td> <td><p>Initialize (possibly re-initialize) a Model instance.</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.loglike.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.loglike" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.loglike"><code class="xref py py-obj docutils literal notranslate"><span class="pre">loglike</span></code></a>(params)</p></td> <td><p>Log-likelihood of model at params</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.loglikeobs.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.loglikeobs" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.loglikeobs"><code class="xref py py-obj docutils literal notranslate"><span class="pre">loglikeobs</span></code></a>(params)</p></td> <td><p>Log-likelihood of individual observations at params</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglike.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglike" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglike"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nloglike</span></code></a>(params)</p></td> <td><p>Negative log-likelihood of model at params</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglikeobs.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglikeobs" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.nloglikeobs"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nloglikeobs</span></code></a>(params)</p></td> <td><p>Loglikelihood of Poisson model</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.predict.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.predict" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.predict"><code class="xref py py-obj docutils literal notranslate"><span class="pre">predict</span></code></a>(params[, exog])</p></td> <td><p>After a model has been fit predict returns the fitted values.</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.reduceparams.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.reduceparams" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.reduceparams"><code class="xref py py-obj docutils literal notranslate"><span class="pre">reduceparams</span></code></a>(params)</p></td> <td><p>Reduce parameters</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.score.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.score" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.score"><code class="xref py py-obj docutils literal notranslate"><span class="pre">score</span></code></a>(params)</p></td> <td><p>Gradient of log-likelihood evaluated at params</p></td> </tr> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.score_obs.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.score_obs" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.score_obs"><code class="xref py py-obj docutils literal notranslate"><span class="pre">score_obs</span></code></a>(params, **kwds)</p></td> <td><p>Jacobian/Gradient of log-likelihood evaluated at params for each observation.</p></td> </tr> </tbody> </table> <p class="rubric">Properties</p> <table class="longtable docutils align-default"> <colgroup> <col style="width: 10%"/> <col style="width: 90%"/> </colgroup> <tbody> <tr class="row-odd"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.endog_names.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.endog_names" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.endog_names"><code class="xref py py-obj docutils literal notranslate"><span class="pre">endog_names</span></code></a></p></td> <td><p>Names of endogenous variables.</p></td> </tr> <tr class="row-even"><td><p><a class="reference internal" href="statsmodels.miscmodels.count.PoissonOffsetGMLE.exog_names.html#statsmodels.miscmodels.count.PoissonOffsetGMLE.exog_names" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.exog_names"><code class="xref py py-obj docutils literal notranslate"><span class="pre">exog_names</span></code></a></p></td> <td><p>Names of exogenous variables.</p></td> </tr> </tbody> </table> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.miscmodels.count.PoissonGMLE.exog_names.html" title="statsmodels.miscmodels.count.PoissonGMLE.exog_names" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.miscmodels.count.PoissonGMLE.exog_names </span> </div> </a> <a href="statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams.html" title="statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.miscmodels.count.PoissonOffsetGMLE.expandparams </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Aug 27, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 3.2.1. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.12.0/generated/statsmodels.miscmodels.count.PoissonOffsetGMLE.html
HTML
bsd-3-clause
34,606
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>Pre 0.5.0 Release History &#8212; statsmodels v0.10.1 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="stylesheet" href="../_static/examples.css" type="text/css" /> <link rel="stylesheet" href="../_static/facebox.css" type="text/css" /> <script type="text/javascript" src="../_static/scripts.js"> </script> <script type="text/javascript" src="../_static/facebox.js"> </script> <script type="text/javascript"> $.facebox.settings.closeImage = "../_static/closelabel.png" $.facebox.settings.loadingImage = "../_static/loading.gif" </script> <script> $(document).ready(function() { $.getJSON("../../versions.json", function(versions) { var dropdown = document.createElement("div"); dropdown.className = "dropdown"; var button = document.createElement("button"); button.className = "dropbtn"; button.innerHTML = "Other Versions"; var content = document.createElement("div"); content.className = "dropdown-content"; dropdown.appendChild(button); dropdown.appendChild(content); $(".header").prepend(dropdown); for (var i = 0; i < versions.length; i++) { if (versions[i].substring(0, 1) == "v") { versions[i] = [versions[i], versions[i].substring(1)]; } else { versions[i] = [versions[i], versions[i]]; }; }; for (var i = 0; i < versions.length; i++) { var a = document.createElement("a"); a.innerHTML = versions[i][1]; a.href = "../../" + versions[i][0] + "/index.html"; a.title = versions[i][1]; $(".dropdown-content").append(a); }; }); }); </script> </head><body> <div class="headerwrap"> <div class = "header"> <a href = "../index.html"> <img src="../_static/statsmodels_hybi_banner.png" alt="Logo" style="padding-left: 15px"/></a> </div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href ="../install.html">Install</a></li> &nbsp;|&nbsp; <li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> &nbsp;|&nbsp; <li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> &nbsp;|&nbsp; <li><a href="../dev/index.html">Develop</a></li> &nbsp;|&nbsp; <li><a href="../examples/index.html">Examples</a></li> &nbsp;|&nbsp; <li><a href="../faq.html">FAQ</a></li> &nbsp;|&nbsp; </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="pre-0-5-0-release-history"> <span id="old-changes"></span><h1>Pre 0.5.0 Release History<a class="headerlink" href="#pre-0-5-0-release-history" title="Permalink to this headline">¶</a></h1> <div class="section" id="id1"> <h2>0.5.0<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2> <p><em>Main Changes and Additions</em> * Add patsy dependency</p> <p><em>Compatibility and Deprecation</em></p> <ul class="simple"> <li><p>cleanup of import paths (lowess)</p></li> <li></li> </ul> <p><em>Bug Fixes</em></p> <ul class="simple"> <li><p>input shapes of tools.isestimable</p></li> <li></li> </ul> <p><em>Enhancements and Additions</em></p> <ul class="simple"> <li><p>formula integration based on patsy (new dependency)</p></li> <li><p>Time series analysis - ARIMA modeling - enhanced forecasting based on pandas datetime handling</p></li> <li><p>expanded margins for discrete models</p></li> <li><p>OLS outlier test</p></li> <li><p>empirical likelihood - Google Summer of Code 2012 project - inference for descriptive statistics - inference for regression models - accelerated failure time models</p></li> <li><p>expanded probability plots</p></li> <li><p>improved graphics - plotcorr - acf and pacf</p></li> <li><p>new datasets</p></li> <li><p>new and improved tools - numdiff numerical differentiation</p></li> </ul> </div> <div class="section" id="id2"> <h2>0.4.3<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2> <p>The only change compared to 0.4.2 is for compatibility with python 3.2.3 (changed behavior of 2to3)</p> </div> <div class="section" id="id3"> <h2>0.4.2<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2> <p>This is a bug-fix release, that affects mainly Big-Endian machines.</p> <p><em>Bug Fixes</em></p> <ul class="simple"> <li><p>discrete_model.MNLogit fix summary method</p></li> <li><p>tsa.filters.hp_filter don’t use umfpack on Big-Endian machine (scipy bug)</p></li> <li><p>the remaining fixes are in the test suite, either precision problems on some machines or incorrect testing on Big-Endian machines.</p></li> </ul> </div> <div class="section" id="id4"> <h2>0.4.1<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2> <p>This is a backwards compatible (according to our test suite) release with bug fixes and code cleanup.</p> <p><em>Bug Fixes</em></p> <ul class="simple"> <li><p>build and distribution fixes</p></li> <li><p>lowess correct distance calculation</p></li> <li><p>genmod correction CDFlink derivative</p></li> <li><p>adfuller _autolag correct calculation of optimal lag</p></li> <li><p>het_arch, het_lm : fix autolag and store options</p></li> <li><p>GLSAR: incorrect whitening for lag&gt;1</p></li> </ul> <p><em>Other Changes</em></p> <ul class="simple"> <li><p>add lowess and other functions to api and documentation</p></li> <li><p>rename lowess module (old import path will be removed at next release)</p></li> <li><p>new robust sandwich covariance estimators, moved out of sandbox</p></li> <li><p>compatibility with pandas 0.8</p></li> <li><p>new plots in statsmodels.graphics - ABLine plot - interaction plot</p></li> </ul> </div> <div class="section" id="id5"> <h2>0.4.0<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2> <p><em>Main Changes and Additions</em></p> <ul class="simple"> <li><p>Added pandas dependency.</p></li> <li><p>Cython source is built automatically if cython and compiler are present</p></li> <li><p>Support use of dates in timeseries models</p></li> <li><p>Improved plots - Violin plots - Bean Plots - QQ Plots</p></li> <li><p>Added lowess function</p></li> <li><p>Support for pandas Series and DataFrame objects. Results instances return pandas objects if the models are fit using pandas objects.</p></li> <li><p>Full Python 3 compatibility</p></li> <li><p>Fix bugs in genfromdta. Convert Stata .dta format to structured array preserving all types. Conversion is much faster now.</p></li> <li><p>Improved documentation</p></li> <li><p>Models and results are pickleable via save/load, optionally saving the model data.</p></li> <li><p>Kernel Density Estimation now uses Cython and is considerably faster.</p></li> <li><p>Diagnostics for outlier and influence statistics in OLS</p></li> <li><p>Added El Nino Sea Surface Temperatures dataset</p></li> <li><p>Numerous bug fixes</p></li> <li><p>Internal code refactoring</p></li> <li><p>Improved documentation including examples as part of HTML</p></li> </ul> <p><em>Changes that break backwards compatibility</em></p> <ul> <li><p>Deprecated scikits namespace. The recommended import is now:</p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">statsmodels.api</span> <span class="k">as</span> <span class="nn">sm</span> </pre></div> </div> </li> <li><p>model.predict methods signature is now (params, exog, …) where before it assumed that the model had been fit and omitted the params argument.</p></li> <li><p>For consistency with other multi-equation models, the parameters of MNLogit are now transposed.</p></li> <li><p>tools.tools.ECDF -&gt; distributions.ECDF</p></li> <li><p>tools.tools.monotone_fn_inverter -&gt; distributions.monotone_fn_inverter</p></li> <li><p>tools.tools.StepFunction -&gt; distributions.StepFunction</p></li> </ul> </div> <div class="section" id="id6"> <h2>0.3.1<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2> <ul class="simple"> <li><p>Removed academic-only WFS dataset.</p></li> <li><p>Fix easy_install issue on Windows.</p></li> </ul> </div> <div class="section" id="id7"> <h2>0.3.0<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2> <p><em>Changes that break backwards compatibility</em></p> <p>Added api.py for importing. So the new convention for importing is:</p> <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">statsmodels.api</span> <span class="k">as</span> <span class="nn">sm</span> </pre></div> </div> <p>Importing from modules directly now avoids unnecessary imports and increases the import speed if a library or user only needs specific functions.</p> <ul class="simple"> <li><p>sandbox/output.py -&gt; iolib/table.py</p></li> <li><p>lib/io.py -&gt; iolib/foreign.py (Now contains Stata .dta format reader)</p></li> <li><p>family -&gt; families</p></li> <li><p>families.links.inverse -&gt; families.links.inverse_power</p></li> <li><p>Datasets’ Load class is now load function.</p></li> <li><p>regression.py -&gt; regression/linear_model.py</p></li> <li><p>discretemod.py -&gt; discrete/discrete_model.py</p></li> <li><p>rlm.py -&gt; robust/robust_linear_model.py</p></li> <li><p>glm.py -&gt; genmod/generalized_linear_model.py</p></li> <li><p>model.py -&gt; base/model.py</p></li> <li><p>t() method -&gt; tvalues attribute (t() still exists but raises a warning)</p></li> </ul> <p><em>Main changes and additions</em></p> <ul class="simple"> <li><p>Numerous bugfixes.</p></li> <li><p>Time Series Analysis model (tsa)</p> <ul> <li><p>Vector Autoregression Models VAR (tsa.VAR)</p></li> <li><p>Autogressive Models AR (tsa.AR)</p></li> <li><p>Autoregressive Moving Average Models ARMA (tsa.ARMA) optionally uses Cython for Kalman Filtering use setup.py install with option –with-cython</p></li> <li><p>Baxter-King band-pass filter (tsa.filters.bkfilter)</p></li> <li><p>Hodrick-Prescott filter (tsa.filters.hpfilter)</p></li> <li><p>Christiano-Fitzgerald filter (tsa.filters.cffilter)</p></li> </ul> </li> <li><p>Improved maximum likelihood framework uses all available scipy.optimize solvers</p></li> <li><p>Refactor of the datasets sub-package.</p></li> <li><p>Added more datasets for examples.</p></li> <li><p>Removed RPy dependency for running the test suite.</p></li> <li><p>Refactored the test suite.</p></li> <li><p>Refactored codebase/directory structure.</p></li> <li><p>Support for offset and exposure in GLM.</p></li> <li><p>Removed data_weights argument to GLM.fit for Binomial models.</p></li> <li><p>New statistical tests, especially diagnostic and specification tests</p></li> <li><p>Multiple test correction</p></li> <li><p>General Method of Moment framework in sandbox</p></li> <li><p>Improved documentation</p></li> <li><p>and other additions</p></li> </ul> </div> <div class="section" id="id8"> <h2>0.2.0<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2> <p><em>Main changes</em></p> <blockquote> <div><ul class="simple"> <li><p>renames for more consistency RLM.fitted_values -&gt; RLM.fittedvalues GLMResults.resid_dev -&gt; GLMResults.resid_deviance</p></li> <li><p>GLMResults, RegressionResults: lazy calculations, convert attributes to properties with _cache</p></li> <li><p>fix tests to run without rpy</p></li> <li><p>expanded examples in examples directory</p></li> <li><p>add PyDTA to lib.io – functions for reading Stata .dta binary files and converting them to numpy arrays</p></li> <li><p>made tools.categorical much more robust</p></li> <li><p>add_constant now takes a prepend argument</p></li> <li><p>fix GLS to work with only a one column design</p></li> </ul> </div></blockquote> <p><em>New</em></p> <blockquote> <div><ul class="simple"> <li><p>add four new datasets</p> <ul> <li><p>A dataset from the American National Election Studies (1996)</p></li> <li><p>Grunfeld (1950) investment data</p></li> <li><p>Spector and Mazzeo (1980) program effectiveness data</p></li> <li><p>A US macroeconomic dataset</p></li> </ul> </li> <li><p>add four new Maximum Likelihood Estimators for models with a discrete dependent variables with examples</p> <ul> <li><p>Logit</p></li> <li><p>Probit</p></li> <li><p>MNLogit (multinomial logit)</p></li> <li><p>Poisson</p></li> </ul> </li> </ul> </div></blockquote> <p><em>Sandbox</em></p> <blockquote> <div><ul class="simple"> <li><p>add qqplot in sandbox.graphics</p></li> <li><p>add sandbox.tsa (time series analysis) and sandbox.regression (anova)</p></li> <li><p>add principal component analysis in sandbox.tools</p></li> <li><p>add Seemingly Unrelated Regression (SUR) and Two-Stage Least Squares for systems of equations in sandbox.sysreg.Sem2SLS</p></li> <li><p>add restricted least squares (RLS)</p></li> </ul> </div></blockquote> </div> <div class="section" id="b1"> <h2>0.1.0b1<a class="headerlink" href="#b1" title="Permalink to this headline">¶</a></h2> <blockquote> <div><ul class="simple"> <li><p>initial release</p></li> </ul> </div></blockquote> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h3><a href="../index.html">Table of Contents</a></h3> <ul> <li><a class="reference internal" href="#">Pre 0.5.0 Release History</a><ul> <li><a class="reference internal" href="#id1">0.5.0</a></li> <li><a class="reference internal" href="#id2">0.4.3</a></li> <li><a class="reference internal" href="#id3">0.4.2</a></li> <li><a class="reference internal" href="#id4">0.4.1</a></li> <li><a class="reference internal" href="#id5">0.4.0</a></li> <li><a class="reference internal" href="#id6">0.3.1</a></li> <li><a class="reference internal" href="#id7">0.3.0</a></li> <li><a class="reference internal" href="#id8">0.2.0</a></li> <li><a class="reference internal" href="#b1">0.1.0b1</a></li> </ul> </li> </ul> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/release/old_changes.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" /> <input type="submit" value="Go" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2. </div> </body> </html>
statsmodels/statsmodels.github.io
v0.10.1/release/old_changes.html
HTML
bsd-3-clause
16,505
<!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.11"/> <title>Scheduler: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Scheduler </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceMdpGov.html">MdpGov</a></li><li class="navelem"><a class="el" href="classMdpGov_1_1MdpGovernorConfiguration.html">MdpGovernorConfiguration</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">MdpGov::MdpGovernorConfiguration Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classMdpGov_1_1MdpGovernorConfiguration.html">MdpGov::MdpGovernorConfiguration</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#af671c36a6cd50a79077b49163b1b5e73">Configuration</a>(std::string file)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#a7f5a747a0e7b32c841314e0bb7d46984">filename</a></td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#a81ec82e4c2f09d68028f2781b45cfd3f">getBoolValue</a>(std::string section, std::string key, bool defaultValue)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classMdpGov_1_1MdpGovernorConfiguration.html#a534aa0d3c1fade84a45729237eb4f549">getDimensionsFromFile</a>()</td><td class="entry"><a class="el" href="classMdpGov_1_1MdpGovernorConfiguration.html">MdpGov::MdpGovernorConfiguration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html#a6f7303edc3bd585ff066449c4b87ae6c">getDisciplineFromFile</a>()</td><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html">Scheduler::SchedulerConfiguration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html#ab252f783aaa2f5db9a8b95fc0b0f8d0a">getDistributionFromFile</a>(Utils::RandomGenerator *gen)</td><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html">Scheduler::SchedulerConfiguration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#add34df8353dbf060975f369b7ec6e665">getDoubleValue</a>(std::string section, std::string key)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#a87025ec94e2f29a89374f5c3c9dbd2ff">getFilePrefix</a>()</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classMdpGov_1_1MdpGovernorConfiguration.html#a5aa6f7df224115ee11465cef505e3654">getFreqGovernorFromFile</a>() override</td><td class="entry"><a class="el" href="classMdpGov_1_1MdpGovernorConfiguration.html">MdpGov::MdpGovernorConfiguration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#acf8ed4adcea1047d1fd2b1578ffd4c55">getIntValue</a>(std::string section, std::string key)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#a88709a111e2b18e839bb8b164da9abca">getName</a>()</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html#a8ce3d975f3ebd6c2e59c0b682ea7546d">getRunningTime</a>()</td><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html">Scheduler::SchedulerConfiguration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#abd656152ffbeb207141c8c68fce8cf3e">getStringList</a>(std::string section, std::string key)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#a61486c9d54f5c9d989dd278e8eed3496">getStringValue</a>(std::string section, std::string key)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html#a0345d3bd277f16aac5528c295e290462">getTemperatureModelFromFile</a>()</td><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html">Scheduler::SchedulerConfiguration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#ad2c6ff27b87783f5a58ed94b42d6948f">getUnsignedLongLongIntValue</a>(std::string section, std::string key)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#a67cee19d557ebdceaafa8722e48637a9">isMatchingSection</a>(std::string line, std::string section)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#a5851ad9b3ced47fcdb6bb25d445b747d">isNewSection</a>(std::string line)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">protected</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classMdpGov_1_1MdpGovernorConfiguration.html#a8b5e24b6d81b408e8b07ed71350fd276">MdpGovernorConfiguration</a>(std::string file)</td><td class="entry"><a class="el" href="classMdpGov_1_1MdpGovernorConfiguration.html">MdpGov::MdpGovernorConfiguration</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html#ae812deb3c419d24e9926c0cae7528129">SchedulerConfiguration</a>(std::string filename)</td><td class="entry"><a class="el" href="classScheduler_1_1SchedulerConfiguration.html">Scheduler::SchedulerConfiguration</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#ad39a2fa6c45861ce886f59e578545fc9">stream</a></td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#aa0752c2227fcb1c08c74668a9fa60dc2">stripDirectories</a>(std::string)</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classUtils_1_1Configuration.html#a0dd0fa189e239f4c9a036303f641441e">~Configuration</a>()</td><td class="entry"><a class="el" href="classUtils_1_1Configuration.html">Utils::Configuration</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Sun Nov 26 2017 17:01:37 for Scheduler by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
Jacques-Florence/schedSim
docs/classMdpGov_1_1MdpGovernorConfiguration-members.html
HTML
bsd-3-clause
12,310
<h2>landing page</h2> <a href="#/gifs">see some gifs!</a>
lauradegroot/gifsinangular
public/partials/home.html
HTML
bsd-3-clause
57
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.genmod.generalized_estimating_equations.GEE.exog_names &#8212; statsmodels v0.10.2 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="stylesheet" href="../_static/examples.css" type="text/css" /> <link rel="stylesheet" href="../_static/facebox.css" type="text/css" /> <script type="text/javascript" src="../_static/scripts.js"> </script> <script type="text/javascript" src="../_static/facebox.js"> </script> <script type="text/javascript"> $.facebox.settings.closeImage = "../_static/closelabel.png" $.facebox.settings.loadingImage = "../_static/loading.gif" </script> <script> $(document).ready(function() { $.getJSON("../../versions.json", function(versions) { var dropdown = document.createElement("div"); dropdown.className = "dropdown"; var button = document.createElement("button"); button.className = "dropbtn"; button.innerHTML = "Other Versions"; var content = document.createElement("div"); content.className = "dropdown-content"; dropdown.appendChild(button); dropdown.appendChild(content); $(".header").prepend(dropdown); for (var i = 0; i < versions.length; i++) { if (versions[i].substring(0, 1) == "v") { versions[i] = [versions[i], versions[i].substring(1)]; } else { versions[i] = [versions[i], versions[i]]; }; }; for (var i = 0; i < versions.length; i++) { var a = document.createElement("a"); a.innerHTML = versions[i][1]; a.href = "../../" + versions[i][0] + "/index.html"; a.title = versions[i][1]; $(".dropdown-content").append(a); }; }); }); </script> </head><body> <div class="headerwrap"> <div class = "header"> <a href = "../index.html"> <img src="../_static/statsmodels_hybi_banner.png" alt="Logo" style="padding-left: 15px"/></a> </div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href ="../install.html">Install</a></li> &nbsp;|&nbsp; <li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> &nbsp;|&nbsp; <li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> &nbsp;|&nbsp; <li><a href="../dev/index.html">Develop</a></li> &nbsp;|&nbsp; <li><a href="../examples/index.html">Examples</a></li> &nbsp;|&nbsp; <li><a href="../faq.html">FAQ</a></li> &nbsp;|&nbsp; </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-genmod-generalized-estimating-equations-gee-exog-names"> <h1>statsmodels.genmod.generalized_estimating_equations.GEE.exog_names<a class="headerlink" href="#statsmodels-genmod-generalized-estimating-equations-gee-exog-names" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="statsmodels.genmod.generalized_estimating_equations.GEE.exog_names"> <em class="property">property </em><code class="sig-prename descclassname">GEE.</code><code class="sig-name descname">exog_names</code><a class="headerlink" href="#statsmodels.genmod.generalized_estimating_equations.GEE.exog_names" title="Permalink to this definition">¶</a></dt> <dd><p>Names of exogenous variables</p> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.genmod.generalized_estimating_equations.GEE.exog_names.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" /> <input type="submit" value="Go" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.1. </div> </body> </html>
statsmodels/statsmodels.github.io
v0.10.2/generated/statsmodels.genmod.generalized_estimating_equations.GEE.exog_names.html
HTML
bsd-3-clause
6,005
{% extends "object_tools/tool_base.html" %} {% load i18n %} {% block tool_form %} <form action="" method="post">{% csrf_token %} {% for fieldset in adminform %} {% include "admin/includes/fieldset.html" %} {% endfor %} <div class="submit-row"> <input type="submit" value="{% trans "Email" %}" class="default" name="_{{ tool.name }}_mail" /> <input type="submit" value="{% trans "Download" %}" class="default" name="_{{ tool.name }}" /> </div> </form> {% endblock %}
praekelt/django-export
export/templates/export/export_form.html
HTML
bsd-3-clause
543
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin=""> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono:400,500,700&display=fallback"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.regression.process_regression.ProcessMLEResults.wald_test &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/material.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.regression.process_regression.ProcessMLEResults.wald_test_terms" href="statsmodels.regression.process_regression.ProcessMLEResults.wald_test_terms.html" /> <link rel="prev" title="statsmodels.regression.process_regression.ProcessMLEResults.t_test_pairwise" href="statsmodels.regression.process_regression.ProcessMLEResults.t_test_pairwise.html" /> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../_static/versions.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.regression.process_regression.ProcessMLEResults.wald_test" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels 0.11.0</span> <span class="md-header-nav__topic"> statsmodels.regression.process_regression.ProcessMLEResults.wald_test </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../regression.html" class="md-tabs__link">Linear Regression</a></li> <li class="md-tabs__item"><a href="statsmodels.regression.process_regression.ProcessMLEResults.html" class="md-tabs__link">statsmodels.regression.process_regression.ProcessMLEResults</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels 0.11.0</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../regression.html" class="md-nav__link">Linear Regression</a> </li> <li class="md-nav__item"> <a href="../glm.html" class="md-nav__link">Generalized Linear Models</a> </li> <li class="md-nav__item"> <a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a> </li> <li class="md-nav__item"> <a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a> </li> <li class="md-nav__item"> <a href="../rlm.html" class="md-nav__link">Robust Linear Models</a> </li> <li class="md-nav__item"> <a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a> </li> <li class="md-nav__item"> <a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../anova.html" class="md-nav__link">ANOVA</a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.regression.process_regression.ProcessMLEResults.wald_test.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-regression-process-regression-processmleresults-wald-test--page-root">statsmodels.regression.process_regression.ProcessMLEResults.wald_test<a class="headerlink" href="#generated-statsmodels-regression-process-regression-processmleresults-wald-test--page-root" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="statsmodels.regression.process_regression.ProcessMLEResults.wald_test"> <code class="sig-prename descclassname">ProcessMLEResults.</code><code class="sig-name descname">wald_test</code><span class="sig-paren">(</span><em class="sig-param">r_matrix</em>, <em class="sig-param">cov_p=None</em>, <em class="sig-param">scale=1.0</em>, <em class="sig-param">invcov=None</em>, <em class="sig-param">use_f=None</em>, <em class="sig-param">df_constraints=None</em><span class="sig-paren">)</span><a class="headerlink" href="#statsmodels.regression.process_regression.ProcessMLEResults.wald_test" title="Permalink to this definition">¶</a></dt> <dd><p>Compute a Wald-test for a joint linear hypothesis.</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>r_matrix</strong><span class="classifier">{<a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a>, <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">str</span></code></a>, <a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#tuple" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">tuple</span></code></a>}</span></dt><dd><p>One of:</p> <ul class="simple"> <li><p>array : An r x k array where r is the number of restrictions to test and k is the number of regressors. It is assumed that the linear combination is equal to zero.</p></li> <li><p>str : The full hypotheses to test can be given as a string. See the examples.</p></li> <li><p>tuple : A tuple of arrays in the form (R, q), <code class="docutils literal notranslate"><span class="pre">q</span></code> can be either a scalar or a length p row vector.</p></li> </ul> </dd> <dt><strong>cov_p</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>An alternative estimate for the parameter covariance matrix. If None is given, self.normalized_cov_params is used.</p> </dd> <dt><strong>scale</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">float</span></code></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>Default is 1.0 for no scaling.</p> <div class="deprecated"> <p><span class="versionmodified deprecated">Deprecated since version 0.10.0.</span></p> </div> </dd> <dt><strong>invcov</strong><span class="classifier"><a class="reference external" href="https://docs.scipy.org/doc/numpy/glossary.html#term-array-like" title="(in NumPy v1.17)"><span>array_like</span></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>A q x q array to specify an inverse covariance matrix based on a restrictions matrix.</p> </dd> <dt><strong>use_f</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#bltin-boolean-values" title="(in Python v3.8)"><span class="xref std std-ref">bool</span></a></span></dt><dd><p>If True, then the F-distribution is used. If False, then the asymptotic distribution, chisquare is used. If use_f is None, then the F distribution is used if the model specifies that use_t is True. The test statistic is proportionally adjusted for the distribution by the number of constraints in the hypothesis.</p> </dd> <dt><strong>df_constraints</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.8)"><code class="docutils literal notranslate"><span class="pre">int</span></code></a>, <code class="xref py py-obj docutils literal notranslate"><span class="pre">optional</span></code></span></dt><dd><p>The number of constraints. If not provided the number of constraints is determined from r_matrix.</p> </dd> </dl> </dd> <dt class="field-even">Returns</dt> <dd class="field-even"><dl class="simple"> <dt><code class="xref py py-obj docutils literal notranslate"><span class="pre">ContrastResults</span></code></dt><dd><p>The results for the test are attributes of this results instance.</p> </dd> </dl> </dd> </dl> <div class="admonition seealso"> <p class="admonition-title">See also</p> <dl class="simple"> <dt><a class="reference internal" href="statsmodels.regression.process_regression.ProcessMLEResults.f_test.html#statsmodels.regression.process_regression.ProcessMLEResults.f_test" title="statsmodels.regression.process_regression.ProcessMLEResults.f_test"><code class="xref py py-obj docutils literal notranslate"><span class="pre">f_test</span></code></a></dt><dd><p>Perform an F tests on model parameters.</p> </dd> <dt><a class="reference internal" href="statsmodels.regression.process_regression.ProcessMLEResults.t_test.html#statsmodels.regression.process_regression.ProcessMLEResults.t_test" title="statsmodels.regression.process_regression.ProcessMLEResults.t_test"><code class="xref py py-obj docutils literal notranslate"><span class="pre">t_test</span></code></a></dt><dd><p>Perform a single hypothesis test.</p> </dd> <dt><a class="reference internal" href="../dev/generated/statsmodels.stats.contrast.ContrastResults.html#statsmodels.stats.contrast.ContrastResults" title="statsmodels.stats.contrast.ContrastResults"><code class="xref py py-obj docutils literal notranslate"><span class="pre">statsmodels.stats.contrast.ContrastResults</span></code></a></dt><dd><p>Test results.</p> </dd> <dt><code class="xref py py-obj docutils literal notranslate"><span class="pre">patsy.DesignInfo.linear_constraint</span></code></dt><dd><p>Specify a linear constraint.</p> </dd> </dl> </div> <p class="rubric">Notes</p> <p>The matrix <cite>r_matrix</cite> is assumed to be non-singular. More precisely,</p> <p>r_matrix (pX pX.T) r_matrix.T</p> <p>is assumed invertible. Here, pX is the generalized inverse of the design matrix of the model. There can be problems in non-OLS models where the rank of the covariance of the noise is not full.</p> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.regression.process_regression.ProcessMLEResults.t_test_pairwise.html" title="Material" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.regression.process_regression.ProcessMLEResults.t_test_pairwise </span> </div> </a> <a href="statsmodels.regression.process_regression.ProcessMLEResults.wald_test_terms.html" title="Admonition" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.regression.process_regression.ProcessMLEResults.wald_test_terms </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Jan 22, 2020. <br/> Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.3.1. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.11.0/generated/statsmodels.regression.process_regression.ProcessMLEResults.wald_test.html
HTML
bsd-3-clause
24,418
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>MNE-CPP: D:/Users/Christoph/GitHub/mne-cpp/applications/mne_x/plugins/tmsi/FormFiles/tmsimanualannotationwidget.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">MNE-CPP &#160;<span id="projectnumber">beta 1.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> <!-- 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_a6e4fee11f07c3b70486e88fe92cbbdc.html">applications</a></li><li class="navelem"><a class="el" href="dir_362befb8814e314b111c15c41bbf89c8.html">mne_x</a></li><li class="navelem"><a class="el" href="dir_d89ede2d7d689617264fddf77707cd4c.html">plugins</a></li><li class="navelem"><a class="el" href="dir_742ad9d401ea4dddcb05337fe3ee40d2.html">tmsi</a></li><li class="navelem"><a class="el" href="dir_15a310607e6eafa3be33a4e3fb8106d2.html">FormFiles</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">tmsimanualannotationwidget.h</div> </div> </div><!--header--> <div class="contents"> <a href="tmsimanualannotationwidget_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="comment"></span><span class="preprocessor">#ifndef TMSIMANUALANNOTATIONWIDGET_H</span></div> <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#define TMSIMANUALANNOTATIONWIDGET_H</span></div> <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div> <div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;</div> <div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="comment">//*************************************************************************************************************</span></div> <div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="comment">// INCLUDES</span></div> <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div> <div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div> <div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;<span class="comment">//*************************************************************************************************************</span></div> <div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="comment">// QT INCLUDES</span></div> <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div> <div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#include &lt;QWidget&gt;</span></div> <div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#include &quot;../ui_tmsimanualannotation.h&quot;</span></div> <div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div> <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;</div> <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="comment">//*************************************************************************************************************</span></div> <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="comment">// DEFINE NAMESPACE TMSIPlugin</span></div> <div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;</div> <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_t_m_s_i_plugin.html">TMSIPlugin</a></div> <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;{</div> <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;</div> <div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;</div> <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="comment">//*************************************************************************************************************</span></div> <div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="comment">// FORWARD DECLARATIONS</span></div> <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div> <div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="keyword">class </span>TMSI;</div> <div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;</div> <div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;</div> <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="comment">//=============================================================================================================</span></div> <div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html"> 78</a></span>&#160;<span class="comment"></span><span class="keyword">class </span><a class="code" href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html">TMSIManualAnnotationWidget</a> : <span class="keyword">public</span> QWidget</div> <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;{</div> <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; Q_OBJECT</div> <div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="keyword">public</span>:</div> <div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="comment">//=========================================================================================================</span></div> <div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="comment"></span> <a class="code" href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html#a38d0cf31d9e0cb9f456d67d083f38829">TMSIManualAnnotationWidget</a>(<a class="code" href="class_t_m_s_i_plugin_1_1_t_m_s_i.html">TMSI</a>* pTMSI, QWidget *parent = 0);</div> <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;</div> <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <span class="comment">//=========================================================================================================</span></div> <div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="comment"></span> <a class="code" href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html#ab0ce650bd2e97bdeb8cb65033666de29">~TMSIManualAnnotationWidget</a>();</div> <div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;</div> <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="comment">//=========================================================================================================</span></div> <div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html#a64f6a927f7ad6662b90df628ee563fc5">initGui</a>();</div> <div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;</div> <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;<span class="keyword">private</span>:</div> <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <a class="code" href="class_t_m_s_i_plugin_1_1_t_m_s_i.html">TMSI</a>* m_pTMSI; </div> <div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; Ui::TMSIManualAnnotationWidget ui; </div> <div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <span class="keyword">virtual</span> <span class="keywordtype">void</span> keyPressEvent(QKeyEvent *event);</div> <div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;};</div> <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160;</div> <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;} <span class="comment">// NAMESPACE</span></div> <div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;</div> <div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;<span class="preprocessor">#endif // TMSIMANUALANNOTATIONWIDGET_H</span></div> <div class="ttc" id="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget_html"><div class="ttname"><a href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html">TMSIPlugin::TMSIManualAnnotationWidget</a></div><div class="ttdoc">The TMSIManualAnnotationWidget class provides a widget/window for manually annotating the trigger...</div><div class="ttdef"><b>Definition:</b> <a href="tmsimanualannotationwidget_8h_source.html#l00078">tmsimanualannotationwidget.h:78</a></div></div> <div class="ttc" id="namespace_t_m_s_i_plugin_html"><div class="ttname"><a href="namespace_t_m_s_i_plugin.html">TMSIPlugin</a></div><div class="ttdef"><b>Definition:</b> <a href="tmsiaboutwidget_8h_source.html#l00062">tmsiaboutwidget.h:62</a></div></div> <div class="ttc" id="class_t_m_s_i_plugin_1_1_t_m_s_i_html"><div class="ttname"><a href="class_t_m_s_i_plugin_1_1_t_m_s_i.html">TMSIPlugin::TMSI</a></div><div class="ttdoc">The TMSI class provides a EEG connector. In order for this plugin to work properly the driver dll "RT...</div><div class="ttdef"><b>Definition:</b> <a href="tmsi_8h_source.html#l00122">tmsi.h:122</a></div></div> <div class="ttc" id="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget_html_a38d0cf31d9e0cb9f456d67d083f38829"><div class="ttname"><a href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html#a38d0cf31d9e0cb9f456d67d083f38829">TMSIPlugin::TMSIManualAnnotationWidget::TMSIManualAnnotationWidget</a></div><div class="ttdeci">TMSIManualAnnotationWidget(TMSI *pTMSI, QWidget *parent=0)</div><div class="ttdef"><b>Definition:</b> <a href="tmsimanualannotationwidget_8cpp_source.html#l00066">tmsimanualannotationwidget.cpp:66</a></div></div> <div class="ttc" id="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget_html_ab0ce650bd2e97bdeb8cb65033666de29"><div class="ttname"><a href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html#ab0ce650bd2e97bdeb8cb65033666de29">TMSIPlugin::TMSIManualAnnotationWidget::~TMSIManualAnnotationWidget</a></div><div class="ttdeci">~TMSIManualAnnotationWidget()</div><div class="ttdef"><b>Definition:</b> <a href="tmsimanualannotationwidget_8cpp_source.html#l00077">tmsimanualannotationwidget.cpp:77</a></div></div> <div class="ttc" id="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget_html_a64f6a927f7ad6662b90df628ee563fc5"><div class="ttname"><a href="class_t_m_s_i_plugin_1_1_t_m_s_i_manual_annotation_widget.html#a64f6a927f7ad6662b90df628ee563fc5">TMSIPlugin::TMSIManualAnnotationWidget::initGui</a></div><div class="ttdeci">void initGui()</div><div class="ttdef"><b>Definition:</b> <a href="tmsimanualannotationwidget_8cpp_source.html#l00084">tmsimanualannotationwidget.cpp:84</a></div></div> </div><!-- fragment --></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Mar 27 2015 22:54:28 for MNE-CPP by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
CBoensel/mne-cpp
doc/html/tmsimanualannotationwidget_8h_source.html
HTML
bsd-3-clause
16,933
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Sun Jan 22 14:18:59 CET 2012 --> <TITLE> Uses of Class soot.util.JasminOutputStream (Soot API) </TITLE> <META NAME="date" CONTENT="2012-01-22"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class soot.util.JasminOutputStream (Soot API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../soot/util/JasminOutputStream.html" title="class in soot.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?soot/util//class-useJasminOutputStream.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JasminOutputStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>soot.util.JasminOutputStream</B></H2> </CENTER> No usage of soot.util.JasminOutputStream <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../soot/util/JasminOutputStream.html" title="class in soot.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?soot/util//class-useJasminOutputStream.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="JasminOutputStream.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
Phortran/SicurezzaInformatica
ApkSSL_Tester/libs/soot/doc/soot/util/class-use/JasminOutputStream.html
HTML
bsd-3-clause
5,724
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>colour.appearance.llab &mdash; Colour 0.3.6 documentation</title> <link rel="stylesheet" href="../../../_static/basic.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/bootswatch-3.1.0/colour/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/styles.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../', VERSION: '0.3.6', 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-MML_HTMLorMML"></script> <script type="text/javascript" src="../../../_static/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="../../../_static/js/jquery-fix.js"></script> <script type="text/javascript" src="../../../_static/bootstrap-3.1.0/js/bootstrap.min.js"></script> <script type="text/javascript" src="../../../_static/bootstrap-sphinx.js"></script> <link rel="top" title="Colour 0.3.6 documentation" href="../../../index.html" /> <link rel="up" title="colour.appearance" href="../appearance.html" /> <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'> <meta name="apple-mobile-web-app-capable" content="yes"> </head> <body> <div id="navbar" class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <!-- .btn-navbar is used as the toggle for collapsed navbar content --> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../index.html"><img src="../../../_static/Colour_Logo_Icon_001.png"> Colour&nbsp;0.3</a> <!--<span class="navbar-text navbar-version pull-left"><b>0.3</b></span>--> </div> <div class="collapse navbar-collapse nav-collapse"> <ul class="nav navbar-nav"> <li class="divider-vertical"></li> <li><a href="http://colour-science.org">colour-science.org</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-life-ring">&nbsp;Documentation</i><b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="api.html" class="fa fa-life-ring">&nbsp;API Reference</a> </li> <li> <a href="http://nbviewer.ipython.org/github/colour-science/colour-ipython/blob/master/notebooks/colour.ipynb', True)" class="fa fa-book">&nbsp;IPython Notebooks</a> </li> <li> <a href="http://colour-science.org/features.php" class="fa fa-lightbulb-o">&nbsp;Features</a> </li> <li> <a href="http://colour-science.org/contributing.php"><span class="fa fa-gears">&nbsp;Contributing</span></a> </li> </ul> </li> </ul> <form class="navbar-form navbar-right" action="../../../search.html" method="get"> <div class="form-group"> <input type="text" name="q" class="form-control" placeholder="Search" /> </div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <h1>Source code for colour.appearance.llab</h1><div class="highlight"><pre> <span class="c">#!/usr/bin/env python</span> <span class="c"># -*- coding: utf-8 -*-</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">LLAB(l:c) Colour Appearance Model</span> <span class="sd">=================================</span> <span class="sd">Defines LLAB(l:c) colour appearance model objects:</span> <span class="sd">- :class:`LLAB_InductionFactors`</span> <span class="sd">- :attr:`LLAB_VIEWING_CONDITIONS`</span> <span class="sd">- :class:`LLAB_Specification`</span> <span class="sd">- :func:`XYZ_to_LLAB`</span> <span class="sd">See Also</span> <span class="sd">--------</span> <span class="sd">`LLAB(l:c) Colour Appearance Model IPython Notebook</span> <span class="sd">&lt;http://nbviewer.ipython.org/github/colour-science/colour-ipython/blob/master/notebooks/appearance/llab.ipynb&gt;`_ # noqa</span> <span class="sd">References</span> <span class="sd">----------</span> <span class="sd">.. [1] Fairchild, M. D. (2013). LLAB Model. In Color Appearance Models</span> <span class="sd"> (3rd ed., pp. 6025–6178). Wiley. ASIN:B00DAYO8E2</span> <span class="sd">.. [2] Luo, M. R., &amp; Morovic, J. (1996). Two Unsolved Issues in Colour</span> <span class="sd"> Management – Colour Appearance and Gamut Mapping. In Conference: 5th</span> <span class="sd"> International Conference on High Technology: Imaging Science and</span> <span class="sd"> Technology – Evolution &amp; Promise (pp. 136–147). Retrieved from</span> <span class="sd"> http://www.researchgate.net/publication/236348295_Two_Unsolved_Issues_in_Colour_Management__Colour_Appearance_and_Gamut_Mapping # noqa</span> <span class="sd">.. [3] Luo, M. R., Lo, M.-C., &amp; Kuo, W.-G. (1996). The LLAB (l:c) colour</span> <span class="sd"> model. Color Research &amp; Application, 21(6), 412–429.</span> <span class="sd"> doi:10.1002/(SICI)1520-6378(199612)21:6&lt;412::AID-COL4&gt;3.0.CO;2-Z</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">division</span><span class="p">,</span> <span class="n">unicode_literals</span> <span class="kn">import</span> <span class="nn">numpy</span> <span class="kn">as</span> <span class="nn">np</span> <span class="kn">from</span> <span class="nn">collections</span> <span class="kn">import</span> <span class="n">namedtuple</span> <span class="kn">from</span> <span class="nn">colour.utilities</span> <span class="kn">import</span> <span class="n">CaseInsensitiveMapping</span><span class="p">,</span> <span class="n">dot_vector</span><span class="p">,</span> <span class="n">tsplit</span><span class="p">,</span> <span class="n">tstack</span> <span class="n">__author__</span> <span class="o">=</span> <span class="s">&#39;Colour Developers&#39;</span> <span class="n">__copyright__</span> <span class="o">=</span> <span class="s">&#39;Copyright (C) 2013 - 2015 - Colour Developers&#39;</span> <span class="n">__license__</span> <span class="o">=</span> <span class="s">&#39;GPL V3.0 - http://www.gnu.org/licenses/&#39;</span> <span class="n">__maintainer__</span> <span class="o">=</span> <span class="s">&#39;Colour Developers&#39;</span> <span class="n">__email__</span> <span class="o">=</span> <span class="s">&#39;colour-science@googlegroups.com&#39;</span> <span class="n">__status__</span> <span class="o">=</span> <span class="s">&#39;Production&#39;</span> <span class="n">__all__</span> <span class="o">=</span> <span class="p">[</span><span class="s">&#39;LLAB_InductionFactors&#39;</span><span class="p">,</span> <span class="s">&#39;LLAB_VIEWING_CONDITIONS&#39;</span><span class="p">,</span> <span class="s">&#39;LLAB_XYZ_TO_RGB_MATRIX&#39;</span><span class="p">,</span> <span class="s">&#39;LLAB_RGB_TO_XYZ_MATRIX&#39;</span><span class="p">,</span> <span class="s">&#39;LLAB_ReferenceSpecification&#39;</span><span class="p">,</span> <span class="s">&#39;LLAB_Specification&#39;</span><span class="p">,</span> <span class="s">&#39;XYZ_to_LLAB&#39;</span><span class="p">,</span> <span class="s">&#39;XYZ_to_RGB_LLAB&#39;</span><span class="p">,</span> <span class="s">&#39;chromatic_adaptation&#39;</span><span class="p">,</span> <span class="s">&#39;f&#39;</span><span class="p">,</span> <span class="s">&#39;opponent_colour_dimensions&#39;</span><span class="p">,</span> <span class="s">&#39;hue_angle&#39;</span><span class="p">,</span> <span class="s">&#39;chroma_correlate&#39;</span><span class="p">,</span> <span class="s">&#39;colourfulness_correlate&#39;</span><span class="p">,</span> <span class="s">&#39;saturation_correlate&#39;</span><span class="p">,</span> <span class="s">&#39;final_opponent_signals&#39;</span><span class="p">]</span> <div class="viewcode-block" id="LLAB_InductionFactors"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.LLAB_InductionFactors">[docs]</a><span class="k">class</span> <span class="nc">LLAB_InductionFactors</span><span class="p">(</span> <span class="n">namedtuple</span><span class="p">(</span><span class="s">&#39;LLAB_InductionFactors&#39;</span><span class="p">,</span> <span class="p">(</span><span class="s">&#39;D&#39;</span><span class="p">,</span> <span class="s">&#39;F_S&#39;</span><span class="p">,</span> <span class="s">&#39;F_L&#39;</span><span class="p">,</span> <span class="s">&#39;F_C&#39;</span><span class="p">))):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> LLAB(l:c) colour appearance model induction factors.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> D : numeric or array_like</span> <span class="sd"> *Discounting-the-Illuminant* factor :math:`D` in domain [0, 1].</span> <span class="sd"> F_S : numeric or array_like</span> <span class="sd"> Surround induction factor :math:`F_S`.</span> <span class="sd"> F_L : numeric or array_like</span> <span class="sd"> *Lightness* induction factor :math:`F_L`.</span> <span class="sd"> F_C : numeric or array_like</span> <span class="sd"> *Chroma* induction factor :math:`F_C`.</span> <span class="sd"> &quot;&quot;&quot;</span> </div> <span class="n">LLAB_VIEWING_CONDITIONS</span> <span class="o">=</span> <span class="n">CaseInsensitiveMapping</span><span class="p">(</span> <span class="p">{</span><span class="s">&#39;Reference Samples &amp; Images, Average Surround, Subtending &gt; 4&#39;</span><span class="p">:</span> <span class="p">(</span> <span class="n">LLAB_InductionFactors</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">3</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">1</span><span class="p">)),</span> <span class="s">&#39;Reference Samples &amp; Images, Average Surround, Subtending &lt; 4&#39;</span><span class="p">:</span> <span class="p">(</span> <span class="n">LLAB_InductionFactors</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">3</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="s">&#39;Television &amp; VDU Displays, Dim Surround&#39;</span><span class="p">:</span> <span class="p">(</span> <span class="n">LLAB_InductionFactors</span><span class="p">(</span><span class="mf">0.7</span><span class="p">,</span> <span class="mf">3.5</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="s">&#39;Cut Sheet Transparency, Dim Surround&#39;</span><span class="p">:</span> <span class="p">(</span> <span class="n">LLAB_InductionFactors</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mf">1.1</span><span class="p">)),</span> <span class="s">&#39;35mm Projection Transparency, Dark Surround&#39;</span><span class="p">:</span> <span class="p">(</span> <span class="n">LLAB_InductionFactors</span><span class="p">(</span><span class="mf">0.7</span><span class="p">,</span> <span class="mi">4</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="sd">&quot;&quot;&quot;</span> <span class="sd">Reference LLAB(l:c) colour appearance model viewing conditions.</span> <span class="sd">LLAB_VIEWING_CONDITIONS : CaseInsensitiveMapping</span> <span class="sd"> **{&#39;Reference Samples &amp; Images, Average Surround, Subtending &gt; 4&#39;,</span> <span class="sd"> &#39;Reference Samples &amp; Images, Average Surround, Subtending &lt; 4&#39;,</span> <span class="sd"> &#39;Television &amp; VDU Displays, Dim Surround&#39;,</span> <span class="sd"> &#39;Cut Sheet Transparency, Dim Surround&#39;:,</span> <span class="sd"> &#39;35mm Projection Transparency, Dark Surround&#39;}**</span> <span class="sd">Aliases:</span> <span class="sd">- &#39;ref_average_4_plus&#39;:</span> <span class="sd"> &#39;Reference Samples &amp; Images, Average Surround, Subtending &gt; 4&#39;</span> <span class="sd">- &#39;ref_average_4_minus&#39;:</span> <span class="sd"> &#39;Reference Samples &amp; Images, Average Surround, Subtending &lt; 4&#39;</span> <span class="sd">- &#39;tv_dim&#39;: &#39;Television &amp; VDU Displays, Dim Surround&#39;</span> <span class="sd">- &#39;sheet_dim&#39;: &#39;Cut Sheet Transparency, Dim Surround&#39;</span> <span class="sd">- &#39;projected_dark&#39;: &#39;35mm Projection Transparency, Dark Surround&#39;</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span><span class="s">&#39;ref_average_4_plus&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="p">(</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span> <span class="s">&#39;Reference Samples &amp; Images, Average Surround, Subtending &gt; 4&#39;</span><span class="p">])</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span><span class="s">&#39;ref_average_4_minus&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="p">(</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span> <span class="s">&#39;Reference Samples &amp; Images, Average Surround, Subtending &lt; 4&#39;</span><span class="p">])</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span><span class="s">&#39;tv_dim&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="p">(</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span> <span class="s">&#39;Television &amp; VDU Displays, Dim Surround&#39;</span><span class="p">])</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span><span class="s">&#39;sheet_dim&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="p">(</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span> <span class="s">&#39;Cut Sheet Transparency, Dim Surround&#39;</span><span class="p">])</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span><span class="s">&#39;projected_dark&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="p">(</span> <span class="n">LLAB_VIEWING_CONDITIONS</span><span class="p">[</span> <span class="s">&#39;35mm Projection Transparency, Dark Surround&#39;</span><span class="p">])</span> <span class="n">LLAB_XYZ_TO_RGB_MATRIX</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">(</span> <span class="p">[[</span><span class="mf">0.8951</span><span class="p">,</span> <span class="mf">0.2664</span><span class="p">,</span> <span class="o">-</span><span class="mf">0.1614</span><span class="p">],</span> <span class="p">[</span><span class="o">-</span><span class="mf">0.7502</span><span class="p">,</span> <span class="mf">1.7135</span><span class="p">,</span> <span class="mf">0.0367</span><span class="p">],</span> <span class="p">[</span><span class="mf">0.0389</span><span class="p">,</span> <span class="o">-</span><span class="mf">0.0685</span><span class="p">,</span> <span class="mf">1.0296</span><span class="p">]])</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">LLAB(l:c) colour appearance model *CIE XYZ* tristimulus values to normalised</span> <span class="sd">cone responses matrix.</span> <span class="sd">LLAB_XYZ_TO_RGB_MATRIX : array_like, (3, 3)</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">LLAB_RGB_TO_XYZ_MATRIX</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">linalg</span><span class="o">.</span><span class="n">inv</span><span class="p">(</span><span class="n">LLAB_XYZ_TO_RGB_MATRIX</span><span class="p">)</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">LLAB(l:c) colour appearance model normalised cone responses to *CIE XYZ*</span> <span class="sd">tristimulus values matrix.</span> <span class="sd">LLAB_RGB_TO_XYZ_MATRIX : array_like, (3, 3)</span> <span class="sd">&quot;&quot;&quot;</span> <div class="viewcode-block" id="LLAB_ReferenceSpecification"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.LLAB_ReferenceSpecification">[docs]</a><span class="k">class</span> <span class="nc">LLAB_ReferenceSpecification</span><span class="p">(</span> <span class="n">namedtuple</span><span class="p">(</span><span class="s">&#39;LLAB_ReferenceSpecification&#39;</span><span class="p">,</span> <span class="p">(</span><span class="s">&#39;L_L&#39;</span><span class="p">,</span> <span class="s">&#39;Ch_L&#39;</span><span class="p">,</span> <span class="s">&#39;h_L&#39;</span><span class="p">,</span> <span class="s">&#39;s_L&#39;</span><span class="p">,</span> <span class="s">&#39;C_L&#39;</span><span class="p">,</span> <span class="s">&#39;HC&#39;</span><span class="p">,</span> <span class="s">&#39;A_L&#39;</span><span class="p">,</span> <span class="s">&#39;B_L&#39;</span><span class="p">))):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Defines the LLAB(l:c) colour appearance model reference specification.</span> <span class="sd"> This specification has field names consistent with Fairchild (2013)</span> <span class="sd"> reference.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> L_L : numeric or array_like</span> <span class="sd"> Correlate of *Lightness* :math:`L_L`.</span> <span class="sd"> Ch_L : numeric or array_like</span> <span class="sd"> Correlate of *chroma* :math:`Ch_L`.</span> <span class="sd"> h_L : numeric or array_like</span> <span class="sd"> *Hue* angle :math:`h_L` in degrees.</span> <span class="sd"> s_L : numeric or array_like</span> <span class="sd"> Correlate of *saturation* :math:`s_L`.</span> <span class="sd"> C_L : numeric or array_like</span> <span class="sd"> Correlate of *colourfulness* :math:`C_L`.</span> <span class="sd"> HC : numeric or array_like</span> <span class="sd"> *Hue* :math:`h` composition :math:`H^C`.</span> <span class="sd"> A_L : numeric or array_like</span> <span class="sd"> Opponent signal :math:`A_L`.</span> <span class="sd"> B_L : numeric or array_like</span> <span class="sd"> Opponent signal :math:`B_L`.</span> <span class="sd"> &quot;&quot;&quot;</span> </div> <div class="viewcode-block" id="LLAB_Specification"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.LLAB_Specification">[docs]</a><span class="k">class</span> <span class="nc">LLAB_Specification</span><span class="p">(</span> <span class="n">namedtuple</span><span class="p">(</span><span class="s">&#39;LLAB_Specification&#39;</span><span class="p">,</span> <span class="p">(</span><span class="s">&#39;J&#39;</span><span class="p">,</span> <span class="s">&#39;C&#39;</span><span class="p">,</span> <span class="s">&#39;h&#39;</span><span class="p">,</span> <span class="s">&#39;s&#39;</span><span class="p">,</span> <span class="s">&#39;M&#39;</span><span class="p">,</span> <span class="s">&#39;HC&#39;</span><span class="p">,</span> <span class="s">&#39;a&#39;</span><span class="p">,</span> <span class="s">&#39;b&#39;</span><span class="p">))):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Defines the LLAB(l:c) colour appearance model specification.</span> <span class="sd"> This specification has field names consistent with the remaining colour</span> <span class="sd"> appearance models in :mod:`colour.appearance` but diverge from Fairchild</span> <span class="sd"> (2013) reference.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> J : numeric or array_like</span> <span class="sd"> Correlate of *Lightness* :math:`L_L`.</span> <span class="sd"> C : numeric or array_like</span> <span class="sd"> Correlate of *chroma* :math:`Ch_L`.</span> <span class="sd"> h : numeric or array_like</span> <span class="sd"> *Hue* angle :math:`h_L` in degrees.</span> <span class="sd"> s : numeric or array_like</span> <span class="sd"> Correlate of *saturation* :math:`s_L`.</span> <span class="sd"> M : numeric or array_like</span> <span class="sd"> Correlate of *colourfulness* :math:`C_L`.</span> <span class="sd"> HC : numeric or array_like</span> <span class="sd"> *Hue* :math:`h` composition :math:`H^C`.</span> <span class="sd"> a : numeric or array_like</span> <span class="sd"> Opponent signal :math:`A_L`.</span> <span class="sd"> b : numeric or array_like</span> <span class="sd"> Opponent signal :math:`B_L`.</span> <span class="sd"> &quot;&quot;&quot;</span> </div> <div class="viewcode-block" id="XYZ_to_LLAB"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.XYZ_to_LLAB">[docs]</a><span class="k">def</span> <span class="nf">XYZ_to_LLAB</span><span class="p">(</span> <span class="n">XYZ</span><span class="p">,</span> <span class="n">XYZ_0</span><span class="p">,</span> <span class="n">Y_b</span><span class="p">,</span> <span class="n">L</span><span class="p">,</span> <span class="n">surround</span><span class="o">=</span><span class="n">LLAB_VIEWING_CONDITIONS</span><span class="o">.</span><span class="n">get</span><span class="p">(</span> <span class="s">&#39;Reference Samples &amp; Images, Average Surround, Subtending &lt; 4&#39;</span><span class="p">)):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Computes the LLAB(l:c) colour appearance model correlates.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> XYZ : array_like</span> <span class="sd"> *CIE XYZ* tristimulus values of test sample / stimulus in domain</span> <span class="sd"> [0, 100].</span> <span class="sd"> XYZ_0 : array_like</span> <span class="sd"> *CIE XYZ* tristimulus values of reference white in domain [0, 100].</span> <span class="sd"> Y_b : numeric or array_like</span> <span class="sd"> Luminance factor of the background in :math:`cd/m^2`.</span> <span class="sd"> L : numeric or array_like</span> <span class="sd"> Absolute luminance :math:`L` of reference white in :math:`cd/m^2`.</span> <span class="sd"> surround : LLAB_InductionFactors, optional</span> <span class="sd"> Surround viewing conditions induction factors.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> LLAB_Specification</span> <span class="sd"> LLAB(l:c) colour appearance model specification.</span> <span class="sd"> Warning</span> <span class="sd"> -------</span> <span class="sd"> The output domain of that definition is non standard!</span> <span class="sd"> Notes</span> <span class="sd"> -----</span> <span class="sd"> - Input *CIE XYZ* tristimulus values are in domain [0, 100].</span> <span class="sd"> - Input *CIE XYZ_0* tristimulus values are in domain [0, 100].</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; XYZ = np.array([19.01, 20.00, 21.78])</span> <span class="sd"> &gt;&gt;&gt; XYZ_0 = np.array([95.05, 100.00, 108.88])</span> <span class="sd"> &gt;&gt;&gt; Y_b = 20.0</span> <span class="sd"> &gt;&gt;&gt; L = 318.31</span> <span class="sd"> &gt;&gt;&gt; surround = LLAB_VIEWING_CONDITIONS[&#39;ref_average_4_minus&#39;]</span> <span class="sd"> &gt;&gt;&gt; XYZ_to_LLAB(XYZ, XYZ_0, Y_b, L, surround) # doctest: +ELLIPSIS</span> <span class="sd"> LLAB_Specification(J=37.3668650..., C=0.0089496..., h=270.0000000..., \</span> <span class="sd">s=0.0002395..., M=0.0190185..., HC=None, a=1.4742890..., b=-0.0190185...)</span> <span class="sd"> &quot;&quot;&quot;</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">tsplit</span><span class="p">(</span><span class="n">XYZ</span><span class="p">)</span> <span class="n">RGB</span> <span class="o">=</span> <span class="n">XYZ_to_RGB_LLAB</span><span class="p">(</span><span class="n">XYZ</span><span class="p">)</span> <span class="n">RGB_0</span> <span class="o">=</span> <span class="n">XYZ_to_RGB_LLAB</span><span class="p">(</span><span class="n">XYZ_0</span><span class="p">)</span> <span class="c"># Reference illuminant *CIE Standard Illuminant D Series* *D65*.</span> <span class="n">XYZ_0r</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">([</span><span class="mf">95.05</span><span class="p">,</span> <span class="mf">100.00</span><span class="p">,</span> <span class="mf">108.88</span><span class="p">])</span> <span class="n">RGB_0r</span> <span class="o">=</span> <span class="n">XYZ_to_RGB_LLAB</span><span class="p">(</span><span class="n">XYZ_0r</span><span class="p">)</span> <span class="c"># Computing chromatic adaptation.</span> <span class="n">XYZ_r</span> <span class="o">=</span> <span class="n">chromatic_adaptation</span><span class="p">(</span><span class="n">RGB</span><span class="p">,</span> <span class="n">RGB_0</span><span class="p">,</span> <span class="n">RGB_0r</span><span class="p">,</span> <span class="n">Y</span><span class="p">,</span> <span class="n">surround</span><span class="o">.</span><span class="n">D</span><span class="p">)</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="c"># Computing the correlate of *Lightness* :math:`L_L`.</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="c"># Computing opponent colour dimensions.</span> <span class="n">L_L</span><span class="p">,</span> <span class="n">a</span><span class="p">,</span> <span class="n">b</span> <span class="o">=</span> <span class="n">tsplit</span><span class="p">(</span><span class="n">opponent_colour_dimensions</span><span class="p">(</span> <span class="n">XYZ_r</span><span class="p">,</span> <span class="n">Y_b</span><span class="p">,</span> <span class="n">surround</span><span class="o">.</span><span class="n">F_S</span><span class="p">,</span> <span class="n">surround</span><span class="o">.</span><span class="n">F_L</span><span class="p">))</span> <span class="c"># Computing perceptual correlates.</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="c"># Computing the correlate of *chroma* :math:`Ch_L`.</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="n">Ch_L</span> <span class="o">=</span> <span class="n">chroma_correlate</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="c"># Computing the correlate of *colourfulness* :math:`C_L`.</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="n">C_L</span> <span class="o">=</span> <span class="n">colourfulness_correlate</span><span class="p">(</span><span class="n">L</span><span class="p">,</span> <span class="n">L_L</span><span class="p">,</span> <span class="n">Ch_L</span><span class="p">,</span> <span class="n">surround</span><span class="o">.</span><span class="n">F_C</span><span class="p">)</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="c"># Computing the correlate of *saturation* :math:`s_L`.</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="n">s_L</span> <span class="o">=</span> <span class="n">saturation_correlate</span><span class="p">(</span><span class="n">Ch_L</span><span class="p">,</span> <span class="n">L_L</span><span class="p">)</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="c"># Computing the *hue* angle :math:`h_L`.</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="n">h_L</span> <span class="o">=</span> <span class="n">hue_angle</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">)</span> <span class="n">h_Lr</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">radians</span><span class="p">(</span><span class="n">h_L</span><span class="p">)</span> <span class="c"># TODO: Implement hue composition computation.</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="c"># Computing final opponent signals.</span> <span class="c"># -------------------------------------------------------------------------</span> <span class="n">A_L</span><span class="p">,</span> <span class="n">B_L</span> <span class="o">=</span> <span class="n">tsplit</span><span class="p">(</span><span class="n">final_opponent_signals</span><span class="p">(</span><span class="n">C_L</span><span class="p">,</span> <span class="n">h_Lr</span><span class="p">))</span> <span class="k">return</span> <span class="n">LLAB_Specification</span><span class="p">(</span><span class="n">L_L</span><span class="p">,</span> <span class="n">Ch_L</span><span class="p">,</span> <span class="n">h_L</span><span class="p">,</span> <span class="n">s_L</span><span class="p">,</span> <span class="n">C_L</span><span class="p">,</span> <span class="bp">None</span><span class="p">,</span> <span class="n">A_L</span><span class="p">,</span> <span class="n">B_L</span><span class="p">)</span> </div> <div class="viewcode-block" id="XYZ_to_RGB_LLAB"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.XYZ_to_RGB_LLAB">[docs]</a><span class="k">def</span> <span class="nf">XYZ_to_RGB_LLAB</span><span class="p">(</span><span class="n">XYZ</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Converts from *CIE XYZ* tristimulus values to normalised cone responses.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> XYZ : array_like</span> <span class="sd"> *CIE XYZ* tristimulus values.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> ndarray</span> <span class="sd"> Normalised cone responses.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; XYZ = np.array([19.01, 20.00, 21.78])</span> <span class="sd"> &gt;&gt;&gt; XYZ_to_RGB_LLAB(XYZ) # doctest: +ELLIPSIS</span> <span class="sd"> array([ 0.9414279..., 1.0404012..., 1.0897088...])</span> <span class="sd"> &quot;&quot;&quot;</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">tsplit</span><span class="p">(</span><span class="n">XYZ</span><span class="p">)</span> <span class="n">Y</span> <span class="o">=</span> <span class="n">tstack</span><span class="p">((</span><span class="n">Y</span><span class="p">,</span> <span class="n">Y</span><span class="p">,</span> <span class="n">Y</span><span class="p">))</span> <span class="n">XYZ_n</span> <span class="o">=</span> <span class="n">XYZ</span> <span class="o">/</span> <span class="n">Y</span> <span class="k">return</span> <span class="n">dot_vector</span><span class="p">(</span><span class="n">LLAB_XYZ_TO_RGB_MATRIX</span><span class="p">,</span> <span class="n">XYZ_n</span><span class="p">)</span> </div> <div class="viewcode-block" id="chromatic_adaptation"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.chromatic_adaptation">[docs]</a><span class="k">def</span> <span class="nf">chromatic_adaptation</span><span class="p">(</span><span class="n">RGB</span><span class="p">,</span> <span class="n">RGB_0</span><span class="p">,</span> <span class="n">RGB_0r</span><span class="p">,</span> <span class="n">Y</span><span class="p">,</span> <span class="n">D</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Applies chromatic adaptation to given *RGB* normalised cone responses</span> <span class="sd"> array.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> RGB : array_like</span> <span class="sd"> *RGB* normalised cone responses array of test sample / stimulus.</span> <span class="sd"> RGB_0 : array_like</span> <span class="sd"> *RGB* normalised cone responses array of reference white.</span> <span class="sd"> RGB_0r : array_like</span> <span class="sd"> *RGB* normalised cone responses array of reference illuminant</span> <span class="sd"> *CIE Standard Illuminant D Series* *D65*.</span> <span class="sd"> Y : numeric or array_like</span> <span class="sd"> Tristimulus values :math:`Y` of the stimulus.</span> <span class="sd"> D : numeric or array_like, optional</span> <span class="sd"> *Discounting-the-Illuminant* factor in domain [0, 1].</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> ndarray</span> <span class="sd"> Adapted *CIE XYZ* tristimulus values.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; RGB = np.array([0.94142795, 1.04040120, 1.08970885])</span> <span class="sd"> &gt;&gt;&gt; RGB_0 = np.array([0.94146023, 1.04039386, 1.08950293])</span> <span class="sd"> &gt;&gt;&gt; RGB_0r = np.array([0.94146023, 1.04039386, 1.08950293])</span> <span class="sd"> &gt;&gt;&gt; Y = 20.0</span> <span class="sd"> &gt;&gt;&gt; chromatic_adaptation(RGB, RGB_0, RGB_0r, Y) # doctest: +ELLIPSIS</span> <span class="sd"> array([ 19.01, 20. , 21.78])</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">R</span><span class="p">,</span> <span class="n">G</span><span class="p">,</span> <span class="n">B</span> <span class="o">=</span> <span class="n">tsplit</span><span class="p">(</span><span class="n">RGB</span><span class="p">)</span> <span class="n">R_0</span><span class="p">,</span> <span class="n">G_0</span><span class="p">,</span> <span class="n">B_0</span> <span class="o">=</span> <span class="n">tsplit</span><span class="p">(</span><span class="n">RGB_0</span><span class="p">)</span> <span class="n">R_0r</span><span class="p">,</span> <span class="n">G_0r</span><span class="p">,</span> <span class="n">B_0r</span> <span class="o">=</span> <span class="n">tsplit</span><span class="p">(</span><span class="n">RGB_0r</span><span class="p">)</span> <span class="n">Y</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">Y</span><span class="p">)</span> <span class="n">beta</span> <span class="o">=</span> <span class="p">(</span><span class="n">B_0</span> <span class="o">/</span> <span class="n">B_0r</span><span class="p">)</span> <span class="o">**</span> <span class="mf">0.0834</span> <span class="n">R_r</span> <span class="o">=</span> <span class="p">(</span><span class="n">D</span> <span class="o">*</span> <span class="p">(</span><span class="n">R_0r</span> <span class="o">/</span> <span class="n">R_0</span><span class="p">)</span> <span class="o">+</span> <span class="mi">1</span> <span class="o">-</span> <span class="n">D</span><span class="p">)</span> <span class="o">*</span> <span class="n">R</span> <span class="n">G_r</span> <span class="o">=</span> <span class="p">(</span><span class="n">D</span> <span class="o">*</span> <span class="p">(</span><span class="n">G_0r</span> <span class="o">/</span> <span class="n">G_0</span><span class="p">)</span> <span class="o">+</span> <span class="mi">1</span> <span class="o">-</span> <span class="n">D</span><span class="p">)</span> <span class="o">*</span> <span class="n">G</span> <span class="n">B_r</span> <span class="o">=</span> <span class="p">(</span><span class="n">D</span> <span class="o">*</span> <span class="p">(</span><span class="n">B_0r</span> <span class="o">/</span> <span class="p">(</span><span class="n">B_0</span> <span class="o">**</span> <span class="n">beta</span><span class="p">))</span> <span class="o">+</span> <span class="mi">1</span> <span class="o">-</span> <span class="n">D</span><span class="p">)</span> <span class="o">*</span> <span class="p">(</span><span class="nb">abs</span><span class="p">(</span><span class="n">B</span><span class="p">)</span> <span class="o">**</span> <span class="n">beta</span><span class="p">)</span> <span class="n">RGB_r</span> <span class="o">=</span> <span class="n">tstack</span><span class="p">((</span><span class="n">R_r</span><span class="p">,</span> <span class="n">G_r</span><span class="p">,</span> <span class="n">B_r</span><span class="p">))</span> <span class="n">Y</span> <span class="o">=</span> <span class="n">tstack</span><span class="p">((</span><span class="n">Y</span><span class="p">,</span> <span class="n">Y</span><span class="p">,</span> <span class="n">Y</span><span class="p">))</span> <span class="n">XYZ_r</span> <span class="o">=</span> <span class="n">dot_vector</span><span class="p">(</span><span class="n">LLAB_RGB_TO_XYZ_MATRIX</span><span class="p">,</span> <span class="n">RGB_r</span> <span class="o">*</span> <span class="n">Y</span><span class="p">)</span> <span class="k">return</span> <span class="n">XYZ_r</span> </div> <div class="viewcode-block" id="f"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.f">[docs]</a><span class="k">def</span> <span class="nf">f</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">F_S</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Defines the nonlinear response function of the LLAB(l:c) colour</span> <span class="sd"> appearance model used to model the nonlinear behavior of various visual</span> <span class="sd"> responses.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> x : numeric or array_like or array_like</span> <span class="sd"> Visual response variable :math:`x`.</span> <span class="sd"> F_S : numeric or array_like</span> <span class="sd"> Surround induction factor :math:`F_S`.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> numeric or array_like</span> <span class="sd"> Modeled visual response variable :math:`x`.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; x = np.array([0.23350512, 0.23351103, 0.23355179])</span> <span class="sd"> &gt;&gt;&gt; f(0.20000918623399996, 3) # doctest: +ELLIPSIS</span> <span class="sd"> array(0.5848125...)</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">x</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="n">F_S</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">F_S</span><span class="p">)</span> <span class="n">x_m</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">where</span><span class="p">(</span><span class="n">x</span> <span class="o">&gt;</span> <span class="mf">0.008856</span><span class="p">,</span> <span class="n">x</span> <span class="o">**</span> <span class="p">(</span><span class="mi">1</span> <span class="o">/</span> <span class="n">F_S</span><span class="p">),</span> <span class="p">((((</span><span class="mf">0.008856</span> <span class="o">**</span> <span class="p">(</span><span class="mi">1</span> <span class="o">/</span> <span class="n">F_S</span><span class="p">))</span> <span class="o">-</span> <span class="p">(</span><span class="mi">16</span> <span class="o">/</span> <span class="mi">116</span><span class="p">))</span> <span class="o">/</span> <span class="mf">0.008856</span><span class="p">)</span> <span class="o">*</span> <span class="n">x</span> <span class="o">+</span> <span class="p">(</span><span class="mi">16</span> <span class="o">/</span> <span class="mi">116</span><span class="p">)))</span> <span class="k">return</span> <span class="n">x_m</span> </div> <div class="viewcode-block" id="opponent_colour_dimensions"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.opponent_colour_dimensions">[docs]</a><span class="k">def</span> <span class="nf">opponent_colour_dimensions</span><span class="p">(</span><span class="n">XYZ</span><span class="p">,</span> <span class="n">Y_b</span><span class="p">,</span> <span class="n">F_S</span><span class="p">,</span> <span class="n">F_L</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns opponent colour dimensions from given adapted *CIE XYZ* tristimulus</span> <span class="sd"> values.</span> <span class="sd"> The opponent colour dimensions are based on a modified *CIE Lab*</span> <span class="sd"> colourspace formulae.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> XYZ : array_like</span> <span class="sd"> Adapted *CIE XYZ* tristimulus values.</span> <span class="sd"> Y_b : numeric or array_like</span> <span class="sd"> Luminance factor of the background in :math:`cd/m^2`.</span> <span class="sd"> F_S : numeric or array_like</span> <span class="sd"> Surround induction factor :math:`F_S`.</span> <span class="sd"> F_L : numeric or array_like</span> <span class="sd"> Lightness induction factor :math:`F_L`.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> ndarray</span> <span class="sd"> Opponent colour dimensions.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; XYZ = np.array([19.00999572, 20.00091862, 21.77993863])</span> <span class="sd"> &gt;&gt;&gt; Y_b = 20.0</span> <span class="sd"> &gt;&gt;&gt; F_S = 3.0</span> <span class="sd"> &gt;&gt;&gt; F_L = 1.0</span> <span class="sd"> &gt;&gt;&gt; opponent_colour_dimensions(XYZ, Y_b, F_S, F_L) # doctest: +ELLIPSIS</span> <span class="sd"> array([ 3.7368047...e+01, -4.4986443...e-03, -5.2604647...e-03])</span> <span class="sd"> &quot;&quot;&quot;</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">tsplit</span><span class="p">(</span><span class="n">XYZ</span><span class="p">)</span> <span class="n">Y_b</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">Y_b</span><span class="p">)</span> <span class="n">F_S</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">F_S</span><span class="p">)</span> <span class="n">F_L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">F_L</span><span class="p">)</span> <span class="c"># Account for background lightness contrast.</span> <span class="n">z</span> <span class="o">=</span> <span class="mi">1</span> <span class="o">+</span> <span class="n">F_L</span> <span class="o">*</span> <span class="p">((</span><span class="n">Y_b</span> <span class="o">/</span> <span class="mi">100</span><span class="p">)</span> <span class="o">**</span> <span class="mf">0.5</span><span class="p">)</span> <span class="c"># Computing modified *CIE Lab* colourspace array.</span> <span class="n">L</span> <span class="o">=</span> <span class="mi">116</span> <span class="o">*</span> <span class="p">(</span><span class="n">f</span><span class="p">(</span><span class="n">Y</span> <span class="o">/</span> <span class="mi">100</span><span class="p">,</span> <span class="n">F_S</span><span class="p">)</span> <span class="o">**</span> <span class="n">z</span><span class="p">)</span> <span class="o">-</span> <span class="mi">16</span> <span class="n">a</span> <span class="o">=</span> <span class="mi">500</span> <span class="o">*</span> <span class="p">(</span><span class="n">f</span><span class="p">(</span><span class="n">X</span> <span class="o">/</span> <span class="mf">95.05</span><span class="p">,</span> <span class="n">F_S</span><span class="p">)</span> <span class="o">-</span> <span class="n">f</span><span class="p">(</span><span class="n">Y</span> <span class="o">/</span> <span class="mi">100</span><span class="p">,</span> <span class="n">F_S</span><span class="p">))</span> <span class="n">b</span> <span class="o">=</span> <span class="mi">200</span> <span class="o">*</span> <span class="p">(</span><span class="n">f</span><span class="p">(</span><span class="n">Y</span> <span class="o">/</span> <span class="mi">100</span><span class="p">,</span> <span class="n">F_S</span><span class="p">)</span> <span class="o">-</span> <span class="n">f</span><span class="p">(</span><span class="n">Z</span> <span class="o">/</span> <span class="mf">108.88</span><span class="p">,</span> <span class="n">F_S</span><span class="p">))</span> <span class="n">Lab</span> <span class="o">=</span> <span class="n">tstack</span><span class="p">((</span><span class="n">L</span><span class="p">,</span> <span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">))</span> <span class="k">return</span> <span class="n">Lab</span> </div> <div class="viewcode-block" id="hue_angle"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.hue_angle">[docs]</a><span class="k">def</span> <span class="nf">hue_angle</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the *hue* angle :math:`h_L` in degrees.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> a : numeric or array_like</span> <span class="sd"> Opponent colour dimension :math:`a`.</span> <span class="sd"> b : numeric or array_like</span> <span class="sd"> Opponent colour dimension :math:`b`.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> numeric or ndarray</span> <span class="sd"> *Hue* angle :math:`h_L` in degrees.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; hue_angle(-4.49864756e-03, -5.26046353e-03) # doctest: +ELLIPSIS</span> <span class="sd"> 229.4635727...</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">a</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">a</span><span class="p">)</span> <span class="n">b</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">b</span><span class="p">)</span> <span class="n">h_L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">degrees</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">arctan2</span><span class="p">(</span><span class="n">b</span><span class="p">,</span> <span class="n">a</span><span class="p">))</span> <span class="o">%</span> <span class="mi">360</span> <span class="k">return</span> <span class="n">h_L</span> </div> <div class="viewcode-block" id="chroma_correlate"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.chroma_correlate">[docs]</a><span class="k">def</span> <span class="nf">chroma_correlate</span><span class="p">(</span><span class="n">a</span><span class="p">,</span> <span class="n">b</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the correlate of *chroma* :math:`Ch_L`.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> a : numeric or array_like</span> <span class="sd"> Opponent colour dimension :math:`a`.</span> <span class="sd"> b : numeric or array_like</span> <span class="sd"> Opponent colour dimension :math:`b`.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> numeric or ndarray</span> <span class="sd"> Correlate of *chroma* :math:`Ch_L`.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; a = -4.49864756e-03</span> <span class="sd"> &gt;&gt;&gt; b = -5.26046353e-03</span> <span class="sd"> &gt;&gt;&gt; chroma_correlate(a, b) # doctest: +ELLIPSIS</span> <span class="sd"> 0.0086506...</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">a</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">a</span><span class="p">)</span> <span class="n">b</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">b</span><span class="p">)</span> <span class="n">c</span> <span class="o">=</span> <span class="p">(</span><span class="n">a</span> <span class="o">**</span> <span class="mi">2</span> <span class="o">+</span> <span class="n">b</span> <span class="o">**</span> <span class="mi">2</span><span class="p">)</span> <span class="o">**</span> <span class="mf">0.5</span> <span class="n">Ch_L</span> <span class="o">=</span> <span class="mi">25</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">log</span><span class="p">(</span><span class="mi">1</span> <span class="o">+</span> <span class="mf">0.05</span> <span class="o">*</span> <span class="n">c</span><span class="p">)</span> <span class="k">return</span> <span class="n">Ch_L</span> </div> <div class="viewcode-block" id="colourfulness_correlate"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.colourfulness_correlate">[docs]</a><span class="k">def</span> <span class="nf">colourfulness_correlate</span><span class="p">(</span><span class="n">L</span><span class="p">,</span> <span class="n">L_L</span><span class="p">,</span> <span class="n">Ch_L</span><span class="p">,</span> <span class="n">F_C</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the correlate of *colourfulness* :math:`C_L`.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> L : numeric or array_like</span> <span class="sd"> Absolute luminance :math:`L` of reference white in :math:`cd/m^2`.</span> <span class="sd"> L_L : numeric or array_like</span> <span class="sd"> Correlate of *Lightness* :math:`L_L`.</span> <span class="sd"> Ch_L : numeric or array_like</span> <span class="sd"> Correlate of *chroma* :math:`Ch_L`.</span> <span class="sd"> F_C : numeric or array_like</span> <span class="sd"> Chroma induction factor :math:`F_C`.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> numeric or ndarray</span> <span class="sd"> Correlate of *colourfulness* :math:`C_L`.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; L = 318.31</span> <span class="sd"> &gt;&gt;&gt; L_L = 37.368047493928195</span> <span class="sd"> &gt;&gt;&gt; Ch_L = 0.0086506620517144972</span> <span class="sd"> &gt;&gt;&gt; F_C = 1.0</span> <span class="sd"> &gt;&gt;&gt; colourfulness_correlate(L, L_L, Ch_L, F_C) # doctest: +ELLIPSIS</span> <span class="sd"> 0.0183832...</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">L</span><span class="p">)</span> <span class="n">L_L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">L_L</span><span class="p">)</span> <span class="n">Ch_L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">Ch_L</span><span class="p">)</span> <span class="n">F_C</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">F_C</span><span class="p">)</span> <span class="n">S_C</span> <span class="o">=</span> <span class="mi">1</span> <span class="o">+</span> <span class="mf">0.47</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">log10</span><span class="p">(</span><span class="n">L</span><span class="p">)</span> <span class="o">-</span> <span class="mf">0.057</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">log10</span><span class="p">(</span><span class="n">L</span><span class="p">)</span> <span class="o">**</span> <span class="mi">2</span> <span class="n">S_M</span> <span class="o">=</span> <span class="mf">0.7</span> <span class="o">+</span> <span class="mf">0.02</span> <span class="o">*</span> <span class="n">L_L</span> <span class="o">-</span> <span class="mf">0.0002</span> <span class="o">*</span> <span class="n">L_L</span> <span class="o">**</span> <span class="mi">2</span> <span class="n">C_L</span> <span class="o">=</span> <span class="n">Ch_L</span> <span class="o">*</span> <span class="n">S_M</span> <span class="o">*</span> <span class="n">S_C</span> <span class="o">*</span> <span class="n">F_C</span> <span class="k">return</span> <span class="n">C_L</span> </div> <div class="viewcode-block" id="saturation_correlate"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.saturation_correlate">[docs]</a><span class="k">def</span> <span class="nf">saturation_correlate</span><span class="p">(</span><span class="n">Ch_L</span><span class="p">,</span> <span class="n">L_L</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the correlate of *saturation* :math:`S_L`.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> Ch_L : numeric or array_like</span> <span class="sd"> Correlate of *chroma* :math:`Ch_L`.</span> <span class="sd"> L_L : numeric or array_like</span> <span class="sd"> Correlate of *Lightness* :math:`L_L`.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> numeric or ndarray</span> <span class="sd"> Correlate of *saturation* :math:`S_L`.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; Ch_L = 0.0086506620517144972</span> <span class="sd"> &gt;&gt;&gt; L_L = 37.368047493928195</span> <span class="sd"> &gt;&gt;&gt; saturation_correlate(Ch_L, L_L) # doctest: +ELLIPSIS</span> <span class="sd"> 0.0002314...</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">Ch_L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">Ch_L</span><span class="p">)</span> <span class="n">L_L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">L_L</span><span class="p">)</span> <span class="n">S_L</span> <span class="o">=</span> <span class="n">Ch_L</span> <span class="o">/</span> <span class="n">L_L</span> <span class="k">return</span> <span class="n">S_L</span> </div> <div class="viewcode-block" id="final_opponent_signals"><a class="viewcode-back" href="../../../colour.appearance.llab.html#colour.appearance.llab.final_opponent_signals">[docs]</a><span class="k">def</span> <span class="nf">final_opponent_signals</span><span class="p">(</span><span class="n">C_L</span><span class="p">,</span> <span class="n">h_L</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the final opponent signals :math:`A_L` and :math:`B_L`.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> C_L : numeric or array_like</span> <span class="sd"> Correlate of *colourfulness* :math:`C_L`.</span> <span class="sd"> h_L : numeric or array_like</span> <span class="sd"> Correlate of *hue* :math:`h_L` in radians.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> ndarray</span> <span class="sd"> Final opponent signals :math:`A_L` and :math:`B_L`.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; C_L = 0.0183832899143</span> <span class="sd"> &gt;&gt;&gt; h_L = 4.004894857014253</span> <span class="sd"> &gt;&gt;&gt; final_opponent_signals(C_L, h_L) # doctest: +ELLIPSIS</span> <span class="sd"> array([-0.0119478..., -0.0139711...])</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">C_L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">C_L</span><span class="p">)</span> <span class="n">h_L</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">h_L</span><span class="p">)</span> <span class="n">A_L</span> <span class="o">=</span> <span class="n">C_L</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">cos</span><span class="p">(</span><span class="n">h_L</span><span class="p">)</span> <span class="n">B_L</span> <span class="o">=</span> <span class="n">C_L</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">sin</span><span class="p">(</span><span class="n">h_L</span><span class="p">)</span> <span class="n">AB_L</span> <span class="o">=</span> <span class="n">tstack</span><span class="p">((</span><span class="n">A_L</span><span class="p">,</span> <span class="n">B_L</span><span class="p">))</span> <span class="k">return</span> <span class="n">AB_L</span></div> </pre></div> </div> </div> </div> <footer class="footer"> <div class="container"> <p class="pull-right"> <a href="#">Back to top</a> </p> <p> &copy; Copyright 2013 - 2015, Colour Developers.<br/> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.2.<br/> </p> </div> </footer> </body> </html>
colour-science/colour-website
api/0.3.6/html/_modules/colour/appearance/llab.html
HTML
bsd-3-clause
63,364
{% extends 'layouts/admin/shop/article.html' %} {% from 'macros/forms.html' import form_buttons, form_datalist, form_field, form_fieldset %} {% from 'macros/icons.html' import render_icon %} {% set current_page_shop = shop %} {% set title = 'Artikel anlegen' %} {% block body %} <nav class="breadcrumbs"> <ol> <li><a href="{{ url_for('.index_for_shop', shop_id=shop.id) }}">Artikel</a></li> </ol> </nav> <h1>{{ render_icon('add') }} {{ title }}</h1> {%- if not article_number_prefix %} <div class="notification color-danger">Der Artikelnummer-Präfix für diesen Shop muss erst konfiguriert werden, bevor Artikel angelegt werden können.</div> {%- endif %} <form action="{{ url_for('.create', shop_id=shop.id) }}" method="post"> {% call form_fieldset() %} {{ form_field(form.description, maxlength=80, required='required', autofocus='autofocus') }} {{ form_field(form.price, size=7, maxlength=7, style='text-align: right; width: 5.5rem;', required='required', note='€') }} {{ form_field(form.tax_rate, list='tax_rates', size=5, maxlength=5, style='text-align: right; width: 5.5rem;', required='required', note='%') }} {{ form_datalist('tax_rates', ['0.00', '0.07', '0.19']) }} {{ form_field(form.quantity, type='number', min=0, max=99999, style='width: 5.5rem;', required='required') }} {% endcall %} {{ form_buttons('Speichern', cancel_url=url_for('.index_for_shop', shop_id=shop.id)) }} </form> {%- endblock %}
m-ober/byceps
byceps/blueprints/admin/shop/article/templates/admin/shop/article/create_form.html
HTML
bsd-3-clause
1,493
<fnx-app> <div class="layout--header"> <header> <nav class="navbar"> <button class="hide-on-l btn icon" (click)="layout.toggle()">menu</button> <h1>fnx|ui</h1> </nav> </header> <main> <fnx-layout-sidebar #layout> <div sidebar class="flex--column"> <ul class="menu--vertical flex--grow bg--white--d1"> <li><a [routerLink]="['About']">About</a></li> <li><a [routerLink]="['Form']">Form</a></li> <li><a [routerLink]="['Panels']">Panels</a></li> <li><a [routerLink]="['Modals']">Modals 'n' toasts</a></li> <li><a [routerLink]="['Reorder']">Drag'n'drop reorder</a></li> <li><a [routerLink]="['Tabs']">Tabs</a></li> <li><a [routerLink]="['Exceptions']">Exceptions</a></li> <li data-suffix="more_horiz"><span>Cookbook</span> <ul class="menu--vertical"> <li><a [routerLink]="['Cookbook-Preloader']">Preloader</a></li> <li><a [routerLink]="['Cookbook-Table']">Lazily loading table</a></li> <li><a [routerLink]="['Cookbook-MasterDetail']">Master - Detail</a></li> <li><a [routerLink]="['Cookbook-Dynarows']">Dynamic rows</a></li> <li><a [routerLink]="['Cookbook-Tags']">Tags and labels</a></li> <li><a [routerLink]="['Cookbook-FormValidation']">Complex validation</a></li> <li><a [routerLink]="['Cookbook-Dashboard']" class="border--top">Tiled dashboard</a></li> <li><a [routerLink]="['Cookbook-3step']">3-step picker</a></li> <li><a [routerLink]="['Cookbook-Crop']">Image crop</a></li> <li><a [routerLink]="['Cookbook-SelectOrCreate']">Select or create</a></li> <li><a [routerLink]="['Cookbook-Wizard']">Wizard</a></li> </ul> </li> <li><a [routerLink]="['Testing']">Testing</a></li> </ul> <p class="text--center bg--fnx no-margin padding"> <a href="https://fnx.io/">fnx.io</a> </p> </div> <main class="border--left padding--big--horizontal padding--vertical"> <router-outlet></router-outlet> </main> </fnx-layout-sidebar> </main> </div> <fnx-cc>This web uses cookies. Yes, cookies! Luckily we have &lt;fnx-cc&gt; component for that.</fnx-cc> </fnx-app>
fnx-io/fnx_ui
showcase/web/example_app.html
HTML
bsd-3-clause
2,912
{% extends "base_titulos.html" %} {% block title %}Nueva Solicitud de Validez Nacional{% endblock %} {% block content %} <h2>Nueva Solicitud de Validez Nacional</h2> <h3>{{ page_title }}</h3> {% if flash %} {% include "flashes.html" %} {% endif %} {% include "validez_nacional/solicitud/completar_datos_nav.html" %} {% if form_template %} {% include form_template %} {% endif %} <ul class="actions"> <li class="back"> <a href="{% url apps.validez_nacional.views.solicitud.index %}"><span>Volver</span></a> </li> </ul> <hr /> {% endblock %}
MERegistro/meregistro
meregistro/templates/validez_nacional/validez/new.html
HTML
bsd-3-clause
557
<a class="link" href="#">Texto boton link buscador</a> <a class="link hover" href="#">Texto boton link buscador hover</a> <a class="link link--has-dot-green" href="#">Texto boton link buscador</a> <a class="link link--text-dark" href="#">Texto boton link buscador</a> <a class="link link--text-dark hover" href="#">Texto boton link buscador hover</a> <a class="link link--text-dark link--has-dot-red" href="#">Texto boton link buscador</a> <a class="link link--dark" href="#">Texto boton link buscador</a> <a class="link link--dark hover" href="#">Texto boton link buscador hover</a>
e-gob/e-gob.github.io
gob.cl/documentation/examples/links.html
HTML
bsd-3-clause
590
{% extends "_layouts/base.html" %} {% block page_title %}Tapjoy - 中国{% endblock %} {% block page_class %}查询结果{% endblock %} {% block js%} <script> </script> {% endblock %} {% block content %} <div> <form class="form-search" action="{% url 'appsearch' %}" method="POST"> {% csrf_token %} <div class="input-append"> <input type="text" class="span2 search-query" name="query"/> <button type="submit" class="btn">搜索</button> </div> </form> {% if 0 %} <p>Your search for &ldquo;<strong>{{ query }}</strong>&rdquo; had <strong>{{ search_meta.total_found }}</strong> results.</p> <p>search_meta object dump: {{ search_meta }}</p> {% endif %} <hr/> <table class="table table-bordered"> <caption><h1>搜索结果</h1></caption> <tbody> {% for app in apps_list %} <tr> <td> <a href = "{% url 'appdetail' app_id=app.app_id %}"> <div class = "clearfix"> <div class = "appicon"><img src = "{{ app.icon.url }}"></div> <div> <div class = "appname">{{ app.app_name }}</div> <div>{{ app.size | filesizeformat }}</div> </div> </div> </td> <td class = "p10"> <div> <a class="btn" href="{% url 'download' app_id=app.app_id %}"><i class = "icon-download-alt"></i><span class="btn-nowrap">下载</span></a> </div> </td> </tr> {% endfor %} </tbody> </table> </div> {% endblock %}
songpeng1997/tapjoyandroid
apps/apps/templates/apps/apps_search.html
HTML
bsd-3-clause
1,436
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <!-- MOTW-DISABLED saved from url=(0014)about:internet --> <title>Reviewing and Saving the Protocol</title> <link rel="StyleSheet" href="css/WorkingWithprotExpress.css" type="text/css" media="all" /> <link rel="StyleSheet" href="css/webworks.css" type="text/css" media="all" /> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/context.js"></script> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/towwhdir.js"></script> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/wwhpagef.js"></script> <script type="text/javascript" language="JavaScript1.2"> <!-- var WebWorksRootPath = ""; // --> </script> <script type="text/javascript" language="JavaScript1.2"> <!-- // Set reference to top level help frame // var WWHFrame = WWHGetWWHFrame("", true); // --> </script> <script type="text/javascript" language="JavaScript1.2" src="scripts/expand.js"></script> </head> <body style="" onLoad="WWHUpdate();" onUnload="WWHUnload();" onKeyDown="WWHHandleKeyDown((document.all||document.getElementById||document.layers)?event:null);" onKeyPress="WWHHandleKeyPress((document.all||document.getElementById||document.layers)?event:null);" onKeyUp="WWHHandleKeyUp((document.all||document.getElementById||document.layers)?event:null);"> <br /> <div class="WebWorks_Breadcrumbs" style="text-align: left;"> <a class="WebWorks_Breadcrumb_Link" href="WorkingWithprotExpress.2.1.html#1166344">Working with protExpress</a> &gt; <a class="WebWorks_Breadcrumb_Link" href="WorkingWithprotExpress.2.9.html#1166344">Creating a New Experiment</a> &gt; <a class="WebWorks_Breadcrumb_Link" href="WorkingWithprotExpress.2.11.html#1166344">Adding Protocols to the Experiment</a> &gt; Reviewing and Saving the Protocol</div> <hr align="left" /> <blockquote> <div class="Heading3"><a name="1166344">Reviewing and Saving the Protocol</a></div> <div class="Body_Text"><a name="1173618">The final step when adding a </a><span class="Popup"><a href="javascript:WWHClickedPopup('protExpress_Online_Help', 'protExpressGlossary.3.1.html#1089239', 'popups/protExpressGlossary-1089239.html');" onMouseOver="javascript:WWHShowPopup('protExpress_Online_Help', 'popups/protExpressGlossary-1089239.html', (document.all||document.getElementById||document.layers)?event:null);" onMouseOut="WWHHidePopup();">protocol</a></span> to an <span class="Popup"><a href="javascript:WWHClickedPopup('protExpress_Online_Help', 'protExpressGlossary.3.1.html#1089254', 'popups/protExpressGlossary-1089254.html');" onMouseOver="javascript:WWHShowPopup('protExpress_Online_Help', 'popups/protExpressGlossary-1089254.html', (document.all||document.getElementById||document.layers)?event:null);" onMouseOut="WWHHidePopup();">experiment</a></span> is reviewing it for completeness and then saving it.</div> <div class="Body_Text_Drop_Down_Start_Open"><a name="1166358">To review and save the protocol</a></div> <div class="Numbered_List_1_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1166527"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_1_inner" style="width: 18pt; white-space: nowrap;">1. </div> </td> <td width="100%"> <div class="Numbered_List_1_inner"><a name="1166527">Arrive at the Review and Save Protocol page. For more information, see </a><span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('protExpress_Online_Help', 'WorkingWithprotExpress.2.11.html#1159786', '');">Adding Protocols to the Experiment</a></span>.</div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1166529"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_inner" style="width: 18pt; white-space: nowrap;">2. </div> </td> <td width="100%"> <div class="Numbered_List_inner"><a name="1166529"> Review the protocol details. Click </a><span class="Bold">Edit</span> to change them.</div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1166844"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_inner" style="width: 18pt; white-space: nowrap;">3. </div> </td> <td width="100%"> <div class="Numbered_List_inner"><a name="1166844">Review the inputs and outputs. Click </a><span class="Bold">Add</span> to add one to this protocol or <span class="Bold">Edit</span> to change the data file name and/or notes. </div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1166862"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_inner" style="width: 18pt; white-space: nowrap;">4. </div> </td> <td width="100%"> <div class="Numbered_List_inner"><a name="1166862">Do one of the following:</a></div> </td> </tr> </table> </div> <div class="Bullet_Indent_outer" style="margin-left: 36pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1166866"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_Indent_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_Indent_inner"><a name="1166866">To save you</a>r work, click <img id="1166895" class="Default" src="images/SaveButton.gif" width="67" height="26" style="display: inline; float: none; left: 0.0; text-align: left; top: 0.0;" />.</div> </td> </tr> </table> </div> <div class="Bullet_Indent_outer" style="margin-left: 36pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1166903"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_Indent_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_Indent_inner"><a name="1166903">To add another protocol to the experiment, click <img id="1168514" class="Default" src="images/AddAnotherProtocolButton.gif" width="154" height="26" style="display: inline; float: none; left: 0.0; text-align: left; top: 0.0;" />. For more </a>information, see <span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('protExpress_Online_Help', 'WorkingWithprotExpress.2.11.html#1159786', '');">Adding Protocols to the Experiment</a></span>.</div> </td> </tr> </table> </div> <div class="Bullet_Indent_outer" style="margin-left: 36pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1166956"> <tr style="vertical-align: baseline;"> <td> <div class="Bullet_Indent_inner" style="width: 18pt; white-space: nowrap;">•</div> </td> <td width="100%"> <div class="Bullet_Indent_inner"><a name="1166956">To proceed to reviewing and finalizing the experiment, click </a><img id="1166964" class="Default" src="images/ContinuetoExperimentSummary.gif" width="224" height="26" style="display: inline; float: none; left: 0.0; text-align: left; top: 0.0;" />. For more information, see <span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('protExpress_Online_Help', 'WorkingWithprotExpress.2.17.html#1114688', '');">Reviewing the Experiment</a></span>.</div> </td> </tr> </table> </div> <script type="text/javascript" language="JavaScript1.2"> <!-- // Clear related topics // WWHClearRelatedTopics(); document.writeln(WWHRelatedTopicsInlineHTML()); // --> </script> </blockquote> <script type="text/javascript" language="JavaScript1.2"> <!-- document.write(WWHRelatedTopicsDivTag() + WWHPopupDivTag() + WWHALinksDivTag()); // --> </script> </body> </html>
NCIP/prot-express
software/src/main/webapp/help/WorkingWithprotExpress.2.14.html
HTML
bsd-3-clause
9,325
<!--Component import--> <link rel="import" href="../../bower_components/polymer/polymer.html"> <link rel="import" href="../../bower_components/iron-ajax/iron-ajax.html"> <link rel="import" href="../../bower_components/paper-item/paper-item.html"> <link rel="import" href="../../bower_components/paper-date-picker/paper-date-picker.html"> <link rel="import" href="../../bower_components/paper-styles/demo-pages.html"> <link rel="import" href="../../bower_components/paper-dialog/paper-dialog.html"> <link rel="import" href="../../bower_components/paper-button/paper-button.html"> <link rel="import" href="../../bower_components/paper-input/paper-input.html"> <dom-module id="studentdatepicker-card"> <template> <style is="custom-style" include="paper-date-picker-dialog-style"> .card { width: 100%; text-align: center; margin-left:20%; } paper-input{ width: 65%; } </style> <!--component which invokes the predefined date picker control--> <div class="card"> <paper-input class="btn" label="Date Of Birth" on-click="FnShowDialog" raised value="{{showdate}}"></paper-input> <paper-dialog id="dialog" class="paper-date-picker-dialog" modal on-iron-overlay-closed="FnDismissDialog"> <paper-date-picker id="picker" date="{{date}}"></paper-date-picker> <div class="buttons"> <paper-button dialog-dismiss>Cancel</paper-button> <paper-button dialog-confirm>OK</paper-button> </div> </paper-dialog> </div> <dialog-page id="ID_Show_Dialog"></dialog-page> </template> <!--Calling dialog control--> <!--JS file import--> <script> Polymer({ is: "studentdatepicker-card", ready:function() { this.showdate=moment(new Date()).format('L'); localStorage.setItem("localsess_curr_date",this.showdate); }, FnShowDialog:function(){ this.date=new Date(); this.$.dialog.toggle(); }, FnDismissDialog:function(e) { if (e.detail.confirmed) { var pickdate=moment(this.$.picker.date).format('L'); var dd1=new Date(); var dd2=new Date(pickdate); var days=parseInt((dd1 - dd2) / (1000 * 60 * 60 * 24)); this.showdate = moment(this.$.picker.date).format('L'); localStorage.setItem("localsess_dob_date",this.showdate); } } }); </script> </dom-module>
rmpraba/MLZSTransport
app/elements/studentdatepicker-card/studentdatepicker-card.html
HTML
bsd-3-clause
2,384
{{extend 'layout.html'}} <form> <input type='text' name="search" onsubmit="ajax('{{=URL('convexsubtrees', 'search')}}', ['search'], 'results')" /> <select name='field'> <option value="id" onsubmit="ajax('{{=URL('convexsubtrees', 'search')}}', ['field'], 'results')">Tree ID</option> <option value="root_taxon" onsubmit="ajax('{{=URL('convexsubtrees', 'search')}}', ['field'], 'results')">Taxa Name</option> <option value="root_ti" onsubmit="ajax('{{=URL('convexsubtrees', 'search')}}', ['field'], 'results')">Root TI</option> <option value="gi" onsubmit="ajax('{{=URL('convexsubtrees', 'search')}}', ['field'], 'results')">Clades contain GI</option> <option value="ti" onsubmit="ajax('{{=URL('convexsubtrees', 'search')}}', ['field'], 'results')">Clades contain TI</option> </select> </form> <div id="results"> {{if rows:}} <table style="border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;" width="100%" border="1"> <tr> <td bgcolor="#d3d3d3"><b>ID</b></td> <td bgcolor="#d3d3d3"><b>TI_CI</b></td> <td bgcolor="#d3d3d3"><b>Root TI</b></td> <td bgcolor="#d3d3d3"><b>Taxon Name</b></td> <td bgcolor="#d3d3d3"><b>Newick</b></td> <td bgcolor="#d3d3d3"><b>Full Record</b></td> </tr> {{for r in rows:}} <tr> <td>{{=r[0]}}</td> <td>{{=r[1]}}</td> <td><a href="http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id={{=r[2]}}">{{=r[2]}}</td> <td><a href="http://www.ncbi.nlm.nih.gov/taxonomy/?term={{=r[3].split(",")[0]}}">{{=r[3]}}</a></td> <td><a href="{{=URL('convexsubtrees', 'newick.txt', args=r[0])}}">Download</a></td> <td><a href="{{=URL('convexsubtrees', 'view', args=r[0])}}">Full Record</a></td> </tr> {{pass}} </table> </div> {{pass}}
lcoghill/phyloboost
phyloboost/views/convexsubtrees/search.html
HTML
bsd-3-clause
1,682
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvt &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/material.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script src="../_static/language_data.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.tsa.vector_ar.vecm.JohansenTestResult.eig" href="statsmodels.tsa.vector_ar.vecm.JohansenTestResult.eig.html" /> <link rel="prev" title="statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvm" href="statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvm.html" /> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../_static/versions.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvt" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.11.1</span> <span class="md-header-nav__topic"> statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvt </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../vector_ar.html" class="md-tabs__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a></li> <li class="md-tabs__item"><a href="statsmodels.tsa.vector_ar.vecm.JohansenTestResult.html" class="md-tabs__link">statsmodels.tsa.vector_ar.vecm.JohansenTestResult</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.11.1</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../tsa.html" class="md-nav__link">Time Series analysis <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa</span></code></a> </li> <li class="md-nav__item"> <a href="../statespace.html" class="md-nav__link">Time Series Analysis by State Space Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">statespace</span></code></a> </li> <li class="md-nav__item"> <a href="../vector_ar.html" class="md-nav__link">Vector Autoregressions <code class="xref py py-mod docutils literal notranslate"><span class="pre">tsa.vector_ar</span></code></a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvt.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-tsa-vector-ar-vecm-johansentestresult-cvt--page-root">statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvt<a class="headerlink" href="#generated-statsmodels-tsa-vector-ar-vecm-johansentestresult-cvt--page-root" title="Permalink to this headline">¶</a></h1> <dl class="method"> <dt id="statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvt"> <em class="property">property </em><code class="sig-prename descclassname">JohansenTestResult.</code><code class="sig-name descname">cvt</code><a class="headerlink" href="#statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvt" title="Permalink to this definition">¶</a></dt> <dd><p>Critical values (90%, 95%, 99%) of trace statistic</p> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvm.html" title="Material" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvm </span> </div> </a> <a href="statsmodels.tsa.vector_ar.vecm.JohansenTestResult.eig.html" title="Admonition" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.tsa.vector_ar.vecm.JohansenTestResult.eig </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 21, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 2.4.2. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.11.1/generated/statsmodels.tsa.vector_ar.vecm.JohansenTestResult.cvt.html
HTML
bsd-3-clause
17,414
{% extends "buggy/base.html" %} {% block content %} <form method="post" class="loginForm"> {% csrf_token %} {{ form.non_field_errors }} {% for field in form %} {% include 'buggy/_formfield.html' %} {% endfor %} <input type="submit" value="Change Password"> </form> {% endblock content %}
fusionbox/buggy
buggy_accounts/templates/registration/password_change_form.html
HTML
bsd-3-clause
301
<h1>SDLUnsubscribeVehicleData Class Reference</h1> <h3>Section Contents</h3> <ul> <li><a href="#section--init">-init</a></li> <li><a href="#section--initWithDictionary:">-initWithDictionary:</a></li> <li><a href="#section--initWithAccelerationPedalPosition:airbagStatus:beltStatus:bodyInformation:clusterModeStatus:deviceStatus:driverBraking:eCallInfo:emergencyEvent:engineTorque:externalTemperature:fuelLevel:fuelLevelState:gps:headLampStatus:instantFuelConsumption:myKey:odometer:prndl:rpm:speed:steeringWheelAngle:tirePressure:wiperStatus:">-initWithAccelerationPedalPosition:airbagStatus:beltStatus:bodyInformation:clusterModeStatus:deviceStatus:driverBraking:eCallInfo:emergencyEvent:engineTorque:externalTemperature:fuelLevel:fuelLevelState:gps:headLampStatus:instantFuelConsumption:myKey:odometer:prndl:rpm:speed:steeringWheelAngle:tirePressure:wiperStatus:</a></li> <li><a href="#section-gps">gps</a></li> <li><a href="#section-speed">speed</a></li> <li><a href="#section-rpm">rpm</a></li> <li><a href="#section-fuelLevel">fuelLevel</a></li> <li><a href="#section-fuelLevel_State">fuelLevel_State</a></li> <li><a href="#section-instantFuelConsumption">instantFuelConsumption</a></li> <li><a href="#section-externalTemperature">externalTemperature</a></li> <li><a href="#section-prndl">prndl</a></li> <li><a href="#section-tirePressure">tirePressure</a></li> <li><a href="#section-odometer">odometer</a></li> <li><a href="#section-beltStatus">beltStatus</a></li> <li><a href="#section-bodyInformation">bodyInformation</a></li> <li><a href="#section-deviceStatus">deviceStatus</a></li> <li><a href="#section-driverBraking">driverBraking</a></li> <li><a href="#section-wiperStatus">wiperStatus</a></li> <li><a href="#section-headLampStatus">headLampStatus</a></li> <li><a href="#section-engineTorque">engineTorque</a></li> <li><a href="#section-accPedalPosition">accPedalPosition</a></li> <li><a href="#section-steeringWheelAngle">steeringWheelAngle</a></li> <li><a href="#section-eCallInfo">eCallInfo</a></li> <li><a href="#section-airbagStatus">airbagStatus</a></li> <li><a href="#section-emergencyEvent">emergencyEvent</a></li> <li><a href="#section-clusterModeStatus">clusterModeStatus</a></li> <li><a href="#section-myKey">myKey</a></li> </ul> <h3>Overview</h3> <p>This function is used to unsubscribe the notifications from the subscribeVehicleData function <p> Function Group: Location, VehicleInfo and DrivingChara <p> <b>HMILevel needs to be FULL, LIMITED or BACKGROUND</b> </p></p> <p>@since SmartDeviceLink 2.0<br/> See SDLSubscribeVehicleData SDLGetVehicleData</p> <section class="section task-group-section"> <h3 id="section--init"> -init </h3> <p>@abstract Constructs a new SDLUnsubscribeVehicleData object</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="n">init</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="nf">init</span><span class="o">!</span><span class="p">()</span></code></pre> <h3 id="section--initWithDictionary:"> -initWithDictionary: </h3> <p>@abstract Constructs a new SDLUnsubscribeVehicleData object indicated by the NSMutableDictionary parameter - parameter: dict The dictionary to use</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">-</span> <span class="p">(</span><span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithDictionary</span><span class="p">:(</span><span class="n">NSMutableDictionary</span> <span class="o">*</span><span class="p">)</span><span class="nv">dict</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="nf">init</span><span class="o">!</span><span class="p">(</span><span class="n">dictionary</span> <span class="nv">dict</span><span class="p">:</span> <span class="kt">NSMutableDictionary</span><span class="o">!</span><span class="p">)</span></code></pre> <h4>Parameters</h4> <dl> <dt>dict</dt> <dd><p>The dictionary to use</p> </dd> </dl> <h3 id="section--initWithAccelerationPedalPosition:airbagStatus:beltStatus:bodyInformation:clusterModeStatus:deviceStatus:driverBraking:eCallInfo:emergencyEvent:engineTorque:externalTemperature:fuelLevel:fuelLevelState:gps:headLampStatus:instantFuelConsumption:myKey:odometer:prndl:rpm:speed:steeringWheelAngle:tirePressure:wiperStatus:"> -initWithAccelerationPedalPosition:airbagStatus:beltStatus:bodyInformation:clusterModeStatus:deviceStatus:driverBraking:eCallInfo:emergencyEvent:engineTorque:externalTemperature:fuelLevel:fuelLevelState:gps:headLampStatus:instantFuelConsumption:myKey:odometer:prndl:rpm:speed:steeringWheelAngle:tirePressure:wiperStatus: </h3> <p>Undocumented</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLUnsubscribeVehicleData</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre> <h3 id="section-gps"> gps </h3> <p>@abstract A boolean value. If true, unsubscribes Gps data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">gps</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">gps</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-speed"> speed </h3> <p>@abstract A boolean value. If true, unsubscribes speed data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">speed</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">speed</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-rpm"> rpm </h3> <p>@abstract A boolean value. If true, unsubscribe data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">rpm</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">rpm</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-fuelLevel"> fuelLevel </h3> <p>@abstract A boolean value. If true, unsubscribes FuelLevel data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">fuelLevel</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">fuelLevel</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-fuelLevel_State"> fuelLevel_State </h3> <p>@abstract A boolean value. If true, unsubscribes fuelLevel_State data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">fuelLevel_State</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">fuelLevel_State</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-instantFuelConsumption"> instantFuelConsumption </h3> <p>@abstract A boolean value. If true, unsubscribes instantFuelConsumption data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">instantFuelConsumption</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">instantFuelConsumption</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-externalTemperature"> externalTemperature </h3> <p>@abstract A boolean value. If true, unsubscribes externalTemperature data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">externalTemperature</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">externalTemperature</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-prndl"> prndl </h3> <p>@abstract A boolean value. If true, unsubscribes Currently selected gear data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">prndl</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">prndl</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-tirePressure"> tirePressure </h3> <p>@abstract A boolean value. If true, unsubscribes tire pressure status data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">tirePressure</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">tirePressure</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-odometer"> odometer </h3> <p>@abstract A boolean value. If true, unsubscribes odometer data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">odometer</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">odometer</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-beltStatus"> beltStatus </h3> <p>@abstract A boolean value. If true, unsubscribes belt Status data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">beltStatus</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">beltStatus</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-bodyInformation"> bodyInformation </h3> <p>@abstract A boolean value. If true, unsubscribes body Information data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">bodyInformation</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">bodyInformation</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-deviceStatus"> deviceStatus </h3> <p>@abstract A boolean value. If true, unsubscribes device Status data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">deviceStatus</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">deviceStatus</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-driverBraking"> driverBraking </h3> <p>@abstract A boolean value. If true, unsubscribes driver Braking data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">driverBraking</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">driverBraking</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-wiperStatus"> wiperStatus </h3> <p>@abstract A boolean value. If true, unsubscribes wiper Status data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">wiperStatus</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">wiperStatus</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-headLampStatus"> headLampStatus </h3> <p>@abstract A boolean value. If true, unsubscribes Head Lamp Status data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">headLampStatus</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">headLampStatus</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-engineTorque"> engineTorque </h3> <p>@abstract A boolean value. If true, unsubscribes Engine Torque data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">engineTorque</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">engineTorque</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-accPedalPosition"> accPedalPosition </h3> <p>@abstract A boolean value. If true, unsubscribes accPedalPosition data</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">atomic</span><span class="p">)</span> <span class="n">NSNumber</span> <span class="o">*</span><span class="n">accPedalPosition</span><span class="p">;</span></code></pre> <h4>Swift</h4> <pre class="highlight"><code><span class="k">var</span> <span class="nv">accPedalPosition</span><span class="p">:</span> <span class="kt">NSNumber</span><span class="o">!</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre> <h3 id="section-steeringWheelAngle"> steeringWheelAngle </h3> <p>Undocumented</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLUnsubscribeVehicleData</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre> <h3 id="section-eCallInfo"> eCallInfo </h3> <p>Undocumented</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLUnsubscribeVehicleData</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre> <h3 id="section-airbagStatus"> airbagStatus </h3> <p>Undocumented</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLUnsubscribeVehicleData</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre> <h3 id="section-emergencyEvent"> emergencyEvent </h3> <p>Undocumented</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLUnsubscribeVehicleData</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre> <h3 id="section-clusterModeStatus"> clusterModeStatus </h3> <p>Undocumented</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLUnsubscribeVehicleData</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre> <h3 id="section-myKey"> myKey </h3> <p>Undocumented</p> <h4>Objective-C</h4> <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLUnsubscribeVehicleData</span> <span class="p">:</span> <span class="nc">SDLRPCRequest</span></code></pre> </section>
davidswi/sdl_ios
docs/Classes/SDLUnsubscribeVehicleData.html
HTML
bsd-3-clause
22,845
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="style.css"> <title>Visor de PDF</title> </head> <body> <div id="viewer"> <div id="container"> </div> </div> <div id="main"> <h1>Cargando…</h1><img src="loader.gif" /> </div> <div id="creds"> <div id="showCred"><strong>Créditos y copyright</strong></div> <div id="tldr"> <strong> © 2012 Hiram Jerónimo Pérez G. <a href="http://twitter.com/worg">@worg</a> <br> Hecho en Linux, usando software libre </strong> <br />Gracias a Mozilla por apoyar los estándares web y por la increíble librería <a href="http://github.com/mozilla/pdf.js">PDF.js</a> <br />Usa la librería <a href="http://jquery.com/">jQuery</a> <br />Usa la el plugin <a href="http://turnjs.com/">Turn.js</a> <br> </div> </div> </body> <script type="text/javascript" src="pdf.file"></script> <script type="text/javascript" src="jquery.min.file"></script> <script type="text/javascript" src="pdfflip.file"></script> </html>
worg/ionic
Resources/html/viewer.html
HTML
bsd-3-clause
1,373
<!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_04) on Tue Mar 26 23:09:48 EDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>SimUtils</title> <meta name="date" content="2013-03-26"> <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="SimUtils"; } //--> </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/SimUtils.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../index.html?emr_vis_nlp/utils/SimUtils.html" target="_top">Frames</a></li> <li><a href="SimUtils.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">emr_vis_nlp.utils</div> <h2 title="Class SimUtils" class="title">Class SimUtils</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>emr_vis_nlp.utils.SimUtils</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">SimUtils</span> extends java.lang.Object</pre> <div class="block">Utility functions for computing similarity scores.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../emr_vis_nlp/utils/SimUtils.html#SimUtils()">SimUtils</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static double</code></td> <td class="colLast"><code><strong><a href="../../emr_vis_nlp/utils/SimUtils.html#computeCosineSim(java.util.List, java.util.List)">computeCosineSim</a></strong>(java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList1, java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList2)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static double</code></td> <td class="colLast"><code><strong><a href="../../emr_vis_nlp/utils/SimUtils.html#computeDotProduct(java.util.List, java.util.List)">computeDotProduct</a></strong>(java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList1, java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList2)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static double</code></td> <td class="colLast"><code><strong><a href="../../emr_vis_nlp/utils/SimUtils.html#computeDotProduct(java.util.Map, java.util.Map)">computeDotProduct</a></strong>(java.util.Map&lt;java.lang.String,java.lang.Integer&gt;&nbsp;termCountMap1, java.util.Map&lt;java.lang.String,java.lang.Integer&gt;&nbsp;termCountMap2)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static double</code></td> <td class="colLast"><code><strong><a href="../../emr_vis_nlp/utils/SimUtils.html#computeVectorMagnitude(java.util.List)">computeVectorMagnitude</a></strong>(java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static double</code></td> <td class="colLast"><code><strong><a href="../../emr_vis_nlp/utils/SimUtils.html#computeVectorMagnitude(java.util.Map)">computeVectorMagnitude</a></strong>(java.util.Map&lt;java.lang.String,java.lang.Integer&gt;&nbsp;termCountMap)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="SimUtils()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>SimUtils</h4> <pre>public&nbsp;SimUtils()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="computeVectorMagnitude(java.util.Map)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeVectorMagnitude</h4> <pre>public static&nbsp;double&nbsp;computeVectorMagnitude(java.util.Map&lt;java.lang.String,java.lang.Integer&gt;&nbsp;termCountMap)</pre> </li> </ul> <a name="computeVectorMagnitude(java.util.List)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeVectorMagnitude</h4> <pre>public static&nbsp;double&nbsp;computeVectorMagnitude(java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList)</pre> </li> </ul> <a name="computeDotProduct(java.util.Map, java.util.Map)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeDotProduct</h4> <pre>public static&nbsp;double&nbsp;computeDotProduct(java.util.Map&lt;java.lang.String,java.lang.Integer&gt;&nbsp;termCountMap1, java.util.Map&lt;java.lang.String,java.lang.Integer&gt;&nbsp;termCountMap2)</pre> </li> </ul> <a name="computeDotProduct(java.util.List, java.util.List)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeDotProduct</h4> <pre>public static&nbsp;double&nbsp;computeDotProduct(java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList1, java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList2)</pre> </li> </ul> <a name="computeCosineSim(java.util.List, java.util.List)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>computeCosineSim</h4> <pre>public static&nbsp;double&nbsp;computeCosineSim(java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList1, java.util.List&lt;java.lang.Double&gt;&nbsp;termCountList2)</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/SimUtils.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../index.html?emr_vis_nlp/utils/SimUtils.html" target="_top">Frames</a></li> <li><a href="SimUtils.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
omgpotatoes/emr-vis-nlp
dist/javadoc/emr_vis_nlp/utils/SimUtils.html
HTML
bsd-3-clause
10,801
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.regression.recursive_ls.RecursiveLSResults.aicc &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/stylesheets/deprecation.css"> <link rel="stylesheet" href="../_static/material.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script src="../_static/language_data.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.regression.recursive_ls.RecursiveLSResults.bic" href="statsmodels.regression.recursive_ls.RecursiveLSResults.bic.html" /> <link rel="prev" title="statsmodels.regression.recursive_ls.RecursiveLSResults.aic" href="statsmodels.regression.recursive_ls.RecursiveLSResults.aic.html" /> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.regression.recursive_ls.RecursiveLSResults.aicc" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.12.0</span> <span class="md-header-nav__topic"> statsmodels.regression.recursive_ls.RecursiveLSResults.aicc </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../_static/versions.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../regression.html" class="md-tabs__link">Linear Regression</a></li> <li class="md-tabs__item"><a href="statsmodels.regression.recursive_ls.RecursiveLSResults.html" class="md-tabs__link">statsmodels.regression.recursive_ls.RecursiveLSResults</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.12.0</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../regression.html" class="md-nav__link">Linear Regression</a> </li> <li class="md-nav__item"> <a href="../glm.html" class="md-nav__link">Generalized Linear Models</a> </li> <li class="md-nav__item"> <a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a> </li> <li class="md-nav__item"> <a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a> </li> <li class="md-nav__item"> <a href="../rlm.html" class="md-nav__link">Robust Linear Models</a> </li> <li class="md-nav__item"> <a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a> </li> <li class="md-nav__item"> <a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../anova.html" class="md-nav__link">ANOVA</a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.aicc.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-regression-recursive-ls-recursivelsresults-aicc--page-root">statsmodels.regression.recursive_ls.RecursiveLSResults.aicc<a class="headerlink" href="#generated-statsmodels-regression-recursive-ls-recursivelsresults-aicc--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py attribute"> <dt id="statsmodels.regression.recursive_ls.RecursiveLSResults.aicc"> <code class="sig-prename descclassname">RecursiveLSResults.</code><code class="sig-name descname">aicc</code><a class="headerlink" href="#statsmodels.regression.recursive_ls.RecursiveLSResults.aicc" title="Permalink to this definition">¶</a></dt> <dd><p>(float) Akaike Information Criterion with small sample correction</p> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.regression.recursive_ls.RecursiveLSResults.aic.html" title="statsmodels.regression.recursive_ls.RecursiveLSResults.aic" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.regression.recursive_ls.RecursiveLSResults.aic </span> </div> </a> <a href="statsmodels.regression.recursive_ls.RecursiveLSResults.bic.html" title="statsmodels.regression.recursive_ls.RecursiveLSResults.bic" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.regression.recursive_ls.RecursiveLSResults.bic </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Aug 27, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 3.2.1. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.12.0/generated/statsmodels.regression.recursive_ls.RecursiveLSResults.aicc.html
HTML
bsd-3-clause
18,366
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Dashboard for D:\xampp/php/pear/PHP</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../../../css/bootstrap.min.css" rel="stylesheet"> <link href="../../../css/nv.d3.min.css" rel="stylesheet"> <link href="../../../css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="../../../js/html5shiv.min.js"></script> <script src="../../../js/respond.min.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li><a href="../../../index.html">D:\xampp</a></li> <li><a href="../../index.html">php</a></li> <li><a href="../index.html">pear</a></li> <li><a href="index.html">PHP</a></li> <li class="active">(Dashboard)</li> </ol> </div> </div> </div> </header> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>Classes</h2> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Coverage Distribution</h3> <div id="classCoverageDistribution" style="height: 300px;"> <svg></svg> </div> </div> <div class="col-md-6"> <h3>Complexity</h3> <div id="classComplexity" style="height: 300px;"> <svg></svg> </div> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Insufficient Coverage</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Class</th> <th class="text-right">Coverage</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> <div class="col-md-6"> <h3>Project Risks</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Class</th> <th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> <div class="row"> <div class="col-md-12"> <h2>Methods</h2> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Coverage Distribution</h3> <div id="methodCoverageDistribution" style="height: 300px;"> <svg></svg> </div> </div> <div class="col-md-6"> <h3>Complexity</h3> <div id="methodComplexity" style="height: 300px;"> <svg></svg> </div> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Insufficient Coverage</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Method</th> <th class="text-right">Coverage</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> <div class="col-md-6"> <h3>Project Risks</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Method</th> <th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> <footer> <hr/> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.2.4</a> using <a href="http://php.net/" target="_top">PHP 5.5.24</a> and <a href="https://phpunit.de/">PHPUnit 4.8.17</a> at Wed Nov 11 4:45:55 CET 2015.</small> </p> </footer> </div> <script src="../../../js/jquery.min.js" type="text/javascript"></script> <script src="../../../js/bootstrap.min.js" type="text/javascript"></script> <script src="../../../js/holder.min.js" type="text/javascript"></script> <script src="../../../js/d3.min.js" type="text/javascript"></script> <script src="../../../js/nv.d3.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { nv.addGraph(function() { var chart = nv.models.multiBarChart(); chart.tooltips(false) .showControls(false) .showLegend(false) .reduceXTicks(false) .staggerLabels(true) .yAxis.tickFormat(d3.format('d')); d3.select('#classCoverageDistribution svg') .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,0], "Class Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); return chart; }); nv.addGraph(function() { var chart = nv.models.multiBarChart(); chart.tooltips(false) .showControls(false) .showLegend(false) .reduceXTicks(false) .staggerLabels(true) .yAxis.tickFormat(d3.format('d')); d3.select('#methodCoverageDistribution svg') .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,0,0], "Method Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); return chart; }); function getCoverageDistributionData(data, label) { var labels = [ '0%', '0-10%', '10-20%', '20-30%', '30-40%', '40-50%', '50-60%', '60-70%', '70-80%', '80-90%', '90-100%', '100%' ]; var values = []; $.each(labels, function(key) { values.push({x: labels[key], y: data[key]}); }); return [ { key: label, values: values, color: "#4572A7" } ]; } nv.addGraph(function() { var chart = nv.models.scatterChart() .showDistX(true) .showDistY(true) .showLegend(false) .forceX([0, 100]); chart.tooltipContent(function(key, y, e, graph) { return '<p>' + graph.point.class + '</p>'; }); chart.xAxis.axisLabel('Code Coverage (in percent)'); chart.yAxis.axisLabel('Cyclomatic Complexity'); d3.select('#classComplexity svg') .datum(getComplexityData([], 'Class Complexity')) .transition() .duration(500) .call(chart); nv.utils.windowResize(chart.update); return chart; }); nv.addGraph(function() { var chart = nv.models.scatterChart() .showDistX(true) .showDistY(true) .showLegend(false) .forceX([0, 100]); chart.tooltipContent(function(key, y, e, graph) { return '<p>' + graph.point.class + '</p>'; }); chart.xAxis.axisLabel('Code Coverage (in percent)'); chart.yAxis.axisLabel('Method Complexity'); d3.select('#methodComplexity svg') .datum(getComplexityData([], 'Method Complexity')) .transition() .duration(500) .call(chart); nv.utils.windowResize(chart.update); return chart; }); function getComplexityData(data, label) { var values = []; $.each(data, function(key) { var value = Math.round(data[key][0]*100) / 100; values.push({ x: value, y: data[key][1], class: data[key][2], size: 0.05, shape: 'diamond' }); }); return [ { key: label, values: values, color: "#4572A7" } ]; } }); </script> </body> </html>
gstearmit/ZfDealsApp
module/ZfDeals/tests/reports/coverage/php/pear/PHP/dashboard.html
HTML
bsd-3-clause
7,234
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Mon Apr 04 20:31:34 CEST 2016 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package org.apache.commons.logging (SLF4J 1.7.21 API) </TITLE> <META NAME="date" CONTENT="2016-04-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="Uses of Package org.apache.commons.logging (SLF4J 1.7.21 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/commons/logging/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Package<br>org.apache.commons.logging</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../org/apache/commons/logging/package-summary.html">org.apache.commons.logging</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.commons.logging"><B>org.apache.commons.logging</B></A></TD> <TD>Jakarta Commons Logging implemented over SLF4J.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.commons.logging.impl"><B>org.apache.commons.logging.impl</B></A></TD> <TD>SLF4J based implementation of commons-logging wrapper APIs.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.commons.logging"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../org/apache/commons/logging/package-summary.html">org.apache.commons.logging</A> used by <A HREF="../../../../org/apache/commons/logging/package-summary.html">org.apache.commons.logging</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/commons/logging/class-use/Log.html#org.apache.commons.logging"><B>Log</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A simple logging interface abstracting logging APIs.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/commons/logging/class-use/LogConfigurationException.html#org.apache.commons.logging"><B>LogConfigurationException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; An exception that is thrown only if a suitable <code>LogFactory</code> or <code>Log</code> instance cannot be created by the corresponding factory methods.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/commons/logging/class-use/LogFactory.html#org.apache.commons.logging"><B>LogFactory</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Factory for creating <A HREF="../../../../org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><CODE>Log</CODE></A> instances, which always delegates to an instance of <A HREF="../../../../org/apache/commons/logging/impl/SLF4JLogFactory.html" title="class in org.apache.commons.logging.impl"><CODE>SLF4JLogFactory</CODE></A>.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.commons.logging.impl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Classes in <A HREF="../../../../org/apache/commons/logging/package-summary.html">org.apache.commons.logging</A> used by <A HREF="../../../../org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/commons/logging/class-use/Log.html#org.apache.commons.logging.impl"><B>Log</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A simple logging interface abstracting logging APIs.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/commons/logging/class-use/LogConfigurationException.html#org.apache.commons.logging.impl"><B>LogConfigurationException</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; An exception that is thrown only if a suitable <code>LogFactory</code> or <code>Log</code> instance cannot be created by the corresponding factory methods.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../org/apache/commons/logging/class-use/LogFactory.html#org.apache.commons.logging.impl"><B>LogFactory</B></A></B> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Factory for creating <A HREF="../../../../org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><CODE>Log</CODE></A> instances, which always delegates to an instance of <A HREF="../../../../org/apache/commons/logging/impl/SLF4JLogFactory.html" title="class in org.apache.commons.logging.impl"><CODE>SLF4JLogFactory</CODE></A>.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/commons/logging/package-use.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2005&#x2013;2016 <a href="http://www.qos.ch">QOS.ch</a>. All rights reserved. </BODY> </HTML>
zhangyut/wolf
slf4j/site/apidocs/org/apache/commons/logging/package-use.html
HTML
bsd-3-clause
10,351
{% extends "base.html" %} {% block home_highlight %}active{% endblock %} {% block content %} <p class="lead">Artisanal mobile and web applications.</p> <p>Hi there. I am a consultant based in San Francisco, California. I develop mobile and web applications for myself and various clients. You should hire me for your next project.</p> {% endblock %}
dbrenneman/DontPanic
templates/home.html
HTML
bsd-3-clause
352
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../../../../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../../../../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../../../../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../../../../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../../../../_static/javascripts/modernizr.js"></script> <title>statsmodels.genmod.families.varfuncs &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../../../../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../../../../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../../../../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../../../../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../../../../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../../../../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../../../../_static/stylesheets/deprecation.css"> <link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../../../_static/material.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../../../../_static/graphviz.css" /> <script id="documentation_options" data-url_root="../../../../" src="../../../../_static/documentation_options.js"></script> <script src="../../../../_static/jquery.js"></script> <script src="../../../../_static/underscore.js"></script> <script src="../../../../_static/doctools.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../../../../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../../../../about.html" /> <link rel="index" title="Index" href="../../../../genindex.html" /> <link rel="search" title="Search" href="../../../../search.html" /> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#_modules/statsmodels/genmod/families/varfuncs" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../../../../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../../../../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.12.2</span> <span class="md-header-nav__topic"> statsmodels.genmod.families.varfuncs </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../../../../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> <script src="../../../../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../../../../_static/versions.json", target_loc = "../../../../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../../../index.html" class="md-tabs__link">Module code</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../../../../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../../../../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../../../../index.html" title="statsmodels">statsmodels v0.12.2</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../../../../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../../../../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../../../../user-guide.html" class="md-nav__link">User Guide</a> </li> <li class="md-nav__item"> <a href="../../../../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../../../../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../../../../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../../../../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../../../../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="modules-statsmodels-genmod-families-varfuncs--page-root">Source code for statsmodels.genmod.families.varfuncs</h1><div class="highlight"><pre> <span></span><span class="sd">"""</span> <span class="sd">Variance functions for use with the link functions in statsmodels.family.links</span> <span class="sd">"""</span> <span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span> <span class="n">FLOAT_EPS</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">finfo</span><span class="p">(</span><span class="nb">float</span><span class="p">)</span><span class="o">.</span><span class="n">eps</span> <div class="viewcode-block" id="VarianceFunction"><a class="viewcode-back" href="../../../../generated/statsmodels.genmod.families.varfuncs.VarianceFunction.html#statsmodels.genmod.families.varfuncs.VarianceFunction">[docs]</a><span class="k">class</span> <span class="nc">VarianceFunction</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Relates the variance of a random variable to its mean. Defaults to 1.</span> <span class="sd"> Methods</span> <span class="sd"> -------</span> <span class="sd"> call</span> <span class="sd"> Returns an array of ones that is the same shape as `mu`</span> <span class="sd"> Notes</span> <span class="sd"> -----</span> <span class="sd"> After a variance function is initialized, its call method can be used.</span> <span class="sd"> Alias for VarianceFunction:</span> <span class="sd"> constant = VarianceFunction()</span> <span class="sd"> See Also</span> <span class="sd"> --------</span> <span class="sd"> statsmodels.genmod.families.family</span> <span class="sd"> """</span> <span class="k">def</span> <span class="fm">__call__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mu</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Default variance function</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> mu : array_like</span> <span class="sd"> mean parameters</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> v : ndarray</span> <span class="sd"> ones(mu.shape)</span> <span class="sd"> """</span> <span class="n">mu</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">asarray</span><span class="p">(</span><span class="n">mu</span><span class="p">)</span> <span class="k">return</span> <span class="n">np</span><span class="o">.</span><span class="n">ones</span><span class="p">(</span><span class="n">mu</span><span class="o">.</span><span class="n">shape</span><span class="p">,</span> <span class="n">np</span><span class="o">.</span><span class="n">float64</span><span class="p">)</span> <div class="viewcode-block" id="VarianceFunction.deriv"><a class="viewcode-back" href="../../../../generated/statsmodels.genmod.families.varfuncs.VarianceFunction.deriv.html#statsmodels.genmod.families.varfuncs.VarianceFunction.deriv">[docs]</a> <span class="k">def</span> <span class="nf">deriv</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mu</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Derivative of the variance function v'(mu)</span> <span class="sd"> """</span> <span class="k">return</span> <span class="n">np</span><span class="o">.</span><span class="n">zeros_like</span><span class="p">(</span><span class="n">mu</span><span class="p">)</span></div></div> <span class="n">constant</span> <span class="o">=</span> <span class="n">VarianceFunction</span><span class="p">()</span> <span class="n">constant</span><span class="o">.</span><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">"""</span> <span class="s2">The call method of constant returns a constant variance, i.e., a vector of</span> <span class="s2">ones.</span> <span class="s2">constant is an alias of VarianceFunction()</span> <span class="s2">"""</span> <div class="viewcode-block" id="Power"><a class="viewcode-back" href="../../../../generated/statsmodels.genmod.families.varfuncs.Power.html#statsmodels.genmod.families.varfuncs.Power">[docs]</a><span class="k">class</span> <span class="nc">Power</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Power variance function</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> power : float</span> <span class="sd"> exponent used in power variance function</span> <span class="sd"> Methods</span> <span class="sd"> -------</span> <span class="sd"> call</span> <span class="sd"> Returns the power variance</span> <span class="sd"> Notes</span> <span class="sd"> -----</span> <span class="sd"> Formulas</span> <span class="sd"> V(mu) = numpy.fabs(mu)**power</span> <span class="sd"> Aliases for Power:</span> <span class="sd"> mu = Power()</span> <span class="sd"> mu_squared = Power(power=2)</span> <span class="sd"> mu_cubed = Power(power=3)</span> <span class="sd"> """</span> <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">power</span><span class="o">=</span><span class="mf">1.</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">power</span> <span class="o">=</span> <span class="n">power</span> <span class="k">def</span> <span class="fm">__call__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mu</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Power variance function</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> mu : array_like</span> <span class="sd"> mean parameters</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> variance : ndarray</span> <span class="sd"> numpy.fabs(mu)**self.power</span> <span class="sd"> """</span> <span class="k">return</span> <span class="n">np</span><span class="o">.</span><span class="n">power</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">fabs</span><span class="p">(</span><span class="n">mu</span><span class="p">),</span> <span class="bp">self</span><span class="o">.</span><span class="n">power</span><span class="p">)</span> <div class="viewcode-block" id="Power.deriv"><a class="viewcode-back" href="../../../../generated/statsmodels.genmod.families.varfuncs.Power.deriv.html#statsmodels.genmod.families.varfuncs.Power.deriv">[docs]</a> <span class="k">def</span> <span class="nf">deriv</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mu</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Derivative of the variance function v'(mu)</span> <span class="sd"> May be undefined at zero.</span> <span class="sd"> """</span> <span class="n">der</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">power</span> <span class="o">*</span> <span class="n">np</span><span class="o">.</span><span class="n">fabs</span><span class="p">(</span><span class="n">mu</span><span class="p">)</span> <span class="o">**</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">power</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="n">ii</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">flatnonzero</span><span class="p">(</span><span class="n">mu</span> <span class="o">&lt;</span> <span class="mi">0</span><span class="p">)</span> <span class="n">der</span><span class="p">[</span><span class="n">ii</span><span class="p">]</span> <span class="o">*=</span> <span class="o">-</span><span class="mi">1</span> <span class="k">return</span> <span class="n">der</span></div></div> <span class="n">mu</span> <span class="o">=</span> <span class="n">Power</span><span class="p">()</span> <span class="n">mu</span><span class="o">.</span><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">"""</span> <span class="s2">Returns np.fabs(mu)</span> <span class="s2">Notes</span> <span class="s2">-----</span> <span class="s2">This is an alias of Power()</span> <span class="s2">"""</span> <span class="n">mu_squared</span> <span class="o">=</span> <span class="n">Power</span><span class="p">(</span><span class="n">power</span><span class="o">=</span><span class="mi">2</span><span class="p">)</span> <span class="n">mu_squared</span><span class="o">.</span><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">"""</span> <span class="s2">Returns np.fabs(mu)**2</span> <span class="s2">Notes</span> <span class="s2">-----</span> <span class="s2">This is an alias of statsmodels.family.links.Power(power=2)</span> <span class="s2">"""</span> <span class="n">mu_cubed</span> <span class="o">=</span> <span class="n">Power</span><span class="p">(</span><span class="n">power</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span> <span class="n">mu_cubed</span><span class="o">.</span><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">"""</span> <span class="s2">Returns np.fabs(mu)**3</span> <span class="s2">Notes</span> <span class="s2">-----</span> <span class="s2">This is an alias of statsmodels.family.links.Power(power=3)</span> <span class="s2">"""</span> <div class="viewcode-block" id="Binomial"><a class="viewcode-back" href="../../../../generated/statsmodels.genmod.families.varfuncs.Binomial.html#statsmodels.genmod.families.varfuncs.Binomial">[docs]</a><span class="k">class</span> <span class="nc">Binomial</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Binomial variance function</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> n : int, optional</span> <span class="sd"> The number of trials for a binomial variable. The default is 1 for</span> <span class="sd"> p in (0,1)</span> <span class="sd"> Methods</span> <span class="sd"> -------</span> <span class="sd"> call</span> <span class="sd"> Returns the binomial variance</span> <span class="sd"> Notes</span> <span class="sd"> -----</span> <span class="sd"> Formulas :</span> <span class="sd"> V(mu) = p * (1 - p) * n</span> <span class="sd"> where p = mu / n</span> <span class="sd"> Alias for Binomial:</span> <span class="sd"> binary = Binomial()</span> <span class="sd"> A private method _clean trims the data by machine epsilon so that p is</span> <span class="sd"> in (0,1)</span> <span class="sd"> """</span> <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</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="bp">self</span><span class="o">.</span><span class="n">n</span> <span class="o">=</span> <span class="n">n</span> <span class="k">def</span> <span class="nf">_clean</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">p</span><span class="p">):</span> <span class="k">return</span> <span class="n">np</span><span class="o">.</span><span class="n">clip</span><span class="p">(</span><span class="n">p</span><span class="p">,</span> <span class="n">FLOAT_EPS</span><span class="p">,</span> <span class="mi">1</span> <span class="o">-</span> <span class="n">FLOAT_EPS</span><span class="p">)</span> <span class="k">def</span> <span class="fm">__call__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mu</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Binomial variance function</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> mu : array_like</span> <span class="sd"> mean parameters</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> variance : ndarray</span> <span class="sd"> variance = mu/n * (1 - mu/n) * self.n</span> <span class="sd"> """</span> <span class="n">p</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_clean</span><span class="p">(</span><span class="n">mu</span> <span class="o">/</span> <span class="bp">self</span><span class="o">.</span><span class="n">n</span><span class="p">)</span> <span class="k">return</span> <span class="n">p</span> <span class="o">*</span> <span class="p">(</span><span class="mi">1</span> <span class="o">-</span> <span class="n">p</span><span class="p">)</span> <span class="o">*</span> <span class="bp">self</span><span class="o">.</span><span class="n">n</span> <span class="c1"># TODO: inherit from super</span> <div class="viewcode-block" id="Binomial.deriv"><a class="viewcode-back" href="../../../../generated/statsmodels.genmod.families.varfuncs.Binomial.deriv.html#statsmodels.genmod.families.varfuncs.Binomial.deriv">[docs]</a> <span class="k">def</span> <span class="nf">deriv</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mu</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Derivative of the variance function v'(mu)</span> <span class="sd"> """</span> <span class="k">return</span> <span class="mi">1</span> <span class="o">-</span> <span class="mi">2</span><span class="o">*</span><span class="n">mu</span></div></div> <span class="n">binary</span> <span class="o">=</span> <span class="n">Binomial</span><span class="p">()</span> <span class="n">binary</span><span class="o">.</span><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">"""</span> <span class="s2">The binomial variance function for n = 1</span> <span class="s2">Notes</span> <span class="s2">-----</span> <span class="s2">This is an alias of Binomial(n=1)</span> <span class="s2">"""</span> <div class="viewcode-block" id="NegativeBinomial"><a class="viewcode-back" href="../../../../generated/statsmodels.genmod.families.varfuncs.NegativeBinomial.html#statsmodels.genmod.families.varfuncs.NegativeBinomial">[docs]</a><span class="k">class</span> <span class="nc">NegativeBinomial</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> <span class="sd">'''</span> <span class="sd"> Negative binomial variance function</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> alpha : float</span> <span class="sd"> The ancillary parameter for the negative binomial variance function.</span> <span class="sd"> `alpha` is assumed to be nonstochastic. The default is 1.</span> <span class="sd"> Methods</span> <span class="sd"> -------</span> <span class="sd"> call</span> <span class="sd"> Returns the negative binomial variance</span> <span class="sd"> Notes</span> <span class="sd"> -----</span> <span class="sd"> Formulas :</span> <span class="sd"> V(mu) = mu + alpha*mu**2</span> <span class="sd"> Alias for NegativeBinomial:</span> <span class="sd"> nbinom = NegativeBinomial()</span> <span class="sd"> A private method _clean trims the data by machine epsilon so that p is</span> <span class="sd"> in (0,inf)</span> <span class="sd"> '''</span> <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">alpha</span><span class="o">=</span><span class="mf">1.</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">alpha</span> <span class="o">=</span> <span class="n">alpha</span> <span class="k">def</span> <span class="nf">_clean</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">p</span><span class="p">):</span> <span class="k">return</span> <span class="n">np</span><span class="o">.</span><span class="n">clip</span><span class="p">(</span><span class="n">p</span><span class="p">,</span> <span class="n">FLOAT_EPS</span><span class="p">,</span> <span class="n">np</span><span class="o">.</span><span class="n">inf</span><span class="p">)</span> <span class="k">def</span> <span class="fm">__call__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mu</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Negative binomial variance function</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> mu : array_like</span> <span class="sd"> mean parameters</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> variance : ndarray</span> <span class="sd"> variance = mu + alpha*mu**2</span> <span class="sd"> """</span> <span class="n">p</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_clean</span><span class="p">(</span><span class="n">mu</span><span class="p">)</span> <span class="k">return</span> <span class="n">p</span> <span class="o">+</span> <span class="bp">self</span><span class="o">.</span><span class="n">alpha</span><span class="o">*</span><span class="n">p</span><span class="o">**</span><span class="mi">2</span> <div class="viewcode-block" id="NegativeBinomial.deriv"><a class="viewcode-back" href="../../../../generated/statsmodels.genmod.families.varfuncs.NegativeBinomial.deriv.html#statsmodels.genmod.families.varfuncs.NegativeBinomial.deriv">[docs]</a> <span class="k">def</span> <span class="nf">deriv</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mu</span><span class="p">):</span> <span class="sd">"""</span> <span class="sd"> Derivative of the negative binomial variance function.</span> <span class="sd"> """</span> <span class="n">p</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_clean</span><span class="p">(</span><span class="n">mu</span><span class="p">)</span> <span class="k">return</span> <span class="mi">1</span> <span class="o">+</span> <span class="mi">2</span> <span class="o">*</span> <span class="bp">self</span><span class="o">.</span><span class="n">alpha</span> <span class="o">*</span> <span class="n">p</span></div></div> <span class="n">nbinom</span> <span class="o">=</span> <span class="n">NegativeBinomial</span><span class="p">()</span> <span class="n">nbinom</span><span class="o">.</span><span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">"""</span> <span class="s2">Negative Binomial variance function.</span> <span class="s2">Notes</span> <span class="s2">-----</span> <span class="s2">This is an alias of NegativeBinomial(alpha=1.)</span> <span class="s2">"""</span> </pre></div> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 02, 2021. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 3.4.3. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../../../../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.12.2/_modules/statsmodels/genmod/families/varfuncs.html
HTML
bsd-3-clause
33,358
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.tsa.ar_model.ARResults.resid &#8212; statsmodels v0.10.2 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="stylesheet" href="../_static/examples.css" type="text/css" /> <link rel="stylesheet" href="../_static/facebox.css" type="text/css" /> <script type="text/javascript" src="../_static/scripts.js"> </script> <script type="text/javascript" src="../_static/facebox.js"> </script> <script type="text/javascript"> $.facebox.settings.closeImage = "../_static/closelabel.png" $.facebox.settings.loadingImage = "../_static/loading.gif" </script> <script> $(document).ready(function() { $.getJSON("../../versions.json", function(versions) { var dropdown = document.createElement("div"); dropdown.className = "dropdown"; var button = document.createElement("button"); button.className = "dropbtn"; button.innerHTML = "Other Versions"; var content = document.createElement("div"); content.className = "dropdown-content"; dropdown.appendChild(button); dropdown.appendChild(content); $(".header").prepend(dropdown); for (var i = 0; i < versions.length; i++) { if (versions[i].substring(0, 1) == "v") { versions[i] = [versions[i], versions[i].substring(1)]; } else { versions[i] = [versions[i], versions[i]]; }; }; for (var i = 0; i < versions.length; i++) { var a = document.createElement("a"); a.innerHTML = versions[i][1]; a.href = "../../" + versions[i][0] + "/index.html"; a.title = versions[i][1]; $(".dropdown-content").append(a); }; }); }); </script> </head><body> <div class="headerwrap"> <div class = "header"> <a href = "../index.html"> <img src="../_static/statsmodels_hybi_banner.png" alt="Logo" style="padding-left: 15px"/></a> </div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href ="../install.html">Install</a></li> &nbsp;|&nbsp; <li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> &nbsp;|&nbsp; <li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> &nbsp;|&nbsp; <li><a href="../dev/index.html">Develop</a></li> &nbsp;|&nbsp; <li><a href="../examples/index.html">Examples</a></li> &nbsp;|&nbsp; <li><a href="../faq.html">FAQ</a></li> &nbsp;|&nbsp; </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-tsa-ar-model-arresults-resid"> <h1>statsmodels.tsa.ar_model.ARResults.resid<a class="headerlink" href="#statsmodels-tsa-ar-model-arresults-resid" title="Permalink to this headline">¶</a></h1> <p>method</p> <dl class="method"> <dt id="statsmodels.tsa.ar_model.ARResults.resid"> <code class="sig-prename descclassname">ARResults.</code><code class="sig-name descname">resid</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/tsa/ar_model.html#ARResults.resid"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.tsa.ar_model.ARResults.resid" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.tsa.ar_model.ARResults.resid.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" /> <input type="submit" value="Go" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.1. </div> </body> </html>
statsmodels/statsmodels.github.io
v0.10.2/generated/statsmodels.tsa.ar_model.ARResults.resid.html
HTML
bsd-3-clause
5,973
{% extends "events/base.maps.html" %} {% import "events/map-setup.html" as map %} {% block page_title %}{{ country.name }} | {{ super() }}{% endblock %} {% block page_id %}events-list-all{% endblock %} {% block content %} <div class="search-results"> {% include "events/_search-form.html" %} <span class="switch"><a href="{{ url('events.country.map', code=country.code|lower) }}">switch to map view</a> | <a href="{{ url('events.all') }}">see all events</a></span> {% if results.object_list %} <p class="sorting">Sort by: <a href="./"{% if sort == 'date' %} class="active"{% endif %}>Date</a> or <a href="?sort=name"{% if sort == 'name' %} class="active"{% endif %}>A-Z</a></p> <ol> {# Can't iterate directly over results until Django 1.4 #} {% for event in results.object_list %} {% include "events/_event-list-item.html" %} {% endfor %} </ol> {% if results.paginator.num_pages > 1 %} <ol class="pagination"> {% if sort == 'date' %} {{ results.pagination('./') }} {% else %} {{ results.pagination('./', sort) }} {% endif %} </ol> {% endif %} {% else %} <p class="no-results">No events found in {{ country.name }}. Why don't you <a href="https://donate.mozilla.org/page/event/create/" class="button create">Create an Event</a></p> {% endif %} </div> {% endblock %} {% block scripts %} {{ map.config(country) }} {{ super() }} {% endblock %}
mozilla/make.mozilla.org
make_mozilla/events/templates/events/country-list.html
HTML
bsd-3-clause
1,568
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>colour.models.derivation &mdash; Colour 0.3.6 documentation</title> <link rel="stylesheet" href="../../../_static/basic.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/bootswatch-3.1.0/colour/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/styles.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../', VERSION: '0.3.6', 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-MML_HTMLorMML"></script> <script type="text/javascript" src="../../../_static/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="../../../_static/js/jquery-fix.js"></script> <script type="text/javascript" src="../../../_static/bootstrap-3.1.0/js/bootstrap.min.js"></script> <script type="text/javascript" src="../../../_static/bootstrap-sphinx.js"></script> <link rel="top" title="Colour 0.3.6 documentation" href="../../../index.html" /> <link rel="up" title="colour.models" href="../models.html" /> <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'> <meta name="apple-mobile-web-app-capable" content="yes"> </head> <body> <div id="navbar" class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <!-- .btn-navbar is used as the toggle for collapsed navbar content --> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../index.html"><img src="../../../_static/Colour_Logo_Icon_001.png"> Colour&nbsp;0.3</a> <!--<span class="navbar-text navbar-version pull-left"><b>0.3</b></span>--> </div> <div class="collapse navbar-collapse nav-collapse"> <ul class="nav navbar-nav"> <li class="divider-vertical"></li> <li><a href="http://colour-science.org">colour-science.org</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-life-ring">&nbsp;Documentation</i><b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="api.html" class="fa fa-life-ring">&nbsp;API Reference</a> </li> <li> <a href="http://nbviewer.ipython.org/github/colour-science/colour-ipython/blob/master/notebooks/colour.ipynb', True)" class="fa fa-book">&nbsp;IPython Notebooks</a> </li> <li> <a href="http://colour-science.org/features.php" class="fa fa-lightbulb-o">&nbsp;Features</a> </li> <li> <a href="http://colour-science.org/contributing.php"><span class="fa fa-gears">&nbsp;Contributing</span></a> </li> </ul> </li> </ul> <form class="navbar-form navbar-right" action="../../../search.html" method="get"> <div class="form-group"> <input type="text" name="q" class="form-control" placeholder="Search" /> </div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <h1>Source code for colour.models.derivation</h1><div class="highlight"><pre> <span class="c">#!/usr/bin/env python</span> <span class="c"># -*- coding: utf-8 -*-</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">RGB Colourspace Derivation</span> <span class="sd">==========================</span> <span class="sd">Defines objects related to *RGB* colourspace derivation, essentially</span> <span class="sd">calculating the normalised primary matrix for given *RGB* colourspace primaries</span> <span class="sd">and whitepoint.</span> <span class="sd">See Also</span> <span class="sd">--------</span> <span class="sd">`RGB Colourspaces IPython Notebook</span> <span class="sd">&lt;http://nbviewer.ipython.org/github/colour-science/colour-ipython/blob/master/notebooks/models/rgb.ipynb&gt;`_ # noqa</span> <span class="sd">References</span> <span class="sd">----------</span> <span class="sd">.. [1] SMPTE. (1993). Derivation of Basic Television Color Equations. In</span> <span class="sd"> RP 177:1993 (Vol. RP 177:199). doi:10.5594/S9781614821915</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">division</span><span class="p">,</span> <span class="n">unicode_literals</span> <span class="kn">import</span> <span class="nn">numpy</span> <span class="kn">as</span> <span class="nn">np</span> <span class="kn">from</span> <span class="nn">colour.models</span> <span class="kn">import</span> <span class="n">XYZ_to_xy</span><span class="p">,</span> <span class="n">xy_to_XYZ</span> <span class="kn">from</span> <span class="nn">colour.utilities</span> <span class="kn">import</span> <span class="n">tsplit</span> <span class="n">__author__</span> <span class="o">=</span> <span class="s">&#39;Colour Developers&#39;</span> <span class="n">__copyright__</span> <span class="o">=</span> <span class="s">&#39;Copyright (C) 2013 - 2015 - Colour Developers&#39;</span> <span class="n">__license__</span> <span class="o">=</span> <span class="s">&#39;New BSD License - http://opensource.org/licenses/BSD-3-Clause&#39;</span> <span class="n">__maintainer__</span> <span class="o">=</span> <span class="s">&#39;Colour Developers&#39;</span> <span class="n">__email__</span> <span class="o">=</span> <span class="s">&#39;colour-science@googlegroups.com&#39;</span> <span class="n">__status__</span> <span class="o">=</span> <span class="s">&#39;Production&#39;</span> <span class="n">__all__</span> <span class="o">=</span> <span class="p">[</span><span class="s">&#39;xy_to_z&#39;</span><span class="p">,</span> <span class="s">&#39;normalised_primary_matrix&#39;</span><span class="p">,</span> <span class="s">&#39;primaries_whitepoint&#39;</span><span class="p">,</span> <span class="s">&#39;RGB_luminance_equation&#39;</span><span class="p">,</span> <span class="s">&#39;RGB_luminance&#39;</span><span class="p">]</span> <div class="viewcode-block" id="xy_to_z"><a class="viewcode-back" href="../../../colour.models.derivation.html#colour.models.derivation.xy_to_z">[docs]</a><span class="k">def</span> <span class="nf">xy_to_z</span><span class="p">(</span><span class="n">xy</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the *z* coordinate using given *xy* chromaticity coordinates.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> xy : array_like</span> <span class="sd"> *xy* chromaticity coordinates.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> numeric</span> <span class="sd"> *z* coordinate.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; xy_to_z(np.array([0.25, 0.25]))</span> <span class="sd"> 0.5</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">x</span><span class="p">,</span> <span class="n">y</span> <span class="o">=</span> <span class="n">tsplit</span><span class="p">(</span><span class="n">xy</span><span class="p">)</span> <span class="n">z</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="n">y</span> <span class="k">return</span> <span class="n">z</span> </div> <div class="viewcode-block" id="normalised_primary_matrix"><a class="viewcode-back" href="../../../colour.models.derivation.html#colour.models.derivation.normalised_primary_matrix">[docs]</a><span class="k">def</span> <span class="nf">normalised_primary_matrix</span><span class="p">(</span><span class="n">primaries</span><span class="p">,</span> <span class="n">whitepoint</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the *normalised primary matrix* using given *primaries* and</span> <span class="sd"> *whitepoint*.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> primaries : array_like, (3, 2)</span> <span class="sd"> Primaries chromaticity coordinates.</span> <span class="sd"> whitepoint : array_like</span> <span class="sd"> Illuminant / whitepoint chromaticity coordinates.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> ndarray, (3, 3)</span> <span class="sd"> *Normalised primary matrix*.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; pms = np.array([0.73470, 0.26530, 0.00000, 1.00000, 0.00010, -0.07700])</span> <span class="sd"> &gt;&gt;&gt; whitepoint = np.array([0.32168, 0.33767])</span> <span class="sd"> &gt;&gt;&gt; normalised_primary_matrix(pms, whitepoint) # doctest: +ELLIPSIS</span> <span class="sd"> array([[ 9.5255239...e-01, 0.0000000...e+00, 9.3678631...e-05],</span> <span class="sd"> [ 3.4396645...e-01, 7.2816609...e-01, -7.2132546...e-02],</span> <span class="sd"> [ 0.0000000...e+00, 0.0000000...e+00, 1.0088251...e+00]])</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">primaries</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">reshape</span><span class="p">(</span><span class="n">primaries</span><span class="p">,</span> <span class="p">(</span><span class="mi">3</span><span class="p">,</span> <span class="mi">2</span><span class="p">))</span> <span class="n">z</span> <span class="o">=</span> <span class="n">xy_to_z</span><span class="p">(</span><span class="n">primaries</span><span class="p">)[</span><span class="o">...</span><span class="p">,</span> <span class="n">np</span><span class="o">.</span><span class="n">newaxis</span><span class="p">]</span> <span class="n">primaries</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">transpose</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">hstack</span><span class="p">((</span><span class="n">primaries</span><span class="p">,</span> <span class="n">z</span><span class="p">)))</span> <span class="n">whitepoint</span> <span class="o">=</span> <span class="n">xy_to_XYZ</span><span class="p">(</span><span class="n">whitepoint</span><span class="p">)</span> <span class="n">coefficients</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">dot</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">linalg</span><span class="o">.</span><span class="n">inv</span><span class="p">(</span><span class="n">primaries</span><span class="p">),</span> <span class="n">whitepoint</span><span class="p">)</span> <span class="n">coefficients</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">diagflat</span><span class="p">(</span><span class="n">coefficients</span><span class="p">)</span> <span class="n">npm</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">dot</span><span class="p">(</span><span class="n">primaries</span><span class="p">,</span> <span class="n">coefficients</span><span class="p">)</span> <span class="k">return</span> <span class="n">npm</span> </div> <div class="viewcode-block" id="primaries_whitepoint"><a class="viewcode-back" href="../../../colour.models.derivation.html#colour.models.derivation.primaries_whitepoint">[docs]</a><span class="k">def</span> <span class="nf">primaries_whitepoint</span><span class="p">(</span><span class="n">npm</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns *primaries* and *whitepoint* using given *normalised primary</span> <span class="sd"> matrix*.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> npm : array_like, (3, 3)</span> <span class="sd"> *Normalised primary matrix*.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> tuple</span> <span class="sd"> *Primaries* and *whitepoint*.</span> <span class="sd"> References</span> <span class="sd"> ----------</span> <span class="sd"> .. [2] Trieu, T. (2015). Private Discussion with Mansencal, T.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; npm = np.array([[9.52552396e-01, 0.00000000e+00, 9.36786317e-05],</span> <span class="sd"> ... [3.43966450e-01, 7.28166097e-01, -7.21325464e-02],</span> <span class="sd"> ... [0.00000000e+00, 0.00000000e+00, 1.00882518e+00]])</span> <span class="sd"> &gt;&gt;&gt; p, w = primaries_whitepoint(npm)</span> <span class="sd"> &gt;&gt;&gt; p # doctest: +ELLIPSIS</span> <span class="sd"> array([[ 7.3470000...e-01, 2.6530000...e-01],</span> <span class="sd"> [ 0.0000000...e+00, 1.0000000...e+00],</span> <span class="sd"> [ 1.0000000...e-04, -7.7000000...e-02]])</span> <span class="sd"> &gt;&gt;&gt; w # doctest: +ELLIPSIS</span> <span class="sd"> array([ 0.32168, 0.33767])</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">npm</span> <span class="o">=</span> <span class="n">npm</span><span class="o">.</span><span class="n">reshape</span><span class="p">((</span><span class="mi">3</span><span class="p">,</span> <span class="mi">3</span><span class="p">))</span> <span class="n">primaries</span> <span class="o">=</span> <span class="n">XYZ_to_xy</span><span class="p">(</span> <span class="n">np</span><span class="o">.</span><span class="n">transpose</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">dot</span><span class="p">(</span><span class="n">npm</span><span class="p">,</span> <span class="n">np</span><span class="o">.</span><span class="n">identity</span><span class="p">(</span><span class="mi">3</span><span class="p">))))</span> <span class="n">whitepoint</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">squeeze</span><span class="p">(</span><span class="n">XYZ_to_xy</span><span class="p">(</span> <span class="n">np</span><span class="o">.</span><span class="n">transpose</span><span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">dot</span><span class="p">(</span><span class="n">npm</span><span class="p">,</span> <span class="n">np</span><span class="o">.</span><span class="n">ones</span><span class="p">((</span><span class="mi">3</span><span class="p">,</span> <span class="mi">1</span><span class="p">))))))</span> <span class="c"># TODO: Investigate if we return an ndarray here with primaries and</span> <span class="c"># whitepoint stacked together.</span> <span class="k">return</span> <span class="n">primaries</span><span class="p">,</span> <span class="n">whitepoint</span> </div> <div class="viewcode-block" id="RGB_luminance_equation"><a class="viewcode-back" href="../../../colour.models.derivation.html#colour.models.derivation.RGB_luminance_equation">[docs]</a><span class="k">def</span> <span class="nf">RGB_luminance_equation</span><span class="p">(</span><span class="n">primaries</span><span class="p">,</span> <span class="n">whitepoint</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the *luminance equation* from given *primaries* and *whitepoint*.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> primaries : array_like, (3, 2)</span> <span class="sd"> Primaries chromaticity coordinates.</span> <span class="sd"> whitepoint : array_like</span> <span class="sd"> Illuminant / whitepoint chromaticity coordinates.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> unicode</span> <span class="sd"> *Luminance* equation.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; pms = np.array([0.73470, 0.26530, 0.00000, 1.00000, 0.00010, -0.07700])</span> <span class="sd"> &gt;&gt;&gt; whitepoint = np.array([0.32168, 0.33767])</span> <span class="sd"> &gt;&gt;&gt; # Doctests skip for Python 2.x compatibility.</span> <span class="sd"> &gt;&gt;&gt; RGB_luminance_equation(pms, whitepoint) # doctest: +SKIP</span> <span class="sd"> &#39;Y = 0.3439664...(R) + 0.7281660...(G) + -0.0721325...(B)&#39;</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="s">&#39;Y = {0}(R) + {1}(G) + {2}(B)&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span> <span class="o">*</span><span class="n">np</span><span class="o">.</span><span class="n">ravel</span><span class="p">(</span><span class="n">normalised_primary_matrix</span><span class="p">(</span><span class="n">primaries</span><span class="p">,</span> <span class="n">whitepoint</span><span class="p">))[</span><span class="mi">3</span><span class="p">:</span><span class="mi">6</span><span class="p">])</span> </div> <div class="viewcode-block" id="RGB_luminance"><a class="viewcode-back" href="../../../colour.models.derivation.html#colour.models.derivation.RGB_luminance">[docs]</a><span class="k">def</span> <span class="nf">RGB_luminance</span><span class="p">(</span><span class="n">RGB</span><span class="p">,</span> <span class="n">primaries</span><span class="p">,</span> <span class="n">whitepoint</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the *luminance* :math:`Y` of given *RGB* components from given</span> <span class="sd"> *primaries* and *whitepoint*.</span> <span class="sd"> Parameters</span> <span class="sd"> ----------</span> <span class="sd"> RGB : array_like</span> <span class="sd"> *RGB* chromaticity coordinate matrix.</span> <span class="sd"> primaries : array_like, (3, 2)</span> <span class="sd"> Primaries chromaticity coordinate matrix.</span> <span class="sd"> whitepoint : array_like</span> <span class="sd"> Illuminant / whitepoint chromaticity coordinates.</span> <span class="sd"> Returns</span> <span class="sd"> -------</span> <span class="sd"> numeric or ndarray</span> <span class="sd"> *Luminance* :math:`Y`.</span> <span class="sd"> Examples</span> <span class="sd"> --------</span> <span class="sd"> &gt;&gt;&gt; RGB = np.array([40.6, 4.2, 67.4])</span> <span class="sd"> &gt;&gt;&gt; pms = np.array([0.73470, 0.26530, 0.00000, 1.00000, 0.00010, -0.07700])</span> <span class="sd"> &gt;&gt;&gt; whitepoint = np.array([0.32168, 0.33767])</span> <span class="sd"> &gt;&gt;&gt; RGB_luminance(RGB, pms, whitepoint) # doctest: +ELLIPSIS</span> <span class="sd"> 12.1616018...</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">R</span><span class="p">,</span> <span class="n">G</span><span class="p">,</span> <span class="n">B</span> <span class="o">=</span> <span class="n">tsplit</span><span class="p">(</span><span class="n">RGB</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="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">ravel</span><span class="p">(</span><span class="n">normalised_primary_matrix</span><span class="p">(</span><span class="n">primaries</span><span class="p">,</span> <span class="n">whitepoint</span><span class="p">))[</span><span class="mi">3</span><span class="p">:</span><span class="mi">6</span><span class="p">]</span> <span class="n">L</span> <span class="o">=</span> <span class="n">X</span> <span class="o">*</span> <span class="n">R</span> <span class="o">+</span> <span class="n">Y</span> <span class="o">*</span> <span class="n">G</span> <span class="o">+</span> <span class="n">Z</span> <span class="o">*</span> <span class="n">B</span> <span class="k">return</span> <span class="n">L</span></div> </pre></div> </div> </div> </div> <footer class="footer"> <div class="container"> <p class="pull-right"> <a href="#">Back to top</a> </p> <p> &copy; Copyright 2013 - 2015, Colour Developers.<br/> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.2.<br/> </p> </div> </footer> </body> </html>
colour-science/colour-website
api/0.3.6/html/_modules/colour/models/derivation.html
HTML
bsd-3-clause
22,529
<!doctype html> <html class="no-js" lang="en"> <!-- the "no-js" class is for Modernizr. --> <head data-template-set="html5-reset"> <title>Investor Relations - eBay Inc.</title> <link rel="shortcut icon" href="images/favicon.ico" type="image/vnd.microsoft.icon" /> <meta http-equiv="Content-Type" content="text/html charset=UTF-8" /> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="title" content="Investor Relations - eBay Inc." /> <meta name="description" content="Information about eBay Inc. for stockholders, potential investors, and financial analysts."> <link rel="canonical" href="https://investors.ebayinc.com/" /> <link rel="stylesheet" href="css/ndq-icons.css" /> <link rel="stylesheet" href="css/ndq-styles.css?69" type="text/css" /> <link rel="stylesheet" href="css/ndq-toolbar.css" type="text/css" /> <link rel="stylesheet" href="css/ndq-filetypes.css" /> <link rel="stylesheet" href="/common/css/wsh_script_absent.css" type="text/css" media="screen" /> <script type="text/javascript" src="https://fast.fonts.com/jsapi/99cbd793-fafd-4e9e-8d3b-c11a1f66ac39.js"></script> <!--[if gt IE 9]><!--> <link rel="stylesheet" href="css/main.css?1458696524" type="text/css"> <!--<![endif]--> <!--[if lt IE 10]> <link rel="stylesheet" href="css/lt-ie-10.css?1458696524" type="text/css"> <![endif]--> <link rel="stylesheet" type="text/css" href="css/investors.css?1458696523" /> <link rel="stylesheet" href="css/ndq-print.css" type="text/css" media="print" /> <link rel="stylesheet" href="/common/css/ndq-common-4_1_0.css" /> <link rel="stylesheet" href="css/ndq-overwrite.css" type="text/css" /> <link rel="stylesheet" href="css/ndq-responsive.css" type="text/css" media="screen" /> <!-- Grab Google CDN's jQuery. fall back to local if necessary --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script> if (!window.jQuery) { document.write('<script src="/common/scripts/jquery/1.11.0/jquery-1.11.0.min.js"><\/script>'); } </script> <!-- Modernizr --> <script type="text/javascript" src="/common/scripts/sh_scripts.js"></script> <script type="text/javascript" src="js/ndq-functions.js"></script> <script src="javascript/build/head.js?1458696525"></script> <script language="JavaScript" type="text/javascript"> <!-- if(sh_Event_add) { sh_Event_add(window, 'load', wsh_NoJS); } --> </script> <!--[if IE]> <style type="text/css"> /* Responsive IE fix */ @media only screen and (max-width: 760px), only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (max-width: 1028px), only screen and (max-width: 320px) { .wsh-dataTable tr td { float: left; clear: both; } #ndq-content td { border-bottom: 0px solid #CCCCCC; } } </style> <![endif]--> <noscript> <style type="text/css"> #ndq-exp-col {display:none;} </style> </noscript> <!-- Start Alexa Certify Javascript --> <script type="text/javascript"> _atrk_opts = { atrk_acct:"grd9o1IWNa10l9", domain:"ebayinc.com",dynamic: true}; (function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })(); </script> <noscript><img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=grd9o1IWNa10l9" style="display:none" height="1" width="1" alt="" /></noscript> <!-- End Alexa Certify Javascript --> <script type="text/javascript"> <!--// if(!sh_Event_add){ function sh_Event_add(obj,type,fn){if(obj.addEventListener){obj.addEventListener(type,fn,false);}else if(obj.attachEvent){obj["e"+type+fn]=fn;obj[type+fn]=function(){obj["e"+type+fn](window.event)};obj.attachEvent("on"+type,obj[type+fn]);}else{var oldonload=obj["on"+type];obj["on"+type]=function(e){oldonload(e);fn(e);};}}; } function nonCreateElement(){ document.body.innerHTML += " <img src=\"https://apps.shareholder.com/track/trackpage.aspx?c=EBAY&p=index%2Ecfm&s=4795046041&r=" + (new Date()).getTime() + "\" style=\"visibility:hidden;display:none;\" alt=\"\" />"; } if(sh_Event_add) sh_Event_add(window, 'load', function () {if(!document.createElement){nonCreateElement();}else{var img=document.createElement("img");if(!img)return;img.src="https://apps.shareholder.com/track/trackpage.aspx?c=EBAY&p=index%2Ecfm&s=4795046041&r=" + (new Date()).getTime();img.style.visibility='hidden';img.style.display='none';document.body.appendChild(img);}}); //--> </script> </head> <body> <a id="skip-to-main" class="aria-only" href="#main-content">Skip to content</a> <!-- global search --> <div class="main-search-desktop"> <div class="main-search"> <a class="search-assist" href="#">Press tab to begin typing your search or press escape to close.</a> <form action="https://www.ebayinc.com/search/" method="get" class="main-search-form" role="search" aria-label="Search Site"> <fieldset> <legend class="hide-txt">Search eBay Site</legend> <div class="field text"> <label class="left" for="search_query_desktop">Search Site</label> <div class="middleColumn"> <input type="text" name="query" class="text main-search-input" id="search_query_desktop" placeholder="Search eBay Inc." maxLength="128" size="30" /> </div> </div> </fieldset> <div class="actions"> <input type="submit" value="Search" class="button" /> </div> </form> <button type="button" class="main-search-close">close</button> </div> </div> <!-- global header --> <header role="banner" class="main-header" id="main-header"> <div class="main-header-top"> <div class="inner"> <button class="main-nav-button" id="main-nav-button">Menu</button> <a href="https://www.ebayinc.com/" class="header-logo">eBay Inc.</a> <!-- mobile site search --> <div class="header-search-nav instant"> <!-- insert embeddable menu here --> <div class="ebayinc-header"> <nav class="header-nav initial-state" id="header-nav" role="navigation"> </nav> </div> <div class="main-search-mobile"> <div class="main-search"> <a class="search-assist" href="#">Press tab to begin typing your search or press escape to close.</a> <form action="https://www.ebayinc.com/search/" method="get" class="main-search-form" role="search" aria-label="Search Site"> <fieldset> <legend class="hide-txt">Search eBay Site</legend> <div class="field text"> <label class="left" for="search_query_mobile">Search Site</label> <div class="middleColumn"> <input type="text" name="query" class="text main-search-input" id="search_query_mobile" placeholder="Search eBay Inc." maxLength="128" size="30" /> </div> </div> </fieldset> <div class="actions"> <input type="submit" value="Search" class="button" /> </div> </form> </div> </div> </div> <div class="secondary-navigation"> </div> <button class="main-search-button" id="main-search-button">Search</button> </div> </div> <div class="main-header-company-information"> Company Information</div> </header> <!-- sub navigation --> <div class="sub-navigation"> </div> <div id="main-content" class="main-content" tabindex='0'> <div class=" inner" role="main"> <!-- start investors content --> <div class="main-col"> <div id="ndq-content" class="ndq-index "> <!--[if lte IE 7]> <div class="ndq-unsupported" style="display:none"><p>Some features of this website may not be available in the browser you are currently using. <a href="http://browsehappy.com/">Please click here to upgrade your browser for free.</a></p> <p>If you have downloaded the most recent version of Internet Explorer and are having trouble viewing this website, please note recent versions of Internet Explorer have introduced a feature called Compatibility Mode. Please make sure that you have disabled Compatibility Mode using the following recommendations from Microsoft <a href="https://support.microsoft.com/">https://support.microsoft.com/</a>.</p></div> <![endif]--> <script type="text/javascript"> if(typeof document.documentMode !== 'undefined') { // checks if this is IE 8 or > jQuery(".ndq-unsupported").css('display', 'none'); if(document.documentMode < 8) { // check if in compat mode jQuery(".ndq-unsupported").css('display', 'block'); } } </script> <!-- carousel --> <section class="investors-section investors-carousel"> <div class="content no-pad"> <div class="investors-carousel-slides"> <div class="slide"> <a class="ndq-no-icon" href="https://www.ebayinc.com/stories/news/ebay-inc-prices-2-5-billion-senior-unsecured-notes-offering/"> <div class="slide-img"> <img src="images/homeSlider/ebaysign2.jpg" alt="eBay Inc. Prices $2.5 Billion Senior Unsecured Notes Offering"></div> <div class="slide-title"> <h2><span class="ndq-date">May 30, 2017 </span> <br/> <span class="ndq-title">eBay Inc. Prices $2.5 Billion Senior Unsecured Notes Offering</span> </h2> </div> </a> </div> <div class="slide"> <a href="https://www.ebayinc.com/stories/news/ebay-inc-reports-first-quarter-2017-results/"> <div class="slide-img"> <img src="images/homeSlider/ebay-2025hamilton.jpg" alt="eBay Inc. Reports First Quarter 2017 Results"></div> <div class="slide-title"> <h2> <span class="ndq-date">April 19, 2017</span> <br/> <span class="ndq-title">eBay Inc. Reports First Quarter 2017 Results</span> </h2> </div> </a> </div> <div class="slide"> <div class="slide-img"> <a href="sec.cfm"><img src="images/homeSlider/3.jpg" alt="SEC Filings Form 10-K and Form 10-Q" /></a> </div> <div class="slide-title"> <h2> <div class="ndq-floatL"> <span class="ndq-date">Feb 06, 2017</span><br/> <a href="secfiling.cfm?filingID=1065088-17-7&CIK=1065088" title="View HTML" onclick="window.open(this,'SECFiling1065088177','scrollbars=yes,resizable=yes'); return false;" onkeypress="window.open(this,'SECFiling1065088177','scrollbars=yes,resizable=yes'); return false;"> Form 10-K</a> </div> <div class="ndq-floatR"> <span class="ndq-date">Apr 20, 2017</span><br/> <a href="secfiling.cfm?filingID=1065088-17-13&CIK=1065088" title="View HTML" onclick="window.open(this,'SECFiling10650881713','scrollbars=yes,resizable=yes'); return false;" onkeypress="window.open(this,'SECFiling10650881713','scrollbars=yes,resizable=yes'); return false;"> Form 10-Q</a> </div> <br clear="all"/> </h2> </div> </div> </ul> </div> </section> <!-- upcoming events --> <section class="investors-section investors-events"> <h2 class="section-title">Upcoming Events</h2> <div class="content"> <ul class="investors-events-list"> <li> <div class="event-date-time"> <span class="year">2017</span> <span class="date">Jul 20</span> <span class="time">2:00 PM PT</span> </div> <div class="event-details"> <p>eBay Q2 2017 Earnings Call</p> <div><a title="Listen to webcast" alt="Listen to webcast" class="show-txt ndq-audio" href="http://edge.media-server.com/m/p/ajdynsi4" target="_blank"> Listen to webcast </a></div> </div> </li> </ul> <p class="view-all"><a href="events.cfm">View All</a></p> </div> </section> <!-- archived events --> <section class="investors-section investors-events"> <h2 class="section-title">Archived Events</h2> <div class="content"> <ul class="investors-events-list"> <li> <div class="event-date-time"> <span class="year">2017</span> <span class="date">May 18</span> <span class="time">8:00 AM PT</span> </div> <div class="event-details"> <p>eBay Shareholder Meeting 2017</p> <div><a title="Listen to webcast" alt="Listen to webcast" class="show-txt ndq-audio" href="http://edge.media-server.com/m/p/2mp3qjoo" target="_blank"> Listen to webcast </a></div> </div> </li> <li> <div class="event-date-time"> <span class="year">2017</span> <span class="date">Apr 19</span> <span class="time">2:00 PM PT</span> </div> <div class="event-details"> <p>eBay Q1 2017 Earnings Call</p> <div><a title="Listen to webcast" alt="Listen to webcast" class="show-txt ndq-audio" href="http://edge.media-server.com/m/p/j6k5ckng" target="_blank"> Listen to webcast </a></div> <div class="ndq-filetypes"> <a class="show-txt" href="/common/download/download.cfm?companyid=ebay&fileid=938074&filekey=8D1D0680-3BA3-4DC9-A289-D6A7B6C782A3&filename=1Q17_EBAY_Earnings_Presentation.pdf" target="_blank">View Presentation</a> <div class="ndq-filesize">949.8 KB</div> </div> <div class="ndq-filetypes"> <a class="show-txt" href="/common/download/download.cfm?companyid=ebay&fileid=938342&filekey=28EA52CE-900F-4AA4-BAB6-6F740C02FA04&filename=eBay_Earnings_Q1-2017_Management_Prepared_Remarks.pdf" target="_blank">View Prepared Remarks</a> <div class="ndq-filesize">241.2 KB</div> </div> <div><p style="color: #4e4e4e;font-size: 14px;line-height: 1.4em;"> Please note: The Company&rsquo;s actual estimate of full year 2017 GAAP earnings per diluted share from continuing operations is a range of $1.85 - $2.10, as presented in the Earnings Press Release and Presentation. The Company&rsquo;s guidance for full year 2017 GAAP earnings per diluted share from continuing operations announced during the Earnings Call reflected a draft range, which was narrowed to the range appearing in the Earnings Press Release and Presentation.</p> </div> </div> </li> </ul> <p class="view-all"><a href="events.cfm">View All</a></p> </div> </section> <!-- global impact --> <section class="investors-section investors-global-impact"> <div class="content"> <h2>Global Impact</h2> <p>We believe commerce can be a force for good. Through our platforms, we are creating a better, more sustainable form of commerce that empowers people and creates opportunity. Our vision of commerce is one that is enabled by people, supported by technology, and open to everyone.</p>&#160; <p>We partner with millions of entrepreneurs, small businesses, and individual sellers around the world to create powerful opportunities for growth. And we are committed to building a trusted, transparent marketplace, founded on the most powerful selling platform and supported by our diverse community of employees, buyers and sellers. Learn more on our Global Impact website.</p> <ul class="investors-document-list"> <li> <a class="doc-link default" href="https://www.ebayinc.com/global-impact/">Global<br /> Impact</a></li> <li> <a class="doc-link default" href="https://www.ebayinc.com/global-impact/government-relations/">Government<br /> Relations</a></li> </ul> </div> </section> </div> </div> <div class="side-col"> <div class="ndq-index "> <!-- search --> <div class="investors-search"> <form class="investors-search-form" action="search.cfm" method="get"> <input type="hidden" name="method" value="and" /> <label class="hide-txt" for="investors-search-form-keywords">Search eBay Investor Relations</label> <input id="investors-search-form-keywords" type="text" placeholder="Search eBay Investor Relations" name="ndq_keyword"/> <button type="submit" class="submit">Submit</button> </form> </div> <!-- stock ticker --> <section class="investors-section investors-stock"> <div class="content"> <h2 class="stock-name">NASDAQ: EBAY</h2> <p class="stock-price"> <span>35.95</span> <span class="stock-change increase">+0.76</span> </p> <p class="stock-date-time">7/12/2017 10:59 AM ET</p> <ul class="stock-daily-stats"> <li> <span class="label">Open</span> <span class="value"> 35.53 </span> </li> <li> <span class="label">Close</span> <span class="value">35.19</span> </li> <li> <span class="label">Low</span> <span class="value">35.53</span> </li> <li> <span class="label">High</span> <span class="value">35.97</span> </li> </ul> <p class="stock-note">Delayed at least 20 minutes</p> </div> </section> <!-- financial releases --> <section class="investors-section investors-financial-releases"> <h2 class="section-title">Financial Releases</h2> <div class="content"> <ul class="investors-financial-releases-list"> <li> <div class="release-date">May 30, 2017</div> <div class="release-details"><p><a href="releasedetail.cfm?ReleaseID=1028323">eBay Inc. Prices $2.5 Billion Senior Unsecured Notes Offering</a></p></div> </li> <li> <div class="release-date">Apr 19, 2017</div> <div class="release-details"><p><a href="releasedetail.cfm?ReleaseID=1021956">eBay Inc. Reports First Quarter 2017 Results</a></p></div> </li> </ul> </div> </section> <!-- fast facts --> <section class="investors-section investors-fast-facts"> <h2 class="section-title">Fast Facts</h2> <div class="content no-pad"> <img src="images/investors-fast-facts.jpg" alt="ebay investors fast facts" /> <p class="download-link"><a class="ndq-no-icon" href="https://static.ebayinc.com/assets/Uploads/PressRoom/eBay-Q1-2017-FastFacts-IR.pdf" target="_blank"><span class="ndqicon-pdf-1"></span> Download Now</a></p> </div> </section> <!-- annual report --> </div> </div> <!-- end investors content --> </div> </div> <!-- global footer --> <div class="ebayinc-footer"> <footer role="contentinfo" class="main-footer"> </footer> </div> <script src="javascript/build/foot.js?1458696527"></script> <script src="javascript/lib/investors.js?1458695895"></script> <!-- embeddable menu and footer --> <script type="text/javascript" src="https://www.ebayinc.com/embeddable-menu"></script> <script type="text/javascript">_bizo_data_partner_id = "8321";</script> <script type="text/javascript"> (function() { var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript"; b.async = true; b.src = (window.location.protocol === "https:" ? "https://sjs" : "http://js") + ".bizographics.com/insight.min.js"; s.parentNode.insertBefore(b, s); })(); </script> <noscript><img height="1" width="1" alt="" style="display:none;" src="//www.bizographics.com/collect/?pid=8321&fmt=gif" /></noscript> <script> (function() { var _fbq = window._fbq || (window._fbq = []); if (!_fbq.loaded) { var fbds = document.createElement('script'); fbds.async = true; fbds.src = '//connect.facebook.net/en_US/fbds.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(fbds, s); _fbq.loaded = true; } _fbq.push(['addPixelId', '1549593665295079']); _fbq.push(['addPixelId', '1235593433133079']); })(); window._fbq = window._fbq || []; window._fbq.push(['track', 'PixelInitialized', {}]); </script> <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=1549593665295079&amp;ev=PixelInitialized" /></noscript> <noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?id=1235593433133079&amp;ev=PixelInitialized" /></noscript> <!-- required libraries --> <!-- investor specific scripts --> <a id="back-to-top" class="back-to-top aria-only" href="#"><span>Back to </span>Top</a> <script type="text/javascript"> jQuery(document).ready(function($) { jQuery('.ndq-stockquote').find('object').attr('aria-label', 'eBay Stock Chart'); }); </script> <script type="text/javascript"> var ndq_account = "ngsebayincprod"; </script> <script type="text/javascript" src="/common/scripts/exLinks.js"></script> <script language="JavaScript" type="text/javascript" src="/common/scripts/SiteCatalyst/s_code_baseline_dev_v3.js"></script> <script language="JavaScript" type="text/javascript"><!-- /* You may give each page an identifying name, server, and channel on the next lines. */ s.pageName=document.title.toLowerCase(); /* Conversion Variables */ s.campaign="" s.state="" s.zip="" s.events="event1" s.products="" s.purchaseID="" s.prop15="79.210.119.123" s.eVar1="index.cfm" s.eVar2="" s.eVar3="" s.eVar4="" s.eVar5="" s.eVar15="79.210.119.123" /************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/ var s_code=s.t();if(s_code)document.write(s_code)//--> </script> <script language="JavaScript" type="text/javascript"><!-- if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-') //--></script><!--/DO NOT REMOVE/--> <!-- End SiteCatalyst code version: H.25.3. --> <script> var MTIProjectId='f77e974f-d8b3-4532-b559-6ae89b341172'; (function() { var mtiTracking = document.createElement('script'); mtiTracking.type='text/javascript'; mtiTracking.async='true'; mtiTracking.src=('https:'==document.location.protocol?'https:':'http:')+'//fast.fonts.net/t/trackingCode.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild( mtiTracking ); })(); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-11007148-2', 'auto'); ga('send', 'pageview', { //title: "Investors: Overview", //page: "\/investors\/overview", hitCallback: EBI.Analytics.gaHit }); </script> </body> </html>
todor-dk/HTML-Renderer
Source/Testing/HtmlRenderer.ExperimentalApp/Data/Files/ebay/F3C0C615B5C09A43000A37BEA592067A.html
HTML
bsd-3-clause
26,907
<!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_29) on Wed Jan 01 17:07:06 EST 2014 --> <TITLE> tWatchdog (2013 FRC Java API) </TITLE> <META NAME="date" CONTENT="2014-01-01"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="tWatchdog (2013 FRC Java 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/tWatchdog.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> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html" title="class in edu.wpi.first.wpilibj.fpga"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?edu/wpi/first/wpilibj/fpga/tWatchdog.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="tWatchdog.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> edu.wpi.first.wpilibj.fpga</FONT> <BR> Class tWatchdog</H2> <PRE> <A HREF="../../../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html" title="class in edu.wpi.first.wpilibj.fpga">edu.wpi.first.wpilibj.fpga.tSystem</A> <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>edu.wpi.first.wpilibj.fpga.tWatchdog</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/ExpectedFPGASignature.html" title="interface in edu.wpi.first.wpilibj.fpga">ExpectedFPGASignature</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>tWatchdog</B><DT>extends <A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html" title="class in edu.wpi.first.wpilibj.fpga">tSystem</A></DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#kNumSystems">kNumSystems</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_edu.wpi.first.wpilibj.fpga.tSystem"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class edu.wpi.first.wpilibj.fpga.<A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html" title="class in edu.wpi.first.wpilibj.fpga">tSystem</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html#m_DeviceHandle">m_DeviceHandle</A>, <A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html#status">status</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from interface edu.wpi.first.wpilibj.fpga.<A HREF="../../../../../edu/wpi/first/wpilibj/fpga/ExpectedFPGASignature.html" title="interface in edu.wpi.first.wpilibj.fpga">ExpectedFPGASignature</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/ExpectedFPGASignature.html#kBitfileName">kBitfileName</A>, <A HREF="../../../../../edu/wpi/first/wpilibj/fpga/ExpectedFPGASignature.html#kExpectedFPGARevision">kExpectedFPGARevision</A>, <A HREF="../../../../../edu/wpi/first/wpilibj/fpga/ExpectedFPGASignature.html#kExpectedFPGASignature">kExpectedFPGASignature</A>, <A HREF="../../../../../edu/wpi/first/wpilibj/fpga/ExpectedFPGASignature.html#kExpectedFPGASignatureStr">kExpectedFPGASignatureStr</A>, <A HREF="../../../../../edu/wpi/first/wpilibj/fpga/ExpectedFPGASignature.html#kExpectedFPGAVersion">kExpectedFPGAVersion</A></CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#tWatchdog()">tWatchdog</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>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#finalize()">finalize</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#readExpiration()">readExpiration</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#readImmortal()">readImmortal</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#readStatus_Alive()">readStatus_Alive</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#readStatus_DisableCount()">readStatus_DisableCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;short</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#readStatus_SysDisableCount()">readStatus_SysDisableCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#readStatus_SystemActive()">readStatus_SystemActive</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#readStatus()">readStatus</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#readTimer()">readTimer</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#strobeFeed()">strobeFeed</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#strobeKill()">strobeKill</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#writeExpiration(long)">writeExpiration</A></B>(long&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tWatchdog.html#writeImmortal(boolean)">writeImmortal</A></B>(boolean&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_edu.wpi.first.wpilibj.fpga.tSystem"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class edu.wpi.first.wpilibj.fpga.<A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html" title="class in edu.wpi.first.wpilibj.fpga">tSystem</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html#getFpgaGuid(com.ni.rio.NiRioStatus)">getFpgaGuid</A>, <A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html#Release()">Release</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../java/lang/Object.html#equals(java.lang.Object)">equals</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#toString()">toString</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></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="kNumSystems"><!-- --></A><H3> kNumSystems</H3> <PRE> public static final int <B>kNumSystems</B></PRE> <DL> <DL> <DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#edu.wpi.first.wpilibj.fpga.tWatchdog.kNumSystems">Constant Field Values</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="tWatchdog()"><!-- --></A><H3> tWatchdog</H3> <PRE> public <B>tWatchdog</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="finalize()"><!-- --></A><H3> finalize</H3> <PRE> protected void <B>finalize</B>()</PRE> <DL> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html#finalize()">finalize</A></CODE> in class <CODE><A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html" title="class in edu.wpi.first.wpilibj.fpga">tSystem</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="readStatus()"><!-- --></A><H3> readStatus</H3> <PRE> public static int <B>readStatus</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="readStatus_SystemActive()"><!-- --></A><H3> readStatus_SystemActive</H3> <PRE> public static boolean <B>readStatus_SystemActive</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="readStatus_Alive()"><!-- --></A><H3> readStatus_Alive</H3> <PRE> public static boolean <B>readStatus_Alive</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="readStatus_SysDisableCount()"><!-- --></A><H3> readStatus_SysDisableCount</H3> <PRE> public static short <B>readStatus_SysDisableCount</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="readStatus_DisableCount()"><!-- --></A><H3> readStatus_DisableCount</H3> <PRE> public static short <B>readStatus_DisableCount</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="strobeKill()"><!-- --></A><H3> strobeKill</H3> <PRE> public static void <B>strobeKill</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="strobeFeed()"><!-- --></A><H3> strobeFeed</H3> <PRE> public static void <B>strobeFeed</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="readTimer()"><!-- --></A><H3> readTimer</H3> <PRE> public static long <B>readTimer</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="writeExpiration(long)"><!-- --></A><H3> writeExpiration</H3> <PRE> public static void <B>writeExpiration</B>(long&nbsp;value)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="readExpiration()"><!-- --></A><H3> readExpiration</H3> <PRE> public static long <B>readExpiration</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="writeImmortal(boolean)"><!-- --></A><H3> writeImmortal</H3> <PRE> public static void <B>writeImmortal</B>(boolean&nbsp;value)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="readImmortal()"><!-- --></A><H3> readImmortal</H3> <PRE> public static boolean <B>readImmortal</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/tWatchdog.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> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../edu/wpi/first/wpilibj/fpga/tSystem.html" title="class in edu.wpi.first.wpilibj.fpga"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?edu/wpi/first/wpilibj/fpga/tWatchdog.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="tWatchdog.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> "<center><i><font size=\"-1\">For updated information see the <a href=\"http://www.usfirst.org/roboticsprograms/frc/\">Java FRC site</a></font></i></center>" </BODY> </HTML>
VulcanRobotics/Vector
doc/edu/wpi/first/wpilibj/fpga/tWatchdog.html
HTML
bsd-3-clause
22,384
{% load i18n %} {% load currency_filters %} <p> {% if basket.is_empty %} {% trans "Your basket is now empty" %} {% else %} {% if basket.is_tax_known %} {% blocktrans with total=basket.total_incl_tax|currency:basket.currency %} Basket total now <strong>{{ total }}</strong> {% endblocktrans %} {% else %} {% blocktrans with total=basket.total_excl_tax|currency:basket.currency %} Basket total now <strong>{{ total }}</strong> {% endblocktrans %} {% endif %} {% endif %} </p> {% if include_buttons %} <p> <a href="{% url 'basket:summary' %}" class="btn btn-info">{% trans "View basket" %}</a> <a href="{% url 'checkout:index' %}" class="btn btn-info">{% trans "Checkout now" %}</a> </p> {% endif %}
marcoantoniooliveira/labweb
oscar/templates/oscar/basket/messages/new_total.html
HTML
bsd-3-clause
823
{% extends 'master.html' %} {% block title %} Archive, 2014 - Blog of James Squires {% endblock %} {% block contents %} <h2>2014 Stories</h2> <br /> {% for entry in entry_list %} {% if entry.pub_date|date:"Y" == "2014" %} <article> <h3><a href="{{ entry.get_absolute_url }}">{{ entry.title }}</a></h3> <p>{{ entry.pub_date|date:"F j, Y" }}</p> {{ entry.body|safe }} <div class="social-buttons"> <a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ entry.title }} - http://www.james-squires.com/{{ entry.get_absolute_url }}">Tweet</a> <iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.james-squires.com{{ entry.get_absolute_url }}&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe> </div> </article> {% endif %} {% endfor %} {% endblock %}
jamessqr/james-squires-dotcom
templates/blog/entry_archive_2014.html
HTML
bsd-3-clause
1,037
<!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>libpqxx: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <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> <!-- Generated by Doxygen 1.7.4 --> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">libpqxx&#160;<span id="projectnumber">4.0</span></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><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li><a href="functions_type.html"><span>Typedefs</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_eval.html"><span>Enumerator</span></a></li> <li><a href="functions_rela.html"><span>Related&#160;Functions</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_0x62.html#index_b"><span>b</span></a></li> <li><a href="functions_0x63.html#index_c"><span>c</span></a></li> <li><a href="functions_0x64.html#index_d"><span>d</span></a></li> <li><a href="functions_0x65.html#index_e"><span>e</span></a></li> <li><a href="functions_0x66.html#index_f"><span>f</span></a></li> <li><a href="functions_0x67.html#index_g"><span>g</span></a></li> <li><a href="functions_0x68.html#index_h"><span>h</span></a></li> <li><a href="functions_0x69.html#index_i"><span>i</span></a></li> <li><a href="functions_0x6c.html#index_l"><span>l</span></a></li> <li><a href="functions_0x6d.html#index_m"><span>m</span></a></li> <li class="current"><a href="functions_0x6e.html#index_n"><span>n</span></a></li> <li><a href="functions_0x6f.html#index_o"><span>o</span></a></li> <li><a href="functions_0x70.html#index_p"><span>p</span></a></li> <li><a href="functions_0x71.html#index_q"><span>q</span></a></li> <li><a href="functions_0x72.html#index_r"><span>r</span></a></li> <li><a href="functions_0x73.html#index_s"><span>s</span></a></li> <li><a href="functions_0x74.html#index_t"><span>t</span></a></li> <li><a href="functions_0x75.html#index_u"><span>u</span></a></li> <li><a href="functions_0x76.html#index_v"><span>v</span></a></li> <li><a href="functions_0x77.html#index_w"><span>w</span></a></li> <li><a href="functions_0x7e.html#index_0x7e"><span>~</span></a></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('functions.html',''); </script> <div id="doc-content"> <div class="contents"> <div class="textblock">Here is a list of all class members with links to the classes they belong to:</div> <h3><a class="anchor" id="index_n"></a>- n -</h3><ul> <li>Name() : <a class="el" href="a00106.html#aa6045f47cf10d83a2d3d221813d7d53c">pqxx::transactor&lt; TRANSACTION &gt;</a> </li> <li>name() : <a class="el" href="a00030.html#ab46d430e0ecfa545ff3764f867654caf">pqxx::cursor_base</a> , <a class="el" href="a00040.html#ad969ff9b3f6f128713b867560ee06e12">pqxx::field</a> , <a class="el" href="a00089.html#a7f786743db515467f7c88cb4eb4c3655">pqxx::string_traits&lt; char * &gt;</a> , <a class="el" href="a00054.html#a00950f22b91fc0c31335f43801e33821">pqxx::isolation_traits&lt; LEVEL &gt;</a> , <a class="el" href="a00090.html#a492de5b973073ced2b6df88ef2e2deb1">pqxx::string_traits&lt; char[N]&gt;</a> , <a class="el" href="a00054.html#aa70d28518dfd8e0021c76e50e19da150">pqxx::isolation_traits&lt; LEVEL &gt;</a> , <a class="el" href="a00092.html#a9c441bb5daeb31f13fafcec1ff436c60">pqxx::string_traits&lt; const char[N]&gt;</a> , <a class="el" href="a00094.html#a2b582fcdd58e83012f111d2c6daa4bb6">pqxx::string_traits&lt; std::string &gt;</a> , <a class="el" href="a00087.html#a9b99a8f9ef260f11a32b29e917bdacda">pqxx::stateless_cursor&lt; up, op &gt;</a> , <a class="el" href="a00063.html#a61fecb70ec917b3403dff4228b69a61a">pqxx::notify_listener</a> , <a class="el" href="a00093.html#a8f32f29c6ff79aabb58e7daca55efdb1">pqxx::string_traits&lt; const std::string &gt;</a> , <a class="el" href="a00095.html#affca0f8d647300fa83fadf6fbcbda597">pqxx::string_traits&lt; std::stringstream &gt;</a> , <a class="el" href="a00091.html#aace614dae201b284a833a71a0c22a085">pqxx::string_traits&lt; const char * &gt;</a> , <a class="el" href="a00059.html#a79dcce75176eef9d2d80fdc2ec2827a7">pqxx::internal::namedclass</a> , <a class="el" href="a00054.html#a88d3c129ee84f556ae2c684157deb8ce">pqxx::isolation_traits&lt; LEVEL &gt;</a> </li> <li>namedclass() : <a class="el" href="a00059.html#ad703d52d9d96025bf08d9da26f6829be">pqxx::internal::namedclass</a> </li> <li>next() : <a class="el" href="a00030.html#a2a10af042c1ece1f5faf55479ada0319">pqxx::cursor_base</a> </li> <li>nontransaction() : <a class="el" href="a00060.html#a8ed8b2f6aa96cef8508c84ee5369b390">pqxx::nontransaction</a> </li> <li>normal : <a class="el" href="a00023.html#a985f29750a981c8ba80bf91b22c2eee9a3e74ba2b1506b7deb1fbea2834c574cf">pqxx::connection_base</a> </li> <li>normalconnect() : <a class="el" href="a00024.html#a5b4be97db7a8739e9f4fc7e1b7ab587c">pqxx::connectionpolicy</a> </li> <li>not_null_violation() : <a class="el" href="a00061.html#a43eceacf51e6bb47d6bb90517a574c2a">pqxx::not_null_violation</a> </li> <li>notification_receiver() : <a class="el" href="a00062.html#af1f7329b7989d05272f6ac354fa1ac3e">pqxx::notification_receiver</a> </li> <li>notify_listener() : <a class="el" href="a00063.html#a8a6592b38ed1c547266c05e1f3daadce">pqxx::notify_listener</a> </li> <li>notify_listener_forwarder() : <a class="el" href="a00064.html#ade491702e92e9e98b540c57d53b896db">pqxx::internal::notify_listener_forwarder</a> </li> <li>null() : <a class="el" href="a00095.html#aeda8297c0d566194c18f6ab91adf6124">pqxx::string_traits&lt; std::stringstream &gt;</a> , <a class="el" href="a00093.html#a2a8565fbc2819d0ae348df080d9d7d45">pqxx::string_traits&lt; const std::string &gt;</a> , <a class="el" href="a00092.html#ac02a0a7baae6ed014d8f3932f7f61528">pqxx::string_traits&lt; const char[N]&gt;</a> , <a class="el" href="a00090.html#a758dc122ae4ab3926b0110baa7146cc5">pqxx::string_traits&lt; char[N]&gt;</a> , <a class="el" href="a00094.html#ade264b724da3d0a7e05fe78cb3e4220f">pqxx::string_traits&lt; std::string &gt;</a> , <a class="el" href="a00091.html#a5781caab7530905af3c4d03315af6622">pqxx::string_traits&lt; const char * &gt;</a> , <a class="el" href="a00089.html#a51d90ce760af54b3fb1fa08e3205f386">pqxx::string_traits&lt; char * &gt;</a> </li> <li>NullStr() : <a class="el" href="a00099.html#afdac33bb17371652a6328b689d29a411">pqxx::tablestream</a> </li> <li>num() : <a class="el" href="a00040.html#a812714c00006721cdf895980fa8154fb">pqxx::field</a> , <a class="el" href="a00107.html#a1cf7ff6980433ae25d4438b792039e71">pqxx::tuple</a> </li> </ul> </div> </div> <div id="nav-path" class="navpath"> <ul> <li class="footer">Generated on Sun Nov 27 2011 18:14:12 for libpqxx 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> </body> </html>
paragonspacesim/paragon-libpqxx-4.0
doc/html/Reference/functions_0x6e.html
HTML
bsd-3-clause
9,127
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/material.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script src="../_static/language_data.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config">MathJax.Hub.Config({"tex2jax": {"inlineMath": [["$", "$"], ["\\(", "\\)"]], "processEscapes": true, "ignoreClass": "document", "processClass": "math|output_area"}})</script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard_function" href="statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard_function.html" /> <link rel="prev" title="statsmodels.duration.hazard_regression.PHRegResults.wald_test_terms" href="statsmodels.duration.hazard_regression.PHRegResults.wald_test_terms.html" /> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../_static/versions.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.11.1</span> <span class="md-header-nav__topic"> statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="GET" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../duration.html" class="md-tabs__link">Methods for Survival and Duration Analysis</a></li> <li class="md-tabs__item"><a href="statsmodels.duration.hazard_regression.PHRegResults.html" class="md-tabs__link">statsmodels.duration.hazard_regression.PHRegResults</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.11.1</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../duration.html" class="md-nav__link">Methods for Survival and Duration Analysis</a> </li> <li class="md-nav__item"> <a href="../nonparametric.html" class="md-nav__link">Nonparametric Methods <code class="xref py py-mod docutils literal notranslate"><span class="pre">nonparametric</span></code></a> </li> <li class="md-nav__item"> <a href="../gmm.html" class="md-nav__link">Generalized Method of Moments <code class="xref py py-mod docutils literal notranslate"><span class="pre">gmm</span></code></a> </li> <li class="md-nav__item"> <a href="../miscmodels.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">miscmodels</span></code></a> </li> <li class="md-nav__item"> <a href="../multivariate.html" class="md-nav__link">Multivariate Statistics <code class="xref py py-mod docutils literal notranslate"><span class="pre">multivariate</span></code></a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <h1 id="generated-statsmodels-duration-hazard-regression-phregresults-baseline-cumulative-hazard--page-root">statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard<a class="headerlink" href="#generated-statsmodels-duration-hazard-regression-phregresults-baseline-cumulative-hazard--page-root" title="Permalink to this headline">¶</a></h1> <dl class="attribute"> <dt id="statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard"> <code class="sig-prename descclassname">PHRegResults.</code><code class="sig-name descname">baseline_cumulative_hazard</code><a class="headerlink" href="#statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard" title="Permalink to this definition">¶</a></dt> <dd><p>A list (corresponding to the strata) containing the baseline cumulative hazard function evaluated at the event points.</p> </dd></dl> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.duration.hazard_regression.PHRegResults.wald_test_terms.html" title="Material" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.duration.hazard_regression.PHRegResults.wald_test_terms </span> </div> </a> <a href="statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard_function.html" title="Admonition" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard_function </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 21, 2020. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 2.4.2. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.11.1/generated/statsmodels.duration.hazard_regression.PHRegResults.baseline_cumulative_hazard.html
HTML
bsd-3-clause
18,178
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>gem5: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li id="current"><a href="classes.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul></div> <h1>ArmISA::ArmSev Member List</h1>This is the complete list of members for <a class="el" href="classArmISA_1_1ArmSev.html">ArmISA::ArmSev</a>, including all inherited members.<p><table> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#1d068459d7b3f859b562a7a009f6cde6">aarch64FaultSources</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#42f427e878f3de07430ee8b0a47d26cc">abortDisable</a>(ThreadContext *tc)</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b53c8138f04717b4930bb3fddf8b4403f">AccessFlagLL</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991becdeb16f995a41c9065c26ad181a4b4a">AddressSizeLL</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b6d768f0e624f74c08959bf971eb97589">AlignmentFault</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#71a314be8fa2bcbcf7c2c0e8f1646cb2">annotate</a>(AnnotationIDs id, uint64_t val)</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e6dafc1e97284429cc25565e1f683984">AnnotationIDs</a> enum name</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e6dafc1e97284429cc25565e1f68398470fd31135c8fd0fd5a21c2bf70a995ef">AR</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#ecf52edf06c52d8f079ec812a294f20f">ArmFault</a>(ExtMachInst _machInst=0, uint32_t _iss=0)</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#ba788cb3a75142b943aab6fa3c8cd144">ArmFaultVals</a>(ExtMachInst _machInst=0, uint32_t _iss=0)</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#318a1f8626d708e97048cfe3ffbce2cf">armPcElrOffset</a>()</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#779cf53895a9e1665b5911ef2b688247">armPcOffset</a>(bool isHyp)</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmSev.html#20216a8973c003655413782cfb61a349">ArmSev</a>()</td><td><a class="el" href="classArmISA_1_1ArmSev.html">ArmISA::ArmSev</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991bbb7d7756684d00cb3426cce0b2e8d482">AsynchPtyErrOnMemoryAccess</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b0bf8cdd9311ca8bff96e1fcb3ffd1105">AsynchronousExternalAbort</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#4a5bae6b1ce2579c8f43756a6512db64">countStat</a>()</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991bd5887dc6f7d733671f5ca70a7545d4cf">DebugEvent</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classRefCounted.html#17146651c6bef1508d3a4ad9d0612837">decref</a>()</td><td><a class="el" href="classRefCounted.html">RefCounted</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b3d1db89a45ca3fb55f537b6409d3c4bd">DomainLL</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#af1a54807136bdfc5021b5932a7df77c">ec</a>(ThreadContext *tc) const </td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b">FaultSource</a> enum name</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991ba9520ebb330c9ef2d8ff66e6b16017b9">FaultSourceInvalid</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#2c08ed81a2e881a906e90a81a8c6dc80">fiqDisable</a>(ThreadContext *tc)</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#9249da5da8e5e0fc984d51f8db3ddba7">from64</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#9532efc42629f82a9a46f93455b4c3e9">fromEL</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#610a884fdab6b598325d5d47577179aa">fromMode</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#a944d89c650d5e1f53b421b9c7bf037a">getFaultAddrReg64</a>() const </td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#7e855668d674eea06fd837322ab16600">getFsr</a>(ThreadContext *tc)</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#7348355e97915a88c09e3492b00f4abe">getSyndromeReg64</a>() const </td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#881164d3e4888fa066b6beee21b94bfa">getVector</a>(ThreadContext *tc)</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#a76a02fe201f9449151eb7411741f1df">getVector64</a>(ThreadContext *tc)</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classRefCounted.html#72b85eacdcd8a8f4c57a9ef5b11cce5e">incref</a>()</td><td><a class="el" href="classRefCounted.html">RefCounted</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991be33b562ddda607b51e066b0f7d3f66d4">InstructionCacheMaintenance</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmSev.html#5c23a7c49bb75a30dbc30de336ad41d9">invoke</a>(ThreadContext *tc, const StaticInstPtr &amp;inst=StaticInst::nullStaticInstPtr)</td><td><a class="el" href="classArmISA_1_1ArmSev.html">ArmISA::ArmSev</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#aabf670f894ee26c5a0b7a07863f30d6">invoke64</a>(ThreadContext *tc, const StaticInstPtr &amp;inst=StaticInst::nullStaticInstPtr)</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#2fcb846a8f1f5c9337b1ea03670b0d63">iss</a>() const </td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#d2df1115f52551555691caa354786cdc">issRaw</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#70e8e9a9f7ab1ca4c02588897ce61794">isStage2</a>() const </td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#6d42bb90e15863fb1c45a7c1f2dfa3b2">longDescFaultSources</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#c7119dff39f998f7a72c869891452cd7cb08e0463457bb8896b2d4f021e071f5">LpaeTran</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#31173096037780ca523498b4673c3cd1">machInst</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#a607f799984a43bf65bfa84bbf8ecb91">name</a>() const </td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#c5fa9194150bc5d5340b5caaa8a5bfeb">nextMode</a>()</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991ba608a21bb93389523d7f4a59ab8fb5a9">NumFaultSources</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#ddd2cd54ff0712910bae041985c95b89">offset</a>(ThreadContext *tc)</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#8c39f622ab3729a5b68260f298c1564d">offset64</a>()</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e6dafc1e97284429cc25565e1f683984815fccb247136d28886f2d82805d7bcb">OVA</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b67e178d678012b0951bfea90f70e7090">PermissionLL</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b5bb3b59d4db74e7b7d13cbc56db040f1">PrefetchTLBMiss</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b704b8418e7ba5995513a2412f32ddf2e">PrefetchUncacheable</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classRefCounted.html#0f4d8212944ba431ea79c4fc55f093f8">RefCounted</a>()</td><td><a class="el" href="classRefCounted.html">RefCounted</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#9ba9b925536a3e18253365f20304abb3">routeToHyp</a>(ThreadContext *tc) const </td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#6dd2e007664be0c86d69df0ebea70e32">routeToMonitor</a>(ThreadContext *tc) const </td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e6dafc1e97284429cc25565e1f6839841bbffb23e587ed481e447a5ecc9d1e61">S1PTW</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e6dafc1e97284429cc25565e1f683984e37c665bd369d9bdf5018a2cd66b0c42">SAS</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#a34b66d795b0b6467b7138d5818bc347">setSyndrome</a>(ThreadContext *tc, MiscRegIndex syndrome_reg)</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e6dafc1e97284429cc25565e1f683984644a553451b0dfc852bf086e7b224229">SF</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#cc16bc2426ca96300dedc803a8b24ce2">shortDescFaultSources</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e6dafc1e97284429cc25565e1f68398426086a98953234bf72f5d7d797b746c9">SRT</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e6dafc1e97284429cc25565e1f683984a5f7964286f5af02f7db96ce8b00ece8">SSE</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b54f56b75e7497736d3a0c6a04c12d10a">SynchExtAbtOnTranslTableWalkLL</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b12237ae907c3da29640e50af313793ec">SynchPtyErrOnMemoryAccess</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b2082489a1925c81ce8456c25944adf82">SynchPtyErrOnTranslTableWalkLL</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991bbe94c4a9d6e2e3cdb3c411b5dc4c0f41">SynchronousExternalAbort</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#6aca319112b5b3e90610c687850c8d31">thumbPcElrOffset</a>()</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#24953bdc13b4300a1e34f31cf6ff3219">thumbPcOffset</a>(bool isHyp)</td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991b72db1085ca62ded1f06f922379342105">TLBConflictAbort</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#f80763dbb287cc2cca0d08abfccfb33f">to64</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#c215723693b2cfdee38d28f69a37f52f">toEL</a></td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#c7119dff39f998f7a72c869891452cd7">TranMethod</a> enum name</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#e55c8f9f651c9cec4c0de576544e991ba782d334223c4018c19e9bf673f98f67">TranslationLL</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#c7119dff39f998f7a72c869891452cd762e8c033ec3647cfa247293db2feaf92">UnknownTran</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#7e8c5fb4c513353a348974a66f90097c">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td><code> [protected, static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#5aeab8fa75eff3fc0cec0c01a2dea13a">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#14d157bf9fba1d2f91c91f44e4e5ce36">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#31fc87f89dd44915a8508976d411b799">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#d1fb011ccc61f3b76ee26c47061b61ca">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#fd845fac895f5b3247adca0222724b7e">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#c32c979e20a37af0999ea072b5303f86">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#be1afb9a9d8ce29d044c42522fae29a4">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#560fa08d2f505c900471e9b5ca4023dc">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#47e8c0fe9de49e3cd65077bce0c0d00b">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#ca08091eeb357cf83fc73a0698455671">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#f3524ef9b53a894048ee22364eccc05b">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#04679e4f1434d90d057eede990212194">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#a97fe728b4960b3a36282dc38c7cd30a">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#d707a0a3e33f81fed732cfe543b66308">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#7a8186088715c3840c281a826d350172">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#5d8536ef32e2f93493f638f8ca272b6b">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#bfa4c87339e7c3359aeeea8d1da76a3b">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#f180295ba9eca27aaa32b6a8381e8b04">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#750ff641a60f95903493d57b2c8db7e9">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#44fb4d829274aba7974daab03e8bb9c1">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFaultVals.html#1aa5b3ffb6239c9954c6a1f8c10d75b5">vals</a></td><td><a class="el" href="classArmISA_1_1ArmFaultVals.html">ArmISA::ArmFaultVals&lt; T &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classArmISA_1_1ArmFault.html#c7119dff39f998f7a72c869891452cd70cafd1f4e2d0ba7ab9f0dbb0a16d16f9">VmsaTran</a> enum value</td><td><a class="el" href="classArmISA_1_1ArmFault.html">ArmISA::ArmFault</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classRefCounted.html#5e65f84e3e6cc1c2c633b97a19d49246">~RefCounted</a>()</td><td><a class="el" href="classRefCounted.html">RefCounted</a></td><td><code> [inline, virtual]</code></td></tr> </table><hr size="1"><address style="align: right;"><small> Generated on Fri Apr 17 12:40:45 2015 for gem5 by <a href="http://www.doxygen.org/index.html"> doxygen</a> 1.4.7</small></address> </body> </html>
wnoc-drexel/gem5-stable
src/doxygen/html/classArmISA_1_1ArmSev-members.html
HTML
bsd-3-clause
26,847
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.genmod.generalized_linear_model.PredictionResults.summary_frame &#8212; statsmodels v0.10.1 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../_static/statsmodels_hybi_favico.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.genmod.generalized_linear_model.PredictionResults.t_test" href="statsmodels.genmod.generalized_linear_model.PredictionResults.t_test.html" /> <link rel="prev" title="statsmodels.genmod.generalized_linear_model.PredictionResults.conf_int" href="statsmodels.genmod.generalized_linear_model.PredictionResults.conf_int.html" /> <link rel="stylesheet" href="../_static/examples.css" type="text/css" /> <link rel="stylesheet" href="../_static/facebox.css" type="text/css" /> <script type="text/javascript" src="../_static/scripts.js"> </script> <script type="text/javascript" src="../_static/facebox.js"> </script> <script type="text/javascript"> $.facebox.settings.closeImage = "../_static/closelabel.png" $.facebox.settings.loadingImage = "../_static/loading.gif" </script> <script> $(document).ready(function() { $.getJSON("../../versions.json", function(versions) { var dropdown = document.createElement("div"); dropdown.className = "dropdown"; var button = document.createElement("button"); button.className = "dropbtn"; button.innerHTML = "Other Versions"; var content = document.createElement("div"); content.className = "dropdown-content"; dropdown.appendChild(button); dropdown.appendChild(content); $(".header").prepend(dropdown); for (var i = 0; i < versions.length; i++) { if (versions[i].substring(0, 1) == "v") { versions[i] = [versions[i], versions[i].substring(1)]; } else { versions[i] = [versions[i], versions[i]]; }; }; for (var i = 0; i < versions.length; i++) { var a = document.createElement("a"); a.innerHTML = versions[i][1]; a.href = "../../" + versions[i][0] + "/index.html"; a.title = versions[i][1]; $(".dropdown-content").append(a); }; }); }); </script> </head><body> <div class="headerwrap"> <div class = "header"> <a href = "../index.html"> <img src="../_static/statsmodels_hybi_banner.png" alt="Logo" style="padding-left: 15px"/></a> </div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="statsmodels.genmod.generalized_linear_model.PredictionResults.t_test.html" title="statsmodels.genmod.generalized_linear_model.PredictionResults.t_test" accesskey="N">next</a> |</li> <li class="right" > <a href="statsmodels.genmod.generalized_linear_model.PredictionResults.conf_int.html" title="statsmodels.genmod.generalized_linear_model.PredictionResults.conf_int" accesskey="P">previous</a> |</li> <li><a href ="../install.html">Install</a></li> &nbsp;|&nbsp; <li><a href="https://groups.google.com/forum/?hl=en#!forum/pystatsmodels">Support</a></li> &nbsp;|&nbsp; <li><a href="https://github.com/statsmodels/statsmodels/issues">Bugs</a></li> &nbsp;|&nbsp; <li><a href="../dev/index.html">Develop</a></li> &nbsp;|&nbsp; <li><a href="../examples/index.html">Examples</a></li> &nbsp;|&nbsp; <li><a href="../faq.html">FAQ</a></li> &nbsp;|&nbsp; <li class="nav-item nav-item-1"><a href="../glm.html" >Generalized Linear Models</a> |</li> <li class="nav-item nav-item-2"><a href="statsmodels.genmod.generalized_linear_model.PredictionResults.html" accesskey="U">statsmodels.genmod.generalized_linear_model.PredictionResults</a> |</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="statsmodels-genmod-generalized-linear-model-predictionresults-summary-frame"> <h1>statsmodels.genmod.generalized_linear_model.PredictionResults.summary_frame<a class="headerlink" href="#statsmodels-genmod-generalized-linear-model-predictionresults-summary-frame" title="Permalink to this headline">¶</a></h1> <p>method</p> <dl class="method"> <dt id="statsmodels.genmod.generalized_linear_model.PredictionResults.summary_frame"> <code class="sig-prename descclassname">PredictionResults.</code><code class="sig-name descname">summary_frame</code><span class="sig-paren">(</span><em class="sig-param">what='all'</em>, <em class="sig-param">alpha=0.05</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/genmod/_prediction.html#PredictionResults.summary_frame"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#statsmodels.genmod.generalized_linear_model.PredictionResults.summary_frame" title="Permalink to this definition">¶</a></dt> <dd><p>Summary frame</p> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="statsmodels.genmod.generalized_linear_model.PredictionResults.conf_int.html" title="previous chapter">statsmodels.genmod.generalized_linear_model.PredictionResults.conf_int</a></p> <h4>Next topic</h4> <p class="topless"><a href="statsmodels.genmod.generalized_linear_model.PredictionResults.t_test.html" title="next chapter">statsmodels.genmod.generalized_linear_model.PredictionResults.t_test</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/generated/statsmodels.genmod.generalized_linear_model.PredictionResults.summary_frame.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" /> <input type="submit" value="Go" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2009-2018, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2. </div> </body> </html>
statsmodels/statsmodels.github.io
v0.10.1/generated/statsmodels.genmod.generalized_linear_model.PredictionResults.summary_frame.html
HTML
bsd-3-clause
8,031
{% extends "vodkamartiniarticle/base_articles.html" %} {% block title %} {% if object %} Edit Article {% else %} Add Article {% endif %} {% endblock %} {% block content %} {% if object %} <h1>Let's edit this article: {{ object.title }}</h1> <p>Published on {{ object.created|date:"F j, Y" }}</p> <p>Author: <strong>{{ object.author.id }} {{ object.author.username }}</strong></p> <p><a href="{{ object.get_absolute_url }}">Read full entry</a></p> {% else %} <h1>Add new article</h1> {% endif %} {% if form.errors %} <p style="color: red;">Correct error{{ form.errors|pluralize }}</p> {% endif %} <form action="." method="post" enctype="multipart/form-data"> {% csrf_token %} <table> {{ form.as_table }} </table> <input type="submit" value="{% if object %}Save Article{% else %}Add Article{% endif %}" /> </form> <p>Current image</p> <p><img src="{{ object.image.url }}" alt="" /></p> {% endblock %}
alexisbellido/django-vodkamartini-article
vodkamartiniarticle/templates/vodkamartiniarticle/article_form.html
HTML
bsd-3-clause
1,037
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>LuaSyntaxException Constructor</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">dotLua Documentation</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">LuaSyntaxException Constructor </h1> </div> </div> <div id="nstext"> <p> Constructs a LuaSyntaxException object with the given message which details the syntax error. </p> <div class="syntax">public LuaSyntaxException(<br />   <a href="ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref2/html/T_System_String.htm">String</a> <i>message</i><br />);</div> <h4 class="dtH4">Parameters</h4> <dl> <dt> <i>String</i> </dt> <dd>Descriptive error message.</dd> </dl> <h4 class="dtH4">See Also</h4> <p> <a href="dotLua.LuaSyntaxException.html">LuaSyntaxException Class</a> | <a href="dotLua.html">dotLua Namespace</a></p> </div> </body> </html>
BackupTheBerlios/dotlua-svn
ODOC/api/dotLua.LuaSyntaxExceptionConstructor.html
HTML
bsd-3-clause
1,505
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_18) on Tue Jul 07 10:41:43 PDT 2009 --> <TITLE> apollo.dataadapter.ensj.controller </TITLE> <META NAME="keywords" CONTENT="apollo.dataadapter.ensj.controller package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../apollo/dataadapter/ensj/controller/package-summary.html" target="classFrame">apollo.dataadapter.ensj.controller</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="ActionEventRouter.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ActionEventRouter</A> <BR> <A HREF="ChangeDatabaseHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ChangeDatabaseHandler</A> <BR> <A HREF="ClearSeqRegionsHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ClearSeqRegionsHandler</A> <BR> <A HREF="Controller.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">Controller</A> <BR> <A HREF="EventHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">EventHandler</A> <BR> <A HREF="EventRouter.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">EventRouter</A> <BR> <A HREF="FindCoordSystemsHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">FindCoordSystemsHandler</A> <BR> <A HREF="FindEnsemblDatabaseNamesHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">FindEnsemblDatabaseNamesHandler</A> <BR> <A HREF="FindSeqRegionsHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">FindSeqRegionsHandler</A> <BR> <A HREF="HideShowAnnotationsHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">HideShowAnnotationsHandler</A> <BR> <A HREF="HideShowDatabasesHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">HideShowDatabasesHandler</A> <BR> <A HREF="HideShowLocationsHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">HideShowLocationsHandler</A> <BR> <A HREF="HideShowOptionsHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">HideShowOptionsHandler</A> <BR> <A HREF="HideShowTypesHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">HideShowTypesHandler</A> <BR> <A HREF="KeyEventRouter.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">KeyEventRouter</A> <BR> <A HREF="LoadSeqRegionByHistoryHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">LoadSeqRegionByHistoryHandler</A> <BR> <A HREF="PopupRouter.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">PopupRouter</A> <BR> <A HREF="ReadHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ReadHandler</A> <BR> <A HREF="SelectNewEnsemblDatabaseHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">SelectNewEnsemblDatabaseHandler</A> <BR> <A HREF="SelectSeqRegionHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">SelectSeqRegionHandler</A> <BR> <A HREF="ShowAbInitioCountsByTypeHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ShowAbInitioCountsByTypeHandler</A> <BR> <A HREF="ShowDitagFeatureCountsByTypeHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ShowDitagFeatureCountsByTypeHandler</A> <BR> <A HREF="ShowDnaDnaAlignCountsByTypeHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ShowDnaDnaAlignCountsByTypeHandler</A> <BR> <A HREF="ShowDnaProteinAlignCountsByTypeHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ShowDnaProteinAlignCountsByTypeHandler</A> <BR> <A HREF="ShowGeneCountsByTypeHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ShowGeneCountsByTypeHandler</A> <BR> <A HREF="ShowSimpleFeatureCountsByTypeHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">ShowSimpleFeatureCountsByTypeHandler</A> <BR> <A HREF="UpdateHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">UpdateHandler</A> <BR> <A HREF="UseSeqRegionLocationHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">UseSeqRegionLocationHandler</A> <BR> <A HREF="UseStableIDLocationHandler.html" title="class in apollo.dataadapter.ensj.controller" target="classFrame">UseStableIDLocationHandler</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
genome-vendor/apollo
javadoc/apollo/dataadapter/ensj/controller/package-frame.html
HTML
bsd-3-clause
5,024
{% extends "snh/snh_base.html" %} {% block extrahead %} <script type="text/javascript" charset="utf-8"> $(document).ready(function() { var aoColumnDefs = [ { "bSearchable": false, "aTargets": [ 10 ], } ]; $('#user_table').dataTable( { "iDisplayLength": iDisplayLength, "sPaginationType": sPaginationType, "sDom": sDom, "aaSorting": aaSorting, "bAutoWidth": bAutoWidth, "aoColumnDefs":aoColumnDefs, "bServerSide": bServerSide, "sAjaxSource": "{% url snh.views.get_yt_list 'web' harvester_id %}", "fnRowCallback": function( nRow, aData, iDisplayIndex ) { $('td:eq(0)', nRow).html( '<a href="/yt_user_detail/'+{{harvester_id}}+'/fid/'+aData[0]+'">'+aData[0]+'</a>' ); $('td:eq(1)', nRow).html( '<a href="/yt_user_detail/'+{{harvester_id}}+'/fid/'+aData[0]+'">'+aData[1]+'</a>' ); $('td:eq(2)', nRow).html( '<a href="/yt_user_detail/'+{{harvester_id}}+'/fid/'+aData[0]+'">'+aData[2]+'</a>' ); //description $('td:eq(4)', nRow).html( _wordwrap(aData[4],50) ); //url $('td:eq(8)', nRow).html( '<a href="'+aData[8]+'">'+_wordwrap(aData[8],30)+'</a>' ); //0 : u'fid', //1 : u'username', //2 : u'first_name', //3 : u'last_name', //4 : u'relationship', //5 : u'description', //6 : u'age', //7 : u'gender', //8 : u'location', //9 : u'company', //10 : u'last_web_access', //11 : u'subscriber_count', //12 : u'video_watch_count', //13 : u'view_count', }, "oTableTools": { "aButtons": [ { "sExtends": "download", "sUrl": "{% url snh.views.get_yt_list 'csv' harvester_id %}", } ] }, }); } ); </script> {% endblock %} {% block submenu %} <table class="tableheader"> <tr> <td {% if harvester_id == "0" %}class="submenu-selection"{% endif %}><a href="/yt/0">All users</a></td> {% for h in all_harvesters %} <td {% ifequal harvester_id h.pmk_id|slugify %}class="submenu-selection"{% endifequal %}><a href="/yt/{{ h.pmk_id }}">{{ h }}</a></td> {% endfor %} </tr> </table> {% endblock %} {% block content %} <h3>List of users</h3> <table id="user_table" class="pretty" width="100%"> <thead> <tr> <th>ID</th> <th>username</th> <th>first_name</th> <th>last_name</th> <th>relationship</th> <th>description</th> <th>age</th> <th>gender</th> <th>location</th> <th>company</th> <th>last web access</th> <th>subscriber count</th> <th>video watch count</th> <th>view count</th> </tr> </thead> <tbody> </tbody> </table> {% endblock %}
pylanglois/Social-Network-Harvester
SocialNetworkHarvester/templates/snh/youtube.html
HTML
bsd-3-clause
3,361
<!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>shadowRoot property - Element class - polymer_app_layout.behaviors library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href="../.."> <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro|Roboto:500,400italic,300,400' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="static-assets/prettify.css"> <link rel="stylesheet" href="static-assets/css/bootstrap.min.css"> <link rel="stylesheet" href="static-assets/styles.css"> <meta name="description" content="API docs for the shadowRoot property from the Element class, for the Dart programming language."> <link rel="icon" href="static-assets/favicon.png"> <!-- Do not remove placeholder --> <!-- Header Placeholder --> </head> <body> <div id="overlay-under-drawer"></div> <header class="container-fluid" id="title"> <nav class="navbar navbar-fixed-top"> <div class="container"> <button id="sidenav-left-toggle" type="button">&nbsp;</button> <ol class="breadcrumbs gt-separated hidden-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li> <li><a href="polymer_app_layout.behaviors/Element-class.html">Element</a></li> <li class="self-crumb">shadowRoot</li> </ol> <div class="self-name">shadowRoot</div> </div> </nav> <div class="container masthead"> <ol class="breadcrumbs gt-separated visible-xs"> <li><a href="index.html">polymer_app_layout_template</a></li> <li><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></li> <li><a href="polymer_app_layout.behaviors/Element-class.html">Element</a></li> <li class="self-crumb">shadowRoot</li> </ol> <div class="title-description"> <h1 class="title"> <div class="kind">property</div> shadowRoot </h1> <!-- p class="subtitle"> </p --> </div> <ul class="subnav"> </ul> </div> </header> <div class="container body"> <div class="col-xs-6 col-sm-3 sidebar sidebar-offcanvas-left"> <h5><a href="index.html">polymer_app_layout_template</a></h5> <h5><a href="polymer_app_layout.behaviors/polymer_app_layout.behaviors-library.html">polymer_app_layout.behaviors</a></h5> <h5><a href="polymer_app_layout.behaviors/Element-class.html">Element</a></h5> <ol> <li class="section-title"><a href="polymer_app_layout.behaviors/Element-class.html#constants">Constants</a></li> <li><a href="polymer_app_layout.behaviors/Element/abortEvent.html">abortEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/beforeCopyEvent.html">beforeCopyEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/beforeCutEvent.html">beforeCutEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/beforePasteEvent.html">beforePasteEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/blurEvent.html">blurEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/canPlayEvent.html">canPlayEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/canPlayThroughEvent.html">canPlayThroughEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/changeEvent.html">changeEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/clickEvent.html">clickEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/contextMenuEvent.html">contextMenuEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/copyEvent.html">copyEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/cutEvent.html">cutEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/doubleClickEvent.html">doubleClickEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/dragEndEvent.html">dragEndEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/dragEnterEvent.html">dragEnterEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/dragEvent.html">dragEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/dragLeaveEvent.html">dragLeaveEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/dragOverEvent.html">dragOverEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/dragStartEvent.html">dragStartEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/dropEvent.html">dropEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/durationChangeEvent.html">durationChangeEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/emptiedEvent.html">emptiedEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/endedEvent.html">endedEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/errorEvent.html">errorEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/focusEvent.html">focusEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/fullscreenChangeEvent.html">fullscreenChangeEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/fullscreenErrorEvent.html">fullscreenErrorEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/inputEvent.html">inputEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/invalidEvent.html">invalidEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/keyDownEvent.html">keyDownEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/keyPressEvent.html">keyPressEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/keyUpEvent.html">keyUpEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/loadedDataEvent.html">loadedDataEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/loadedMetadataEvent.html">loadedMetadataEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/loadEvent.html">loadEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/mouseDownEvent.html">mouseDownEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/mouseEnterEvent.html">mouseEnterEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/mouseLeaveEvent.html">mouseLeaveEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/mouseMoveEvent.html">mouseMoveEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/mouseOutEvent.html">mouseOutEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/mouseOverEvent.html">mouseOverEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/mouseUpEvent.html">mouseUpEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/mouseWheelEvent.html">mouseWheelEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/pasteEvent.html">pasteEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/pauseEvent.html">pauseEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/playEvent.html">playEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/playingEvent.html">playingEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/rateChangeEvent.html">rateChangeEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/resetEvent.html">resetEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/resizeEvent.html">resizeEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/scrollEvent.html">scrollEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/searchEvent.html">searchEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/seekedEvent.html">seekedEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/seekingEvent.html">seekingEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/selectEvent.html">selectEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/selectStartEvent.html">selectStartEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/stalledEvent.html">stalledEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/submitEvent.html">submitEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/suspendEvent.html">suspendEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/timeUpdateEvent.html">timeUpdateEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/touchCancelEvent.html">touchCancelEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/touchEndEvent.html">touchEndEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/touchEnterEvent.html">touchEnterEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/touchLeaveEvent.html">touchLeaveEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/touchMoveEvent.html">touchMoveEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/touchStartEvent.html">touchStartEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/transitionEndEvent.html">transitionEndEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/volumeChangeEvent.html">volumeChangeEvent</a></li> <li><a href="polymer_app_layout.behaviors/Element/waitingEvent.html">waitingEvent</a></li> <li class="section-title"><a href="polymer_app_layout.behaviors/Element-class.html#static-methods">Static methods</a></li> <li><a href="polymer_app_layout.behaviors/Element/isTagSupported.html">isTagSupported</a></li> <li class="section-title"><a href="polymer_app_layout.behaviors/Element-class.html#instance-properties">Properties</a></li> <li><a href="polymer_app_layout.behaviors/Element/attributes.html">attributes</a> </li> <li>baseUri </li> <li><a href="polymer_app_layout.behaviors/Element/borderEdge.html">borderEdge</a> </li> <li>childNodes </li> <li><a href="polymer_app_layout.behaviors/Element/children.html">children</a> </li> <li><a href="polymer_app_layout.behaviors/Element/classes.html">classes</a> </li> <li><a href="polymer_app_layout.behaviors/Element/className.html">className</a> </li> <li><a href="polymer_app_layout.behaviors/Element/client.html">client</a> </li> <li><a href="polymer_app_layout.behaviors/Element/clientHeight.html">clientHeight</a> </li> <li><a href="polymer_app_layout.behaviors/Element/clientLeft.html">clientLeft</a> </li> <li><a href="polymer_app_layout.behaviors/Element/clientTop.html">clientTop</a> </li> <li><a href="polymer_app_layout.behaviors/Element/clientWidth.html">clientWidth</a> </li> <li><a href="polymer_app_layout.behaviors/Element/contentEdge.html">contentEdge</a> </li> <li><a href="polymer_app_layout.behaviors/Element/contentEditable.html">contentEditable</a> </li> <li><a href="polymer_app_layout.behaviors/Element/contextMenu.html">contextMenu</a> </li> <li><a href="polymer_app_layout.behaviors/Element/dataset.html">dataset</a> </li> <li><a href="polymer_app_layout.behaviors/Element/dir.html">dir</a> </li> <li><a href="polymer_app_layout.behaviors/Element/documentOffset.html">documentOffset</a> </li> <li><a href="polymer_app_layout.behaviors/Element/draggable.html">draggable</a> </li> <li><a href="polymer_app_layout.behaviors/Element/dropzone.html">dropzone</a> </li> <li>firstChild </li> <li><a href="polymer_app_layout.behaviors/Element/hidden.html">hidden</a> </li> <li><a href="polymer_app_layout.behaviors/Element/id.html">id</a> </li> <li><a href="polymer_app_layout.behaviors/Element/innerHtml.html">innerHtml</a> </li> <li><a href="polymer_app_layout.behaviors/Element/isContentEditable.html">isContentEditable</a> </li> <li><a href="polymer_app_layout.behaviors/Element/lang.html">lang</a> </li> <li>lastChild </li> <li><a href="polymer_app_layout.behaviors/Element/localName.html">localName</a> </li> <li><a href="polymer_app_layout.behaviors/Element/marginEdge.html">marginEdge</a> </li> <li><a href="polymer_app_layout.behaviors/Element/namespaceUri.html">namespaceUri</a> </li> <li><a href="polymer_app_layout.behaviors/Element/nextElementSibling.html">nextElementSibling</a> </li> <li>nextNode </li> <li>nodeName </li> <li>nodes </li> <li>nodeType </li> <li>nodeValue </li> <li><a href="polymer_app_layout.behaviors/Element/offset.html">offset</a> </li> <li><a href="polymer_app_layout.behaviors/Element/offsetHeight.html">offsetHeight</a> </li> <li><a href="polymer_app_layout.behaviors/Element/offsetLeft.html">offsetLeft</a> </li> <li><a href="polymer_app_layout.behaviors/Element/offsetParent.html">offsetParent</a> </li> <li><a href="polymer_app_layout.behaviors/Element/offsetTop.html">offsetTop</a> </li> <li><a href="polymer_app_layout.behaviors/Element/offsetWidth.html">offsetWidth</a> </li> <li><a href="polymer_app_layout.behaviors/Element/on.html">on</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onAbort.html">onAbort</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onBeforeCopy.html">onBeforeCopy</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onBeforeCut.html">onBeforeCut</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onBeforePaste.html">onBeforePaste</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onBlur.html">onBlur</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onCanPlay.html">onCanPlay</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onCanPlayThrough.html">onCanPlayThrough</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onChange.html">onChange</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onClick.html">onClick</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onContextMenu.html">onContextMenu</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onCopy.html">onCopy</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onCut.html">onCut</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDoubleClick.html">onDoubleClick</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDrag.html">onDrag</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDragEnd.html">onDragEnd</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDragEnter.html">onDragEnter</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDragLeave.html">onDragLeave</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDragOver.html">onDragOver</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDragStart.html">onDragStart</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDrop.html">onDrop</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onDurationChange.html">onDurationChange</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onEmptied.html">onEmptied</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onEnded.html">onEnded</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onError.html">onError</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onFocus.html">onFocus</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onFullscreenChange.html">onFullscreenChange</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onFullscreenError.html">onFullscreenError</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onInput.html">onInput</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onInvalid.html">onInvalid</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onKeyDown.html">onKeyDown</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onKeyPress.html">onKeyPress</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onKeyUp.html">onKeyUp</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onLoad.html">onLoad</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onLoadedData.html">onLoadedData</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onLoadedMetadata.html">onLoadedMetadata</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onMouseDown.html">onMouseDown</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onMouseEnter.html">onMouseEnter</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onMouseLeave.html">onMouseLeave</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onMouseMove.html">onMouseMove</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onMouseOut.html">onMouseOut</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onMouseOver.html">onMouseOver</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onMouseUp.html">onMouseUp</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onMouseWheel.html">onMouseWheel</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onPaste.html">onPaste</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onPause.html">onPause</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onPlay.html">onPlay</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onPlaying.html">onPlaying</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onRateChange.html">onRateChange</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onReset.html">onReset</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onResize.html">onResize</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onScroll.html">onScroll</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onSearch.html">onSearch</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onSeeked.html">onSeeked</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onSeeking.html">onSeeking</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onSelect.html">onSelect</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onSelectStart.html">onSelectStart</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onStalled.html">onStalled</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onSubmit.html">onSubmit</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onSuspend.html">onSuspend</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onTimeUpdate.html">onTimeUpdate</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onTouchCancel.html">onTouchCancel</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onTouchEnd.html">onTouchEnd</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onTouchEnter.html">onTouchEnter</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onTouchLeave.html">onTouchLeave</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onTouchMove.html">onTouchMove</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onTouchStart.html">onTouchStart</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onTransitionEnd.html">onTransitionEnd</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onVolumeChange.html">onVolumeChange</a> </li> <li><a href="polymer_app_layout.behaviors/Element/onWaiting.html">onWaiting</a> </li> <li><a href="polymer_app_layout.behaviors/Element/outerHtml.html">outerHtml</a> </li> <li>ownerDocument </li> <li><a href="polymer_app_layout.behaviors/Element/paddingEdge.html">paddingEdge</a> </li> <li>parent </li> <li>parentNode </li> <li><a href="polymer_app_layout.behaviors/Element/previousElementSibling.html">previousElementSibling</a> </li> <li>previousNode </li> <li><a href="polymer_app_layout.behaviors/Element/scrollHeight.html">scrollHeight</a> </li> <li><a href="polymer_app_layout.behaviors/Element/scrollLeft.html">scrollLeft</a> </li> <li><a href="polymer_app_layout.behaviors/Element/scrollTop.html">scrollTop</a> </li> <li><a href="polymer_app_layout.behaviors/Element/scrollWidth.html">scrollWidth</a> </li> <li><a href="polymer_app_layout.behaviors/Element/shadowRoot.html">shadowRoot</a> </li> <li><a href="polymer_app_layout.behaviors/Element/spellcheck.html">spellcheck</a> </li> <li><a href="polymer_app_layout.behaviors/Element/style.html">style</a> </li> <li><a href="polymer_app_layout.behaviors/Element/tabIndex.html">tabIndex</a> </li> <li><a href="polymer_app_layout.behaviors/Element/tagName.html">tagName</a> </li> <li>text </li> <li><a href="polymer_app_layout.behaviors/Element/title.html">title</a> </li> <li><a href="polymer_app_layout.behaviors/Element/translate.html">translate</a> </li> <li><a href="polymer_app_layout.behaviors/Element/xtag.html">xtag</a> </li> <li class="section-title"><a href="polymer_app_layout.behaviors/Element-class.html#constructors">Constructors</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.a.html">a</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.article.html">article</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.aside.html">aside</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.audio.html">audio</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.br.html">br</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.canvas.html">canvas</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.created.html">created</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.div.html">div</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.footer.html">footer</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.header.html">header</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.hr.html">hr</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.html.html">html</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.iframe.html">iframe</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.img.html">img</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.li.html">li</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.nav.html">nav</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.ol.html">ol</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.option.html">option</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.p.html">p</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.pre.html">pre</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.section.html">section</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.select.html">select</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.span.html">span</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.svg.html">svg</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.table.html">table</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.tag.html">tag</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.td.html">td</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.textarea.html">textarea</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.th.html">th</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.tr.html">tr</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.ul.html">ul</a></li> <li><a href="polymer_app_layout.behaviors/Element/Element.video.html">video</a></li> <li class="section-title"><a href="polymer_app_layout.behaviors/Element-class.html#methods">Methods</a></li> <li>addEventListener </li> <li><a href="polymer_app_layout.behaviors/Element/animate.html">animate</a> </li> <li>append </li> <li><a href="polymer_app_layout.behaviors/Element/appendHtml.html">appendHtml</a> </li> <li><a href="polymer_app_layout.behaviors/Element/appendText.html">appendText</a> </li> <li><a href="polymer_app_layout.behaviors/Element/attached.html">attached</a> </li> <li><a href="polymer_app_layout.behaviors/Element/attributeChanged.html">attributeChanged</a> </li> <li><a href="polymer_app_layout.behaviors/Element/blur.html">blur</a> </li> <li><a href="polymer_app_layout.behaviors/Element/click.html">click</a> </li> <li>clone </li> <li>contains </li> <li><a href="polymer_app_layout.behaviors/Element/createFragment.html">createFragment</a> </li> <li><a href="polymer_app_layout.behaviors/Element/createShadowRoot.html">createShadowRoot</a> </li> <li><a href="polymer_app_layout.behaviors/Element/detached.html">detached</a> </li> <li>dispatchEvent </li> <li><a href="polymer_app_layout.behaviors/Element/enteredView.html">enteredView</a> </li> <li><a href="polymer_app_layout.behaviors/Element/focus.html">focus</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getAnimationPlayers.html">getAnimationPlayers</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getAttribute.html">getAttribute</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getAttributeNS.html">getAttributeNS</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getBoundingClientRect.html">getBoundingClientRect</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getClientRects.html">getClientRects</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getComputedStyle.html">getComputedStyle</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getDestinationInsertionPoints.html">getDestinationInsertionPoints</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getElementsByClassName.html">getElementsByClassName</a> </li> <li><a href="polymer_app_layout.behaviors/Element/getNamespacedAttributes.html">getNamespacedAttributes</a> </li> <li>hasChildNodes </li> <li><a href="polymer_app_layout.behaviors/Element/insertAdjacentElement.html">insertAdjacentElement</a> </li> <li><a href="polymer_app_layout.behaviors/Element/insertAdjacentHtml.html">insertAdjacentHtml</a> </li> <li><a href="polymer_app_layout.behaviors/Element/insertAdjacentText.html">insertAdjacentText</a> </li> <li>insertAllBefore </li> <li>insertBefore </li> <li><a href="polymer_app_layout.behaviors/Element/leftView.html">leftView</a> </li> <li><a href="polymer_app_layout.behaviors/Element/matches.html">matches</a> </li> <li><a href="polymer_app_layout.behaviors/Element/matchesWithAncestors.html">matchesWithAncestors</a> </li> <li><a href="polymer_app_layout.behaviors/Element/offsetTo.html">offsetTo</a> </li> <li><a href="polymer_app_layout.behaviors/Element/query.html">query</a> </li> <li><a href="polymer_app_layout.behaviors/Element/queryAll.html">queryAll</a> </li> <li><a href="polymer_app_layout.behaviors/Element/querySelector.html">querySelector</a> </li> <li><a href="polymer_app_layout.behaviors/Element/querySelectorAll.html">querySelectorAll</a> </li> <li><a href="polymer_app_layout.behaviors/Element/remove.html">remove</a> </li> <li>removeEventListener </li> <li>replaceWith </li> <li><a href="polymer_app_layout.behaviors/Element/requestFullscreen.html">requestFullscreen</a> </li> <li><a href="polymer_app_layout.behaviors/Element/requestPointerLock.html">requestPointerLock</a> </li> <li><a href="polymer_app_layout.behaviors/Element/scrollIntoView.html">scrollIntoView</a> </li> <li><a href="polymer_app_layout.behaviors/Element/setAttribute.html">setAttribute</a> </li> <li><a href="polymer_app_layout.behaviors/Element/setAttributeNS.html">setAttributeNS</a> </li> <li><a href="polymer_app_layout.behaviors/Element/setInnerHtml.html">setInnerHtml</a> </li> <li><a href="polymer_app_layout.behaviors/Element/toString.html">toString</a> </li> </ol> </div><!--/.sidebar-offcanvas--> <div class="col-xs-12 col-sm-9 col-md-6 main-content"> <section class="multi-line-signature"> <span class="returntype"><a href="polymer_app_layout/ShadowRoot-class.html">ShadowRoot</a></span> <span class="name ">shadowRoot</span> <div class="readable-writable"> read-only </div> </section> <section class="desc markdown"> <p class="no-docs">Not documented.</p> </section> </div> <!-- /.main-content --> </div> <!-- container --> <footer> <div class="container-fluid"> <div class="container"> <p class="text-center"> <span class="no-break"> polymer_app_layout_template 0.1.0 api docs </span> &bull; <span class="copyright no-break"> <a href="https://www.dartlang.org"> <img src="static-assets/favicon.png" alt="Dart" title="Dart"width="16" height="16"> </a> </span> &bull; <span class="copyright no-break"> <a href="http://creativecommons.org/licenses/by-sa/4.0/">cc license</a> </span> </p> </div> </div> </footer> <script src="static-assets/prettify.js"></script> <script src="static-assets/script.js"></script> <!-- Do not remove placeholder --> <!-- Footer Placeholder --> </body> </html>
lejard-h/polymer_app_layout_templates
doc/api/polymer_app_layout.behaviors/Element/shadowRoot.html
HTML
bsd-3-clause
30,534
{% extends "admin/base.html" %} {% block title %}{{ page_title("Let's Undisable Some Files!") }}{% endblock %} {% block content %} <img title="What Would Jorge Do?" src="https://static.addons.mozilla.net/img/uploads/userpics/0/4/4230.png?modified=1292626484" alt=""> <p>Enter the id of the file you want to rescue from the disabled abyss.</p> <form method="post" action=""> {{ csrf() }} <input type="number" name="file" value="{{ file_id }}"> {% if file %} <input type="hidden" name="confirm" value="yessir"> <p>Is this the right file?</p> <ul> <li>File {{ file.id }}: {{ file.filename }}</li> <li>Version {{ file.version.id }}: {{ file.version.version }}</li> <li>Addon {{ file.version.addon.id }}: {{ file.version.addon.name }}</li> </ul> {% endif %} {% if file %} <button type="submit">Undisable it!</button> {% else %} <button type="submit">Let's fix this file</button> {% endif %} </form> {% endblock %}
anaran/olympia
apps/zadmin/templates/zadmin/fix-disabled.html
HTML
bsd-3-clause
967
{% load url from future %} {% load thumbnail %} {% load sponsorship_tags %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% load static %} <!DOCTYPE html> <html lang="{{LANGUAGE_CODE}}"> <head> <meta name="generator" content="" /> <meta charset="utf-8" /> <title>{% block head_title %}{% endblock %} | PyCon Canada</title> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Rokkitt:700" /> <link rel="stylesheet" type="text/css" href="{% static "css/style.css" %}" /> {% block extra_head %} <link href="{% static "img/favicon.ico" %}" rel="shortcut icon" /> <script type="text/javascript" src="https://guestlistapp.com/javascripts/guestlist-embed.js"></script> {% endblock %} </head> <body> <header> <div class="container-fluid"> <div class="row-fluid"> <div class="span12"> <a class="{% block logo_header_class %}content-brand{% endblock %}">{% trans "PyCon Canada 2013" %}</a> </div> </div> </div> </header> <div class="container-fluid content"> <div class="row-fluid"> <div class="span12"> {% include "_messages.html" %} {% block shouty_pycon_canada %}{% endblock %} <ul class="nav site-base"> <li class="home"><a href="{% url "home" %}"><img src="{% static "img/favicon_logo.png" %}" alt="Home Page"></a></li> <li><a href="{% url "about" %}">{% trans "About" %}</a></li> <li><a href="{% url "venue" %}">{% trans "Venue" %}</a></li> <li><a href="{% url "schedule_conference" %}">{% trans "Schedule" %}</a></li> <li><a href="{% url "speak" %}">{% trans "Speak" %}</a></li> <li><a href="{% url "learn" %}">{% trans "Learn" %}</a></li> <li><a href="{% url "sponsor_list" %}">{% trans "Sponsors" %}</a></li> <li><a href="{% url "contact" %}">{% trans "Contact" %}</a></li> </ul> <div class="dropdown" id="language-selector"> <form action="/i18n/setlang/" method="post" style="margin:0;"> {% csrf_token %} {% with request.path|slice:"3:" as redirect_url %} <input name="next" type="hidden" value="{{ redirect_url }}" /> {% endwith %} <select class="input-medium" name="language" onchange="this.form.submit();"> {% get_language_info_list for LANGUAGES as languages %} {% for language in languages %} {% if LANGUAGE_CODE == language.code %} <option value="{{ language.code }}" selected="selected">{{ language.name_local }} ({{ language.code }})</option> {% else %} <option value="{{ language.code }}">{{ language.name_local }} ({{ language.code }})</option> {% endif %} {% endfor %} </select> </form> </div> <div class="session_management"> {% if not request.user.is_authenticated %} <a href="{% url "account_signup" %}">{% trans "Sign up" %} &raquo;</a> &nbsp; <a href="{% url "account_login" %}">{% trans "Log in" %} &raquo;</a> {% else %} <a href="{% url "dashboard" %}">{% trans "Dashboard" %} &raquo;</a> &nbsp; <a href="{% url "account_settings" %}">{% trans "Settings" %} &raquo;</a> &nbsp; <form id="account_logout_form" action="{% url "account_logout" %}" method="post" style="display:inline-block">{% csrf_token %}<a href="#" onclick="$(this).closest('form').submit()">{% trans "Log out" %} &raquo;</a> </form> {% endif %} &nbsp; </div> <ul id="social"> <li> <a href="https://github.com/pyconca/" data-toggle="tooltip" data-placement="bottom" data-title="Github"><img src="{% static "img/icon-git.png" %}"></a> </li> <li> <a href="irc://irc.freenode.net/#pyconca" data-toggle="tooltip" data-placement="bottom" data-title="IRC"><img src="{% static "img/icon-irc.png" %}"></a> </li> <li> <a href="https://twitter.com/pyconca" data-toggle="tooltip" data-placement="bottom" data-title="Twitter"><img src="{% static "img/icon-twitter.png" %}"></a> </li> </ul> {% block excerpt %}{% endblock %} </div> </div> </div> <div class="container-fluid" id="info"> <div class="row-fluid"> <div class="span12"> <div id="buy"> <button class="btn guestlist-event-161823" action="#">{% trans "Buy a ticket" %}</button> <div class="callout">{% if current_utc_datetime > '2013-07-27T10' %}{% trans "Ticket sales CLOSED!" %}{% else %}{% trans "Last day of sales!" %}{% endif %}</div> </div> </div> </div> </div> {% block body_outer %} {% block body %}{% endblock %} {% endblock %} {% include "_footer.html" %} <script src="{% static "js/jquery.js" %}"></script> <script src="{% static "js/bootstrap.js" %}"></script> <script> $(document).ready(function () { $('#social a').tooltip(); $('.sponsor-tooltip').popover({ 'html': true, 'placement': 'left'}); }); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-35491606-1']); _gaq.push(['_setDomainName', 'pycon.ca']); _gaq.push(['_trackPageview']); _gaq.push(['_require', 'inpage_linkid', '//www.google-analytics.com/plugins/ga/inpage_linkid.js']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> {% block extra_script %}{% endblock %} {% include "su/statusbar.html" %} </body> </html>
pyconca/2013-web
symposion_project/templates/site_base.html
HTML
bsd-3-clause
6,642
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <!-- MOTW-DISABLED saved from url=(0014)about:internet --> <title>Reviewing Data Pending Release</title> <link rel="StyleSheet" href="css/Administration.css" type="text/css" media="all" /> <link rel="StyleSheet" href="css/webworks.css" type="text/css" media="all" /> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/context.js"></script> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/towwhdir.js"></script> <script type="text/javascript" language="JavaScript1.2" src="wwhdata/common/wwhpagef.js"></script> <script type="text/javascript" language="JavaScript1.2"> <!-- var WebWorksRootPath = ""; // --> </script> <script type="text/javascript" language="JavaScript1.2"> <!-- // Set reference to top level help frame // var WWHFrame = WWHGetWWHFrame("", true); // --> </script> <script type="text/javascript" language="JavaScript1.2" src="scripts/expand.js"></script> </head> <body style="" onLoad="WWHUpdate();" onUnload="WWHUnload();" onKeyDown="WWHHandleKeyDown((document.all||document.getElementById||document.layers)?event:null);" onKeyPress="WWHHandleKeyPress((document.all||document.getElementById||document.layers)?event:null);" onKeyUp="WWHHandleKeyUp((document.all||document.getElementById||document.layers)?event:null);"> <br /> <div class="WebWorks_Breadcrumbs" style="text-align: left;"> <a class="WebWorks_Breadcrumb_Link" href="Administration.8.1.html#1179346">Administration</a> &gt; <a class="WebWorks_Breadcrumb_Link" href="Administration.8.9.html#1179346">Curating Data</a> &gt; Reviewing Data Pending Release</div> <hr align="left" /> <blockquote> <div class="Heading2"><a name="1179346">Reviewing Data Pending Release</a></div> <div class="Numbered_List_1_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1178550"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_1_inner" style="width: 18pt; white-space: nowrap;">1. </div> </td> <td width="100%"> <div class="Numbered_List_1_inner"><a name="1178550">On the Manage Curation page, click the </a><span style="font-weight: bold;">Review Data Pending Release to </span><span style="font-weight: bold;">Public</span> link. </div> </td> </tr> </table> </div> <div class="Body_Text_Indent_2"><a name="1179187">The Data Pending Review page that opens displays the list of data to be </a>reviewed.</div> <div class="Numbered_List_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1178555"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_inner" style="width: 18pt; white-space: nowrap;">2. </div> </td> <td width="100%"> <div class="Numbered_List_inner"><a name="1178555">Click the </a><span style="font-weight: bold;">Edit</span> link to open a data detail page where you can update a sample, as described in <span class="Emphasis" style="color: #515186;"><a href="javascript:WWHClickedPopup('caNanoLab', 'Manage%20Samples.4.8.html#1184098', '');">Updating a Sample</a></span>. </div> </td> </tr> </table> </div> <div class="Numbered_List_outer" style="margin-left: 18pt;"> <table border="0" cellspacing="0" cellpadding="0" id="SummaryNotRequired_np1179435"> <tr style="vertical-align: baseline;"> <td> <div class="Numbered_List_inner" style="width: 18pt; white-space: nowrap;">3. </div> </td> <td width="100%"> <div class="Numbered_List_inner"><a name="1179435">A</a>fter reviewing the submitted data, you can assign the data to be Public. To do so, click <span style="font-weight: bold;">Add</span> associated with the Access to the * function. In the Access Information section of the expanded page, select the <span style="font-weight: bold;">Public</span> radio button and click <span style="font-weight: bold;">Save</span>.</div> </td> </tr> </table> </div> <script type="text/javascript" language="JavaScript1.2"> <!-- // Clear related topics // WWHClearRelatedTopics(); document.writeln(WWHRelatedTopicsInlineHTML()); // --> </script> </blockquote> <script type="text/javascript" language="JavaScript1.2"> <!-- document.write(WWHRelatedTopicsDivTag() + WWHPopupDivTag() + WWHALinksDivTag()); // --> </script> </body> </html>
NCIP/cananolab
docs/webappOnlineHelp/Administration.8.10.html
HTML
bsd-3-clause
5,298
<!-- @license Copyright (c) 2016 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> <link rel="import" href="../bower_components/polymer/polymer.html"> <!-- shared styles for all views --> <dom-module id="shared-styles"> <template> <style> .card { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); margin: 24px; border-radius: 5px; background-color: #fff; color: #757575; position: relative; padding-left: 20px; padding-right: 20px; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .circle { display: inline-block; width: 64px; height: 64px; text-align: center; color: #555; border-radius: 50%; background: #ddd; font-size: 30px; line-height: 64px; } h1 { margin: 16px 0; color: #212121; font-size: 22px; } .card iframe, .card object, .card embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style> </template> </dom-module>
floede/freshly
src/shared-styles.html
HTML
bsd-3-clause
1,712
<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>phpDocumentor</title> <meta name="author" content="Mike van Riel"> <meta name="description" content=""> <link href="css/template.css" rel="stylesheet" media="all"> <script src="js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="js/bootstrap.js" type="text/javascript"></script><script src="js/template.js" type="text/javascript"></script><script src="js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="img/favicon.ico"> <link rel="apple-touch-icon" href="img/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png"> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"><div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="index.html">phpDocumentor</a><div class="nav-collapse"><ul class="nav"> <li class="dropdown"> <a href="#api" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b></a><ul class="dropdown-menu"> <li><a>Namespaces</a></li> <li><a href="namespaces/global.html"><i class="icon-th"></i> global</a></li> <li><a href="namespaces/miiCard.html"><i class="icon-th"></i> miiCard</a></li> <li><a>Packages</a></li> <li><a href="packages/Default.html"><i class="icon-folder-open"></i> Default</a></li> <li><a href="packages/MiiCardConsumers.html"><i class="icon-folder-open"></i> MiiCardConsumers</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#charts" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul> </li> <li class="dropdown" id="reports-menu"> <a href="#reports" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b></a><ul class="dropdown-menu"> <li><a href="errors.html"><i class="icon-remove-sign"></i> Errors  <span class="label label-info">173</span></a></li> <li><a href="markers.html"><i class="icon-map-marker"></i> Markers  <ul></ul></a></li> <li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements  <span class="label label-info">0</span></a></li> </ul> </li> </ul></div> </div></div> <div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div> </div> <div id="___" class="container"> <noscript><div class="alert alert-warning"> Javascript is disabled; several features are only available if Javascript is enabled. </div></noscript> <div class="row"> <div class="span4"><ul class="side-nav nav nav-list"><li class="nav-header">Navigation</li></ul></div> <div class="span8"> <ul class="breadcrumb"> <li> <a href=""><i class="icon-map-marker"></i></a><span class="divider">\</span> </li> <li>Markers</li> </ul> <div class="alert alert-info">No markers have been found in this project.</div> <div class="alert alert-info"> The following markers were found: <ul></ul> </div> <div id="marker-accordion"></div> </div> </div> <div class="row"><footer class="span12"> Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br> generated on 2013-06-12T12:50:38+01:00.<br></footer></div> </div> </body> </html>
miiCard/api-wrappers-php
docs/markers.html
HTML
bsd-3-clause
4,364
<html> <head> <title>The F# Parsing Sample</title> <link type="text/css" rel="Stylesheet" href="../../../doc/rmcstyle-copy.css"> <link type="text/css" rel="Stylesheet" href="../../../doc/groupStyle-copy.css"> <style type="text/css"> TT { font-weight: bold; color: blue; font-size: 10pt; } PRE { font-weight: bold; color: blue; font-size: 10pt; } </style> </head> <body> <h1>The F# Parsing Sample</h1> <p> Links: <a href="../Doc.html">Up</a></p> <p> This sample shows how to write a simple parser and lexer using F#, and the tools fslex and fsyacc in particular. <p> The sample is made up of the F# type declarations for the Abstract Syntax Tree types in <a href="ast.fs">ast.fs</a>, the definition of the lexer in <a href="lex.fsl">lex.fsl</a>, the definition of the token types and parser in <a href="pars.fsy">pars.fsy</a> , an interpeter for the language in <a href="interp.fs">interp.fs</a> and an F# driver program that plugs the parser and the interpreter together, in <a href="main.fs">main.fs</a>. </p> <h2>Suggested Exercises</h2> <ul><li> Add an extra construct to the abstract syntax in ast.fs, e.g. an addition node for expressions. Define the semantics for the expression in interp.fs. Then add appropriate tokens and rules in the parser and lexer. </li></ul> </body> </html>
sandersn/fing
fparsec/main/Samples/FSharpParsingSample/LexYaccVersion/Doc.html
HTML
bsd-3-clause
1,325
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>AWSS3DeleteBucketPolicyRequest Class Reference</title> <link rel="stylesheet" href="../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1333)"> </head> <body class="appledoc"> <header> <div class="container" class="hide-in-xcode"> <h1 id="library-title"> <a href="../index.html">AWS Mobile SDK for iOS v2.4.1 </a> </h1> <p id="developer-home"> <a href="../index.html">Amazon Web Services, Inc.</a> </p> </div> </header> <aside> <div class="container"> <nav> <ul id="header-buttons" role="toolbar"> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> <li id="on-this-page" role="navigation"> <label> On This Page <div class="chevron"> <div class="chevy chevron-left"></div> <div class="chevy chevron-right"></div> </div> <select id="jump-to"> <option value="top">Jump To&#133;</option> <option value="overview">Overview</option> <option value="tasks">Tasks</option> <optgroup label="Properties"> <option value="//api/name/bucket">bucket</option> </optgroup> </select> </label> </li> </ul> </nav> </div> </aside> <article> <div id="overview_contents" class="container"> <div id="content"> <main role="main"> <h1 class="title">AWSS3DeleteBucketPolicyRequest Class Reference</h1> <div class="section section-specification"><table cellspacing="0"><tbody> <tr> <th>Inherits from</th> <td>AWSRequest : AWSModel : AWSMTLModel</td> </tr><tr> <th>Declared in</th> <td>AWSS3Model.h<br />AWSS3Model.m</td> </tr> </tbody></table></div> <div class="section section-tasks"> <a title="Tasks" name="tasks"></a> <div class="task-list"> <div class="section-method"> <a name="//api/name/bucket" title="bucket"></a> <h3 class="method-title"><code><a href="#//api/name/bucket">&nbsp;&nbsp;bucket</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection method-declaration"><code>@property (nonatomic, strong) NSString *bucket</code></div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">AWSS3Model.h</code></p> </div> </div> </div> </div> </div> </div> </main> <footer> <div class="footer-copyright"> <p class="copyright">Copyright &copy; 2016 Amazon Web Services, Inc. All rights reserved. Updated: 2016-04-28</p> <p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p> </div> </footer> </div> </div> </article> <script src="../js/script.js"></script> </body> </html>
davidbutz/ChristmasFamDuels
iOS/frameworks/aws-ios-sdk-2.4.1/documentation/html/Classes/AWSS3DeleteBucketPolicyRequest.html
HTML
mit
3,201
<div class="umbracoDialog umb-dialog-body with-footer" ng-controller="Umbraco.Editors.RelationTypes.CreateController as vm" ng-cloak> <div class="umb-pane"> <form novalidate name="createRelationTypeForm" val-form-manager ng-submit="vm.createRelationType()"> <!-- Name --> <umb-control-group label="@relationType_name" alias="relationTypeName"> <input type="text" name="relationTypeName" id="relationTypeName" ng-model="vm.relationType.name" class="umb-textstring textstring input-block-level" umb-auto-focus required /> </umb-control-group> <!-- Direction --> <umb-control-group label="@relationType_direction"> <p tabindex="0" class="sr-only"><localize key="relationType_direction"></localize></p> <ul class="unstyled"> <li> <label class="radio" for="parentToChild"> <umb-radiobutton name="relationType-direction" value="false" model="vm.relationType.isBidirectional" required="true" input-id="parentToChild" label-key="relationType_parentToChild"> </umb-radiobutton> </label> </li> <li> <label class="radio" for="bidirectional"> <umb-radiobutton name="relationType-direction" value="true" model="vm.relationType.isBidirectional" required="true" input-id="bidirectional" label-key="relationType_bidirectional"> </umb-radiobutton> </label> </li> </ul> </umb-control-group> <!-- Parent --> <umb-control-group label="@relationType_parent" alias="relationType-parent"> <select name="relationType-parent" id="relationType-parent" ng-model="vm.relationType.parentObjectType" class="umb-property-editor umb-dropdown" required> <option ng-repeat="objectType in vm.objectTypes" value="{{objectType.id}}">{{objectType.name}}</option> </select> </umb-control-group> <!-- Child --> <umb-control-group label="@relationType_child" alias="relationType-child"> <select name="relationType-child" id="relationType-child" ng-model="vm.relationType.childObjectType" class="umb-property-editor umb-dropdown" required> <option ng-repeat="objectType in vm.objectTypes" value="{{objectType.id}}">{{objectType.name}}</option> </select> </umb-control-group> <button type="submit" class="btn btn-primary"> <localize key="general_create">Create</localize> </button> </form> </div> </div>
leekelleher/Umbraco-CMS
src/Umbraco.Web.UI.Client/src/views/relationtypes/create.html
HTML
mit
3,225
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <!-- Generated by DocFlex/XML 1.9.5 on Tue Nov 18 22:20:41 EST 2014 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>element &lt;VelocityUnits&gt; (local) | XML Schema Documentation</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript"> window.onload = function() { parent.document.title="element <VelocityUnits> (local) | XML Schema Documentation"; } </script> </head> <body> <div class="a1A"><span class="a2">element &lt;VelocityUnits&gt; (local)</span></div> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td valign="top"><div class="a1F"><span class="a20">Namespace:</span></div></td> <td><div class="a21"><span class="a12"><a href="../../../namespaces/http_www_siri_org_uk_siri/namespace-overview.html">http://www.siri.org.uk/siri</a></span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Type:</span></div></td> <td><div class="a21"><span class="a12">xsd:normalizedString</span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Content:</span></div></td> <td><div class="a21"><span class="a22">simple</span></div></td> </tr> <tr> <td valign="top"><div class="a1F"><span class="a20">Defined:</span></div></td> <td><div class="a21"><span class="a22"><a href="../groups/ReferenceContextGroup.html#a8">locally</a> within </span><span class="a12"><a href="../groups/ReferenceContextGroup.html" title="group">ReferenceContextGroup</a></span><span class="a22"> group in <a href="../schema-overview.html" title="XML Schema “siri_common_services-v2.0.xsd”">siri_common_services-v2.0.xsd</a>; see <a href="#xml_source">XML source</a></span></div></td> </tr> </table> <div class="a1B"></div> <a name="xml_rep_summary"></a> <table width="100%" cellspacing="0" cellpadding="0" border="0" class="a2D"> <tr> <td colspan="3" width="83.4%" class="a3E"><div class="a3F"><span class="a40">XML Representation Summary</span></div></td> </tr> <tr> <td colspan="3" width="83.4%" class="a3E"><div><span class="a41">&lt;</span><span class="a42">VelocityUnits</span><span class="a41">&gt;</span></div></td> </tr> <tr valign="top"> <td width="1%" class="a43"><div><span class="a44">&nbsp;&nbsp;&nbsp;</span></div></td> <td width="1%" class="a46"><div class="aF"><span class="a47">Content:</span><span class="a48">&nbsp;</span></div></td> <td class="a45"><div><span class="a48">{ </span><span class="a53">xsd:normalizedString</span><span class="a48"> }</span></div></td> </tr> <tr> <td colspan="3" width="83.4%" class="a49"><div><span class="a41">&lt;/</span><span class="a42">VelocityUnits</span><span class="a41">&gt;</span></div></td> </tr> </table> <div class="a1B"></div> <div class="a4A"><span class="a2B">Included in content model of elements (1):</span></div> <dl class="aD"><dd> <div><a href="ServiceRequestContext.html" title="local element">ServiceRequestContext</a><span class="a26"> (type </span><a href="../complexTypes/ServiceRequestContextStructure.html" title="complexType" target="detailFrame" class="a27">ServiceRequestContextStructure</a><span class="a26">)</span></div> </dd></dl> <div class="a2A"><span class="a2B">Annotation</span></div> Units for Distance Type. Default is metres per second. +SIRI v2.0 <div class="a2C"><a name="xml_source"></a><span class="a6">XML Source</span><span class="a1C"> </span><span class="a1D">(<a href="../schema-overview.html#a91">see</a> within schema source)</span></div> <table width="100%" cellspacing="0" cellpadding="5" border="0" class="a2D"> <tr> <td> <div><span class="a2E">&lt;</span><span class="a2F">xsd:element minOccurs</span><span class="a2E">=&quot;</span><span class="a30">0</span><span class="a2E">&quot; </span><span class="a2F">name</span><span class="a2E">=&quot;</span><a href="../groups/ReferenceContextGroup.html#a8" class="a31">VelocityUnits</a><span class="a2E">&quot; </span><span class="a2F">type</span><span class="a2E">=&quot;</span><span class="a30">xsd:normalizedString</span><span class="a2E">&quot;&gt;</span></div> <div class="a34"> <span class="a2E">&lt;</span><span class="a2F">xsd:annotation</span><span class="a2E">&gt;</span> <div class="a34"> <span class="a2E">&lt;</span><span class="a2F">xsd:documentation</span><span class="a2E">&gt;</span> <div class="a34"> <span class="a35">Units for Distance Type. Default is metres per second. +SIRI v2.0</span> </div> <span class="a2E">&lt;/</span><span class="a2F">xsd:documentation</span><span class="a2E">&gt;</span> </div> <span class="a2E">&lt;/</span><span class="a2F">xsd:annotation</span><span class="a2E">&gt;</span> </div> <div><span class="a2E">&lt;/</span><span class="a2F">xsd:element</span><span class="a2E">&gt;</span></div> </td> </tr> </table> <div class="a13"><hr class="a14"></div> <table width="100%" cellspacing="0" cellpadding="4" border="0" class="a15"> <tr> <td> <div class="a16"><span class="a17">This XML schema documentation has been generated with <a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> 1.9.5 using <a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a> 2.8.1 template set.</span></div> <div class="a16"><span class="a17"><a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.</span></div> <div class="a16"><span class="a17"><a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a> is a commercial template application of <a href="http://www.filigris.com/docflex-xml/" target="_blank">DocFlex/XML</a> that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).</span></div> <div class="a16"><span class="a17">A commercial license for &quot;<a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">DocFlex/XML XSDDoc</a>&quot; will allow you:</span></div> <ul class="a18"> <li> <div class="a0"> <div><span class="a17">To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support &gt; 400 template parameters, which work the same as &quot;options&quot; of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To use certain features disabled in the free mode (such as the full documenting of substitution groups).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To include only XML schema components specified by name.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To document local element components both globally and locally (similar to attributes).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To allow/suppress unification of local elements by type.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To enable/disable reproducing of namespace prefixes.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To use <a href="http://www.filigris.com/docflex-xml/xsddoc/#PlainDoc.tpl" target="_blank">PlainDoc.tpl</a> main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.</span></div> </div> </li> <li> <div class="a0"> <div><span class="a17">To insert images in your annotations using XHTML &lt;img&gt; tags (supported both in HTML and RTF output).</span></div> </div> </li> <li> <div class="a0"> <div><span class="a19">To remove this very advertisement text!</span></div> </div> </li> </ul> <div class="a11"><span class="a17">Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with <a href="http://www.filigris.com/docflex-xml/#full_edition" target="_blank">DocFlex/XML (Full Edition)</a> and with <a href="http://www.filigris.com/docflex-xml/#docflex-xml-re" target="_blank">DocFlex/XML RE</a>, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!</span></div> <div class="a11"><span class="a17">But this is not all. In addition to it, a commercial license for &quot;<a href="http://www.filigris.com/docflex-xml/#docflex-xml-sdk" target="_blank">DocFlex/XML SDK</a>&quot; will allow you to modify the <a href="http://www.filigris.com/docflex-xml/xsddoc/" target="_blank">XSDDoc</a> templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!</span></div> <div class="a11"><span class="a19">Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!</span></div> <div class="a11"><span class="a17">To purchase a license, please follow this link: <a href="http://www.filigris.com/shop/" target="_blank">http://www.filigris.com/shop/</a></span></div> </td> </tr> </table> </body> </html>
laidig/siri-20-java
doc/schemas/siri_common_services-v2_0_xsd/elements/VelocityUnits.html
HTML
mit
10,359
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template feature_of&lt;tag::non_coherent_weighted_tail_mean&lt; LeftRight &gt;&gt;</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../accumulators/reference.html#header.boost.accumulators.statistics.tail_mean_hpp" title="Header &lt;boost/accumulators/statistics/tail_mean.hpp&gt;"> <link rel="prev" href="as_weighted_fe_idp66278640.html" title="Struct template as_weighted_feature&lt;tag::non_coherent_tail_mean&lt; LeftRight &gt;&gt;"> <link rel="next" href="extract/tail_quantile.html" title="Global tail_quantile"> </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="as_weighted_fe_idp66278640.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.tail_mean_hpp"><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="extract/tail_quantile.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.accumulators.feature_of_tag_idp66281488"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template feature_of&lt;tag::non_coherent_weighted_tail_mean&lt; LeftRight &gt;&gt;</span></h2> <p>boost::accumulators::feature_of&lt;tag::non_coherent_weighted_tail_mean&lt; LeftRight &gt;&gt;</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../accumulators/reference.html#header.boost.accumulators.statistics.tail_mean_hpp" title="Header &lt;boost/accumulators/statistics/tail_mean.hpp&gt;">boost/accumulators/statistics/tail_mean.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> LeftRight<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="feature_of_tag_idp66281488.html" title="Struct template feature_of&lt;tag::non_coherent_weighted_tail_mean&lt; LeftRight &gt;&gt;">feature_of</a><span class="special">&lt;</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">non_coherent_weighted_tail_mean</span><span class="special">&lt;</span> <span class="identifier">LeftRight</span> <span class="special">&gt;</span><span class="special">&gt;</span> <span class="special">:</span> <span class="keyword">public</span> boost::accumulators::feature_of&lt; tag::non_coherent_tail_mean&lt; LeftRight &gt; &gt; <span class="special">{</span> <span class="special">}</span><span class="special">;</span></pre></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; 2005, 2006 Eric Niebler<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="as_weighted_fe_idp66278640.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../accumulators/reference.html#header.boost.accumulators.statistics.tail_mean_hpp"><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="extract/tail_quantile.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
rkq/cxxexp
third-party/src/boost_1_56_0/doc/html/boost/accumulators/feature_of_tag_idp66281488.html
HTML
mit
4,861
CS211 Spring 96 Home Page CS211, Computers and Programming Computer Science Department Cornell University Spring 1996 Question and problems will this page should be emailed to Jeff Foster, jfoster@cs.cornell.edu . You may have trouble viewing the tables if you're using an early version of NetScape. The CS211 contest . The first prelim will be on Thursday, March 7. We'll announce times and places soon. Topics covered in the prelim. The second prelim will be on Tuesday, April 23. The rooms were announced in lecture. Topics covered in the second prelim. The final exam will be on Monday, May 13 at noon in Olin 155 (last names G-Z) and Olin 165 (last names A-F). The final exam will cover everything in the course. Additional topics convered in the final. Office hours 5/6-5/13 DayWhenWhereWho Monday11:00-12:30Upson 5148Dave Tuesday11:30-1:00Upson 312Jeff Wednesday11:00-12:30Upson 5148Dave Thursday1:30-3:00Upson 310Hal Friday1:30-3:00Upson 310Hal Saturday3:00Upson B17Review session Consulting on 8/12: 3-6pm (Chris); 8-10pm (Jose). Thanks to Chris and Jose for taking the time out of their studying to do this! Course description Course staff CS211 lecture notes CS211 handouts CS211 code samples Gofer Enhance Other Web Servers Course description COM S 211 Computers and Programming (also ENGRD 211) Fall, spring, summer. 3 credits. Credit will not be granted for both COM S 211 and 212. Prerequisite: COM S 100 or equivalent programming experience. Intermediate programming in a high-level language and introduction to computer science. Topics include program development, proofs of program correctness, program structure, recursion, abstract data types, object-oriented programming, data structures, and analysis of algorithms. C++ is the principal programming language. Course staff and office hours Instructor: Hal Perkins, 310 Upson, 255-2352. Office hours: Thursday 1:30-3:00 and by appointment. Email hal@cs.cornell.edu . Teaching assistants: Correction: Office hours will be held in the TA's office Jeff Foster, 312/314 Upson, 255-1099. Office hours: Tuesday 11:30-1:00. Email jfoster@cs.cornell.edu . Alan Kwan, 4161 Upson, 255-6835. Email kwan@cs.cornell.edu . David Walker, 5148 Upson, 255-7416. Office hours: Monday 11:30-1:00pm. Email walker@cs.cornell.edu . Sections: CS211 Spring 1996 Sections DayTimeRoomInstructor Tuesday2:30-3:20Upson 111AHal Perkins Tuesday3:35-4:25Upson 111AHal Perkins Wednesday12:20-1:10Hollister 372David Walker Wednesday1:25-2:15Hollister 372David Walker Wednesday3:35-4:25Upson 207David Walker Thursday2:30-3:20Upson 211Jeff Foster Friday3:35-4:25Hollister 372Jeff Foster Consulting: Consulting hours are in Upson 305. The regular consulting schedule, in effect until the last day of classes, is Sunday-Thursday, 1:25-6:00pm and 7:00-11:00pm Friday, 1:25-4:40pm CS211 Spring 1996 Consulting SundayMondayTuesdayWednesdayThursdayFriday 1:25SteveEricKyleChrisJPKyle 2:30SteveEricKyleChrisJPVasantha 3:35JoseJoseKayJoseJPVasantha 4:40-6:00JoseJoseKayJoseJP(None) 7:00KayKyleSteveEricVasantha(None) 8:00KayKyleSteveEricVasantha(None) 9:00DanEricKayChrisDan(None) 10:00-11:00DanEricKayChrisDan(None) CS211 lecture notes Lecture notes are available in three formats: Binhqx'ed MacBinary files that contain Microsoft Word files Rich text format files (parseable by Microsoft Word and others) Plain text The date listed next to the lecture is the date the lecture was posted, not the date the lecture was given. Macintosh BINHQX 1/23/96 Lectures 1&2: Preliminaries, C++ 2/2/96 Lectures 3&4: Basic C++ Classes 2/12/96 Lecture 5: More Classes 2/12/96 Lecture 6: Pointers and Arrays 2/12/96 Lecture 7: Dynamic Storage Allocation 2/19/96 Lectures 8&9: Classes with Dynamic Data 2/19/96 Lecture 10: Fine Points of Classes 3/3/96 Lecture 11: Introduction to OOP 3/3/96 Lecture 12: Derived Classes 3/14/96 Lecture 13: Program Correctness, Algorithmic Notation 3/14/96 Lecture 14: Triples and Assignments 3/14/96 Lecture 15: Assignments, Conditionals, and Loops 3/14/96 Lecture 16: Proving a Loop Correct 4/4/96 Lecture 17: Functional Programming 4/4/96 Lecture 18: Types in Gofer 4/4/96 Lecture 19: Currying, Map, and Filter 4/4/96 Lecture 20: Recursion vs. Iteration 5/3/96 Lecture 21: Application Architectures and Frameworks 5/3/96 Lecture 22: Linked Lists 5/3/96 Lecture 23: Algorithmic Analysis 5/3/96 Lecture 24: More Linked Lists 5/3/96 Lecture 25: Binary Trees 5/3/96 Lecture 26: Classes and Linked Data Structures 5/3/96 Lecture 27: Industrial Strength C++ 5/3/96 Lecture 28: Java BINHQX files can be processed by Stuffit Expander . If you have a PC, see the http address for Aladdin Systems, Inc. to find a Windows version. (Thanks to Armando Nunez for the tip.) Rich text 1/23/96 Lectures 1&2: Preliminaries, C++ 2/2/96 Lectures 3&4: Basic C++ Classes 2/12/96 Lecture 5: More Classes 2/12/96 Lecture 6: Pointers and Arrays 2/12/96 Lecture 7: Dynamic Storage Allocation 2/19/96 Lectures 8&9: Classes with Dynamic Data 2/19/96 Lecture 10: Fine Points of Classes 3/3/96 Lecture 11: Introduction to OOP 3/3/96 Lecture 12: Derived Classes 3/14/96 Lecture 13: Program Correctness, Algorithmic Notation 3/14/96 Lecture 14: Triples and Assignments 3/14/96 Lecture 15: Assignments, Conditionals, and Loops 3/14/96 Lecture 16: Proving a Loop Correct 4/4/96 Lecture 17: Functional Programming 4/4/96 Lecture 18: Types in Gofer 4/4/96 Lecture 19: Currying, Map, and Filter 4/4/96 Lecture 20: Recursion vs. Iteration 5/3/96 Lecture 21: Application Architectures and Frameworks 5/3/96 Lecture 22: Linked Lists 5/3/96 Lecture 23: Algorithmic Analysis 5/3/96 Lecture 24: More Linked Lists 5/3/96 Lecture 25: Binary Trees 5/3/96 Lecture 26: Classes and Linked Data Structures 5/3/96 Lecture 27: Industrial Strength C++ 5/3/96 Lecture 28: Java Plain text 1/23/96 Lectures 1&2: Preliminaries, C++ 2/2/96 Lectures 3&4: Basic C++ Classes 2/12/96 Lecture 5: More Classes 2/12/96 Lecture 6: Pointers and Arrays 2/12/96 Lecture 7: Dynamic Storage Allocation 2/19/96 Lectures 8&9: Classes with Dynamic Data 2/19/96 Lecture 10: Fine Points of Classes 3/3/96 Lecture 11: Introduction to OOP 3/3/96 Lecture 12: Derived Classes 3/14/96 Lecture 13: Program Correctness, Algorithmic Notation 3/14/96 Lecture 14: Triples and Assignments 3/14/96 Lecture 15: Assignments, Conditionals, and Loops 3/14/96 Lecture 16: Proving a Loop Correct 4/4/96 Lecture 17: Functional Programming 4/4/96 Lecture 18: Types in Gofer 4/4/96 Lecture 19: Currying, Map, and Filter 4/4/96 Lecture 20: Recursion vs. Iteration 5/3/96 Lecture 21: Application Architectures and Frameworks 5/3/96 Lecture 22: Linked Lists 5/3/96 Lecture 23: Algorithmic Analysis 5/3/96 Lecture 24: More Linked Lists 5/3/96 Lecture 25: Binary Trees 5/3/96 Lecture 26: Classes and Linked Data Structures 5/3/96 Lecture 27: Industrial Strength C++ 5/3/96 Lecture 28: Java CS211 handouts Handouts are in postscript format. You can print them on almost any laser printer. If you want to view them, you need an application like Ghostview. 1/23/96 Handout 1: Preliminaries 1/23/96 Handout 2: Assignment 1 1/26/96 Handout 3: CodeWarrior Intro (section) 2/23/96 Handout 4: Assignment 2 2/23/96 Handout 5: Assignment 3 3/4/96 Handout 6: Assignment 4 Code samples 2/6/96 Lecture 5: Cell class 2/6/96 Lecture 5: Complex class 2/6/96 Lecture 5: Sets of characters 2/19/96 Lectures 8&9: Simple list class 5/3/96 Lecture 26: Dictionary class Gofer There are there flavors of Gofer available. MacGofer is available in the public labs. MacGofer PC Gofer UNIX Gofer The FTP site for Gofer is haskell.systemsz.cs.yale.edu/pub/haskell/gofer and the FTP site for MacGofer is ftp.dcs.gla.ac.uk . Please do not ftp if you can help it. If you find a piece of Gofer you think is of general interest, let me know and I'll make it available from here. MacGofer sources and manuals are available on the CS department ftp server ftp.cs.cornell.edu/pub/jfoster . Other Web Servers The final project for CS211 is on-line, available on the CS department's ftp server. ftp.cs.cornell.edu/pub/cs211/Enhance_assignment.sea.bin Other Web Servers Computer Science Department CUINFO Metrowerks (CodeWarrior) homepage Aladdin Systems, Inc., makers of Stuffit Expander CS211 home page / Comments or suggestions? E-mail Jeff Foster .
ML-SWAT/Web2KnowledgeBase
naive_bayes/course_train/untag_http:^^www.cs.cornell.edu^Info^Courses^Spring-96^CS211^CS211.html
HTML
mit
8,972
<!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>pymatgen.io.abinit.flows &#8212; pymatgen 2017.11.6 documentation</title> <link rel="stylesheet" href="../../../../_static/proBlue.css" type="text/css" /> <link rel="stylesheet" href="../../../../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../../../../', VERSION: '2017.11.6', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../../../../_static/jquery.js"></script> <script type="text/javascript" src="../../../../_static/underscore.js"></script> <script type="text/javascript" src="../../../../_static/doctools.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../../../../_static/favicon.ico"/> <link rel="index" title="Index" href="../../../../genindex.html" /> <link rel="search" title="Search" href="../../../../search.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </head> <body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../../../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="../../../../index.html">pymatgen 2017.11.6 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../../../index.html" >Module code</a> &#187;</li> <li class="nav-item nav-item-2"><a href="../../../pymatgen.html" accesskey="U">pymatgen</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <h1>Source code for pymatgen.io.abinit.flows</h1><div class="highlight"><pre> <span></span><span class="c1"># coding: utf-8</span> <span class="c1"># Copyright (c) Pymatgen Development Team.</span> <span class="c1"># Distributed under the terms of the MIT License.</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">A Flow is a container for Works, and works consist of tasks.</span> <span class="sd">Flows are the final objects that can be dumped directly to a pickle file on disk</span> <span class="sd">Flows are executed using abirun (abipy).</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">unicode_literals</span><span class="p">,</span> <span class="n">division</span><span class="p">,</span> <span class="n">print_function</span> <span class="kn">import</span> <span class="nn">os</span> <span class="kn">import</span> <span class="nn">sys</span> <span class="kn">import</span> <span class="nn">time</span> <span class="kn">import</span> <span class="nn">collections</span> <span class="kn">import</span> <span class="nn">warnings</span> <span class="kn">import</span> <span class="nn">shutil</span> <span class="kn">import</span> <span class="nn">copy</span> <span class="kn">import</span> <span class="nn">tempfile</span> <span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span> <span class="kn">from</span> <span class="nn">pprint</span> <span class="k">import</span> <span class="n">pprint</span> <span class="kn">from</span> <span class="nn">six.moves</span> <span class="k">import</span> <span class="nb">map</span><span class="p">,</span> <span class="n">StringIO</span> <span class="kn">from</span> <span class="nn">tabulate</span> <span class="k">import</span> <span class="n">tabulate</span> <span class="kn">from</span> <span class="nn">pydispatch</span> <span class="k">import</span> <span class="n">dispatcher</span> <span class="kn">from</span> <span class="nn">collections</span> <span class="k">import</span> <span class="n">OrderedDict</span> <span class="kn">from</span> <span class="nn">monty.collections</span> <span class="k">import</span> <span class="n">as_set</span><span class="p">,</span> <span class="n">dict2namedtuple</span> <span class="kn">from</span> <span class="nn">monty.string</span> <span class="k">import</span> <span class="n">list_strings</span><span class="p">,</span> <span class="n">is_string</span><span class="p">,</span> <span class="n">make_banner</span> <span class="kn">from</span> <span class="nn">monty.operator</span> <span class="k">import</span> <span class="n">operator_from_str</span> <span class="kn">from</span> <span class="nn">monty.io</span> <span class="k">import</span> <span class="n">FileLock</span> <span class="kn">from</span> <span class="nn">monty.pprint</span> <span class="k">import</span> <span class="n">draw_tree</span> <span class="kn">from</span> <span class="nn">monty.termcolor</span> <span class="k">import</span> <span class="n">cprint</span><span class="p">,</span> <span class="n">colored</span><span class="p">,</span> <span class="n">cprint_map</span><span class="p">,</span> <span class="n">get_terminal_size</span> <span class="kn">from</span> <span class="nn">monty.inspect</span> <span class="k">import</span> <span class="n">find_top_pyfile</span> <span class="kn">from</span> <span class="nn">monty.dev</span> <span class="k">import</span> <span class="n">deprecated</span> <span class="kn">from</span> <span class="nn">monty.json</span> <span class="k">import</span> <span class="n">MSONable</span> <span class="kn">from</span> <span class="nn">pymatgen.util.serialization</span> <span class="k">import</span> <span class="n">pmg_pickle_load</span><span class="p">,</span> <span class="n">pmg_pickle_dump</span><span class="p">,</span> <span class="n">pmg_serialize</span> <span class="kn">from</span> <span class="nn">pymatgen.core.units</span> <span class="k">import</span> <span class="n">Memory</span> <span class="kn">from</span> <span class="nn">pymatgen.util.io_utils</span> <span class="k">import</span> <span class="n">AtomicFile</span> <span class="kn">from</span> <span class="nn">pymatgen.util.plotting</span> <span class="k">import</span> <span class="n">add_fig_kwargs</span><span class="p">,</span> <span class="n">get_ax_fig_plt</span> <span class="kn">from</span> <span class="nn">.</span> <span class="k">import</span> <span class="n">wrappers</span> <span class="kn">from</span> <span class="nn">.nodes</span> <span class="k">import</span> <span class="n">Status</span><span class="p">,</span> <span class="n">Node</span><span class="p">,</span> <span class="n">NodeError</span><span class="p">,</span> <span class="n">NodeResults</span><span class="p">,</span> <span class="n">Dependency</span><span class="p">,</span> <span class="n">GarbageCollector</span><span class="p">,</span> <span class="n">check_spectator</span> <span class="kn">from</span> <span class="nn">.tasks</span> <span class="k">import</span> <span class="n">ScfTask</span><span class="p">,</span> <span class="n">DdkTask</span><span class="p">,</span> <span class="n">DdeTask</span><span class="p">,</span> <span class="n">TaskManager</span><span class="p">,</span> <span class="n">FixQueueCriticalError</span> <span class="kn">from</span> <span class="nn">.utils</span> <span class="k">import</span> <span class="n">File</span><span class="p">,</span> <span class="n">Directory</span><span class="p">,</span> <span class="n">Editor</span> <span class="kn">from</span> <span class="nn">.abiinspect</span> <span class="k">import</span> <span class="n">yaml_read_irred_perts</span> <span class="kn">from</span> <span class="nn">.works</span> <span class="k">import</span> <span class="n">NodeContainer</span><span class="p">,</span> <span class="n">Work</span><span class="p">,</span> <span class="n">BandStructureWork</span><span class="p">,</span> <span class="n">PhononWork</span><span class="p">,</span> <span class="n">BecWork</span><span class="p">,</span> <span class="n">G0W0Work</span><span class="p">,</span> <span class="n">QptdmWork</span><span class="p">,</span> <span class="n">DteWork</span> <span class="kn">from</span> <span class="nn">.events</span> <span class="k">import</span> <span class="n">EventsParser</span> <span class="c1"># autodoc_event_handlers</span> <span class="kn">import</span> <span class="nn">logging</span> <span class="n">logger</span> <span class="o">=</span> <span class="n">logging</span><span class="o">.</span><span class="n">getLogger</span><span class="p">(</span><span class="vm">__name__</span><span class="p">)</span> <span class="n">__author__</span> <span class="o">=</span> <span class="s2">&quot;Matteo Giantomassi&quot;</span> <span class="n">__copyright__</span> <span class="o">=</span> <span class="s2">&quot;Copyright 2013, The Materials Project&quot;</span> <span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;0.1&quot;</span> <span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">&quot;Matteo Giantomassi&quot;</span> <span class="n">__all__</span> <span class="o">=</span> <span class="p">[</span> <span class="s2">&quot;Flow&quot;</span><span class="p">,</span> <span class="s2">&quot;G0W0WithQptdmFlow&quot;</span><span class="p">,</span> <span class="s2">&quot;bandstructure_flow&quot;</span><span class="p">,</span> <span class="s2">&quot;g0w0_flow&quot;</span><span class="p">,</span> <span class="s2">&quot;phonon_flow&quot;</span><span class="p">,</span> <span class="p">]</span> <span class="k">class</span> <span class="nc">FlowResults</span><span class="p">(</span><span class="n">NodeResults</span><span class="p">):</span> <span class="n">JSON_SCHEMA</span> <span class="o">=</span> <span class="n">NodeResults</span><span class="o">.</span><span class="n">JSON_SCHEMA</span><span class="o">.</span><span class="n">copy</span><span class="p">()</span> <span class="c1">#JSON_SCHEMA[&quot;properties&quot;] = {</span> <span class="c1"># &quot;queries&quot;: {&quot;type&quot;: &quot;string&quot;, &quot;required&quot;: True},</span> <span class="c1">#}</span> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">from_node</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">flow</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Initialize an instance from a Work instance.&quot;&quot;&quot;</span> <span class="n">new</span> <span class="o">=</span> <span class="nb">super</span><span class="p">(</span><span class="n">FlowResults</span><span class="p">,</span> <span class="bp">cls</span><span class="p">)</span><span class="o">.</span><span class="n">from_node</span><span class="p">(</span><span class="n">flow</span><span class="p">)</span> <span class="c1"># Will put all files found in outdir in GridFs</span> <span class="n">d</span> <span class="o">=</span> <span class="p">{</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="n">f</span><span class="p">):</span> <span class="n">f</span> <span class="k">for</span> <span class="n">f</span> <span class="ow">in</span> <span class="n">flow</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">list_filepaths</span><span class="p">()}</span> <span class="c1"># Add the pickle file.</span> <span class="n">d</span><span class="p">[</span><span class="s2">&quot;pickle&quot;</span><span class="p">]</span> <span class="o">=</span> <span class="n">flow</span><span class="o">.</span><span class="n">pickle_file</span> <span class="k">if</span> <span class="n">flow</span><span class="o">.</span><span class="n">pickle_protocol</span> <span class="o">!=</span> <span class="mi">0</span> <span class="k">else</span> <span class="p">(</span><span class="n">flow</span><span class="o">.</span><span class="n">pickle_file</span><span class="p">,</span> <span class="s2">&quot;t&quot;</span><span class="p">)</span> <span class="n">new</span><span class="o">.</span><span class="n">add_gridfs_files</span><span class="p">(</span><span class="o">**</span><span class="n">d</span><span class="p">)</span> <span class="k">return</span> <span class="n">new</span> <span class="k">class</span> <span class="nc">FlowError</span><span class="p">(</span><span class="n">NodeError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Base Exception for :class:`Node` methods&quot;&quot;&quot;</span> <div class="viewcode-block" id="Flow"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow">[docs]</a><span class="k">class</span> <span class="nc">Flow</span><span class="p">(</span><span class="n">Node</span><span class="p">,</span> <span class="n">NodeContainer</span><span class="p">,</span> <span class="n">MSONable</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This object is a container of work. Its main task is managing the</span> <span class="sd"> possible inter-dependencies among the work and the creation of</span> <span class="sd"> dynamic workflows that are generated by callbacks registered by the user.</span> <span class="sd"> .. attributes::</span> <span class="sd"> creation_date: String with the creation_date</span> <span class="sd"> pickle_protocol: Protocol for Pickle database (default: -1 i.e. latest protocol)</span> <span class="sd"> Important methods for constructing flows:</span> <span class="sd"> .. methods::</span> <span class="sd"> register_work: register (add) a work to the flow</span> <span class="sd"> resister_task: register a work that contains only this task returns the work</span> <span class="sd"> allocate: propagate the workdir and manager of the flow to all the registered tasks</span> <span class="sd"> build:</span> <span class="sd"> build_and_pickle_dump:</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">VERSION</span> <span class="o">=</span> <span class="s2">&quot;0.1&quot;</span> <span class="n">PICKLE_FNAME</span> <span class="o">=</span> <span class="s2">&quot;__AbinitFlow__.pickle&quot;</span> <span class="n">Error</span> <span class="o">=</span> <span class="n">FlowError</span> <span class="n">Results</span> <span class="o">=</span> <span class="n">FlowResults</span> <div class="viewcode-block" id="Flow.from_inputs"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.from_inputs">[docs]</a> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">from_inputs</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">workdir</span><span class="p">,</span> <span class="n">inputs</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">pickle_protocol</span><span class="o">=-</span><span class="mi">1</span><span class="p">,</span> <span class="n">task_class</span><span class="o">=</span><span class="n">ScfTask</span><span class="p">,</span> <span class="n">work_class</span><span class="o">=</span><span class="n">Work</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Construct a simple flow from a list of inputs. The flow contains a single Work with</span> <span class="sd"> tasks whose class is given by task_class.</span> <span class="sd"> .. warning::</span> <span class="sd"> Don&#39;t use this interface if you have dependencies among the tasks.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: String specifying the directory where the works will be produced.</span> <span class="sd"> inputs: List of inputs.</span> <span class="sd"> manager: :class:`TaskManager` object responsible for the submission of the jobs.</span> <span class="sd"> If manager is None, the object is initialized from the yaml file</span> <span class="sd"> located either in the working directory or in the user configuration dir.</span> <span class="sd"> pickle_protocol: Pickle protocol version used for saving the status of the object.</span> <span class="sd"> -1 denotes the latest version supported by the python interpreter.</span> <span class="sd"> task_class: The class of the :class:`Task`.</span> <span class="sd"> work_class: The class of the :class:`Work`.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">inputs</span><span class="p">,</span> <span class="p">(</span><span class="nb">list</span><span class="p">,</span> <span class="nb">tuple</span><span class="p">)):</span> <span class="n">inputs</span> <span class="o">=</span> <span class="p">[</span><span class="n">inputs</span><span class="p">]</span> <span class="n">flow</span> <span class="o">=</span> <span class="bp">cls</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">,</span> <span class="n">pickle_protocol</span><span class="o">=</span><span class="n">pickle_protocol</span><span class="p">)</span> <span class="n">work</span> <span class="o">=</span> <span class="n">work_class</span><span class="p">()</span> <span class="k">for</span> <span class="n">inp</span> <span class="ow">in</span> <span class="n">inputs</span><span class="p">:</span> <span class="n">work</span><span class="o">.</span><span class="n">register</span><span class="p">(</span><span class="n">inp</span><span class="p">,</span> <span class="n">task_class</span><span class="o">=</span><span class="n">task_class</span><span class="p">)</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="k">return</span> <span class="n">flow</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span></div> <div class="viewcode-block" id="Flow.as_flow"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.as_flow">[docs]</a> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">as_flow</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">obj</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Convert obj into a Flow. Accepts filepath, dict, or Flow object.&quot;&quot;&quot;</span> <span class="k">if</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">obj</span><span class="p">,</span> <span class="bp">cls</span><span class="p">):</span> <span class="k">return</span> <span class="n">obj</span> <span class="k">if</span> <span class="n">is_string</span><span class="p">(</span><span class="n">obj</span><span class="p">):</span> <span class="k">return</span> <span class="bp">cls</span><span class="o">.</span><span class="n">pickle_load</span><span class="p">(</span><span class="n">obj</span><span class="p">)</span> <span class="k">elif</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">obj</span><span class="p">,</span> <span class="n">collections</span><span class="o">.</span><span class="n">Mapping</span><span class="p">):</span> <span class="k">return</span> <span class="bp">cls</span><span class="o">.</span><span class="n">from_dict</span><span class="p">(</span><span class="n">obj</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">TypeError</span><span class="p">(</span><span class="s2">&quot;Don&#39;t know how to convert type </span><span class="si">%s</span><span class="s2"> into a Flow&quot;</span> <span class="o">%</span> <span class="nb">type</span><span class="p">(</span><span class="n">obj</span><span class="p">))</span></div> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">pickle_protocol</span><span class="o">=-</span><span class="mi">1</span><span class="p">,</span> <span class="n">remove</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Args:</span> <span class="sd"> workdir: String specifying the directory where the works will be produced.</span> <span class="sd"> if workdir is None, the initialization of the working directory</span> <span class="sd"> is performed by flow.allocate(workdir).</span> <span class="sd"> manager: :class:`TaskManager` object responsible for the submission of the jobs.</span> <span class="sd"> If manager is None, the object is initialized from the yaml file</span> <span class="sd"> located either in the working directory or in the user configuration dir.</span> <span class="sd"> pickle_protocol: Pickle protocol version used for saving the status of the object.</span> <span class="sd"> -1 denotes the latest version supported by the python interpreter.</span> <span class="sd"> remove: attempt to remove working directory `workdir` if directory already exists.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nb">super</span><span class="p">(</span><span class="n">Flow</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">()</span> <span class="k">if</span> <span class="n">workdir</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="k">if</span> <span class="n">remove</span> <span class="ow">and</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="n">workdir</span><span class="p">):</span> <span class="n">shutil</span><span class="o">.</span><span class="n">rmtree</span><span class="p">(</span><span class="n">workdir</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">set_workdir</span><span class="p">(</span><span class="n">workdir</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">creation_date</span> <span class="o">=</span> <span class="n">time</span><span class="o">.</span><span class="n">asctime</span><span class="p">()</span> <span class="k">if</span> <span class="n">manager</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="n">manager</span> <span class="o">=</span> <span class="n">TaskManager</span><span class="o">.</span><span class="n">from_user_config</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">manager</span> <span class="o">=</span> <span class="n">manager</span><span class="o">.</span><span class="n">deepcopy</span><span class="p">()</span> <span class="c1"># List of works.</span> <span class="bp">self</span><span class="o">.</span><span class="n">_works</span> <span class="o">=</span> <span class="p">[]</span> <span class="bp">self</span><span class="o">.</span><span class="n">_waited</span> <span class="o">=</span> <span class="mi">0</span> <span class="c1"># List of callbacks that must be executed when the dependencies reach S_OK</span> <span class="bp">self</span><span class="o">.</span><span class="n">_callbacks</span> <span class="o">=</span> <span class="p">[]</span> <span class="c1"># Install default list of handlers at the flow level.</span> <span class="c1"># Users can override the default list by calling flow.install_event_handlers in the script.</span> <span class="c1"># Example:</span> <span class="c1">#</span> <span class="c1"># # flow level (common case)</span> <span class="c1"># flow.install_event_handlers(handlers=my_handlers)</span> <span class="c1">#</span> <span class="c1"># # task level (advanced mode)</span> <span class="c1"># flow[0][0].install_event_handlers(handlers=my_handlers)</span> <span class="c1">#</span> <span class="bp">self</span><span class="o">.</span><span class="n">install_event_handlers</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">pickle_protocol</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">pickle_protocol</span><span class="p">)</span> <span class="c1"># ID used to access mongodb</span> <span class="bp">self</span><span class="o">.</span><span class="n">_mongo_id</span> <span class="o">=</span> <span class="kc">None</span> <span class="c1"># Save the location of the script used to generate the flow.</span> <span class="c1"># This trick won&#39;t work if we are running with nosetests, py.test etc</span> <span class="n">pyfile</span> <span class="o">=</span> <span class="n">find_top_pyfile</span><span class="p">()</span> <span class="k">if</span> <span class="s2">&quot;python&quot;</span> <span class="ow">in</span> <span class="n">pyfile</span> <span class="ow">or</span> <span class="s2">&quot;ipython&quot;</span> <span class="ow">in</span> <span class="n">pyfile</span><span class="p">:</span> <span class="n">pyfile</span> <span class="o">=</span> <span class="s2">&quot;&lt;&quot;</span> <span class="o">+</span> <span class="n">pyfile</span> <span class="o">+</span> <span class="s2">&quot;&gt;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">set_pyfile</span><span class="p">(</span><span class="n">pyfile</span><span class="p">)</span> <span class="c1"># TODO</span> <span class="c1"># Signal slots: a dictionary with the list</span> <span class="c1"># of callbacks indexed by node_id and SIGNAL_TYPE.</span> <span class="c1"># When the node changes its status, it broadcast a signal.</span> <span class="c1"># The flow is listening to all the nodes of the calculation</span> <span class="c1"># [node_id][SIGNAL] = list_of_signal_handlers</span> <span class="c1">#self._sig_slots = slots = {}</span> <span class="c1">#for work in self:</span> <span class="c1"># slots[work] = {s: [] for s in work.S_ALL}</span> <span class="c1">#for task in self.iflat_tasks():</span> <span class="c1"># slots[task] = {s: [] for s in work.S_ALL}</span> <div class="viewcode-block" id="Flow.as_dict"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.as_dict">[docs]</a> <span class="nd">@pmg_serialize</span> <span class="k">def</span> <span class="nf">as_dict</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> JSON serialization, note that we only need to save</span> <span class="sd"> a string with the working directory since the object will be</span> <span class="sd"> reconstructed from the pickle file located in workdir</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="p">{</span><span class="s2">&quot;workdir&quot;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">}</span></div> <span class="c1"># This is needed for fireworks.</span> <span class="n">to_dict</span> <span class="o">=</span> <span class="n">as_dict</span> <div class="viewcode-block" id="Flow.from_dict"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.from_dict">[docs]</a> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">from_dict</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">d</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Reconstruct the flow from the pickle file.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="bp">cls</span><span class="o">.</span><span class="n">pickle_load</span><span class="p">(</span><span class="n">d</span><span class="p">[</span><span class="s2">&quot;workdir&quot;</span><span class="p">],</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.temporary_flow"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.temporary_flow">[docs]</a> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">temporary_flow</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Return a Flow in a temporary directory. Useful for unit tests.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="bp">cls</span><span class="p">(</span><span class="n">workdir</span><span class="o">=</span><span class="n">tempfile</span><span class="o">.</span><span class="n">mkdtemp</span><span class="p">(),</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.set_workdir"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.set_workdir">[docs]</a> <span class="k">def</span> <span class="nf">set_workdir</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">workdir</span><span class="p">,</span> <span class="n">chroot</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Set the working directory. Cannot be set more than once unless chroot is True</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">chroot</span> <span class="ow">and</span> <span class="nb">hasattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;workdir&quot;</span><span class="p">)</span> <span class="ow">and</span> <span class="bp">self</span><span class="o">.</span><span class="n">workdir</span> <span class="o">!=</span> <span class="n">workdir</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s2">&quot;self.workdir != workdir: </span><span class="si">%s</span><span class="s2">, </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="n">workdir</span><span class="p">))</span> <span class="c1"># Directories with (input|output|temporary) data.</span> <span class="bp">self</span><span class="o">.</span><span class="n">workdir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">abspath</span><span class="p">(</span><span class="n">workdir</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">indir</span> <span class="o">=</span> <span class="n">Directory</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;indata&quot;</span><span class="p">))</span> <span class="bp">self</span><span class="o">.</span><span class="n">outdir</span> <span class="o">=</span> <span class="n">Directory</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;outdata&quot;</span><span class="p">))</span> <span class="bp">self</span><span class="o">.</span><span class="n">tmpdir</span> <span class="o">=</span> <span class="n">Directory</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;tmpdata&quot;</span><span class="p">))</span></div> <div class="viewcode-block" id="Flow.reload"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.reload">[docs]</a> <span class="k">def</span> <span class="nf">reload</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Reload the flow from the pickle file. Used when we are monitoring the flow</span> <span class="sd"> executed by the scheduler. In this case, indeed, the flow might have been changed</span> <span class="sd"> by the scheduler and we have to reload the new flow in memory.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">new</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="n">pickle_load</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">)</span> <span class="bp">self</span> <span class="o">=</span> <span class="n">new</span></div> <div class="viewcode-block" id="Flow.pickle_load"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.pickle_load">[docs]</a> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">pickle_load</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">filepath</span><span class="p">,</span> <span class="n">spectator_mode</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">remove_lock</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Loads the object from a pickle file and performs initial setup.</span> <span class="sd"> Args:</span> <span class="sd"> filepath: Filename or directory name. It filepath is a directory, we</span> <span class="sd"> scan the directory tree starting from filepath and we</span> <span class="sd"> read the first pickle database. Raise RuntimeError if multiple</span> <span class="sd"> databases are found.</span> <span class="sd"> spectator_mode: If True, the nodes of the flow are not connected by signals.</span> <span class="sd"> This option is usually used when we want to read a flow</span> <span class="sd"> in read-only mode and we want to avoid callbacks that can change the flow.</span> <span class="sd"> remove_lock:</span> <span class="sd"> True to remove the file lock if any (use it carefully).</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">isdir</span><span class="p">(</span><span class="n">filepath</span><span class="p">):</span> <span class="c1"># Walk through each directory inside path and find the pickle database.</span> <span class="k">for</span> <span class="n">dirpath</span><span class="p">,</span> <span class="n">dirnames</span><span class="p">,</span> <span class="n">filenames</span> <span class="ow">in</span> <span class="n">os</span><span class="o">.</span><span class="n">walk</span><span class="p">(</span><span class="n">filepath</span><span class="p">):</span> <span class="n">fnames</span> <span class="o">=</span> <span class="p">[</span><span class="n">f</span> <span class="k">for</span> <span class="n">f</span> <span class="ow">in</span> <span class="n">filenames</span> <span class="k">if</span> <span class="n">f</span> <span class="o">==</span> <span class="bp">cls</span><span class="o">.</span><span class="n">PICKLE_FNAME</span><span class="p">]</span> <span class="k">if</span> <span class="n">fnames</span><span class="p">:</span> <span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">fnames</span><span class="p">)</span> <span class="o">==</span> <span class="mi">1</span><span class="p">:</span> <span class="n">filepath</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">dirpath</span><span class="p">,</span> <span class="n">fnames</span><span class="p">[</span><span class="mi">0</span><span class="p">])</span> <span class="k">break</span> <span class="c1"># Exit os.walk</span> <span class="k">else</span><span class="p">:</span> <span class="n">err_msg</span> <span class="o">=</span> <span class="s2">&quot;Found multiple databases:</span><span class="se">\n</span><span class="s2"> </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="nb">str</span><span class="p">(</span><span class="n">fnames</span><span class="p">)</span> <span class="k">raise</span> <span class="ne">RuntimeError</span><span class="p">(</span><span class="n">err_msg</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">err_msg</span> <span class="o">=</span> <span class="s2">&quot;Cannot find </span><span class="si">%s</span><span class="s2"> inside directory </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">cls</span><span class="o">.</span><span class="n">PICKLE_FNAME</span><span class="p">,</span> <span class="n">filepath</span><span class="p">)</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="n">err_msg</span><span class="p">)</span> <span class="k">if</span> <span class="n">remove_lock</span> <span class="ow">and</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="n">filepath</span> <span class="o">+</span> <span class="s2">&quot;.lock&quot;</span><span class="p">):</span> <span class="k">try</span><span class="p">:</span> <span class="n">os</span><span class="o">.</span><span class="n">remove</span><span class="p">(</span><span class="n">filepath</span> <span class="o">+</span> <span class="s2">&quot;.lock&quot;</span><span class="p">)</span> <span class="k">except</span><span class="p">:</span> <span class="k">pass</span> <span class="k">with</span> <span class="n">FileLock</span><span class="p">(</span><span class="n">filepath</span><span class="p">):</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">filepath</span><span class="p">,</span> <span class="s2">&quot;rb&quot;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fh</span><span class="p">:</span> <span class="n">flow</span> <span class="o">=</span> <span class="n">pmg_pickle_load</span><span class="p">(</span><span class="n">fh</span><span class="p">)</span> <span class="c1"># Check if versions match.</span> <span class="k">if</span> <span class="n">flow</span><span class="o">.</span><span class="n">VERSION</span> <span class="o">!=</span> <span class="bp">cls</span><span class="o">.</span><span class="n">VERSION</span><span class="p">:</span> <span class="n">msg</span> <span class="o">=</span> <span class="p">(</span><span class="s2">&quot;File flow version </span><span class="si">%s</span><span class="s2"> != latest version </span><span class="si">%s</span><span class="se">\n</span><span class="s2">.&quot;</span> <span class="s2">&quot;Regenerate the flow to solve the problem &quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">flow</span><span class="o">.</span><span class="n">VERSION</span><span class="p">,</span> <span class="bp">cls</span><span class="o">.</span><span class="n">VERSION</span><span class="p">))</span> <span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span><span class="n">msg</span><span class="p">)</span> <span class="n">flow</span><span class="o">.</span><span class="n">set_spectator_mode</span><span class="p">(</span><span class="n">spectator_mode</span><span class="p">)</span> <span class="c1"># Recompute the status of each task since tasks that</span> <span class="c1"># have been submitted previously might be completed.</span> <span class="n">flow</span><span class="o">.</span><span class="n">check_status</span><span class="p">()</span> <span class="k">return</span> <span class="n">flow</span></div> <div class="viewcode-block" id="Flow.pickle_loads"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.pickle_loads">[docs]</a> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">pickle_loads</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">s</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Reconstruct the flow from a string.&quot;&quot;&quot;</span> <span class="n">strio</span> <span class="o">=</span> <span class="n">StringIO</span><span class="p">()</span> <span class="n">strio</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="n">s</span><span class="p">)</span> <span class="n">strio</span><span class="o">.</span><span class="n">seek</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span> <span class="n">flow</span> <span class="o">=</span> <span class="n">pmg_pickle_load</span><span class="p">(</span><span class="n">strio</span><span class="p">)</span> <span class="k">return</span> <span class="n">flow</span></div> <span class="k">def</span> <span class="nf">__len__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">works</span><span class="p">)</span> <span class="k">def</span> <span class="nf">__iter__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">works</span><span class="o">.</span><span class="fm">__iter__</span><span class="p">()</span> <span class="k">def</span> <span class="nf">__getitem__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="nb">slice</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">works</span><span class="p">[</span><span class="nb">slice</span><span class="p">]</span> <div class="viewcode-block" id="Flow.set_pyfile"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.set_pyfile">[docs]</a> <span class="k">def</span> <span class="nf">set_pyfile</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">pyfile</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Set the path of the python script used to generate the flow.</span> <span class="sd"> .. Example:</span> <span class="sd"> flow.set_pyfile(__file__)</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Could use a frame hack to get the caller outside abinit</span> <span class="c1"># so that pyfile is automatically set when we __init__ it!</span> <span class="bp">self</span><span class="o">.</span><span class="n">_pyfile</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">abspath</span><span class="p">(</span><span class="n">pyfile</span><span class="p">)</span></div> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">pyfile</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Absolute path of the python script used to generate the flow. Set by `set_pyfile`</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">try</span><span class="p">:</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_pyfile</span> <span class="k">except</span> <span class="ne">AttributeError</span><span class="p">:</span> <span class="k">return</span> <span class="kc">None</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">pid_file</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;The path of the pid file created by PyFlowScheduler.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;_PyFlowScheduler.pid&quot;</span><span class="p">)</span> <div class="viewcode-block" id="Flow.check_pid_file"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.check_pid_file">[docs]</a> <span class="k">def</span> <span class="nf">check_pid_file</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This function checks if we are already running the :class:`Flow` with a :class:`PyFlowScheduler`.</span> <span class="sd"> Raises: Flow.Error if the pif file of the scheduler exists.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">pid_file</span><span class="p">):</span> <span class="k">return</span> <span class="mi">0</span> <span class="bp">self</span><span class="o">.</span><span class="n">show_status</span><span class="p">()</span> <span class="k">raise</span> <span class="bp">self</span><span class="o">.</span><span class="n">Error</span><span class="p">(</span><span class="s2">&quot;&quot;&quot;</span><span class="se">\n\</span> <span class="s2"> pid_file</span> <span class="s2"> </span><span class="si">%s</span><span class="s2"></span> <span class="s2"> already exists. There are two possibilities:</span> <span class="s2"> 1) There&#39;s an another instance of PyFlowScheduler running</span> <span class="s2"> 2) The previous scheduler didn&#39;t exit in a clean way</span> <span class="s2"> To solve case 1:</span> <span class="s2"> Kill the previous scheduler (use &#39;kill pid&#39; where pid is the number reported in the file)</span> <span class="s2"> Then you can restart the new scheduler.</span> <span class="s2"> To solve case 2:</span> <span class="s2"> Remove the pid_file and restart the scheduler.</span> <span class="s2"> Exiting&quot;&quot;&quot;</span> <span class="o">%</span> <span class="bp">self</span><span class="o">.</span><span class="n">pid_file</span><span class="p">)</span></div> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">pickle_file</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;The path of the pickle file.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">PICKLE_FNAME</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">mongo_id</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_mongo_id</span> <span class="nd">@mongo_id</span><span class="o">.</span><span class="n">setter</span> <span class="k">def</span> <span class="nf">mongo_id</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">value</span><span class="p">):</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">mongo_id</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">RuntimeError</span><span class="p">(</span><span class="s2">&quot;Cannot change mongo_id </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="bp">self</span><span class="o">.</span><span class="n">mongo_id</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">_mongo_id</span> <span class="o">=</span> <span class="n">value</span> <div class="viewcode-block" id="Flow.mongodb_upload"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.mongodb_upload">[docs]</a> <span class="k">def</span> <span class="nf">mongodb_upload</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="kn">from</span> <span class="nn">abiflows.core.scheduler</span> <span class="k">import</span> <span class="n">FlowUploader</span> <span class="n">FlowUploader</span><span class="p">()</span><span class="o">.</span><span class="n">upload</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.validate_json_schema"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.validate_json_schema">[docs]</a> <span class="k">def</span> <span class="nf">validate_json_schema</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Validate the JSON schema. Return list of errors.&quot;&quot;&quot;</span> <span class="n">errors</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">work</span><span class="p">:</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">task</span><span class="o">.</span><span class="n">get_results</span><span class="p">()</span><span class="o">.</span><span class="n">validate_json_schema</span><span class="p">():</span> <span class="n">errors</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">task</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">work</span><span class="o">.</span><span class="n">get_results</span><span class="p">()</span><span class="o">.</span><span class="n">validate_json_schema</span><span class="p">():</span> <span class="n">errors</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">get_results</span><span class="p">()</span><span class="o">.</span><span class="n">validate_json_schema</span><span class="p">():</span> <span class="n">errors</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="k">return</span> <span class="n">errors</span></div> <div class="viewcode-block" id="Flow.get_mongo_info"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.get_mongo_info">[docs]</a> <span class="k">def</span> <span class="nf">get_mongo_info</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Return a JSON dictionary with information on the flow.</span> <span class="sd"> Mainly used for constructing the info section in `FlowEntry`.</span> <span class="sd"> The default implementation is empty. Subclasses must implement it</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="p">{}</span></div> <div class="viewcode-block" id="Flow.mongo_assimilate"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.mongo_assimilate">[docs]</a> <span class="k">def</span> <span class="nf">mongo_assimilate</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This function is called by client code when the flow is completed</span> <span class="sd"> Return a JSON dictionary with the most important results produced</span> <span class="sd"> by the flow. The default implementation is empty. Subclasses must implement it</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="p">{}</span></div> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">works</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;List of :class:`Work` objects contained in self..&quot;&quot;&quot;</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_works</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">all_ok</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;True if all the tasks in works have reached `S_OK`.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">all</span><span class="p">(</span><span class="n">work</span><span class="o">.</span><span class="n">all_ok</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">num_tasks</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Total number of tasks&quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">len</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">()))</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">errored_tasks</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;List of errored tasks.&quot;&quot;&quot;</span> <span class="n">etasks</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">status</span> <span class="ow">in</span> <span class="p">[</span><span class="bp">self</span><span class="o">.</span><span class="n">S_ERROR</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">S_QCRITICAL</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">S_ABICRITICAL</span><span class="p">]:</span> <span class="n">etasks</span><span class="o">.</span><span class="n">extend</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">)))</span> <span class="k">return</span> <span class="nb">set</span><span class="p">(</span><span class="n">etasks</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">num_errored_tasks</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;The number of tasks whose status is `S_ERROR`.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">errored_tasks</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">unconverged_tasks</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;List of unconverged tasks.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_UNCONVERGED</span><span class="p">))</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">num_unconverged_tasks</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;The number of tasks whose status is `S_UNCONVERGED`.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">unconverged_tasks</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">status_counter</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns a :class:`Counter` object that counts the number of tasks with</span> <span class="sd"> given status (use the string representation of the status as key).</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Count the number of tasks with given status in each work.</span> <span class="n">counter</span> <span class="o">=</span> <span class="bp">self</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">status_counter</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">[</span><span class="mi">1</span><span class="p">:]:</span> <span class="n">counter</span> <span class="o">+=</span> <span class="n">work</span><span class="o">.</span><span class="n">status_counter</span> <span class="k">return</span> <span class="n">counter</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">ncores_reserved</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the number of cores reserved in this moment.</span> <span class="sd"> A core is reserved if the task is not running but</span> <span class="sd"> we have submitted the task to the queue manager.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">sum</span><span class="p">(</span><span class="n">work</span><span class="o">.</span><span class="n">ncores_reserved</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">ncores_allocated</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the number of cores allocated in this moment.</span> <span class="sd"> A core is allocated if it&#39;s running a task or if we have</span> <span class="sd"> submitted a task to the queue manager but the job is still pending.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">sum</span><span class="p">(</span><span class="n">work</span><span class="o">.</span><span class="n">ncores_allocated</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">ncores_used</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns the number of cores used in this moment.</span> <span class="sd"> A core is used if there&#39;s a job that is running on it.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">sum</span><span class="p">(</span><span class="n">work</span><span class="o">.</span><span class="n">ncores_used</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">has_chrooted</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns a string that evaluates to True if we have changed</span> <span class="sd"> the workdir for visualization purposes e.g. we are using sshfs.</span> <span class="sd"> to mount the remote directory where the `Flow` is located.</span> <span class="sd"> The string gives the previous workdir of the flow.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">try</span><span class="p">:</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_chrooted_from</span> <span class="k">except</span> <span class="ne">AttributeError</span><span class="p">:</span> <span class="k">return</span> <span class="s2">&quot;&quot;</span> <div class="viewcode-block" id="Flow.chroot"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.chroot">[docs]</a> <span class="k">def</span> <span class="nf">chroot</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">new_workdir</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Change the workir of the :class:`Flow`. Mainly used for</span> <span class="sd"> allowing the user to open the GUI on the local host</span> <span class="sd"> and access the flow from remote via sshfs.</span> <span class="sd"> .. note::</span> <span class="sd"> Calling this method will make the flow go in read-only mode.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">_chrooted_from</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">workdir</span> <span class="bp">self</span><span class="o">.</span><span class="n">set_workdir</span><span class="p">(</span><span class="n">new_workdir</span><span class="p">,</span> <span class="n">chroot</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="n">work</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="n">new_wdir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;w&quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">i</span><span class="p">))</span> <span class="n">work</span><span class="o">.</span><span class="n">chroot</span><span class="p">(</span><span class="n">new_wdir</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.groupby_status"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.groupby_status">[docs]</a> <span class="k">def</span> <span class="nf">groupby_status</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns a ordered dictionary mapping the task status to</span> <span class="sd"> the list of named tuples (task, work_index, task_index).</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">Entry</span> <span class="o">=</span> <span class="n">collections</span><span class="o">.</span><span class="n">namedtuple</span><span class="p">(</span><span class="s2">&quot;Entry&quot;</span><span class="p">,</span> <span class="s2">&quot;task wi ti&quot;</span><span class="p">)</span> <span class="n">d</span> <span class="o">=</span> <span class="n">collections</span><span class="o">.</span><span class="n">defaultdict</span><span class="p">(</span><span class="nb">list</span><span class="p">)</span> <span class="k">for</span> <span class="n">task</span><span class="p">,</span> <span class="n">wi</span><span class="p">,</span> <span class="n">ti</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks_wti</span><span class="p">():</span> <span class="n">d</span><span class="p">[</span><span class="n">task</span><span class="o">.</span><span class="n">status</span><span class="p">]</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">Entry</span><span class="p">(</span><span class="n">task</span><span class="p">,</span> <span class="n">wi</span><span class="p">,</span> <span class="n">ti</span><span class="p">))</span> <span class="c1"># Sort keys according to their status.</span> <span class="k">return</span> <span class="n">OrderedDict</span><span class="p">([(</span><span class="n">k</span><span class="p">,</span> <span class="n">d</span><span class="p">[</span><span class="n">k</span><span class="p">])</span> <span class="k">for</span> <span class="n">k</span> <span class="ow">in</span> <span class="nb">sorted</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="n">d</span><span class="o">.</span><span class="n">keys</span><span class="p">()))])</span></div> <div class="viewcode-block" id="Flow.groupby_task_class"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.groupby_task_class">[docs]</a> <span class="k">def</span> <span class="nf">groupby_task_class</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Returns a dictionary mapping the task class to the list of tasks in the flow</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Find all Task classes</span> <span class="n">class2tasks</span> <span class="o">=</span> <span class="n">OrderedDict</span><span class="p">()</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">():</span> <span class="bp">cls</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="vm">__class__</span> <span class="k">if</span> <span class="bp">cls</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">class2tasks</span><span class="p">:</span> <span class="n">class2tasks</span><span class="p">[</span><span class="bp">cls</span><span class="p">]</span> <span class="o">=</span> <span class="p">[]</span> <span class="n">class2tasks</span><span class="p">[</span><span class="bp">cls</span><span class="p">]</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">task</span><span class="p">)</span> <span class="k">return</span> <span class="n">class2tasks</span></div> <div class="viewcode-block" id="Flow.iflat_nodes"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.iflat_nodes">[docs]</a> <span class="k">def</span> <span class="nf">iflat_nodes</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="s2">&quot;==&quot;</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Generators that produces a flat sequence of nodes.</span> <span class="sd"> if status is not None, only the tasks with the specified status are selected.</span> <span class="sd"> nids is an optional list of node identifiers used to filter the nodes.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">nids</span> <span class="o">=</span> <span class="n">as_set</span><span class="p">(</span><span class="n">nids</span><span class="p">)</span> <span class="k">if</span> <span class="n">status</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="k">if</span> <span class="ow">not</span> <span class="p">(</span><span class="n">nids</span> <span class="ow">and</span> <span class="bp">self</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">):</span> <span class="k">yield</span> <span class="bp">self</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">and</span> <span class="n">work</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">continue</span> <span class="k">yield</span> <span class="n">work</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">work</span><span class="p">:</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">and</span> <span class="n">task</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">continue</span> <span class="k">yield</span> <span class="n">task</span> <span class="k">else</span><span class="p">:</span> <span class="c1"># Get the operator from the string.</span> <span class="n">op</span> <span class="o">=</span> <span class="n">operator_from_str</span><span class="p">(</span><span class="n">op</span><span class="p">)</span> <span class="c1"># Accept Task.S_FLAG or string.</span> <span class="n">status</span> <span class="o">=</span> <span class="n">Status</span><span class="o">.</span><span class="n">as_status</span><span class="p">(</span><span class="n">status</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="p">(</span><span class="n">nids</span> <span class="ow">and</span> <span class="bp">self</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">):</span> <span class="k">if</span> <span class="n">op</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">status</span><span class="p">,</span> <span class="n">status</span><span class="p">):</span> <span class="k">yield</span> <span class="bp">self</span> <span class="k">for</span> <span class="n">wi</span><span class="p">,</span> <span class="n">work</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">and</span> <span class="n">work</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">continue</span> <span class="k">if</span> <span class="n">op</span><span class="p">(</span><span class="n">work</span><span class="o">.</span><span class="n">status</span><span class="p">,</span> <span class="n">status</span><span class="p">):</span> <span class="k">yield</span> <span class="n">work</span> <span class="k">for</span> <span class="n">ti</span><span class="p">,</span> <span class="n">task</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">work</span><span class="p">):</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">and</span> <span class="n">task</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">continue</span> <span class="k">if</span> <span class="n">op</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">status</span><span class="p">,</span> <span class="n">status</span><span class="p">):</span> <span class="k">yield</span> <span class="n">task</span></div> <div class="viewcode-block" id="Flow.node_from_nid"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.node_from_nid">[docs]</a> <span class="k">def</span> <span class="nf">node_from_nid</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nid</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Return the node in the `Flow` with the given `nid` identifier&quot;&quot;&quot;</span> <span class="k">for</span> <span class="n">node</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_nodes</span><span class="p">():</span> <span class="k">if</span> <span class="n">node</span><span class="o">.</span><span class="n">node_id</span> <span class="o">==</span> <span class="n">nid</span><span class="p">:</span> <span class="k">return</span> <span class="n">node</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s2">&quot;Cannot find node with node id: </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">nid</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.iflat_tasks_wti"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.iflat_tasks_wti">[docs]</a> <span class="k">def</span> <span class="nf">iflat_tasks_wti</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="s2">&quot;==&quot;</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Generator to iterate over all the tasks of the `Flow`.</span> <span class="sd"> Yields:</span> <span class="sd"> (task, work_index, task_index)</span> <span class="sd"> If status is not None, only the tasks whose status satisfies</span> <span class="sd"> the condition (task.status op status) are selected</span> <span class="sd"> status can be either one of the flags defined in the :class:`Task` class</span> <span class="sd"> (e.g Task.S_OK) or a string e.g &quot;S_OK&quot;</span> <span class="sd"> nids is an optional list of node identifiers used to filter the tasks.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_iflat_tasks_wti</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="n">op</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">,</span> <span class="n">with_wti</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.iflat_tasks"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.iflat_tasks">[docs]</a> <span class="k">def</span> <span class="nf">iflat_tasks</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="s2">&quot;==&quot;</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Generator to iterate over all the tasks of the :class:`Flow`.</span> <span class="sd"> If status is not None, only the tasks whose status satisfies</span> <span class="sd"> the condition (task.status op status) are selected</span> <span class="sd"> status can be either one of the flags defined in the :class:`Task` class</span> <span class="sd"> (e.g Task.S_OK) or a string e.g &quot;S_OK&quot;</span> <span class="sd"> nids is an optional list of node identifiers used to filter the tasks.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_iflat_tasks_wti</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="n">op</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">,</span> <span class="n">with_wti</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span></div> <span class="k">def</span> <span class="nf">_iflat_tasks_wti</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="s2">&quot;==&quot;</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">with_wti</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Generators that produces a flat sequence of task.</span> <span class="sd"> if status is not None, only the tasks with the specified status are selected.</span> <span class="sd"> nids is an optional list of node identifiers used to filter the tasks.</span> <span class="sd"> Returns:</span> <span class="sd"> (task, work_index, task_index) if with_wti is True else task</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">nids</span> <span class="o">=</span> <span class="n">as_set</span><span class="p">(</span><span class="n">nids</span><span class="p">)</span> <span class="k">if</span> <span class="n">status</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="k">for</span> <span class="n">wi</span><span class="p">,</span> <span class="n">work</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">for</span> <span class="n">ti</span><span class="p">,</span> <span class="n">task</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">work</span><span class="p">):</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">and</span> <span class="n">task</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">continue</span> <span class="k">if</span> <span class="n">with_wti</span><span class="p">:</span> <span class="k">yield</span> <span class="n">task</span><span class="p">,</span> <span class="n">wi</span><span class="p">,</span> <span class="n">ti</span> <span class="k">else</span><span class="p">:</span> <span class="k">yield</span> <span class="n">task</span> <span class="k">else</span><span class="p">:</span> <span class="c1"># Get the operator from the string.</span> <span class="n">op</span> <span class="o">=</span> <span class="n">operator_from_str</span><span class="p">(</span><span class="n">op</span><span class="p">)</span> <span class="c1"># Accept Task.S_FLAG or string.</span> <span class="n">status</span> <span class="o">=</span> <span class="n">Status</span><span class="o">.</span><span class="n">as_status</span><span class="p">(</span><span class="n">status</span><span class="p">)</span> <span class="k">for</span> <span class="n">wi</span><span class="p">,</span> <span class="n">work</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">for</span> <span class="n">ti</span><span class="p">,</span> <span class="n">task</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">work</span><span class="p">):</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">and</span> <span class="n">task</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">continue</span> <span class="k">if</span> <span class="n">op</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">status</span><span class="p">,</span> <span class="n">status</span><span class="p">):</span> <span class="k">if</span> <span class="n">with_wti</span><span class="p">:</span> <span class="k">yield</span> <span class="n">task</span><span class="p">,</span> <span class="n">wi</span><span class="p">,</span> <span class="n">ti</span> <span class="k">else</span><span class="p">:</span> <span class="k">yield</span> <span class="n">task</span> <div class="viewcode-block" id="Flow.abivalidate_inputs"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.abivalidate_inputs">[docs]</a> <span class="k">def</span> <span class="nf">abivalidate_inputs</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Run ABINIT in dry mode to validate all the inputs of the flow.</span> <span class="sd"> Return:</span> <span class="sd"> (isok, tuples)</span> <span class="sd"> isok is True if all inputs are ok.</span> <span class="sd"> tuples is List of `namedtuple` objects, one for each task in the flow.</span> <span class="sd"> Each namedtuple has the following attributes:</span> <span class="sd"> retcode: Return code. 0 if OK.</span> <span class="sd"> log_file: log file of the Abinit run, use log_file.read() to access its content.</span> <span class="sd"> stderr_file: stderr file of the Abinit run. use stderr_file.read() to access its content.</span> <span class="sd"> Raises:</span> <span class="sd"> `RuntimeError` if executable is not in $PATH.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">allocated</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">build</span><span class="p">()</span> <span class="c1">#self.build_and_pickle_dump()</span> <span class="n">isok</span><span class="p">,</span> <span class="n">tuples</span> <span class="o">=</span> <span class="kc">True</span><span class="p">,</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">():</span> <span class="n">t</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">input</span><span class="o">.</span><span class="n">abivalidate</span><span class="p">()</span> <span class="k">if</span> <span class="n">t</span><span class="o">.</span><span class="n">retcode</span> <span class="o">!=</span> <span class="mi">0</span><span class="p">:</span> <span class="n">isok</span> <span class="o">=</span> <span class="kc">False</span> <span class="n">tuples</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">t</span><span class="p">)</span> <span class="k">return</span> <span class="n">isok</span><span class="p">,</span> <span class="n">tuples</span></div> <div class="viewcode-block" id="Flow.check_dependencies"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.check_dependencies">[docs]</a> <span class="k">def</span> <span class="nf">check_dependencies</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Test the dependencies of the nodes for possible deadlocks.&quot;&quot;&quot;</span> <span class="n">deadlocks</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">():</span> <span class="k">for</span> <span class="n">dep</span> <span class="ow">in</span> <span class="n">task</span><span class="o">.</span><span class="n">deps</span><span class="p">:</span> <span class="k">if</span> <span class="n">dep</span><span class="o">.</span><span class="n">node</span><span class="o">.</span><span class="n">depends_on</span><span class="p">(</span><span class="n">task</span><span class="p">):</span> <span class="n">deadlocks</span><span class="o">.</span><span class="n">append</span><span class="p">((</span><span class="n">task</span><span class="p">,</span> <span class="n">dep</span><span class="o">.</span><span class="n">node</span><span class="p">))</span> <span class="k">if</span> <span class="n">deadlocks</span><span class="p">:</span> <span class="n">lines</span> <span class="o">=</span> <span class="p">[</span><span class="s2">&quot;Detect wrong list of dependecies that will lead to a deadlock:&quot;</span><span class="p">]</span> <span class="n">lines</span><span class="o">.</span><span class="n">extend</span><span class="p">([</span><span class="s2">&quot;</span><span class="si">%s</span><span class="s2"> &lt;--&gt; </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">nodes</span> <span class="k">for</span> <span class="n">nodes</span> <span class="ow">in</span> <span class="n">deadlocks</span><span class="p">])</span> <span class="k">raise</span> <span class="ne">RuntimeError</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">lines</span><span class="p">))</span></div> <div class="viewcode-block" id="Flow.find_deadlocks"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.find_deadlocks">[docs]</a> <span class="k">def</span> <span class="nf">find_deadlocks</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This function detects deadlocks</span> <span class="sd"> Return:</span> <span class="sd"> named tuple with the tasks grouped in: deadlocks, runnables, running</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Find jobs that can be submitted and and the jobs that are already in the queue.</span> <span class="n">runnables</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="n">runnables</span><span class="o">.</span><span class="n">extend</span><span class="p">(</span><span class="n">work</span><span class="o">.</span><span class="n">fetch_alltasks_to_run</span><span class="p">())</span> <span class="n">runnables</span><span class="o">.</span><span class="n">extend</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_SUB</span><span class="p">)))</span> <span class="c1"># Running jobs.</span> <span class="n">running</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_RUN</span><span class="p">))</span> <span class="c1"># Find deadlocks.</span> <span class="n">err_tasks</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">errored_tasks</span> <span class="n">deadlocked</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">if</span> <span class="n">err_tasks</span><span class="p">:</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">():</span> <span class="k">if</span> <span class="nb">any</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">depends_on</span><span class="p">(</span><span class="n">err_task</span><span class="p">)</span> <span class="k">for</span> <span class="n">err_task</span> <span class="ow">in</span> <span class="n">err_tasks</span><span class="p">):</span> <span class="n">deadlocked</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">task</span><span class="p">)</span> <span class="k">return</span> <span class="n">dict2namedtuple</span><span class="p">(</span><span class="n">deadlocked</span><span class="o">=</span><span class="n">deadlocked</span><span class="p">,</span> <span class="n">runnables</span><span class="o">=</span><span class="n">runnables</span><span class="p">,</span> <span class="n">running</span><span class="o">=</span><span class="n">running</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.check_status"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.check_status">[docs]</a> <span class="k">def</span> <span class="nf">check_status</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Check the status of the works in self.</span> <span class="sd"> Args:</span> <span class="sd"> show: True to show the status of the flow.</span> <span class="sd"> kwargs: keyword arguments passed to show_status</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="n">work</span><span class="o">.</span><span class="n">check_status</span><span class="p">()</span> <span class="k">if</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;show&quot;</span><span class="p">,</span> <span class="kc">False</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">show_status</span><span class="p">(</span><span class="o">**</span><span class="n">kwargs</span><span class="p">)</span></div> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">status</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;The status of the :class:`Flow` i.e. the minimum of the status of its tasks and its works&quot;&quot;&quot;</span> <span class="k">return</span> <span class="nb">min</span><span class="p">(</span><span class="n">work</span><span class="o">.</span><span class="n">get_all_status</span><span class="p">(</span><span class="n">only_min</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">)</span> <span class="c1">#def restart_unconverged_tasks(self, max_nlauch, excs):</span> <span class="c1"># nlaunch = 0</span> <span class="c1"># for task in self.unconverged_tasks:</span> <span class="c1"># try:</span> <span class="c1"># logger.info(&quot;Flow will try restart task %s&quot; % task)</span> <span class="c1"># fired = task.restart()</span> <span class="c1"># if fired:</span> <span class="c1"># nlaunch += 1</span> <span class="c1"># max_nlaunch -= 1</span> <span class="c1"># if max_nlaunch == 0:</span> <span class="c1"># logger.info(&quot;Restart: too many jobs in the queue, returning&quot;)</span> <span class="c1"># self.pickle_dump()</span> <span class="c1"># return nlaunch, max_nlaunch</span> <span class="c1"># except task.RestartError:</span> <span class="c1"># excs.append(straceback())</span> <span class="c1"># return nlaunch, max_nlaunch</span> <div class="viewcode-block" id="Flow.fix_abicritical"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.fix_abicritical">[docs]</a> <span class="k">def</span> <span class="nf">fix_abicritical</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This function tries to fix critical events originating from ABINIT.</span> <span class="sd"> Returns the number of tasks that have been fixed.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">count</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_ABICRITICAL</span><span class="p">):</span> <span class="n">count</span> <span class="o">+=</span> <span class="n">task</span><span class="o">.</span><span class="n">fix_abicritical</span><span class="p">()</span> <span class="k">return</span> <span class="n">count</span></div> <div class="viewcode-block" id="Flow.fix_queue_critical"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.fix_queue_critical">[docs]</a> <span class="k">def</span> <span class="nf">fix_queue_critical</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This function tries to fix critical events originating from the queue submission system.</span> <span class="sd"> Returns the number of tasks that have been fixed.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">count</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_QCRITICAL</span><span class="p">):</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;Will try to fix task </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="nb">str</span><span class="p">(</span><span class="n">task</span><span class="p">))</span> <span class="k">try</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">fix_queue_critical</span><span class="p">())</span> <span class="n">count</span> <span class="o">+=</span> <span class="mi">1</span> <span class="k">except</span> <span class="n">FixQueueCriticalError</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;Not able to fix task </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">task</span><span class="p">)</span> <span class="k">return</span> <span class="n">count</span></div> <div class="viewcode-block" id="Flow.show_info"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_info">[docs]</a> <span class="k">def</span> <span class="nf">show_info</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Print info on the flow i.e. total number of tasks, works, tasks grouped by class.</span> <span class="sd"> Example:</span> <span class="sd"> Task Class Number</span> <span class="sd"> ------------ --------</span> <span class="sd"> ScfTask 1</span> <span class="sd"> NscfTask 1</span> <span class="sd"> ScrTask 2</span> <span class="sd"> SigmaTask 6</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">stream</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;stream&quot;</span><span class="p">,</span> <span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="p">)</span> <span class="n">lines</span> <span class="o">=</span> <span class="p">[</span><span class="nb">str</span><span class="p">(</span><span class="bp">self</span><span class="p">)]</span> <span class="n">app</span> <span class="o">=</span> <span class="n">lines</span><span class="o">.</span><span class="n">append</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;Number of works: </span><span class="si">%d</span><span class="s2">, total number of tasks: </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="p">),</span> <span class="bp">self</span><span class="o">.</span><span class="n">num_tasks</span><span class="p">)</span> <span class="p">)</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;Number of tasks with a given class:&quot;</span><span class="p">)</span> <span class="c1"># Build Table</span> <span class="n">data</span> <span class="o">=</span> <span class="p">[[</span><span class="bp">cls</span><span class="o">.</span><span class="vm">__name__</span><span class="p">,</span> <span class="nb">len</span><span class="p">(</span><span class="n">tasks</span><span class="p">)]</span> <span class="k">for</span> <span class="bp">cls</span><span class="p">,</span> <span class="n">tasks</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">groupby_task_class</span><span class="p">()</span><span class="o">.</span><span class="n">items</span><span class="p">()]</span> <span class="n">app</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">tabulate</span><span class="p">(</span><span class="n">data</span><span class="p">,</span> <span class="n">headers</span><span class="o">=</span><span class="p">[</span><span class="s2">&quot;Task Class&quot;</span><span class="p">,</span> <span class="s2">&quot;Number&quot;</span><span class="p">])))</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">lines</span><span class="p">))</span></div> <div class="viewcode-block" id="Flow.show_summary"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_summary">[docs]</a> <span class="k">def</span> <span class="nf">show_summary</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Print a short summary with the status of the flow and a counter task_status --&gt; number_of_tasks</span> <span class="sd"> Args:</span> <span class="sd"> stream: File-like object, Default: sys.stdout</span> <span class="sd"> Example:</span> <span class="sd"> Status Count</span> <span class="sd"> --------- -------</span> <span class="sd"> Completed 10</span> <span class="sd"> &lt;Flow, node_id=27163, workdir=flow_gwconv_ecuteps&gt;, num_tasks=10, all_ok=True</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">stream</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;stream&quot;</span><span class="p">,</span> <span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="p">)</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="n">table</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">status_counter</span><span class="o">.</span><span class="n">items</span><span class="p">())</span> <span class="n">s</span> <span class="o">=</span> <span class="n">tabulate</span><span class="p">(</span><span class="n">table</span><span class="p">,</span> <span class="n">headers</span><span class="o">=</span><span class="p">[</span><span class="s2">&quot;Status&quot;</span><span class="p">,</span> <span class="s2">&quot;Count&quot;</span><span class="p">])</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="n">s</span> <span class="o">+</span> <span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;</span><span class="si">%s</span><span class="s2">, num_tasks=</span><span class="si">%s</span><span class="s2">, all_ok=</span><span class="si">%s</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="bp">self</span><span class="p">),</span> <span class="bp">self</span><span class="o">.</span><span class="n">num_tasks</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">all_ok</span><span class="p">))</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.show_status"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_status">[docs]</a> <span class="k">def</span> <span class="nf">show_status</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Report the status of the works and the status of the different tasks on the specified stream.</span> <span class="sd"> Args:</span> <span class="sd"> stream: File-like object, Default: sys.stdout</span> <span class="sd"> nids: List of node identifiers. By defaults all nodes are shown</span> <span class="sd"> wslice: Slice object used to select works.</span> <span class="sd"> verbose: Verbosity level (default 0). &gt; 0 to show only the works that are not finalized.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">stream</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;stream&quot;</span><span class="p">,</span> <span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="p">)</span> <span class="n">nids</span> <span class="o">=</span> <span class="n">as_set</span><span class="p">(</span><span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;nids&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">))</span> <span class="n">wslice</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;wslice&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="n">verbose</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;verbose&quot;</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> <span class="n">wlist</span> <span class="o">=</span> <span class="kc">None</span> <span class="k">if</span> <span class="n">wslice</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="c1"># Convert range to list of work indices.</span> <span class="n">wlist</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="nb">range</span><span class="p">(</span><span class="n">wslice</span><span class="o">.</span><span class="n">start</span><span class="p">,</span> <span class="n">wslice</span><span class="o">.</span><span class="n">step</span><span class="p">,</span> <span class="n">wslice</span><span class="o">.</span><span class="n">stop</span><span class="p">))</span> <span class="c1">#has_colours = stream_has_colours(stream)</span> <span class="n">has_colours</span> <span class="o">=</span> <span class="kc">True</span> <span class="n">red</span> <span class="o">=</span> <span class="s2">&quot;red&quot;</span> <span class="k">if</span> <span class="n">has_colours</span> <span class="k">else</span> <span class="kc">None</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="n">work</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">and</span> <span class="n">work</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">continue</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;&quot;</span><span class="p">,</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span> <span class="n">cprint_map</span><span class="p">(</span><span class="s2">&quot;Work #</span><span class="si">%d</span><span class="s2">: </span><span class="si">%s</span><span class="s2">, Finalized=</span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">i</span><span class="p">,</span> <span class="n">work</span><span class="p">,</span> <span class="n">work</span><span class="o">.</span><span class="n">finalized</span><span class="p">),</span> <span class="n">cmap</span><span class="o">=</span><span class="p">{</span><span class="s2">&quot;True&quot;</span><span class="p">:</span> <span class="s2">&quot;green&quot;</span><span class="p">},</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span> <span class="k">if</span> <span class="n">wlist</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <span class="ow">and</span> <span class="n">i</span> <span class="ow">in</span> <span class="n">wlist</span><span class="p">:</span> <span class="k">continue</span> <span class="k">if</span> <span class="n">verbose</span> <span class="o">==</span> <span class="mi">0</span> <span class="ow">and</span> <span class="n">work</span><span class="o">.</span><span class="n">finalized</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot; Finalized works are not shown. Use verbose &gt; 0 to force output.&quot;</span><span class="p">,</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span> <span class="k">continue</span> <span class="n">headers</span> <span class="o">=</span> <span class="p">[</span><span class="s2">&quot;Task&quot;</span><span class="p">,</span> <span class="s2">&quot;Status&quot;</span><span class="p">,</span> <span class="s2">&quot;Queue&quot;</span><span class="p">,</span> <span class="s2">&quot;MPI|Omp|Gb&quot;</span><span class="p">,</span> <span class="s2">&quot;Warn|Com&quot;</span><span class="p">,</span> <span class="s2">&quot;Class&quot;</span><span class="p">,</span> <span class="s2">&quot;Sub|Rest|Corr&quot;</span><span class="p">,</span> <span class="s2">&quot;Time&quot;</span><span class="p">,</span> <span class="s2">&quot;Node_ID&quot;</span><span class="p">]</span> <span class="n">table</span> <span class="o">=</span> <span class="p">[]</span> <span class="n">tot_num_errors</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">work</span><span class="p">:</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">and</span> <span class="n">task</span><span class="o">.</span><span class="n">node_id</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">continue</span> <span class="n">task_name</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">name</span><span class="p">)</span> <span class="c1"># FIXME: This should not be done here.</span> <span class="c1"># get_event_report should be called only in check_status</span> <span class="c1"># Parse the events in the main output.</span> <span class="n">report</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">get_event_report</span><span class="p">()</span> <span class="c1"># Get time info (run-time or time in queue or None)</span> <span class="n">stime</span> <span class="o">=</span> <span class="kc">None</span> <span class="n">timedelta</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">datetimes</span><span class="o">.</span><span class="n">get_runtime</span><span class="p">()</span> <span class="k">if</span> <span class="n">timedelta</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">stime</span> <span class="o">=</span> <span class="nb">str</span><span class="p">(</span><span class="n">timedelta</span><span class="p">)</span> <span class="o">+</span> <span class="s2">&quot;R&quot;</span> <span class="k">else</span><span class="p">:</span> <span class="n">timedelta</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">datetimes</span><span class="o">.</span><span class="n">get_time_inqueue</span><span class="p">()</span> <span class="k">if</span> <span class="n">timedelta</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">stime</span> <span class="o">=</span> <span class="nb">str</span><span class="p">(</span><span class="n">timedelta</span><span class="p">)</span> <span class="o">+</span> <span class="s2">&quot;Q&quot;</span> <span class="n">events</span> <span class="o">=</span> <span class="s2">&quot;|&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="mi">2</span><span class="o">*</span><span class="p">[</span><span class="s2">&quot;NA&quot;</span><span class="p">])</span> <span class="k">if</span> <span class="n">report</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">events</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">{:&gt;4}</span><span class="s1">|</span><span class="si">{:&gt;3}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="o">*</span><span class="nb">map</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="p">(</span> <span class="n">report</span><span class="o">.</span><span class="n">num_warnings</span><span class="p">,</span> <span class="n">report</span><span class="o">.</span><span class="n">num_comments</span><span class="p">)))</span> <span class="n">para_info</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">{:&gt;4}</span><span class="s1">|</span><span class="si">{:&gt;3}</span><span class="s1">|</span><span class="si">{:&gt;3}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="o">*</span><span class="nb">map</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="p">(</span> <span class="n">task</span><span class="o">.</span><span class="n">mpi_procs</span><span class="p">,</span> <span class="n">task</span><span class="o">.</span><span class="n">omp_threads</span><span class="p">,</span> <span class="s2">&quot;</span><span class="si">%.1f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">task</span><span class="o">.</span><span class="n">mem_per_proc</span><span class="o">.</span><span class="n">to</span><span class="p">(</span><span class="s2">&quot;Gb&quot;</span><span class="p">))))</span> <span class="n">task_info</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="nb">map</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="p">[</span><span class="n">task</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="vm">__name__</span><span class="p">,</span> <span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">num_launches</span><span class="p">,</span> <span class="n">task</span><span class="o">.</span><span class="n">num_restarts</span><span class="p">,</span> <span class="n">task</span><span class="o">.</span><span class="n">num_corrections</span><span class="p">),</span> <span class="n">stime</span><span class="p">,</span> <span class="n">task</span><span class="o">.</span><span class="n">node_id</span><span class="p">]))</span> <span class="n">qinfo</span> <span class="o">=</span> <span class="s2">&quot;None&quot;</span> <span class="k">if</span> <span class="n">task</span><span class="o">.</span><span class="n">queue_id</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">qinfo</span> <span class="o">=</span> <span class="nb">str</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">queue_id</span><span class="p">)</span> <span class="o">+</span> <span class="s2">&quot;@&quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">qname</span><span class="p">)</span> <span class="k">if</span> <span class="n">task</span><span class="o">.</span><span class="n">status</span><span class="o">.</span><span class="n">is_critical</span><span class="p">:</span> <span class="n">tot_num_errors</span> <span class="o">+=</span> <span class="mi">1</span> <span class="n">task_name</span> <span class="o">=</span> <span class="n">colored</span><span class="p">(</span><span class="n">task_name</span><span class="p">,</span> <span class="n">red</span><span class="p">)</span> <span class="k">if</span> <span class="n">has_colours</span><span class="p">:</span> <span class="n">table</span><span class="o">.</span><span class="n">append</span><span class="p">([</span><span class="n">task_name</span><span class="p">,</span> <span class="n">task</span><span class="o">.</span><span class="n">status</span><span class="o">.</span><span class="n">colored</span><span class="p">,</span> <span class="n">qinfo</span><span class="p">,</span> <span class="n">para_info</span><span class="p">,</span> <span class="n">events</span><span class="p">]</span> <span class="o">+</span> <span class="n">task_info</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">table</span><span class="o">.</span><span class="n">append</span><span class="p">([</span><span class="n">task_name</span><span class="p">,</span> <span class="nb">str</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">status</span><span class="p">),</span> <span class="n">qinfo</span><span class="p">,</span> <span class="n">events</span><span class="p">,</span> <span class="n">para_info</span><span class="p">]</span> <span class="o">+</span> <span class="n">task_info</span><span class="p">)</span> <span class="c1"># Print table and write colorized line with the total number of errors.</span> <span class="nb">print</span><span class="p">(</span><span class="n">tabulate</span><span class="p">(</span><span class="n">table</span><span class="p">,</span> <span class="n">headers</span><span class="o">=</span><span class="n">headers</span><span class="p">,</span> <span class="n">tablefmt</span><span class="o">=</span><span class="s2">&quot;grid&quot;</span><span class="p">),</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span> <span class="k">if</span> <span class="n">tot_num_errors</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;Total number of errors: </span><span class="si">%d</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">tot_num_errors</span><span class="p">,</span> <span class="s2">&quot;red&quot;</span><span class="p">,</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;&quot;</span><span class="p">,</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">all_ok</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">all_ok reached</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">,</span> <span class="s2">&quot;green&quot;</span><span class="p">,</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.show_events"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_events">[docs]</a> <span class="k">def</span> <span class="nf">show_events</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Print the Abinit events (ERRORS, WARNIING, COMMENTS) to stdout</span> <span class="sd"> Args:</span> <span class="sd"> status: if not None, only the tasks with this status are select</span> <span class="sd"> nids: optional list of node identifiers used to filter the tasks.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">nrows</span><span class="p">,</span> <span class="n">ncols</span> <span class="o">=</span> <span class="n">get_terminal_size</span><span class="p">()</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">):</span> <span class="n">report</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">get_event_report</span><span class="p">()</span> <span class="k">if</span> <span class="n">report</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">make_banner</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">task</span><span class="p">),</span> <span class="n">width</span><span class="o">=</span><span class="n">ncols</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">&quot;=&quot;</span><span class="p">))</span> <span class="nb">print</span><span class="p">(</span><span class="n">report</span><span class="p">)</span></div> <span class="c1">#report = report.filter_types()</span> <div class="viewcode-block" id="Flow.show_corrections"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_corrections">[docs]</a> <span class="k">def</span> <span class="nf">show_corrections</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Show the corrections applied to the flow at run-time.</span> <span class="sd"> Args:</span> <span class="sd"> status: if not None, only the tasks with this status are select.</span> <span class="sd"> nids: optional list of node identifiers used to filter the tasks.</span> <span class="sd"> Return: The number of corrections found.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">nrows</span><span class="p">,</span> <span class="n">ncols</span> <span class="o">=</span> <span class="n">get_terminal_size</span><span class="p">()</span> <span class="n">count</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">):</span> <span class="k">if</span> <span class="n">task</span><span class="o">.</span><span class="n">num_corrections</span> <span class="o">==</span> <span class="mi">0</span><span class="p">:</span> <span class="k">continue</span> <span class="n">count</span> <span class="o">+=</span> <span class="mi">1</span> <span class="nb">print</span><span class="p">(</span><span class="n">make_banner</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">task</span><span class="p">),</span> <span class="n">width</span><span class="o">=</span><span class="n">ncols</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">&quot;=&quot;</span><span class="p">))</span> <span class="k">for</span> <span class="n">corr</span> <span class="ow">in</span> <span class="n">task</span><span class="o">.</span><span class="n">corrections</span><span class="p">:</span> <span class="n">pprint</span><span class="p">(</span><span class="n">corr</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">count</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;No correction found.&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="n">count</span></div> <div class="viewcode-block" id="Flow.show_history"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_history">[docs]</a> <span class="k">def</span> <span class="nf">show_history</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">full_history</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="n">metadata</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Print the history of the flow to stdout.</span> <span class="sd"> Args:</span> <span class="sd"> status: if not None, only the tasks with this status are select</span> <span class="sd"> full_history: Print full info set, including nodes with an empty history.</span> <span class="sd"> nids: optional list of node identifiers used to filter the tasks.</span> <span class="sd"> metadata: print history metadata (experimental)</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">nrows</span><span class="p">,</span> <span class="n">ncols</span> <span class="o">=</span> <span class="n">get_terminal_size</span><span class="p">()</span> <span class="n">works_done</span> <span class="o">=</span> <span class="p">[]</span> <span class="c1"># Loop on the tasks and show the history of the work is not in works_done</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">):</span> <span class="n">work</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">work</span> <span class="k">if</span> <span class="n">work</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">works_done</span><span class="p">:</span> <span class="n">works_done</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="k">if</span> <span class="n">work</span><span class="o">.</span><span class="n">history</span> <span class="ow">or</span> <span class="n">full_history</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="n">make_banner</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">work</span><span class="p">),</span> <span class="n">width</span><span class="o">=</span><span class="n">ncols</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">&quot;=&quot;</span><span class="p">),</span> <span class="o">**</span><span class="n">work</span><span class="o">.</span><span class="n">status</span><span class="o">.</span><span class="n">color_opts</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="n">work</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">to_string</span><span class="p">(</span><span class="n">metadata</span><span class="o">=</span><span class="n">metadata</span><span class="p">))</span> <span class="k">if</span> <span class="n">task</span><span class="o">.</span><span class="n">history</span> <span class="ow">or</span> <span class="n">full_history</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="n">make_banner</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">task</span><span class="p">),</span> <span class="n">width</span><span class="o">=</span><span class="n">ncols</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">&quot;=&quot;</span><span class="p">),</span> <span class="o">**</span><span class="n">task</span><span class="o">.</span><span class="n">status</span><span class="o">.</span><span class="n">color_opts</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">to_string</span><span class="p">(</span><span class="n">metadata</span><span class="o">=</span><span class="n">metadata</span><span class="p">))</span> <span class="c1"># Print the history of the flow.</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">history</span> <span class="ow">or</span> <span class="n">full_history</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="n">make_banner</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="bp">self</span><span class="p">),</span> <span class="n">width</span><span class="o">=</span><span class="n">ncols</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">&quot;=&quot;</span><span class="p">),</span> <span class="o">**</span><span class="bp">self</span><span class="o">.</span><span class="n">status</span><span class="o">.</span><span class="n">color_opts</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">to_string</span><span class="p">(</span><span class="n">metadata</span><span class="o">=</span><span class="n">metadata</span><span class="p">))</span></div> <div class="viewcode-block" id="Flow.show_inputs"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_inputs">[docs]</a> <span class="k">def</span> <span class="nf">show_inputs</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">varnames</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">wslice</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">stream</span><span class="o">=</span><span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Print the input of the tasks to the given stream.</span> <span class="sd"> Args:</span> <span class="sd"> varnames:</span> <span class="sd"> List of Abinit variables. If not None, only the variable in varnames</span> <span class="sd"> are selected and printed.</span> <span class="sd"> nids:</span> <span class="sd"> List of node identifiers. By defaults all nodes are shown</span> <span class="sd"> wslice:</span> <span class="sd"> Slice object used to select works.</span> <span class="sd"> stream:</span> <span class="sd"> File-like object, Default: sys.stdout</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="n">varnames</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="c1"># Build dictionary varname --&gt; [(task1, value), (task2, value), ...]</span> <span class="n">varnames</span> <span class="o">=</span> <span class="p">[</span><span class="n">s</span><span class="o">.</span><span class="n">strip</span><span class="p">()</span> <span class="k">for</span> <span class="n">s</span> <span class="ow">in</span> <span class="n">list_strings</span><span class="p">(</span><span class="n">varnames</span><span class="p">)]</span> <span class="n">dlist</span> <span class="o">=</span> <span class="n">collections</span><span class="o">.</span><span class="n">defaultdict</span><span class="p">(</span><span class="nb">list</span><span class="p">)</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">select_tasks</span><span class="p">(</span><span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">,</span> <span class="n">wslice</span><span class="o">=</span><span class="n">wslice</span><span class="p">):</span> <span class="n">dstruct</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">input</span><span class="o">.</span><span class="n">structure</span><span class="o">.</span><span class="n">as_dict</span><span class="p">(</span><span class="n">fmt</span><span class="o">=</span><span class="s2">&quot;abivars&quot;</span><span class="p">)</span> <span class="k">for</span> <span class="n">vname</span> <span class="ow">in</span> <span class="n">varnames</span><span class="p">:</span> <span class="n">value</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">input</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">vname</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="k">if</span> <span class="n">value</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="c1"># maybe in structure?</span> <span class="n">value</span> <span class="o">=</span> <span class="n">dstruct</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">vname</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="k">if</span> <span class="n">value</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">dlist</span><span class="p">[</span><span class="n">vname</span><span class="p">]</span><span class="o">.</span><span class="n">append</span><span class="p">((</span><span class="n">task</span><span class="p">,</span> <span class="n">value</span><span class="p">))</span> <span class="k">for</span> <span class="n">vname</span> <span class="ow">in</span> <span class="n">varnames</span><span class="p">:</span> <span class="n">tv_list</span> <span class="o">=</span> <span class="n">dlist</span><span class="p">[</span><span class="n">vname</span><span class="p">]</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">tv_list</span><span class="p">:</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;[</span><span class="si">%s</span><span class="s2">]: Found 0 tasks with this variable</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">vname</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;[</span><span class="si">%s</span><span class="s2">]: Found </span><span class="si">%s</span><span class="s2"> tasks with this variable</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">vname</span><span class="p">,</span> <span class="nb">len</span><span class="p">(</span><span class="n">tv_list</span><span class="p">)))</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="p">(</span><span class="n">task</span><span class="p">,</span> <span class="n">value</span><span class="p">)</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">tv_list</span><span class="p">):</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot; </span><span class="si">%s</span><span class="s2"> --&gt; </span><span class="si">%s</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">value</span><span class="p">),</span> <span class="n">task</span><span class="p">))</span> <span class="n">stream</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">lines</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">select_tasks</span><span class="p">(</span><span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">,</span> <span class="n">wslice</span><span class="o">=</span><span class="n">wslice</span><span class="p">):</span> <span class="n">s</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">make_input</span><span class="p">(</span><span class="n">with_header</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span> <span class="c1"># Add info on dependencies.</span> <span class="k">if</span> <span class="n">task</span><span class="o">.</span><span class="n">deps</span><span class="p">:</span> <span class="n">s</span> <span class="o">+=</span> <span class="s2">&quot;</span><span class="se">\n\n</span><span class="s2">Dependencies:</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">+</span> <span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">dep</span><span class="p">)</span> <span class="k">for</span> <span class="n">dep</span> <span class="ow">in</span> <span class="n">task</span><span class="o">.</span><span class="n">deps</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">s</span> <span class="o">+=</span> <span class="s2">&quot;</span><span class="se">\n\n</span><span class="s2">Dependencies: None&quot;</span> <span class="n">lines</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="mi">2</span><span class="o">*</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">+</span> <span class="mi">80</span> <span class="o">*</span> <span class="s2">&quot;=&quot;</span> <span class="o">+</span> <span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">+</span> <span class="n">s</span> <span class="o">+</span> <span class="mi">2</span><span class="o">*</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="n">stream</span><span class="o">.</span><span class="n">writelines</span><span class="p">(</span><span class="n">lines</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.listext"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.listext">[docs]</a> <span class="k">def</span> <span class="nf">listext</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">ext</span><span class="p">,</span> <span class="n">stream</span><span class="o">=</span><span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Print to the given `stream` a table with the list of the output files</span> <span class="sd"> with the given `ext` produced by the flow.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">nodes_files</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">node</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_nodes</span><span class="p">():</span> <span class="n">filepath</span> <span class="o">=</span> <span class="n">node</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">has_abiext</span><span class="p">(</span><span class="n">ext</span><span class="p">)</span> <span class="k">if</span> <span class="n">filepath</span><span class="p">:</span> <span class="n">nodes_files</span><span class="o">.</span><span class="n">append</span><span class="p">((</span><span class="n">node</span><span class="p">,</span> <span class="n">File</span><span class="p">(</span><span class="n">filepath</span><span class="p">)))</span> <span class="k">if</span> <span class="n">nodes_files</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Found </span><span class="si">%s</span><span class="s2"> files with extension </span><span class="si">%s</span><span class="s2"> produced by the flow&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">nodes_files</span><span class="p">),</span> <span class="n">ext</span><span class="p">),</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span> <span class="n">table</span> <span class="o">=</span> <span class="p">[[</span><span class="n">f</span><span class="o">.</span><span class="n">relpath</span><span class="p">,</span> <span class="s2">&quot;</span><span class="si">%.2f</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">f</span><span class="o">.</span><span class="n">get_stat</span><span class="p">()</span><span class="o">.</span><span class="n">st_size</span> <span class="o">/</span> <span class="mi">1024</span><span class="o">**</span><span class="mi">2</span><span class="p">),</span> <span class="n">node</span><span class="o">.</span><span class="n">node_id</span><span class="p">,</span> <span class="n">node</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="vm">__name__</span><span class="p">]</span> <span class="k">for</span> <span class="n">node</span><span class="p">,</span> <span class="n">f</span> <span class="ow">in</span> <span class="n">nodes_files</span><span class="p">]</span> <span class="nb">print</span><span class="p">(</span><span class="n">tabulate</span><span class="p">(</span><span class="n">table</span><span class="p">,</span> <span class="n">headers</span><span class="o">=</span><span class="p">[</span><span class="s2">&quot;File&quot;</span><span class="p">,</span> <span class="s2">&quot;Size [Mb]&quot;</span><span class="p">,</span> <span class="s2">&quot;Node_ID&quot;</span><span class="p">,</span> <span class="s2">&quot;Node Class&quot;</span><span class="p">]),</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;No output file with extension </span><span class="si">%s</span><span class="s2"> has been produced by the flow&quot;</span> <span class="o">%</span> <span class="n">ext</span><span class="p">,</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.select_tasks"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.select_tasks">[docs]</a> <span class="k">def</span> <span class="nf">select_tasks</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">wslice</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Return a list with a subset of tasks.</span> <span class="sd"> Args:</span> <span class="sd"> nids: List of node identifiers.</span> <span class="sd"> wslice: Slice object used to select works.</span> <span class="sd"> .. note::</span> <span class="sd"> nids and wslice are mutually exclusive.</span> <span class="sd"> If no argument is provided, the full list of tasks is returned.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="n">nids</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="k">assert</span> <span class="n">wslice</span> <span class="ow">is</span> <span class="kc">None</span> <span class="n">tasks</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">tasks_from_nids</span><span class="p">(</span><span class="n">nids</span><span class="p">)</span> <span class="k">elif</span> <span class="n">wslice</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">tasks</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">[</span><span class="n">wslice</span><span class="p">]:</span> <span class="n">tasks</span><span class="o">.</span><span class="n">extend</span><span class="p">([</span><span class="n">t</span> <span class="k">for</span> <span class="n">t</span> <span class="ow">in</span> <span class="n">work</span><span class="p">])</span> <span class="k">else</span><span class="p">:</span> <span class="c1"># All tasks selected if no option is provided.</span> <span class="n">tasks</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">())</span> <span class="k">return</span> <span class="n">tasks</span></div> <div class="viewcode-block" id="Flow.inspect"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.inspect">[docs]</a> <span class="k">def</span> <span class="nf">inspect</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">wslice</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Inspect the tasks (SCF iterations, Structural relaxation ...) and</span> <span class="sd"> produces matplotlib plots.</span> <span class="sd"> Args:</span> <span class="sd"> nids: List of node identifiers.</span> <span class="sd"> wslice: Slice object used to select works.</span> <span class="sd"> kwargs: keyword arguments passed to `task.inspect` method.</span> <span class="sd"> .. note::</span> <span class="sd"> nids and wslice are mutually exclusive.</span> <span class="sd"> If nids and wslice are both None, all tasks in self are inspected.</span> <span class="sd"> Returns:</span> <span class="sd"> List of `matplotlib` figures.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">figs</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">select_tasks</span><span class="p">(</span><span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">,</span> <span class="n">wslice</span><span class="o">=</span><span class="n">wslice</span><span class="p">):</span> <span class="k">if</span> <span class="nb">hasattr</span><span class="p">(</span><span class="n">task</span><span class="p">,</span> <span class="s2">&quot;inspect&quot;</span><span class="p">):</span> <span class="n">fig</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">inspect</span><span class="p">(</span><span class="o">**</span><span class="n">kwargs</span><span class="p">)</span> <span class="k">if</span> <span class="n">fig</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;Cannot inspect Task </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">task</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;blue&quot;</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">figs</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">fig</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;Task </span><span class="si">%s</span><span class="s2"> does not provide an inspect method&quot;</span> <span class="o">%</span> <span class="n">task</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;blue&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="n">figs</span></div> <div class="viewcode-block" id="Flow.get_results"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.get_results">[docs]</a> <span class="k">def</span> <span class="nf">get_results</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="n">results</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">Results</span><span class="o">.</span><span class="n">from_node</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="n">results</span><span class="o">.</span><span class="n">update</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">get_dict_for_mongodb_queries</span><span class="p">())</span> <span class="k">return</span> <span class="n">results</span></div> <div class="viewcode-block" id="Flow.get_dict_for_mongodb_queries"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.get_dict_for_mongodb_queries">[docs]</a> <span class="k">def</span> <span class="nf">get_dict_for_mongodb_queries</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This function returns a dictionary with the attributes that will be</span> <span class="sd"> put in the mongodb document to facilitate the query.</span> <span class="sd"> Subclasses may want to replace or extend the default behaviour.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">d</span> <span class="o">=</span> <span class="p">{}</span> <span class="k">return</span> <span class="n">d</span> <span class="c1"># TODO</span> <span class="n">all_structures</span> <span class="o">=</span> <span class="p">[</span><span class="n">task</span><span class="o">.</span><span class="n">input</span><span class="o">.</span><span class="n">structure</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">()]</span> <span class="n">all_pseudos</span> <span class="o">=</span> <span class="p">[</span><span class="n">task</span><span class="o">.</span><span class="n">input</span><span class="o">.</span><span class="n">pseudos</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">()]</span></div> <div class="viewcode-block" id="Flow.look_before_you_leap"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.look_before_you_leap">[docs]</a> <span class="k">def</span> <span class="nf">look_before_you_leap</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This method should be called before running the calculation to make</span> <span class="sd"> sure that the most important requirements are satisfied.</span> <span class="sd"> Return:</span> <span class="sd"> List of strings with inconsistencies/errors.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">errors</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">try</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_dependencies</span><span class="p">()</span> <span class="k">except</span> <span class="bp">self</span><span class="o">.</span><span class="n">Error</span> <span class="k">as</span> <span class="n">exc</span><span class="p">:</span> <span class="n">errors</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">exc</span><span class="p">))</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">has_db</span><span class="p">:</span> <span class="k">try</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="o">.</span><span class="n">db_connector</span><span class="o">.</span><span class="n">get_collection</span><span class="p">()</span> <span class="k">except</span> <span class="ne">Exception</span> <span class="k">as</span> <span class="n">exc</span><span class="p">:</span> <span class="n">errors</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="s2">&quot;&quot;&quot;</span> <span class="s2"> ERROR while trying to connect to the MongoDB database:</span> <span class="s2"> Exception:</span> <span class="s2"> </span><span class="si">%s</span><span class="s2"></span> <span class="s2"> Connector:</span> <span class="s2"> </span><span class="si">%s</span><span class="s2"></span> <span class="s2"> &quot;&quot;&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">exc</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="o">.</span><span class="n">db_connector</span><span class="p">))</span> <span class="k">return</span> <span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">errors</span><span class="p">)</span></div> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">has_db</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;True if flow uses `MongoDB` to store the results.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="o">.</span><span class="n">has_db</span> <div class="viewcode-block" id="Flow.db_insert"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.db_insert">[docs]</a> <span class="k">def</span> <span class="nf">db_insert</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Insert results in the `MongDB` database.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">assert</span> <span class="bp">self</span><span class="o">.</span><span class="n">has_db</span> <span class="c1"># Connect to MongoDb and get the collection.</span> <span class="n">coll</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="o">.</span><span class="n">db_connector</span><span class="o">.</span><span class="n">get_collection</span><span class="p">()</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Mongodb collection </span><span class="si">%s</span><span class="s2"> with count </span><span class="si">%d</span><span class="s2">&quot;</span><span class="p">,</span> <span class="n">coll</span><span class="p">,</span> <span class="n">coll</span><span class="o">.</span><span class="n">count</span><span class="p">())</span> <span class="n">start</span> <span class="o">=</span> <span class="n">time</span><span class="o">.</span><span class="n">time</span><span class="p">()</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">work</span><span class="p">:</span> <span class="n">results</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">get_results</span><span class="p">()</span> <span class="n">pprint</span><span class="p">(</span><span class="n">results</span><span class="p">)</span> <span class="n">results</span><span class="o">.</span><span class="n">update_collection</span><span class="p">(</span><span class="n">coll</span><span class="p">)</span> <span class="n">results</span> <span class="o">=</span> <span class="n">work</span><span class="o">.</span><span class="n">get_results</span><span class="p">()</span> <span class="n">pprint</span><span class="p">(</span><span class="n">results</span><span class="p">)</span> <span class="n">results</span><span class="o">.</span><span class="n">update_collection</span><span class="p">(</span><span class="n">coll</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;MongoDb update done in </span><span class="si">%s</span><span class="s2"> [s]&quot;</span> <span class="o">%</span> <span class="n">time</span><span class="o">.</span><span class="n">time</span><span class="p">()</span> <span class="o">-</span> <span class="n">start</span><span class="p">)</span> <span class="n">results</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">get_results</span><span class="p">()</span> <span class="n">pprint</span><span class="p">(</span><span class="n">results</span><span class="p">)</span> <span class="n">results</span><span class="o">.</span><span class="n">update_collection</span><span class="p">(</span><span class="n">coll</span><span class="p">)</span> <span class="c1"># Update the pickle file to save the mongo ids.</span> <span class="bp">self</span><span class="o">.</span><span class="n">pickle_dump</span><span class="p">()</span> <span class="k">for</span> <span class="n">d</span> <span class="ow">in</span> <span class="n">coll</span><span class="o">.</span><span class="n">find</span><span class="p">():</span> <span class="n">pprint</span><span class="p">(</span><span class="n">d</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.tasks_from_nids"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.tasks_from_nids">[docs]</a> <span class="k">def</span> <span class="nf">tasks_from_nids</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nids</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Return the list of tasks associated to the given list of node identifiers (nids).</span> <span class="sd"> .. note::</span> <span class="sd"> Invalid ids are ignored</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">nids</span><span class="p">,</span> <span class="n">collections</span><span class="o">.</span><span class="n">Iterable</span><span class="p">):</span> <span class="n">nids</span> <span class="o">=</span> <span class="p">[</span><span class="n">nids</span><span class="p">]</span> <span class="n">tasks</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">nid</span> <span class="ow">in</span> <span class="n">nids</span><span class="p">:</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">():</span> <span class="k">if</span> <span class="n">task</span><span class="o">.</span><span class="n">node_id</span> <span class="o">==</span> <span class="n">nid</span><span class="p">:</span> <span class="n">tasks</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">task</span><span class="p">)</span> <span class="k">break</span> <span class="k">return</span> <span class="n">tasks</span></div> <div class="viewcode-block" id="Flow.wti_from_nids"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.wti_from_nids">[docs]</a> <span class="k">def</span> <span class="nf">wti_from_nids</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nids</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Return the list of (w, t) indices from the list of node identifiers nids.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="p">[</span><span class="n">task</span><span class="o">.</span><span class="n">pos</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">tasks_from_nids</span><span class="p">(</span><span class="n">nids</span><span class="p">)]</span></div> <div class="viewcode-block" id="Flow.open_files"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.open_files">[docs]</a> <span class="k">def</span> <span class="nf">open_files</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">what</span><span class="o">=</span><span class="s2">&quot;o&quot;</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="s2">&quot;==&quot;</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">editor</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Open the files of the flow inside an editor (command line interface).</span> <span class="sd"> Args:</span> <span class="sd"> what: string with the list of characters selecting the file type</span> <span class="sd"> Possible choices:</span> <span class="sd"> i ==&gt; input_file,</span> <span class="sd"> o ==&gt; output_file,</span> <span class="sd"> f ==&gt; files_file,</span> <span class="sd"> j ==&gt; job_file,</span> <span class="sd"> l ==&gt; log_file,</span> <span class="sd"> e ==&gt; stderr_file,</span> <span class="sd"> q ==&gt; qout_file,</span> <span class="sd"> all ==&gt; all files.</span> <span class="sd"> status: if not None, only the tasks with this status are select</span> <span class="sd"> op: status operator. Requires status. A task is selected</span> <span class="sd"> if task.status op status evaluates to true.</span> <span class="sd"> nids: optional list of node identifiers used to filter the tasks.</span> <span class="sd"> editor: Select the editor. None to use the default editor ($EDITOR shell env var)</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Build list of files to analyze.</span> <span class="n">files</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">,</span> <span class="n">op</span><span class="o">=</span><span class="n">op</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">):</span> <span class="n">lst</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">select_files</span><span class="p">(</span><span class="n">what</span><span class="p">)</span> <span class="k">if</span> <span class="n">lst</span><span class="p">:</span> <span class="n">files</span><span class="o">.</span><span class="n">extend</span><span class="p">(</span><span class="n">lst</span><span class="p">)</span> <span class="k">return</span> <span class="n">Editor</span><span class="p">(</span><span class="n">editor</span><span class="o">=</span><span class="n">editor</span><span class="p">)</span><span class="o">.</span><span class="n">edit_files</span><span class="p">(</span><span class="n">files</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.parse_timing"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.parse_timing">[docs]</a> <span class="k">def</span> <span class="nf">parse_timing</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Parse the timer data in the main output file(s) of Abinit.</span> <span class="sd"> Requires timopt /= 0 in the input file (usually timopt = -1)</span> <span class="sd"> Args:</span> <span class="sd"> nids: optional list of node identifiers used to filter the tasks.</span> <span class="sd"> Return: :class:`AbinitTimerParser` instance, None if error.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Get the list of output files according to nids.</span> <span class="n">paths</span> <span class="o">=</span> <span class="p">[</span><span class="n">task</span><span class="o">.</span><span class="n">output_file</span><span class="o">.</span><span class="n">path</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">)]</span> <span class="c1"># Parse data.</span> <span class="kn">from</span> <span class="nn">.abitimer</span> <span class="k">import</span> <span class="n">AbinitTimerParser</span> <span class="n">parser</span> <span class="o">=</span> <span class="n">AbinitTimerParser</span><span class="p">()</span> <span class="n">read_ok</span> <span class="o">=</span> <span class="n">parser</span><span class="o">.</span><span class="n">parse</span><span class="p">(</span><span class="n">paths</span><span class="p">)</span> <span class="k">if</span> <span class="n">read_ok</span><span class="p">:</span> <span class="k">return</span> <span class="n">parser</span> <span class="k">return</span> <span class="kc">None</span></div> <div class="viewcode-block" id="Flow.show_abierrors"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_abierrors">[docs]</a> <span class="k">def</span> <span class="nf">show_abierrors</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">stream</span><span class="o">=</span><span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Write to the given stream the list of ABINIT errors for all tasks whose status is S_ABICRITICAL.</span> <span class="sd"> Args:</span> <span class="sd"> nids: optional list of node identifiers used to filter the tasks.</span> <span class="sd"> stream: File-like object. Default: sys.stdout</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">lines</span> <span class="o">=</span> <span class="p">[]</span> <span class="n">app</span> <span class="o">=</span> <span class="n">lines</span><span class="o">.</span><span class="n">append</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_ABICRITICAL</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">):</span> <span class="n">header</span> <span class="o">=</span> <span class="s2">&quot;=== &quot;</span> <span class="o">+</span> <span class="n">task</span><span class="o">.</span><span class="n">qout_file</span><span class="o">.</span><span class="n">path</span> <span class="o">+</span> <span class="s2">&quot;===&quot;</span> <span class="n">app</span><span class="p">(</span><span class="n">header</span><span class="p">)</span> <span class="n">report</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">get_event_report</span><span class="p">()</span> <span class="k">if</span> <span class="n">report</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;num_errors: </span><span class="si">%s</span><span class="s2">, num_warnings: </span><span class="si">%s</span><span class="s2">, num_comments: </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span> <span class="n">report</span><span class="o">.</span><span class="n">num_errors</span><span class="p">,</span> <span class="n">report</span><span class="o">.</span><span class="n">num_warnings</span><span class="p">,</span> <span class="n">report</span><span class="o">.</span><span class="n">num_comments</span><span class="p">))</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;*** ERRORS ***&quot;</span><span class="p">)</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">e</span><span class="p">)</span> <span class="k">for</span> <span class="n">e</span> <span class="ow">in</span> <span class="n">report</span><span class="o">.</span><span class="n">errors</span><span class="p">))</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;*** BUGS ***&quot;</span><span class="p">)</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">b</span><span class="p">)</span> <span class="k">for</span> <span class="n">b</span> <span class="ow">in</span> <span class="n">report</span><span class="o">.</span><span class="n">bugs</span><span class="p">))</span> <span class="k">else</span><span class="p">:</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;get_envent_report returned None!&quot;</span><span class="p">)</span> <span class="n">app</span><span class="p">(</span><span class="s2">&quot;=&quot;</span> <span class="o">*</span> <span class="nb">len</span><span class="p">(</span><span class="n">header</span><span class="p">)</span> <span class="o">+</span> <span class="mi">2</span><span class="o">*</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="n">stream</span><span class="o">.</span><span class="n">writelines</span><span class="p">(</span><span class="n">lines</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.show_qouts"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_qouts">[docs]</a> <span class="k">def</span> <span class="nf">show_qouts</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">stream</span><span class="o">=</span><span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Write to the given stream the content of the queue output file for all tasks whose status is S_QCRITICAL.</span> <span class="sd"> Args:</span> <span class="sd"> nids: optional list of node identifiers used to filter the tasks.</span> <span class="sd"> stream: File-like object. Default: sys.stdout</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">lines</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_QCRITICAL</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">):</span> <span class="n">header</span> <span class="o">=</span> <span class="s2">&quot;=== &quot;</span> <span class="o">+</span> <span class="n">task</span><span class="o">.</span><span class="n">qout_file</span><span class="o">.</span><span class="n">path</span> <span class="o">+</span> <span class="s2">&quot;===&quot;</span> <span class="n">lines</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">header</span><span class="p">)</span> <span class="k">if</span> <span class="n">task</span><span class="o">.</span><span class="n">qout_file</span><span class="o">.</span><span class="n">exists</span><span class="p">:</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">task</span><span class="o">.</span><span class="n">qout_file</span><span class="o">.</span><span class="n">path</span><span class="p">,</span> <span class="s2">&quot;rt&quot;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fh</span><span class="p">:</span> <span class="n">lines</span> <span class="o">+=</span> <span class="n">fh</span><span class="o">.</span><span class="n">readlines</span><span class="p">()</span> <span class="k">else</span><span class="p">:</span> <span class="n">lines</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="s2">&quot;File does not exist!&quot;</span><span class="p">)</span> <span class="n">lines</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="s2">&quot;=&quot;</span> <span class="o">*</span> <span class="nb">len</span><span class="p">(</span><span class="n">header</span><span class="p">)</span> <span class="o">+</span> <span class="mi">2</span><span class="o">*</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="n">stream</span><span class="o">.</span><span class="n">writelines</span><span class="p">(</span><span class="n">lines</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.debug"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.debug">[docs]</a> <span class="k">def</span> <span class="nf">debug</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">status</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This method is usually used when the flow didn&#39;t completed succesfully</span> <span class="sd"> It analyzes the files produced the tasks to facilitate debugging.</span> <span class="sd"> Info are printed to stdout.</span> <span class="sd"> Args:</span> <span class="sd"> status: If not None, only the tasks with this status are selected</span> <span class="sd"> nids: optional list of node identifiers used to filter the tasks.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">nrows</span><span class="p">,</span> <span class="n">ncols</span> <span class="o">=</span> <span class="n">get_terminal_size</span><span class="p">()</span> <span class="c1"># Test for scheduler exceptions first.</span> <span class="n">sched_excfile</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;_exceptions&quot;</span><span class="p">)</span> <span class="k">if</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="n">sched_excfile</span><span class="p">):</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">sched_excfile</span><span class="p">,</span> <span class="s2">&quot;r&quot;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fh</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;Found exceptions raised by the scheduler&quot;</span><span class="p">,</span> <span class="s2">&quot;red&quot;</span><span class="p">)</span> <span class="n">cprint</span><span class="p">(</span><span class="n">fh</span><span class="o">.</span><span class="n">read</span><span class="p">(),</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;red&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="k">if</span> <span class="n">status</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">tasks</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">))</span> <span class="k">else</span><span class="p">:</span> <span class="n">errors</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_ERROR</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">))</span> <span class="n">qcriticals</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_QCRITICAL</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">))</span> <span class="n">abicriticals</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">S_ABICRITICAL</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">))</span> <span class="n">tasks</span> <span class="o">=</span> <span class="n">errors</span> <span class="o">+</span> <span class="n">qcriticals</span> <span class="o">+</span> <span class="n">abicriticals</span> <span class="c1"># For each task selected:</span> <span class="c1"># 1) Check the error files of the task. If not empty, print the content to stdout and we are done.</span> <span class="c1"># 2) If error files are empty, look at the master log file for possible errors</span> <span class="c1"># 3) If also this check failes, scan all the process log files.</span> <span class="c1"># TODO: This check is not needed if we introduce a new __abinit_error__ file</span> <span class="c1"># that is created by the first MPI process that invokes MPI abort!</span> <span class="c1">#</span> <span class="n">ntasks</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">tasks</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">make_banner</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">task</span><span class="p">),</span> <span class="n">width</span><span class="o">=</span><span class="n">ncols</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">&quot;=&quot;</span><span class="p">))</span> <span class="n">ntasks</span> <span class="o">+=</span> <span class="mi">1</span> <span class="c1"># Start with error files.</span> <span class="k">for</span> <span class="n">efname</span> <span class="ow">in</span> <span class="p">[</span><span class="s2">&quot;qerr_file&quot;</span><span class="p">,</span> <span class="s2">&quot;stderr_file&quot;</span><span class="p">,]:</span> <span class="n">err_file</span> <span class="o">=</span> <span class="nb">getattr</span><span class="p">(</span><span class="n">task</span><span class="p">,</span> <span class="n">efname</span><span class="p">)</span> <span class="k">if</span> <span class="n">err_file</span><span class="o">.</span><span class="n">exists</span><span class="p">:</span> <span class="n">s</span> <span class="o">=</span> <span class="n">err_file</span><span class="o">.</span><span class="n">read</span><span class="p">()</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">s</span><span class="p">:</span> <span class="k">continue</span> <span class="nb">print</span><span class="p">(</span><span class="n">make_banner</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">err_file</span><span class="p">),</span> <span class="n">width</span><span class="o">=</span><span class="n">ncols</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">&quot;=&quot;</span><span class="p">))</span> <span class="n">cprint</span><span class="p">(</span><span class="n">s</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;red&quot;</span><span class="p">)</span> <span class="c1">#count += 1</span> <span class="c1"># Check main log file.</span> <span class="k">try</span><span class="p">:</span> <span class="n">report</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">get_event_report</span><span class="p">()</span> <span class="k">if</span> <span class="n">report</span> <span class="ow">and</span> <span class="n">report</span><span class="o">.</span><span class="n">num_errors</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">make_banner</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="n">report</span><span class="o">.</span><span class="n">filename</span><span class="p">),</span> <span class="n">width</span><span class="o">=</span><span class="n">ncols</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">&quot;=&quot;</span><span class="p">))</span> <span class="n">s</span> <span class="o">=</span> <span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">e</span><span class="p">)</span> <span class="k">for</span> <span class="n">e</span> <span class="ow">in</span> <span class="n">report</span><span class="o">.</span><span class="n">errors</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">s</span> <span class="o">=</span> <span class="kc">None</span> <span class="k">except</span> <span class="ne">Exception</span> <span class="k">as</span> <span class="n">exc</span><span class="p">:</span> <span class="n">s</span> <span class="o">=</span> <span class="nb">str</span><span class="p">(</span><span class="n">exc</span><span class="p">)</span> <span class="n">count</span> <span class="o">=</span> <span class="mi">0</span> <span class="c1"># count &gt; 0 means we found some useful info that could explain the failures.</span> <span class="k">if</span> <span class="n">s</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="n">s</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;red&quot;</span><span class="p">)</span> <span class="n">count</span> <span class="o">+=</span> <span class="mi">1</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">count</span><span class="p">:</span> <span class="c1"># Inspect all log files produced by the other nodes.</span> <span class="n">log_files</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">tmpdir</span><span class="o">.</span><span class="n">list_filepaths</span><span class="p">(</span><span class="n">wildcard</span><span class="o">=</span><span class="s2">&quot;*LOG_*&quot;</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">log_files</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;No *LOG_* file in tmpdir. This usually happens if you are running with many CPUs&quot;</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;magenta&quot;</span><span class="p">)</span> <span class="k">for</span> <span class="n">log_file</span> <span class="ow">in</span> <span class="n">log_files</span><span class="p">:</span> <span class="k">try</span><span class="p">:</span> <span class="n">report</span> <span class="o">=</span> <span class="n">EventsParser</span><span class="p">()</span><span class="o">.</span><span class="n">parse</span><span class="p">(</span><span class="n">log_file</span><span class="p">)</span> <span class="k">if</span> <span class="n">report</span><span class="o">.</span><span class="n">errors</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">report</span><span class="p">)</span> <span class="n">count</span> <span class="o">+=</span> <span class="mi">1</span> <span class="k">break</span> <span class="k">except</span> <span class="ne">Exception</span> <span class="k">as</span> <span class="n">exc</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">exc</span><span class="p">),</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;red&quot;</span><span class="p">)</span> <span class="n">count</span> <span class="o">+=</span> <span class="mi">1</span> <span class="k">break</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">count</span><span class="p">:</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;Houston, we could not find any error message that can explain the problem&quot;</span><span class="p">,</span> <span class="n">color</span><span class="o">=</span><span class="s2">&quot;magenta&quot;</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Number of tasks analyzed: </span><span class="si">%d</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">ntasks</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.cancel"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.cancel">[docs]</a> <span class="k">def</span> <span class="nf">cancel</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nids</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Cancel all the tasks that are in the queue.</span> <span class="sd"> nids is an optional list of node identifiers used to filter the tasks.</span> <span class="sd"> Returns:</span> <span class="sd"> Number of jobs cancelled, negative value if error</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">has_chrooted</span><span class="p">:</span> <span class="c1"># TODO: Use paramiko to kill the job?</span> <span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span><span class="s2">&quot;Cannot cancel the flow via sshfs!&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="o">-</span><span class="mi">1</span> <span class="c1"># If we are running with the scheduler, we must send a SIGKILL signal.</span> <span class="k">if</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">pid_file</span><span class="p">):</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;Found scheduler attached to this flow.&quot;</span><span class="p">,</span> <span class="s2">&quot;yellow&quot;</span><span class="p">)</span> <span class="n">cprint</span><span class="p">(</span><span class="s2">&quot;Sending SIGKILL to the scheduler before cancelling the tasks!&quot;</span><span class="p">,</span> <span class="s2">&quot;yellow&quot;</span><span class="p">)</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">pid_file</span><span class="p">,</span> <span class="s2">&quot;r&quot;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fh</span><span class="p">:</span> <span class="n">pid</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">fh</span><span class="o">.</span><span class="n">readline</span><span class="p">())</span> <span class="n">retcode</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">system</span><span class="p">(</span><span class="s2">&quot;kill -9 </span><span class="si">%d</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">pid</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;Sent SIGKILL to the scheduler, retcode: </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">retcode</span><span class="p">)</span> <span class="k">try</span><span class="p">:</span> <span class="n">os</span><span class="o">.</span><span class="n">remove</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">pid_file</span><span class="p">)</span> <span class="k">except</span> <span class="ne">IOError</span><span class="p">:</span> <span class="k">pass</span> <span class="n">num_cancelled</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">nids</span><span class="o">=</span><span class="n">nids</span><span class="p">):</span> <span class="n">num_cancelled</span> <span class="o">+=</span> <span class="n">task</span><span class="o">.</span><span class="n">cancel</span><span class="p">()</span> <span class="k">return</span> <span class="n">num_cancelled</span></div> <div class="viewcode-block" id="Flow.get_njobs_in_queue"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.get_njobs_in_queue">[docs]</a> <span class="k">def</span> <span class="nf">get_njobs_in_queue</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">username</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> returns the number of jobs in the queue, None when the number of jobs cannot be determined.</span> <span class="sd"> Args:</span> <span class="sd"> username: (str) the username of the jobs to count (default is to autodetect)</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="o">.</span><span class="n">qadapter</span><span class="o">.</span><span class="n">get_njobs_in_queue</span><span class="p">(</span><span class="n">username</span><span class="o">=</span><span class="n">username</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.rmtree"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.rmtree">[docs]</a> <span class="k">def</span> <span class="nf">rmtree</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">ignore_errors</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="n">onerror</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Remove workdir (same API as shutil.rmtree).&quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">):</span> <span class="k">return</span> <span class="n">shutil</span><span class="o">.</span><span class="n">rmtree</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="n">ignore_errors</span><span class="o">=</span><span class="n">ignore_errors</span><span class="p">,</span> <span class="n">onerror</span><span class="o">=</span><span class="n">onerror</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.rm_and_build"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.rm_and_build">[docs]</a> <span class="k">def</span> <span class="nf">rm_and_build</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Remove the workdir and rebuild the flow.&quot;&quot;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">rmtree</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">build</span><span class="p">()</span></div> <div class="viewcode-block" id="Flow.build"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.build">[docs]</a> <span class="k">def</span> <span class="nf">build</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">*</span><span class="n">args</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Make directories and files of the `Flow`.&quot;&quot;&quot;</span> <span class="c1"># Allocate here if not done yet!</span> <span class="k">if</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">allocated</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">indir</span><span class="o">.</span><span class="n">makedirs</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">makedirs</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">tmpdir</span><span class="o">.</span><span class="n">makedirs</span><span class="p">()</span> <span class="c1"># Check the nodeid file in workdir</span> <span class="n">nodeid_path</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;.nodeid&quot;</span><span class="p">)</span> <span class="k">if</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="n">nodeid_path</span><span class="p">):</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">nodeid_path</span><span class="p">,</span> <span class="s2">&quot;rt&quot;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fh</span><span class="p">:</span> <span class="n">node_id</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">fh</span><span class="o">.</span><span class="n">read</span><span class="p">())</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">node_id</span> <span class="o">!=</span> <span class="n">node_id</span><span class="p">:</span> <span class="n">msg</span> <span class="o">=</span> <span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">Found node_id </span><span class="si">%s</span><span class="s2"> in file:</span><span class="se">\n\n</span><span class="s2"> </span><span class="si">%s</span><span class="se">\n\n</span><span class="s2">while the node_id of the present flow is </span><span class="si">%d</span><span class="s2">.</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="s2">&quot;This means that you are trying to build a new flow in a directory already used by another flow.</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="s2">&quot;Possible solutions:</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="s2">&quot; 1) Change the workdir of the new flow.</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="s2">&quot; 2) remove the old directory either with `rm -rf` or by calling the method flow.rmtree()</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">node_id</span><span class="p">,</span> <span class="n">nodeid_path</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">node_id</span><span class="p">))</span> <span class="k">raise</span> <span class="ne">RuntimeError</span><span class="p">(</span><span class="n">msg</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">nodeid_path</span><span class="p">,</span> <span class="s2">&quot;wt&quot;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fh</span><span class="p">:</span> <span class="n">fh</span><span class="o">.</span><span class="n">write</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">node_id</span><span class="p">))</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="n">work</span><span class="o">.</span><span class="n">build</span><span class="p">(</span><span class="o">*</span><span class="n">args</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.build_and_pickle_dump"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.build_and_pickle_dump">[docs]</a> <span class="k">def</span> <span class="nf">build_and_pickle_dump</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">abivalidate</span><span class="o">=</span><span class="kc">False</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Build dirs and file of the `Flow` and save the object in pickle format.</span> <span class="sd"> Returns 0 if success</span> <span class="sd"> Args:</span> <span class="sd"> abivalidate: If True, all the input files are validate by calling</span> <span class="sd"> the abinit parser. If the validation fails, ValueError is raise.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">build</span><span class="p">()</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">abivalidate</span><span class="p">:</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">pickle_dump</span><span class="p">()</span> <span class="c1"># Validation with Abinit.</span> <span class="n">isok</span><span class="p">,</span> <span class="n">errors</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">abivalidate_inputs</span><span class="p">()</span> <span class="k">if</span> <span class="n">isok</span><span class="p">:</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">pickle_dump</span><span class="p">()</span> <span class="n">errlines</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="n">e</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">errors</span><span class="p">):</span> <span class="n">errlines</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="s2">&quot;[</span><span class="si">%d</span><span class="s2">] </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">i</span><span class="p">,</span> <span class="n">e</span><span class="p">))</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">errlines</span><span class="p">))</span></div> <div class="viewcode-block" id="Flow.pickle_dump"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.pickle_dump">[docs]</a> <span class="nd">@check_spectator</span> <span class="k">def</span> <span class="nf">pickle_dump</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Save the status of the object in pickle format.</span> <span class="sd"> Returns 0 if success</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">has_chrooted</span><span class="p">:</span> <span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span><span class="s2">&quot;Cannot pickle_dump since we have chrooted from </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="bp">self</span><span class="o">.</span><span class="n">has_chrooted</span><span class="p">)</span> <span class="k">return</span> <span class="o">-</span><span class="mi">1</span> <span class="c1">#if self.in_spectator_mode:</span> <span class="c1"># warnings.warn(&quot;Cannot pickle_dump since flow is in_spectator_mode&quot;)</span> <span class="c1"># return -2</span> <span class="n">protocol</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">pickle_protocol</span> <span class="c1"># Atomic transaction with FileLock.</span> <span class="k">with</span> <span class="n">FileLock</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">pickle_file</span><span class="p">):</span> <span class="k">with</span> <span class="n">AtomicFile</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">pickle_file</span><span class="p">,</span> <span class="n">mode</span><span class="o">=</span><span class="s2">&quot;wb&quot;</span><span class="p">)</span> <span class="k">as</span> <span class="n">fh</span><span class="p">:</span> <span class="n">pmg_pickle_dump</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">fh</span><span class="p">,</span> <span class="n">protocol</span><span class="o">=</span><span class="n">protocol</span><span class="p">)</span> <span class="k">return</span> <span class="mi">0</span></div> <div class="viewcode-block" id="Flow.pickle_dumps"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.pickle_dumps">[docs]</a> <span class="k">def</span> <span class="nf">pickle_dumps</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">protocol</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Return a string with the pickle representation.</span> <span class="sd"> `protocol` selects the pickle protocol. self.pickle_protocol is</span> <span class="sd"> used if `protocol` is None</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">strio</span> <span class="o">=</span> <span class="n">StringIO</span><span class="p">()</span> <span class="n">pmg_pickle_dump</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">strio</span><span class="p">,</span> <span class="n">protocol</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">pickle_protocol</span> <span class="k">if</span> <span class="n">protocol</span> <span class="ow">is</span> <span class="kc">None</span> <span class="k">else</span> <span class="n">protocol</span><span class="p">)</span> <span class="k">return</span> <span class="n">strio</span><span class="o">.</span><span class="n">getvalue</span><span class="p">()</span></div> <div class="viewcode-block" id="Flow.register_task"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.register_task">[docs]</a> <span class="k">def</span> <span class="nf">register_task</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="nb">input</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">task_class</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Utility function that generates a `Work` made of a single task</span> <span class="sd"> Args:</span> <span class="sd"> input: :class:`AbinitInput`</span> <span class="sd"> deps: List of :class:`Dependency` objects specifying the dependency of this node.</span> <span class="sd"> An empy list of deps implies that this node has no dependencies.</span> <span class="sd"> manager: The :class:`TaskManager` responsible for the submission of the task.</span> <span class="sd"> If manager is None, we use the :class:`TaskManager` specified during the creation of the work.</span> <span class="sd"> task_class: Task subclass to instantiate. Default: :class:`AbinitTask`</span> <span class="sd"> Returns:</span> <span class="sd"> The generated :class:`Work` for the task, work[0] is the actual task.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">work</span> <span class="o">=</span> <span class="n">Work</span><span class="p">(</span><span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="n">task</span> <span class="o">=</span> <span class="n">work</span><span class="o">.</span><span class="n">register</span><span class="p">(</span><span class="nb">input</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="n">deps</span><span class="p">,</span> <span class="n">task_class</span><span class="o">=</span><span class="n">task_class</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="k">return</span> <span class="n">work</span></div> <div class="viewcode-block" id="Flow.register_work"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.register_work">[docs]</a> <span class="k">def</span> <span class="nf">register_work</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">work</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">workdir</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Register a new :class:`Work` and add it to the internal list, taking into account possible dependencies.</span> <span class="sd"> Args:</span> <span class="sd"> work: :class:`Work` object.</span> <span class="sd"> deps: List of :class:`Dependency` objects specifying the dependency of this node.</span> <span class="sd"> An empy list of deps implies that this node has no dependencies.</span> <span class="sd"> manager: The :class:`TaskManager` responsible for the submission of the task.</span> <span class="sd"> If manager is None, we use the `TaskManager` specified during the creation of the work.</span> <span class="sd"> workdir: The name of the directory used for the :class:`Work`.</span> <span class="sd"> Returns:</span> <span class="sd"> The registered :class:`Work`.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;workdir&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="c1"># The flow has a directory, build the named of the directory of the work.</span> <span class="n">work_workdir</span> <span class="o">=</span> <span class="kc">None</span> <span class="k">if</span> <span class="n">workdir</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="n">work_workdir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;w&quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="p">)))</span> <span class="k">else</span><span class="p">:</span> <span class="n">work_workdir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="n">workdir</span><span class="p">))</span> <span class="n">work</span><span class="o">.</span><span class="n">set_workdir</span><span class="p">(</span><span class="n">work_workdir</span><span class="p">)</span> <span class="k">if</span> <span class="n">manager</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">work</span><span class="o">.</span><span class="n">set_manager</span><span class="p">(</span><span class="n">manager</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">works</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="k">if</span> <span class="n">deps</span><span class="p">:</span> <span class="n">deps</span> <span class="o">=</span> <span class="p">[</span><span class="n">Dependency</span><span class="p">(</span><span class="n">node</span><span class="p">,</span> <span class="n">exts</span><span class="p">)</span> <span class="k">for</span> <span class="n">node</span><span class="p">,</span> <span class="n">exts</span> <span class="ow">in</span> <span class="n">deps</span><span class="o">.</span><span class="n">items</span><span class="p">()]</span> <span class="n">work</span><span class="o">.</span><span class="n">add_deps</span><span class="p">(</span><span class="n">deps</span><span class="p">)</span> <span class="k">return</span> <span class="n">work</span></div> <div class="viewcode-block" id="Flow.register_work_from_cbk"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.register_work_from_cbk">[docs]</a> <span class="k">def</span> <span class="nf">register_work_from_cbk</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">cbk_name</span><span class="p">,</span> <span class="n">cbk_data</span><span class="p">,</span> <span class="n">deps</span><span class="p">,</span> <span class="n">work_class</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Registers a callback function that will generate the :class:`Task` of the :class:`Work`.</span> <span class="sd"> Args:</span> <span class="sd"> cbk_name: Name of the callback function (must be a bound method of self)</span> <span class="sd"> cbk_data: Additional data passed to the callback function.</span> <span class="sd"> deps: List of :class:`Dependency` objects specifying the dependency of the work.</span> <span class="sd"> work_class: :class:`Work` class to instantiate.</span> <span class="sd"> manager: The :class:`TaskManager` responsible for the submission of the task.</span> <span class="sd"> If manager is None, we use the `TaskManager` specified during the creation of the :class:`Flow`.</span> <span class="sd"> Returns:</span> <span class="sd"> The :class:`Work` that will be finalized by the callback.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: pass a Work factory instead of a class</span> <span class="c1"># Directory of the Work.</span> <span class="n">work_workdir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;w&quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="p">)))</span> <span class="c1"># Create an empty work and register the callback</span> <span class="n">work</span> <span class="o">=</span> <span class="n">work_class</span><span class="p">(</span><span class="n">workdir</span><span class="o">=</span><span class="n">work_workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">_works</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="n">deps</span> <span class="o">=</span> <span class="p">[</span><span class="n">Dependency</span><span class="p">(</span><span class="n">node</span><span class="p">,</span> <span class="n">exts</span><span class="p">)</span> <span class="k">for</span> <span class="n">node</span><span class="p">,</span> <span class="n">exts</span> <span class="ow">in</span> <span class="n">deps</span><span class="o">.</span><span class="n">items</span><span class="p">()]</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">deps</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s2">&quot;A callback must have deps!&quot;</span><span class="p">)</span> <span class="n">work</span><span class="o">.</span><span class="n">add_deps</span><span class="p">(</span><span class="n">deps</span><span class="p">)</span> <span class="c1"># Wrap the callable in a Callback object and save</span> <span class="c1"># useful info such as the index of the work and the callback data.</span> <span class="n">cbk</span> <span class="o">=</span> <span class="n">FlowCallback</span><span class="p">(</span><span class="n">cbk_name</span><span class="p">,</span> <span class="bp">self</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="n">deps</span><span class="p">,</span> <span class="n">cbk_data</span><span class="o">=</span><span class="n">cbk_data</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">_callbacks</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">cbk</span><span class="p">)</span> <span class="k">return</span> <span class="n">work</span></div> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">allocated</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Numer of allocations. Set by `allocate`.&quot;&quot;&quot;</span> <span class="k">try</span><span class="p">:</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_allocated</span> <span class="k">except</span> <span class="ne">AttributeError</span><span class="p">:</span> <span class="k">return</span> <span class="mi">0</span> <div class="viewcode-block" id="Flow.allocate"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.allocate">[docs]</a> <span class="k">def</span> <span class="nf">allocate</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">workdir</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Allocate the `Flow` i.e. assign the `workdir` and (optionally)</span> <span class="sd"> the :class:`TaskManager` to the different tasks in the Flow.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: Working directory of the flow. Must be specified here</span> <span class="sd"> if we haven&#39;t initialized the workdir in the __init__.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="n">workdir</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="c1"># We set the workdir of the flow here</span> <span class="bp">self</span><span class="o">.</span><span class="n">set_workdir</span><span class="p">(</span><span class="n">workdir</span><span class="p">)</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="n">work</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="n">work</span><span class="o">.</span><span class="n">set_workdir</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;w&quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">i</span><span class="p">)))</span> <span class="k">if</span> <span class="ow">not</span> <span class="nb">hasattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;workdir&quot;</span><span class="p">):</span> <span class="k">raise</span> <span class="ne">RuntimeError</span><span class="p">(</span><span class="s2">&quot;You must call flow.allocate(workdir) if the workdir is not passed to __init__&quot;</span><span class="p">)</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="c1"># Each work has a reference to its flow.</span> <span class="n">work</span><span class="o">.</span><span class="n">allocate</span><span class="p">(</span><span class="n">manager</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="p">)</span> <span class="n">work</span><span class="o">.</span><span class="n">set_flow</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="c1"># Each task has a reference to its work.</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">work</span><span class="p">:</span> <span class="n">task</span><span class="o">.</span><span class="n">set_work</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_dependencies</span><span class="p">()</span> <span class="k">if</span> <span class="ow">not</span> <span class="nb">hasattr</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="s2">&quot;_allocated&quot;</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">_allocated</span> <span class="o">=</span> <span class="mi">0</span> <span class="bp">self</span><span class="o">.</span><span class="n">_allocated</span> <span class="o">+=</span> <span class="mi">1</span> <span class="k">return</span> <span class="bp">self</span></div> <div class="viewcode-block" id="Flow.use_smartio"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.use_smartio">[docs]</a> <span class="k">def</span> <span class="nf">use_smartio</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This function should be called when the entire `Flow` has been built.</span> <span class="sd"> It tries to reduce the pressure on the hard disk by using Abinit smart-io</span> <span class="sd"> capabilities for those files that are not needed by other nodes.</span> <span class="sd"> Smart-io means that big files (e.g. WFK) are written only if the calculation</span> <span class="sd"> is unconverged so that we can restart from it. No output is produced if</span> <span class="sd"> convergence is achieved.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">allocated</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="c1">#raise RuntimeError(&quot;You must call flow.allocate before invoking flow.use_smartio&quot;)</span> <span class="k">return</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">():</span> <span class="n">children</span> <span class="o">=</span> <span class="n">task</span><span class="o">.</span><span class="n">get_children</span><span class="p">()</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">children</span><span class="p">:</span> <span class="c1"># Change the input so that output files are produced</span> <span class="c1"># only if the calculation is not converged.</span> <span class="n">task</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;Will disable IO for task&quot;</span><span class="p">)</span> <span class="n">task</span><span class="o">.</span><span class="n">set_vars</span><span class="p">(</span><span class="n">prtwf</span><span class="o">=-</span><span class="mi">1</span><span class="p">,</span> <span class="n">prtden</span><span class="o">=</span><span class="mi">0</span><span class="p">)</span> <span class="c1"># TODO: prt1wf=-1,</span> <span class="k">else</span><span class="p">:</span> <span class="n">must_produce_abiexts</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">child</span> <span class="ow">in</span> <span class="n">children</span><span class="p">:</span> <span class="c1"># Get the list of dependencies. Find that task</span> <span class="k">for</span> <span class="n">d</span> <span class="ow">in</span> <span class="n">child</span><span class="o">.</span><span class="n">deps</span><span class="p">:</span> <span class="n">must_produce_abiexts</span><span class="o">.</span><span class="n">extend</span><span class="p">(</span><span class="n">d</span><span class="o">.</span><span class="n">exts</span><span class="p">)</span> <span class="n">must_produce_abiexts</span> <span class="o">=</span> <span class="nb">set</span><span class="p">(</span><span class="n">must_produce_abiexts</span><span class="p">)</span> <span class="c1">#print(&quot;must_produce_abiexts&quot;, must_produce_abiexts)</span> <span class="c1"># Variables supporting smart-io.</span> <span class="n">smart_prtvars</span> <span class="o">=</span> <span class="p">{</span> <span class="s2">&quot;prtwf&quot;</span><span class="p">:</span> <span class="s2">&quot;WFK&quot;</span><span class="p">,</span> <span class="p">}</span> <span class="c1"># Set the variable to -1 to disable the output</span> <span class="k">for</span> <span class="n">varname</span><span class="p">,</span> <span class="n">abiext</span> <span class="ow">in</span> <span class="n">smart_prtvars</span><span class="o">.</span><span class="n">items</span><span class="p">():</span> <span class="k">if</span> <span class="n">abiext</span> <span class="ow">not</span> <span class="ow">in</span> <span class="n">must_produce_abiexts</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;</span><span class="si">%s</span><span class="s2">: setting </span><span class="si">%s</span><span class="s2"> to -1&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">task</span><span class="p">,</span> <span class="n">varname</span><span class="p">))</span> <span class="n">task</span><span class="o">.</span><span class="n">set_vars</span><span class="p">({</span><span class="n">varname</span><span class="p">:</span> <span class="o">-</span><span class="mi">1</span><span class="p">})</span></div> <span class="c1">#def new_from_input_decorators(self, new_workdir, decorators)</span> <span class="c1"># &quot;&quot;&quot;</span> <span class="c1"># Return a new :class:`Flow` in which all the Abinit inputs have been</span> <span class="c1"># decorated by decorators.</span> <span class="c1"># &quot;&quot;&quot;</span> <span class="c1"># # The trick part here is how to assign a new id to the new nodes while maintaing the</span> <span class="c1"># # correct dependencies! The safest approach would be to pass through __init__</span> <span class="c1"># # instead of using copy.deepcopy()</span> <span class="c1"># return flow</span> <div class="viewcode-block" id="Flow.show_dependencies"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_dependencies">[docs]</a> <span class="k">def</span> <span class="nf">show_dependencies</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">stream</span><span class="o">=</span><span class="n">sys</span><span class="o">.</span><span class="n">stdout</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Writes to the given stream the ASCII representation of the dependency tree.&quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">child_iter</span><span class="p">(</span><span class="n">node</span><span class="p">):</span> <span class="k">return</span> <span class="p">[</span><span class="n">d</span><span class="o">.</span><span class="n">node</span> <span class="k">for</span> <span class="n">d</span> <span class="ow">in</span> <span class="n">node</span><span class="o">.</span><span class="n">deps</span><span class="p">]</span> <span class="k">def</span> <span class="nf">text_str</span><span class="p">(</span><span class="n">node</span><span class="p">):</span> <span class="k">return</span> <span class="n">colored</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">node</span><span class="p">),</span> <span class="n">color</span><span class="o">=</span><span class="n">node</span><span class="o">.</span><span class="n">status</span><span class="o">.</span><span class="n">color_opts</span><span class="p">[</span><span class="s2">&quot;color&quot;</span><span class="p">])</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">():</span> <span class="nb">print</span><span class="p">(</span><span class="n">draw_tree</span><span class="p">(</span><span class="n">task</span><span class="p">,</span> <span class="n">child_iter</span><span class="p">,</span> <span class="n">text_str</span><span class="p">),</span> <span class="n">file</span><span class="o">=</span><span class="n">stream</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.on_dep_ok"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.on_dep_ok">[docs]</a> <span class="k">def</span> <span class="nf">on_dep_ok</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">signal</span><span class="p">,</span> <span class="n">sender</span><span class="p">):</span> <span class="c1"># TODO</span> <span class="c1"># Replace this callback with dynamic dispatch</span> <span class="c1"># on_all_S_OK for work</span> <span class="c1"># on_S_OK for task</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;on_dep_ok with sender </span><span class="si">%s</span><span class="s2">, signal </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">sender</span><span class="p">),</span> <span class="n">signal</span><span class="p">))</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="n">cbk</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">_callbacks</span><span class="p">):</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">cbk</span><span class="o">.</span><span class="n">handle_sender</span><span class="p">(</span><span class="n">sender</span><span class="p">):</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;</span><span class="si">%s</span><span class="s2"> does not handle sender </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">cbk</span><span class="p">,</span> <span class="n">sender</span><span class="p">))</span> <span class="k">continue</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">cbk</span><span class="o">.</span><span class="n">can_execute</span><span class="p">():</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;Cannot execute </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">cbk</span><span class="p">)</span> <span class="k">continue</span> <span class="c1"># Execute the callback and disable it</span> <span class="bp">self</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;flow in on_dep_ok: about to execute callback </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="nb">str</span><span class="p">(</span><span class="n">cbk</span><span class="p">))</span> <span class="n">cbk</span><span class="p">()</span> <span class="n">cbk</span><span class="o">.</span><span class="n">disable</span><span class="p">()</span> <span class="c1"># Update the database.</span> <span class="bp">self</span><span class="o">.</span><span class="n">pickle_dump</span><span class="p">()</span></div> <div class="viewcode-block" id="Flow.finalize"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.finalize">[docs]</a> <span class="nd">@check_spectator</span> <span class="k">def</span> <span class="nf">finalize</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This method is called when the flow is completed.</span> <span class="sd"> Return 0 if success</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">finalized</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">warning</span><span class="p">(</span><span class="s2">&quot;Calling finalize on an already finalized flow.&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="mi">1</span> <span class="bp">self</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;Calling flow.finalize.&quot;</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">finalized</span> <span class="o">=</span> <span class="kc">True</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">has_db</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;Saving results in database.&quot;</span><span class="p">)</span> <span class="k">try</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">flow</span><span class="o">.</span><span class="n">db_insert</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">finalized</span> <span class="o">=</span> <span class="kc">True</span> <span class="k">except</span> <span class="ne">Exception</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">critical</span><span class="p">(</span><span class="s2">&quot;MongoDb insertion failed.&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="mi">2</span> <span class="c1"># Here we remove the big output files if we have the garbage collector</span> <span class="c1"># and the policy is set to &quot;flow.&quot;</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">gc</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <span class="ow">and</span> <span class="bp">self</span><span class="o">.</span><span class="n">gc</span><span class="o">.</span><span class="n">policy</span> <span class="o">==</span> <span class="s2">&quot;flow&quot;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">history</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;gc.policy set to flow. Will clean task output files.&quot;</span><span class="p">)</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">():</span> <span class="n">task</span><span class="o">.</span><span class="n">clean_output_files</span><span class="p">()</span> <span class="k">return</span> <span class="mi">0</span></div> <div class="viewcode-block" id="Flow.set_garbage_collector"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.set_garbage_collector">[docs]</a> <span class="k">def</span> <span class="nf">set_garbage_collector</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">exts</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">policy</span><span class="o">=</span><span class="s2">&quot;task&quot;</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Enable the garbage collector that will remove the big output files that are not needed.</span> <span class="sd"> Args:</span> <span class="sd"> exts: string or list with the Abinit file extensions to be removed. A default is</span> <span class="sd"> provided if exts is None</span> <span class="sd"> policy: Either `flow` or `task`. If policy is set to &#39;task&#39;, we remove the output</span> <span class="sd"> files as soon as the task reaches S_OK. If &#39;flow&#39;, the files are removed</span> <span class="sd"> only when the flow is finalized. This option should be used when we are dealing</span> <span class="sd"> with a dynamic flow with callbacks generating other tasks since a :class:`Task`</span> <span class="sd"> might not be aware of its children when it reached S_OK.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">assert</span> <span class="n">policy</span> <span class="ow">in</span> <span class="p">(</span><span class="s2">&quot;task&quot;</span><span class="p">,</span> <span class="s2">&quot;flow&quot;</span><span class="p">)</span> <span class="n">exts</span> <span class="o">=</span> <span class="n">list_strings</span><span class="p">(</span><span class="n">exts</span><span class="p">)</span> <span class="k">if</span> <span class="n">exts</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <span class="k">else</span> <span class="p">(</span><span class="s2">&quot;WFK&quot;</span><span class="p">,</span> <span class="s2">&quot;SUS&quot;</span><span class="p">,</span> <span class="s2">&quot;SCR&quot;</span><span class="p">,</span> <span class="s2">&quot;BSR&quot;</span><span class="p">,</span> <span class="s2">&quot;BSC&quot;</span><span class="p">)</span> <span class="n">gc</span> <span class="o">=</span> <span class="n">GarbageCollector</span><span class="p">(</span><span class="n">exts</span><span class="o">=</span><span class="nb">set</span><span class="p">(</span><span class="n">exts</span><span class="p">),</span> <span class="n">policy</span><span class="o">=</span><span class="n">policy</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">set_gc</span><span class="p">(</span><span class="n">gc</span><span class="p">)</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="c1">#work.set_gc(gc) # TODO Add support for Works and flow policy</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">work</span><span class="p">:</span> <span class="n">task</span><span class="o">.</span><span class="n">set_gc</span><span class="p">(</span><span class="n">gc</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.connect_signals"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.connect_signals">[docs]</a> <span class="k">def</span> <span class="nf">connect_signals</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Connect the signals within the `Flow`.</span> <span class="sd"> The `Flow` is responsible for catching the important signals raised from its works.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Connect the signals inside each Work.</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="n">work</span><span class="o">.</span><span class="n">connect_signals</span><span class="p">()</span> <span class="c1"># Observe the nodes that must reach S_OK in order to call the callbacks.</span> <span class="k">for</span> <span class="n">cbk</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">_callbacks</span><span class="p">:</span> <span class="c1">#cbk.enable()</span> <span class="k">for</span> <span class="n">dep</span> <span class="ow">in</span> <span class="n">cbk</span><span class="o">.</span><span class="n">deps</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;connecting </span><span class="si">%s</span><span class="s2"> </span><span class="se">\n</span><span class="s2">with sender </span><span class="si">%s</span><span class="s2">, signal </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">cbk</span><span class="p">),</span> <span class="n">dep</span><span class="o">.</span><span class="n">node</span><span class="p">,</span> <span class="n">dep</span><span class="o">.</span><span class="n">node</span><span class="o">.</span><span class="n">S_OK</span><span class="p">))</span> <span class="n">dispatcher</span><span class="o">.</span><span class="n">connect</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">on_dep_ok</span><span class="p">,</span> <span class="n">signal</span><span class="o">=</span><span class="n">dep</span><span class="o">.</span><span class="n">node</span><span class="o">.</span><span class="n">S_OK</span><span class="p">,</span> <span class="n">sender</span><span class="o">=</span><span class="n">dep</span><span class="o">.</span><span class="n">node</span><span class="p">,</span> <span class="n">weak</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span></div> <span class="c1"># Associate to each signal the callback _on_signal</span> <span class="c1"># (bound method of the node that will be called by `Flow`</span> <span class="c1"># Each node will set its attribute _done_signal to True to tell</span> <span class="c1"># the flow that this callback should be disabled.</span> <span class="c1"># Register the callbacks for the Work.</span> <span class="c1">#for work in self:</span> <span class="c1"># slot = self._sig_slots[work]</span> <span class="c1"># for signal in S_ALL:</span> <span class="c1"># done_signal = getattr(work, &quot;_done_ &quot; + signal, False)</span> <span class="c1"># if not done_sig:</span> <span class="c1"># cbk_name = &quot;_on_&quot; + str(signal)</span> <span class="c1"># cbk = getattr(work, cbk_name, None)</span> <span class="c1"># if cbk is None: continue</span> <span class="c1"># slot[work][signal].append(cbk)</span> <span class="c1"># print(&quot;connecting %s\nwith sender %s, signal %s&quot; % (str(cbk), dep.node, dep.node.S_OK))</span> <span class="c1"># dispatcher.connect(self.on_dep_ok, signal=signal, sender=dep.node, weak=False)</span> <span class="c1"># Register the callbacks for the Tasks.</span> <span class="c1">#self.show_receivers()</span> <div class="viewcode-block" id="Flow.disconnect_signals"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.disconnect_signals">[docs]</a> <span class="k">def</span> <span class="nf">disconnect_signals</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Disable the signals within the `Flow`.&quot;&quot;&quot;</span> <span class="c1"># Disconnect the signals inside each Work.</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">:</span> <span class="n">work</span><span class="o">.</span><span class="n">disconnect_signals</span><span class="p">()</span> <span class="c1"># Disable callbacks.</span> <span class="k">for</span> <span class="n">cbk</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">_callbacks</span><span class="p">:</span> <span class="n">cbk</span><span class="o">.</span><span class="n">disable</span><span class="p">()</span></div> <div class="viewcode-block" id="Flow.show_receivers"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.show_receivers">[docs]</a> <span class="k">def</span> <span class="nf">show_receivers</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">sender</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">signal</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="n">sender</span> <span class="o">=</span> <span class="n">sender</span> <span class="k">if</span> <span class="n">sender</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <span class="k">else</span> <span class="n">dispatcher</span><span class="o">.</span><span class="n">Any</span> <span class="n">signal</span> <span class="o">=</span> <span class="n">signal</span> <span class="k">if</span> <span class="n">signal</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <span class="k">else</span> <span class="n">dispatcher</span><span class="o">.</span><span class="n">Any</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;*** live receivers ***&quot;</span><span class="p">)</span> <span class="k">for</span> <span class="n">rec</span> <span class="ow">in</span> <span class="n">dispatcher</span><span class="o">.</span><span class="n">liveReceivers</span><span class="p">(</span><span class="n">dispatcher</span><span class="o">.</span><span class="n">getReceivers</span><span class="p">(</span><span class="n">sender</span><span class="p">,</span> <span class="n">signal</span><span class="p">)):</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;receiver --&gt;&quot;</span><span class="p">,</span> <span class="n">rec</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;*** end live receivers ***&quot;</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.set_spectator_mode"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.set_spectator_mode">[docs]</a> <span class="k">def</span> <span class="nf">set_spectator_mode</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mode</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> When the flow is in spectator_mode, we have to disable signals, pickle dump and possible callbacks</span> <span class="sd"> A spectator can still operate on the flow but the new status of the flow won&#39;t be saved in</span> <span class="sd"> the pickle file. Usually the flow is in spectator mode when we are already running it via</span> <span class="sd"> the scheduler or other means and we should not interfere with its evolution.</span> <span class="sd"> This is the reason why signals and callbacks must be disabled.</span> <span class="sd"> Unfortunately preventing client-code from calling methods with side-effects when</span> <span class="sd"> the flow is in spectator mode is not easy (e.g. flow.cancel will cancel the tasks submitted to the</span> <span class="sd"> queue and the flow used by the scheduler won&#39;t see this change!</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Set the flags of all the nodes in the flow.</span> <span class="n">mode</span> <span class="o">=</span> <span class="nb">bool</span><span class="p">(</span><span class="n">mode</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">in_spectator_mode</span> <span class="o">=</span> <span class="n">mode</span> <span class="k">for</span> <span class="n">node</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">iflat_nodes</span><span class="p">():</span> <span class="n">node</span><span class="o">.</span><span class="n">in_spectator_mode</span> <span class="o">=</span> <span class="n">mode</span> <span class="c1"># connect/disconnect signals depending on mode.</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">mode</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">connect_signals</span><span class="p">()</span> <span class="k">else</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">disconnect_signals</span><span class="p">()</span></div> <span class="c1">#def get_results(self, **kwargs)</span> <div class="viewcode-block" id="Flow.rapidfire"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.rapidfire">[docs]</a> <span class="k">def</span> <span class="nf">rapidfire</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">check_status</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Use :class:`PyLauncher` to submits tasks in rapidfire mode.</span> <span class="sd"> kwargs contains the options passed to the launcher.</span> <span class="sd"> Return:</span> <span class="sd"> number of tasks submitted.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_pid_file</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">set_spectator_mode</span><span class="p">(</span><span class="kc">False</span><span class="p">)</span> <span class="k">if</span> <span class="n">check_status</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_status</span><span class="p">()</span> <span class="kn">from</span> <span class="nn">.launcher</span> <span class="k">import</span> <span class="n">PyLauncher</span> <span class="k">return</span> <span class="n">PyLauncher</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span><span class="o">.</span><span class="n">rapidfire</span><span class="p">()</span></div> <div class="viewcode-block" id="Flow.single_shot"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.single_shot">[docs]</a> <span class="k">def</span> <span class="nf">single_shot</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">check_status</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Use :class:`PyLauncher` to submits one task.</span> <span class="sd"> kwargs contains the options passed to the launcher.</span> <span class="sd"> Return:</span> <span class="sd"> number of tasks submitted.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_pid_file</span><span class="p">()</span> <span class="bp">self</span><span class="o">.</span><span class="n">set_spectator_mode</span><span class="p">(</span><span class="kc">False</span><span class="p">)</span> <span class="k">if</span> <span class="n">check_status</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">check_status</span><span class="p">()</span> <span class="kn">from</span> <span class="nn">.launcher</span> <span class="k">import</span> <span class="n">PyLauncher</span> <span class="k">return</span> <span class="n">PyLauncher</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span><span class="o">.</span><span class="n">single_shot</span><span class="p">()</span></div> <div class="viewcode-block" id="Flow.make_scheduler"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.make_scheduler">[docs]</a> <span class="k">def</span> <span class="nf">make_scheduler</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Build a return a :class:`PyFlowScheduler` to run the flow.</span> <span class="sd"> Args:</span> <span class="sd"> kwargs: if empty we use the user configuration file.</span> <span class="sd"> if `filepath` in kwargs we init the scheduler from filepath.</span> <span class="sd"> else pass **kwargs to :class:`PyFlowScheduler` __init__ method.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">.launcher</span> <span class="k">import</span> <span class="n">PyFlowScheduler</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">kwargs</span><span class="p">:</span> <span class="c1"># User config if kwargs is empty</span> <span class="n">sched</span> <span class="o">=</span> <span class="n">PyFlowScheduler</span><span class="o">.</span><span class="n">from_user_config</span><span class="p">()</span> <span class="k">else</span><span class="p">:</span> <span class="c1"># Use from_file if filepath if present, else call __init__</span> <span class="n">filepath</span> <span class="o">=</span> <span class="n">kwargs</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="s2">&quot;filepath&quot;</span><span class="p">,</span> <span class="kc">None</span><span class="p">)</span> <span class="k">if</span> <span class="n">filepath</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="k">assert</span> <span class="ow">not</span> <span class="n">kwargs</span> <span class="n">sched</span> <span class="o">=</span> <span class="n">PyFlowScheduler</span><span class="o">.</span><span class="n">from_file</span><span class="p">(</span><span class="n">filepath</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">sched</span> <span class="o">=</span> <span class="n">PyFlowScheduler</span><span class="p">(</span><span class="o">**</span><span class="n">kwargs</span><span class="p">)</span> <span class="n">sched</span><span class="o">.</span><span class="n">add_flow</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="k">return</span> <span class="n">sched</span></div> <div class="viewcode-block" id="Flow.batch"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.batch">[docs]</a> <span class="k">def</span> <span class="nf">batch</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">timelimit</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Run the flow in batch mode, return exit status of the job script.</span> <span class="sd"> Requires a manager.yml file and a batch_adapter adapter.</span> <span class="sd"> Args:</span> <span class="sd"> timelimit: Time limit (int with seconds or string with time given with the slurm convention:</span> <span class="sd"> &quot;days-hours:minutes:seconds&quot;). If timelimit is None, the default value specified in the</span> <span class="sd"> `batch_adapter` entry of `manager.yml` is used.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">.launcher</span> <span class="k">import</span> <span class="n">BatchLauncher</span> <span class="c1"># Create a batch dir from the flow.workdir.</span> <span class="n">prev_dir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="o">*</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">sep</span><span class="p">)[:</span><span class="o">-</span><span class="mi">1</span><span class="p">])</span> <span class="n">prev_dir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">sep</span><span class="p">,</span> <span class="n">prev_dir</span><span class="p">)</span> <span class="n">workdir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">prev_dir</span><span class="p">,</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">)</span> <span class="o">+</span> <span class="s2">&quot;_batch&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="n">BatchLauncher</span><span class="p">(</span><span class="n">workdir</span><span class="o">=</span><span class="n">workdir</span><span class="p">,</span> <span class="n">flows</span><span class="o">=</span><span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="n">submit</span><span class="p">(</span><span class="n">timelimit</span><span class="o">=</span><span class="n">timelimit</span><span class="p">)</span></div> <div class="viewcode-block" id="Flow.make_light_tarfile"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.make_light_tarfile">[docs]</a> <span class="k">def</span> <span class="nf">make_light_tarfile</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">name</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Lightweight tarball file. Mainly used for debugging. Return the name of the tarball file.&quot;&quot;&quot;</span> <span class="n">name</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">)</span> <span class="o">+</span> <span class="s2">&quot;-light.tar.gz&quot;</span> <span class="k">if</span> <span class="n">name</span> <span class="ow">is</span> <span class="kc">None</span> <span class="k">else</span> <span class="n">name</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">make_tarfile</span><span class="p">(</span><span class="n">name</span><span class="o">=</span><span class="n">name</span><span class="p">,</span> <span class="n">exclude_dirs</span><span class="o">=</span><span class="p">[</span><span class="s2">&quot;outdata&quot;</span><span class="p">,</span> <span class="s2">&quot;indata&quot;</span><span class="p">,</span> <span class="s2">&quot;tmpdata&quot;</span><span class="p">])</span></div> <div class="viewcode-block" id="Flow.make_tarfile"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.make_tarfile">[docs]</a> <span class="k">def</span> <span class="nf">make_tarfile</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">name</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">max_filesize</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">exclude_exts</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">exclude_dirs</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">verbose</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Create a tarball file.</span> <span class="sd"> Args:</span> <span class="sd"> name: Name of the tarball file. Set to os.path.basename(`flow.workdir`) + &quot;tar.gz&quot;` if name is None.</span> <span class="sd"> max_filesize (int or string with unit): a file is included in the tar file if its size &lt;= max_filesize</span> <span class="sd"> Can be specified in bytes e.g. `max_files=1024` or with a string with unit e.g. `max_filesize=&quot;1 Mb&quot;`.</span> <span class="sd"> No check is done if max_filesize is None.</span> <span class="sd"> exclude_exts: List of file extensions to be excluded from the tar file.</span> <span class="sd"> exclude_dirs: List of directory basenames to be excluded.</span> <span class="sd"> verbose (int): Verbosity level.</span> <span class="sd"> kwargs: keyword arguments passed to the :class:`TarFile` constructor.</span> <span class="sd"> Returns:</span> <span class="sd"> The name of the tarfile.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">any2bytes</span><span class="p">(</span><span class="n">s</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Convert string or number to memory in bytes.&quot;&quot;&quot;</span> <span class="k">if</span> <span class="n">is_string</span><span class="p">(</span><span class="n">s</span><span class="p">):</span> <span class="k">return</span> <span class="nb">int</span><span class="p">(</span><span class="n">Memory</span><span class="o">.</span><span class="n">from_string</span><span class="p">(</span><span class="n">s</span><span class="p">)</span><span class="o">.</span><span class="n">to</span><span class="p">(</span><span class="s2">&quot;b&quot;</span><span class="p">))</span> <span class="k">else</span><span class="p">:</span> <span class="k">return</span> <span class="nb">int</span><span class="p">(</span><span class="n">s</span><span class="p">)</span> <span class="k">if</span> <span class="n">max_filesize</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">max_filesize</span> <span class="o">=</span> <span class="n">any2bytes</span><span class="p">(</span><span class="n">max_filesize</span><span class="p">)</span> <span class="k">if</span> <span class="n">exclude_exts</span><span class="p">:</span> <span class="c1"># Add/remove &quot;.nc&quot; so that we can simply pass &quot;GSR&quot; instead of &quot;GSR.nc&quot;</span> <span class="c1"># Moreover this trick allows one to treat WFK.nc and WFK file on the same footing.</span> <span class="n">exts</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">e</span> <span class="ow">in</span> <span class="n">list_strings</span><span class="p">(</span><span class="n">exclude_exts</span><span class="p">):</span> <span class="n">exts</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">e</span><span class="p">)</span> <span class="k">if</span> <span class="n">e</span><span class="o">.</span><span class="n">endswith</span><span class="p">(</span><span class="s2">&quot;.nc&quot;</span><span class="p">):</span> <span class="n">exts</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">e</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="s2">&quot;.nc&quot;</span><span class="p">,</span> <span class="s2">&quot;&quot;</span><span class="p">))</span> <span class="k">else</span><span class="p">:</span> <span class="n">exts</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">e</span> <span class="o">+</span> <span class="s2">&quot;.nc&quot;</span><span class="p">)</span> <span class="n">exclude_exts</span> <span class="o">=</span> <span class="n">exts</span> <span class="k">def</span> <span class="nf">filter</span><span class="p">(</span><span class="n">tarinfo</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Function that takes a TarInfo object argument and returns the changed TarInfo object.</span> <span class="sd"> If it instead returns None the TarInfo object will be excluded from the archive.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># Skip links.</span> <span class="k">if</span> <span class="n">tarinfo</span><span class="o">.</span><span class="n">issym</span><span class="p">()</span> <span class="ow">or</span> <span class="n">tarinfo</span><span class="o">.</span><span class="n">islnk</span><span class="p">():</span> <span class="k">if</span> <span class="n">verbose</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Excluding link: </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">tarinfo</span><span class="o">.</span><span class="n">name</span><span class="p">)</span> <span class="k">return</span> <span class="kc">None</span> <span class="c1"># Check size in bytes</span> <span class="k">if</span> <span class="n">max_filesize</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <span class="ow">and</span> <span class="n">tarinfo</span><span class="o">.</span><span class="n">size</span> <span class="o">&gt;</span> <span class="n">max_filesize</span><span class="p">:</span> <span class="k">if</span> <span class="n">verbose</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Excluding </span><span class="si">%s</span><span class="s2"> due to max_filesize&quot;</span> <span class="o">%</span> <span class="n">tarinfo</span><span class="o">.</span><span class="n">name</span><span class="p">)</span> <span class="k">return</span> <span class="kc">None</span> <span class="c1"># Filter filenames.</span> <span class="k">if</span> <span class="n">exclude_exts</span> <span class="ow">and</span> <span class="nb">any</span><span class="p">(</span><span class="n">tarinfo</span><span class="o">.</span><span class="n">name</span><span class="o">.</span><span class="n">endswith</span><span class="p">(</span><span class="n">ext</span><span class="p">)</span> <span class="k">for</span> <span class="n">ext</span> <span class="ow">in</span> <span class="n">exclude_exts</span><span class="p">):</span> <span class="k">if</span> <span class="n">verbose</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Excluding </span><span class="si">%s</span><span class="s2"> due to extension&quot;</span> <span class="o">%</span> <span class="n">tarinfo</span><span class="o">.</span><span class="n">name</span><span class="p">)</span> <span class="k">return</span> <span class="kc">None</span> <span class="c1"># Exlude directories (use dir basenames).</span> <span class="k">if</span> <span class="n">exclude_dirs</span> <span class="ow">and</span> <span class="nb">any</span><span class="p">(</span><span class="n">dir_name</span> <span class="ow">in</span> <span class="n">exclude_dirs</span> <span class="k">for</span> <span class="n">dir_name</span> <span class="ow">in</span> <span class="n">tarinfo</span><span class="o">.</span><span class="n">name</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">sep</span><span class="p">)):</span> <span class="k">if</span> <span class="n">verbose</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Excluding </span><span class="si">%s</span><span class="s2"> due to exclude_dirs&quot;</span> <span class="o">%</span> <span class="n">tarinfo</span><span class="o">.</span><span class="n">name</span><span class="p">)</span> <span class="k">return</span> <span class="kc">None</span> <span class="k">return</span> <span class="n">tarinfo</span> <span class="n">back</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">getcwd</span><span class="p">()</span> <span class="n">os</span><span class="o">.</span><span class="n">chdir</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;..&quot;</span><span class="p">))</span> <span class="kn">import</span> <span class="nn">tarfile</span> <span class="n">name</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">)</span> <span class="o">+</span> <span class="s2">&quot;.tar.gz&quot;</span> <span class="k">if</span> <span class="n">name</span> <span class="ow">is</span> <span class="kc">None</span> <span class="k">else</span> <span class="n">name</span> <span class="k">with</span> <span class="n">tarfile</span><span class="o">.</span><span class="n">open</span><span class="p">(</span><span class="n">name</span><span class="o">=</span><span class="n">name</span><span class="p">,</span> <span class="n">mode</span><span class="o">=</span><span class="s1">&#39;w:gz&#39;</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span> <span class="k">as</span> <span class="n">tar</span><span class="p">:</span> <span class="n">tar</span><span class="o">.</span><span class="n">add</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">basename</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">workdir</span><span class="p">),</span> <span class="n">arcname</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">recursive</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">exclude</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="nb">filter</span><span class="o">=</span><span class="nb">filter</span><span class="p">)</span> <span class="c1"># Add the script used to generate the flow.</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">pyfile</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <span class="ow">and</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">exists</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">pyfile</span><span class="p">):</span> <span class="n">tar</span><span class="o">.</span><span class="n">add</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">pyfile</span><span class="p">)</span> <span class="n">os</span><span class="o">.</span><span class="n">chdir</span><span class="p">(</span><span class="n">back</span><span class="p">)</span> <span class="k">return</span> <span class="n">name</span></div> <span class="c1">#def abirobot(self, ext, check_status=True, nids=None):</span> <span class="c1"># &quot;&quot;&quot;</span> <span class="c1"># Builds and return the :class:`Robot` subclass from the file extension `ext`.</span> <span class="c1"># `nids` is an optional list of node identifiers used to filter the tasks in the flow.</span> <span class="c1"># &quot;&quot;&quot;</span> <span class="c1"># from abipy.abilab import abirobot</span> <span class="c1"># if check_status: self.check_status()</span> <span class="c1"># return abirobot(flow=self, ext=ext, nids=nids):</span> <div class="viewcode-block" id="Flow.plot_networkx"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.Flow.plot_networkx">[docs]</a> <span class="nd">@add_fig_kwargs</span> <span class="k">def</span> <span class="nf">plot_networkx</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">mode</span><span class="o">=</span><span class="s2">&quot;network&quot;</span><span class="p">,</span> <span class="n">with_edge_labels</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="n">ax</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">node_size</span><span class="o">=</span><span class="s2">&quot;num_cores&quot;</span><span class="p">,</span> <span class="n">node_label</span><span class="o">=</span><span class="s2">&quot;name_class&quot;</span><span class="p">,</span> <span class="n">layout_type</span><span class="o">=</span><span class="s2">&quot;spring&quot;</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Use networkx to draw the flow with the connections among the nodes and</span> <span class="sd"> the status of the tasks.</span> <span class="sd"> Args:</span> <span class="sd"> mode: `networkx` to show connections, `status` to group tasks by status.</span> <span class="sd"> with_edge_labels: True to draw edge labels.</span> <span class="sd"> ax: matplotlib :class:`Axes` or None if a new figure should be created.</span> <span class="sd"> node_size: By default, the size of the node is proportional to the number of cores used.</span> <span class="sd"> node_label: By default, the task class is used to label node.</span> <span class="sd"> layout_type: Get positions for all nodes using `layout_type`. e.g. pos = nx.spring_layout(g)</span> <span class="sd"> .. warning::</span> <span class="sd"> Requires networkx package.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">if</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">allocated</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="kn">import</span> <span class="nn">networkx</span> <span class="k">as</span> <span class="nn">nx</span> <span class="c1"># Build the graph</span> <span class="n">g</span><span class="p">,</span> <span class="n">edge_labels</span> <span class="o">=</span> <span class="n">nx</span><span class="o">.</span><span class="n">Graph</span><span class="p">(),</span> <span class="p">{}</span> <span class="n">tasks</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">())</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">tasks</span><span class="p">:</span> <span class="n">g</span><span class="o">.</span><span class="n">add_node</span><span class="p">(</span><span class="n">task</span><span class="p">,</span> <span class="n">name</span><span class="o">=</span><span class="n">task</span><span class="o">.</span><span class="n">name</span><span class="p">)</span> <span class="k">for</span> <span class="n">child</span> <span class="ow">in</span> <span class="n">task</span><span class="o">.</span><span class="n">get_children</span><span class="p">():</span> <span class="n">g</span><span class="o">.</span><span class="n">add_edge</span><span class="p">(</span><span class="n">task</span><span class="p">,</span> <span class="n">child</span><span class="p">)</span> <span class="c1"># TODO: Add getters! What about locked nodes!</span> <span class="n">i</span> <span class="o">=</span> <span class="p">[</span><span class="n">dep</span><span class="o">.</span><span class="n">node</span> <span class="k">for</span> <span class="n">dep</span> <span class="ow">in</span> <span class="n">child</span><span class="o">.</span><span class="n">deps</span><span class="p">]</span><span class="o">.</span><span class="n">index</span><span class="p">(</span><span class="n">task</span><span class="p">)</span> <span class="n">edge_labels</span><span class="p">[(</span><span class="n">task</span><span class="p">,</span> <span class="n">child</span><span class="p">)]</span> <span class="o">=</span> <span class="s2">&quot; &quot;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">child</span><span class="o">.</span><span class="n">deps</span><span class="p">[</span><span class="n">i</span><span class="p">]</span><span class="o">.</span><span class="n">exts</span><span class="p">)</span> <span class="c1"># Get positions for all nodes using layout_type.</span> <span class="c1"># e.g. pos = nx.spring_layout(g)</span> <span class="n">pos</span> <span class="o">=</span> <span class="nb">getattr</span><span class="p">(</span><span class="n">nx</span><span class="p">,</span> <span class="n">layout_type</span> <span class="o">+</span> <span class="s2">&quot;_layout&quot;</span><span class="p">)(</span><span class="n">g</span><span class="p">)</span> <span class="c1"># Select function used to compute the size of the node</span> <span class="n">make_node_size</span> <span class="o">=</span> <span class="nb">dict</span><span class="p">(</span><span class="n">num_cores</span><span class="o">=</span><span class="k">lambda</span> <span class="n">task</span><span class="p">:</span> <span class="mi">300</span> <span class="o">*</span> <span class="n">task</span><span class="o">.</span><span class="n">manager</span><span class="o">.</span><span class="n">num_cores</span><span class="p">)[</span><span class="n">node_size</span><span class="p">]</span> <span class="c1"># Select function used to build the label</span> <span class="n">make_node_label</span> <span class="o">=</span> <span class="nb">dict</span><span class="p">(</span><span class="n">name_class</span><span class="o">=</span><span class="k">lambda</span> <span class="n">task</span><span class="p">:</span> <span class="n">task</span><span class="o">.</span><span class="n">pos_str</span> <span class="o">+</span> <span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span> <span class="o">+</span> <span class="n">task</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="vm">__name__</span><span class="p">,)[</span><span class="n">node_label</span><span class="p">]</span> <span class="n">labels</span> <span class="o">=</span> <span class="p">{</span><span class="n">task</span><span class="p">:</span> <span class="n">make_node_label</span><span class="p">(</span><span class="n">task</span><span class="p">)</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">g</span><span class="o">.</span><span class="n">nodes</span><span class="p">()}</span> <span class="n">ax</span><span class="p">,</span> <span class="n">fig</span><span class="p">,</span> <span class="n">plt</span> <span class="o">=</span> <span class="n">get_ax_fig_plt</span><span class="p">(</span><span class="n">ax</span><span class="o">=</span><span class="n">ax</span><span class="p">)</span> <span class="c1"># Select plot type.</span> <span class="k">if</span> <span class="n">mode</span> <span class="o">==</span> <span class="s2">&quot;network&quot;</span><span class="p">:</span> <span class="n">nx</span><span class="o">.</span><span class="n">draw_networkx</span><span class="p">(</span><span class="n">g</span><span class="p">,</span> <span class="n">pos</span><span class="p">,</span> <span class="n">labels</span><span class="o">=</span><span class="n">labels</span><span class="p">,</span> <span class="n">node_color</span><span class="o">=</span><span class="p">[</span><span class="n">task</span><span class="o">.</span><span class="n">color_rgb</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">g</span><span class="o">.</span><span class="n">nodes</span><span class="p">()],</span> <span class="n">node_size</span><span class="o">=</span><span class="p">[</span><span class="n">make_node_size</span><span class="p">(</span><span class="n">task</span><span class="p">)</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">g</span><span class="o">.</span><span class="n">nodes</span><span class="p">()],</span> <span class="n">width</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="n">style</span><span class="o">=</span><span class="s2">&quot;dotted&quot;</span><span class="p">,</span> <span class="n">with_labels</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">ax</span><span class="o">=</span><span class="n">ax</span><span class="p">)</span> <span class="c1"># Draw edge labels</span> <span class="k">if</span> <span class="n">with_edge_labels</span><span class="p">:</span> <span class="n">nx</span><span class="o">.</span><span class="n">draw_networkx_edge_labels</span><span class="p">(</span><span class="n">g</span><span class="p">,</span> <span class="n">pos</span><span class="p">,</span> <span class="n">edge_labels</span><span class="o">=</span><span class="n">edge_labels</span><span class="p">,</span> <span class="n">ax</span><span class="o">=</span><span class="n">ax</span><span class="p">)</span> <span class="k">elif</span> <span class="n">mode</span> <span class="o">==</span> <span class="s2">&quot;status&quot;</span><span class="p">:</span> <span class="c1"># Group tasks by status.</span> <span class="k">for</span> <span class="n">status</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">ALL_STATUS</span><span class="p">:</span> <span class="n">tasks</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">iflat_tasks</span><span class="p">(</span><span class="n">status</span><span class="o">=</span><span class="n">status</span><span class="p">))</span> <span class="c1"># Draw nodes (color is given by status)</span> <span class="n">node_color</span> <span class="o">=</span> <span class="n">status</span><span class="o">.</span><span class="n">color_opts</span><span class="p">[</span><span class="s2">&quot;color&quot;</span><span class="p">]</span> <span class="k">if</span> <span class="n">node_color</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="n">node_color</span> <span class="o">=</span> <span class="s2">&quot;black&quot;</span> <span class="c1">#print(&quot;num nodes %s with node_color %s&quot; % (len(tasks), node_color))</span> <span class="n">nx</span><span class="o">.</span><span class="n">draw_networkx_nodes</span><span class="p">(</span><span class="n">g</span><span class="p">,</span> <span class="n">pos</span><span class="p">,</span> <span class="n">nodelist</span><span class="o">=</span><span class="n">tasks</span><span class="p">,</span> <span class="n">node_color</span><span class="o">=</span><span class="n">node_color</span><span class="p">,</span> <span class="n">node_size</span><span class="o">=</span><span class="p">[</span><span class="n">make_node_size</span><span class="p">(</span><span class="n">task</span><span class="p">)</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">tasks</span><span class="p">],</span> <span class="n">alpha</span><span class="o">=</span><span class="mf">0.5</span><span class="p">,</span> <span class="n">ax</span><span class="o">=</span><span class="n">ax</span> <span class="c1">#label=str(status),</span> <span class="p">)</span> <span class="c1"># Draw edges.</span> <span class="n">nx</span><span class="o">.</span><span class="n">draw_networkx_edges</span><span class="p">(</span><span class="n">g</span><span class="p">,</span> <span class="n">pos</span><span class="p">,</span> <span class="n">width</span><span class="o">=</span><span class="mf">2.0</span><span class="p">,</span> <span class="n">alpha</span><span class="o">=</span><span class="mf">0.5</span><span class="p">,</span> <span class="n">arrows</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">ax</span><span class="o">=</span><span class="n">ax</span><span class="p">)</span> <span class="c1"># edge_color=&#39;r&#39;)</span> <span class="c1"># Draw labels</span> <span class="n">nx</span><span class="o">.</span><span class="n">draw_networkx_labels</span><span class="p">(</span><span class="n">g</span><span class="p">,</span> <span class="n">pos</span><span class="p">,</span> <span class="n">labels</span><span class="p">,</span> <span class="n">font_size</span><span class="o">=</span><span class="mi">12</span><span class="p">,</span> <span class="n">ax</span><span class="o">=</span><span class="n">ax</span><span class="p">)</span> <span class="c1"># Draw edge labels</span> <span class="k">if</span> <span class="n">with_edge_labels</span><span class="p">:</span> <span class="n">nx</span><span class="o">.</span><span class="n">draw_networkx_edge_labels</span><span class="p">(</span><span class="n">g</span><span class="p">,</span> <span class="n">pos</span><span class="p">,</span> <span class="n">edge_labels</span><span class="o">=</span><span class="n">edge_labels</span><span class="p">,</span> <span class="n">ax</span><span class="o">=</span><span class="n">ax</span><span class="p">)</span> <span class="c1">#label_pos=0.5, font_size=10, font_color=&#39;k&#39;, font_family=&#39;sans-serif&#39;, font_weight=&#39;normal&#39;,</span> <span class="c1"># alpha=1.0, bbox=None, ax=None, rotate=True, **kwds)</span> <span class="k">else</span><span class="p">:</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s2">&quot;Unknown value for mode: </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="nb">str</span><span class="p">(</span><span class="n">mode</span><span class="p">))</span> <span class="n">ax</span><span class="o">.</span><span class="n">axis</span><span class="p">(</span><span class="s2">&quot;off&quot;</span><span class="p">)</span> <span class="k">return</span> <span class="n">fig</span></div></div> <div class="viewcode-block" id="G0W0WithQptdmFlow"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.G0W0WithQptdmFlow">[docs]</a><span class="k">class</span> <span class="nc">G0W0WithQptdmFlow</span><span class="p">(</span><span class="n">Flow</span><span class="p">):</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">workdir</span><span class="p">,</span> <span class="n">scf_input</span><span class="p">,</span> <span class="n">nscf_input</span><span class="p">,</span> <span class="n">scr_input</span><span class="p">,</span> <span class="n">sigma_inputs</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Build a :class:`Flow` for one-shot G0W0 calculations.</span> <span class="sd"> The computation of the q-points for the screening is parallelized with qptdm</span> <span class="sd"> i.e. we run independent calculations for each q-point and then we merge the final results.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: Working directory.</span> <span class="sd"> scf_input: Input for the GS SCF run.</span> <span class="sd"> nscf_input: Input for the NSCF run (band structure run).</span> <span class="sd"> scr_input: Input for the SCR run.</span> <span class="sd"> sigma_inputs: Input(s) for the SIGMA run(s).</span> <span class="sd"> manager: :class:`TaskManager` object used to submit the jobs</span> <span class="sd"> Initialized from manager.yml if manager is None.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nb">super</span><span class="p">(</span><span class="n">G0W0WithQptdmFlow</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="c1"># Register the first work (GS + NSCF calculation)</span> <span class="n">bands_work</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">BandStructureWork</span><span class="p">(</span><span class="n">scf_input</span><span class="p">,</span> <span class="n">nscf_input</span><span class="p">))</span> <span class="c1"># Register the callback that will be executed the work for the SCR with qptdm.</span> <span class="n">scr_work</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">register_work_from_cbk</span><span class="p">(</span><span class="n">cbk_name</span><span class="o">=</span><span class="s2">&quot;cbk_qptdm_workflow&quot;</span><span class="p">,</span> <span class="n">cbk_data</span><span class="o">=</span><span class="p">{</span><span class="s2">&quot;input&quot;</span><span class="p">:</span> <span class="n">scr_input</span><span class="p">},</span> <span class="n">deps</span><span class="o">=</span><span class="p">{</span><span class="n">bands_work</span><span class="o">.</span><span class="n">nscf_task</span><span class="p">:</span> <span class="s2">&quot;WFK&quot;</span><span class="p">},</span> <span class="n">work_class</span><span class="o">=</span><span class="n">QptdmWork</span><span class="p">)</span> <span class="c1"># The last work contains a list of SIGMA tasks</span> <span class="c1"># that will use the data produced in the previous two works.</span> <span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">sigma_inputs</span><span class="p">,</span> <span class="p">(</span><span class="nb">list</span><span class="p">,</span> <span class="nb">tuple</span><span class="p">)):</span> <span class="n">sigma_inputs</span> <span class="o">=</span> <span class="p">[</span><span class="n">sigma_inputs</span><span class="p">]</span> <span class="n">sigma_work</span> <span class="o">=</span> <span class="n">Work</span><span class="p">()</span> <span class="k">for</span> <span class="n">sigma_input</span> <span class="ow">in</span> <span class="n">sigma_inputs</span><span class="p">:</span> <span class="n">sigma_work</span><span class="o">.</span><span class="n">register_sigma_task</span><span class="p">(</span><span class="n">sigma_input</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="p">{</span><span class="n">bands_work</span><span class="o">.</span><span class="n">nscf_task</span><span class="p">:</span> <span class="s2">&quot;WFK&quot;</span><span class="p">,</span> <span class="n">scr_work</span><span class="p">:</span> <span class="s2">&quot;SCR&quot;</span><span class="p">})</span> <span class="bp">self</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">sigma_work</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <div class="viewcode-block" id="G0W0WithQptdmFlow.cbk_qptdm_workflow"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.G0W0WithQptdmFlow.cbk_qptdm_workflow">[docs]</a> <span class="k">def</span> <span class="nf">cbk_qptdm_workflow</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">cbk</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This callback is executed by the flow when bands_work.nscf_task reaches S_OK.</span> <span class="sd"> It computes the list of q-points for the W(q,G,G&#39;), creates nqpt tasks</span> <span class="sd"> in the second work (QptdmWork), and connect the signals.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">scr_input</span> <span class="o">=</span> <span class="n">cbk</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s2">&quot;input&quot;</span><span class="p">]</span> <span class="c1"># Use the WFK file produced by the second</span> <span class="c1"># Task in the first Work (NSCF step).</span> <span class="n">nscf_task</span> <span class="o">=</span> <span class="bp">self</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="mi">1</span><span class="p">]</span> <span class="n">wfk_file</span> <span class="o">=</span> <span class="n">nscf_task</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">has_abiext</span><span class="p">(</span><span class="s2">&quot;WFK&quot;</span><span class="p">)</span> <span class="n">work</span> <span class="o">=</span> <span class="bp">self</span><span class="p">[</span><span class="mi">1</span><span class="p">]</span> <span class="n">work</span><span class="o">.</span><span class="n">set_manager</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="p">)</span> <span class="n">work</span><span class="o">.</span><span class="n">create_tasks</span><span class="p">(</span><span class="n">wfk_file</span><span class="p">,</span> <span class="n">scr_input</span><span class="p">)</span> <span class="n">work</span><span class="o">.</span><span class="n">add_deps</span><span class="p">(</span><span class="n">cbk</span><span class="o">.</span><span class="n">deps</span><span class="p">)</span> <span class="n">work</span><span class="o">.</span><span class="n">set_flow</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="c1"># Each task has a reference to its work.</span> <span class="k">for</span> <span class="n">task</span> <span class="ow">in</span> <span class="n">work</span><span class="p">:</span> <span class="n">task</span><span class="o">.</span><span class="n">set_work</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="c1"># Add the garbage collector.</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">gc</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">task</span><span class="o">.</span><span class="n">set_gc</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">gc</span><span class="p">)</span> <span class="n">work</span><span class="o">.</span><span class="n">connect_signals</span><span class="p">()</span> <span class="n">work</span><span class="o">.</span><span class="n">build</span><span class="p">()</span> <span class="k">return</span> <span class="n">work</span></div></div> <span class="k">class</span> <span class="nc">FlowCallbackError</span><span class="p">(</span><span class="ne">Exception</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Exceptions raised by FlowCallback.&quot;&quot;&quot;</span> <span class="k">class</span> <span class="nc">FlowCallback</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> This object implements the callbacks executed by the :class:`flow` when</span> <span class="sd"> particular conditions are fulfilled. See on_dep_ok method of :class:`Flow`.</span> <span class="sd"> .. note::</span> <span class="sd"> I decided to implement callbacks via this object instead of a standard</span> <span class="sd"> approach based on bound methods because:</span> <span class="sd"> 1) pickle (v&lt;=3) does not support the pickling/unplickling of bound methods</span> <span class="sd"> 2) There&#39;s some extra logic and extra data needed for the proper functioning</span> <span class="sd"> of a callback at the flow level and this object provides an easy-to-use interface.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">Error</span> <span class="o">=</span> <span class="n">FlowCallbackError</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">func_name</span><span class="p">,</span> <span class="n">flow</span><span class="p">,</span> <span class="n">deps</span><span class="p">,</span> <span class="n">cbk_data</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Args:</span> <span class="sd"> func_name: String with the name of the callback to execute.</span> <span class="sd"> func_name must be a bound method of flow with signature:</span> <span class="sd"> func_name(self, cbk)</span> <span class="sd"> where self is the Flow instance and cbk is the callback</span> <span class="sd"> flow: Reference to the :class:`Flow`</span> <span class="sd"> deps: List of dependencies associated to the callback</span> <span class="sd"> The callback is executed when all dependencies reach S_OK.</span> <span class="sd"> cbk_data: Dictionary with additional data that will be passed to the callback via self.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">func_name</span> <span class="o">=</span> <span class="n">func_name</span> <span class="bp">self</span><span class="o">.</span><span class="n">flow</span> <span class="o">=</span> <span class="n">flow</span> <span class="bp">self</span><span class="o">.</span><span class="n">deps</span> <span class="o">=</span> <span class="n">deps</span> <span class="bp">self</span><span class="o">.</span><span class="n">data</span> <span class="o">=</span> <span class="n">cbk_data</span> <span class="ow">or</span> <span class="p">{}</span> <span class="bp">self</span><span class="o">.</span><span class="n">_disabled</span> <span class="o">=</span> <span class="kc">False</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="s2">&quot;</span><span class="si">%s</span><span class="s2">: </span><span class="si">%s</span><span class="s2"> bound to </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="vm">__name__</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">func_name</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">flow</span><span class="p">)</span> <span class="k">def</span> <span class="nf">__call__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Execute the callback.&quot;&quot;&quot;</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">can_execute</span><span class="p">():</span> <span class="c1"># Get the bound method of the flow from func_name.</span> <span class="c1"># We use this trick because pickle (format &lt;=3) does not support bound methods.</span> <span class="k">try</span><span class="p">:</span> <span class="n">func</span> <span class="o">=</span> <span class="nb">getattr</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">flow</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">func_name</span><span class="p">)</span> <span class="k">except</span> <span class="ne">AttributeError</span> <span class="k">as</span> <span class="n">exc</span><span class="p">:</span> <span class="k">raise</span> <span class="bp">self</span><span class="o">.</span><span class="n">Error</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">exc</span><span class="p">))</span> <span class="k">return</span> <span class="n">func</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="k">raise</span> <span class="bp">self</span><span class="o">.</span><span class="n">Error</span><span class="p">(</span><span class="s2">&quot;You tried to __call_ a callback that cannot be executed!&quot;</span><span class="p">)</span> <span class="k">def</span> <span class="nf">can_execute</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;True if we can execute the callback.&quot;&quot;&quot;</span> <span class="k">return</span> <span class="ow">not</span> <span class="bp">self</span><span class="o">.</span><span class="n">_disabled</span> <span class="ow">and</span> <span class="nb">all</span><span class="p">(</span><span class="n">dep</span><span class="o">.</span><span class="n">status</span> <span class="o">==</span> <span class="n">dep</span><span class="o">.</span><span class="n">node</span><span class="o">.</span><span class="n">S_OK</span> <span class="k">for</span> <span class="n">dep</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">deps</span><span class="p">)</span> <span class="k">def</span> <span class="nf">disable</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> True if the callback has been disabled. This usually happens when the callback has been executed.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">_disabled</span> <span class="o">=</span> <span class="kc">True</span> <span class="k">def</span> <span class="nf">enable</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;Enable the callback&quot;&quot;&quot;</span> <span class="bp">self</span><span class="o">.</span><span class="n">_disabled</span> <span class="o">=</span> <span class="kc">False</span> <span class="k">def</span> <span class="nf">handle_sender</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">sender</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> True if the callback is associated to the sender</span> <span class="sd"> i.e. if the node who sent the signal appears in the</span> <span class="sd"> dependencies of the callback.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="n">sender</span> <span class="ow">in</span> <span class="p">[</span><span class="n">d</span><span class="o">.</span><span class="n">node</span> <span class="k">for</span> <span class="n">d</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">deps</span><span class="p">]</span> <span class="c1"># Factory functions.</span> <div class="viewcode-block" id="bandstructure_flow"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.bandstructure_flow">[docs]</a><span class="k">def</span> <span class="nf">bandstructure_flow</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">scf_input</span><span class="p">,</span> <span class="n">nscf_input</span><span class="p">,</span> <span class="n">dos_inputs</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">flow_class</span><span class="o">=</span><span class="n">Flow</span><span class="p">,</span> <span class="n">allocate</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Build a :class:`Flow` for band structure calculations.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: Working directory.</span> <span class="sd"> scf_input: Input for the GS SCF run.</span> <span class="sd"> nscf_input: Input for the NSCF run (band structure run).</span> <span class="sd"> dos_inputs: Input(s) for the NSCF run (dos run).</span> <span class="sd"> manager: :class:`TaskManager` object used to submit the jobs</span> <span class="sd"> Initialized from manager.yml if manager is None.</span> <span class="sd"> flow_class: Flow subclass</span> <span class="sd"> allocate: True if the flow should be allocated before returning.</span> <span class="sd"> Returns:</span> <span class="sd"> :class:`Flow` object</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">flow</span> <span class="o">=</span> <span class="n">flow_class</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="n">work</span> <span class="o">=</span> <span class="n">BandStructureWork</span><span class="p">(</span><span class="n">scf_input</span><span class="p">,</span> <span class="n">nscf_input</span><span class="p">,</span> <span class="n">dos_inputs</span><span class="o">=</span><span class="n">dos_inputs</span><span class="p">)</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="c1"># Handy aliases</span> <span class="n">flow</span><span class="o">.</span><span class="n">scf_task</span><span class="p">,</span> <span class="n">flow</span><span class="o">.</span><span class="n">nscf_task</span><span class="p">,</span> <span class="n">flow</span><span class="o">.</span><span class="n">dos_tasks</span> <span class="o">=</span> <span class="n">work</span><span class="o">.</span><span class="n">scf_task</span><span class="p">,</span> <span class="n">work</span><span class="o">.</span><span class="n">nscf_task</span><span class="p">,</span> <span class="n">work</span><span class="o">.</span><span class="n">dos_tasks</span> <span class="k">if</span> <span class="n">allocate</span><span class="p">:</span> <span class="n">flow</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="k">return</span> <span class="n">flow</span></div> <div class="viewcode-block" id="g0w0_flow"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.g0w0_flow">[docs]</a><span class="k">def</span> <span class="nf">g0w0_flow</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">scf_input</span><span class="p">,</span> <span class="n">nscf_input</span><span class="p">,</span> <span class="n">scr_input</span><span class="p">,</span> <span class="n">sigma_inputs</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">flow_class</span><span class="o">=</span><span class="n">Flow</span><span class="p">,</span> <span class="n">allocate</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Build a :class:`Flow` for one-shot $G_0W_0$ calculations.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: Working directory.</span> <span class="sd"> scf_input: Input for the GS SCF run.</span> <span class="sd"> nscf_input: Input for the NSCF run (band structure run).</span> <span class="sd"> scr_input: Input for the SCR run.</span> <span class="sd"> sigma_inputs: List of inputs for the SIGMA run.</span> <span class="sd"> flow_class: Flow class</span> <span class="sd"> manager: :class:`TaskManager` object used to submit the jobs.</span> <span class="sd"> Initialized from manager.yml if manager is None.</span> <span class="sd"> allocate: True if the flow should be allocated before returning.</span> <span class="sd"> Returns:</span> <span class="sd"> :class:`Flow` object</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">flow</span> <span class="o">=</span> <span class="n">flow_class</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="n">work</span> <span class="o">=</span> <span class="n">G0W0Work</span><span class="p">(</span><span class="n">scf_input</span><span class="p">,</span> <span class="n">nscf_input</span><span class="p">,</span> <span class="n">scr_input</span><span class="p">,</span> <span class="n">sigma_inputs</span><span class="p">)</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">work</span><span class="p">)</span> <span class="k">if</span> <span class="n">allocate</span><span class="p">:</span> <span class="n">flow</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="k">return</span> <span class="n">flow</span></div> <span class="k">class</span> <span class="nc">PhononFlow</span><span class="p">(</span><span class="n">Flow</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> 1) One workflow for the GS run.</span> <span class="sd"> 2) nqpt works for phonon calculations. Each work contains</span> <span class="sd"> nirred tasks where nirred is the number of irreducible phonon perturbations</span> <span class="sd"> for that particular q-point.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">from_scf_input</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">workdir</span><span class="p">,</span> <span class="n">scf_input</span><span class="p">,</span> <span class="n">ph_ngqpt</span><span class="p">,</span> <span class="n">with_becs</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">allocate</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Create a `PhononFlow` for phonon calculations from an `AbinitInput` defining a ground-state run.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: Working directory of the flow.</span> <span class="sd"> scf_input: :class:`AbinitInput` object with the parameters for the GS-SCF run.</span> <span class="sd"> ph_ngqpt: q-mesh for phonons. Must be a sub-mesh of the k-mesh used for</span> <span class="sd"> electrons. e.g if ngkpt = (8, 8, 8). ph_ngqpt = (4, 4, 4) is a valid choice</span> <span class="sd"> whereas ph_ngqpt = (3, 3, 3) is not!</span> <span class="sd"> with_becs: True if Born effective charges are wanted.</span> <span class="sd"> manager: :class:`TaskManager` object. Read from `manager.yml` if None.</span> <span class="sd"> allocate: True if the flow should be allocated before returning.</span> <span class="sd"> Return:</span> <span class="sd"> :class:`PhononFlow` object.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">flow</span> <span class="o">=</span> <span class="bp">cls</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="c1"># Register the SCF task</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_scf_task</span><span class="p">(</span><span class="n">scf_input</span><span class="p">)</span> <span class="n">scf_task</span> <span class="o">=</span> <span class="n">flow</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="mi">0</span><span class="p">]</span> <span class="c1"># Make sure k-mesh and q-mesh are compatible.</span> <span class="n">scf_ngkpt</span><span class="p">,</span> <span class="n">ph_ngqpt</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">(</span><span class="n">scf_input</span><span class="p">[</span><span class="s2">&quot;ngkpt&quot;</span><span class="p">]),</span> <span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">(</span><span class="n">ph_ngqpt</span><span class="p">)</span> <span class="k">if</span> <span class="nb">any</span><span class="p">(</span><span class="n">scf_ngkpt</span> <span class="o">%</span> <span class="n">ph_ngqpt</span> <span class="o">!=</span> <span class="mi">0</span><span class="p">):</span> <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s2">&quot;ph_ngqpt </span><span class="si">%s</span><span class="s2"> should be a sub-mesh of scf_ngkpt </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">ph_ngqpt</span><span class="p">,</span> <span class="n">scf_ngkpt</span><span class="p">))</span> <span class="c1"># Get the q-points in the IBZ from Abinit</span> <span class="n">qpoints</span> <span class="o">=</span> <span class="n">scf_input</span><span class="o">.</span><span class="n">abiget_ibz</span><span class="p">(</span><span class="n">ngkpt</span><span class="o">=</span><span class="n">ph_ngqpt</span><span class="p">,</span> <span class="n">shiftk</span><span class="o">=</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span><span class="mi">0</span><span class="p">,</span><span class="mi">0</span><span class="p">),</span> <span class="n">kptopt</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span><span class="o">.</span><span class="n">points</span> <span class="c1"># Create a PhononWork for each q-point. Add DDK and E-field if q == Gamma and with_becs.</span> <span class="k">for</span> <span class="n">qpt</span> <span class="ow">in</span> <span class="n">qpoints</span><span class="p">:</span> <span class="k">if</span> <span class="n">np</span><span class="o">.</span><span class="n">allclose</span><span class="p">(</span><span class="n">qpt</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span> <span class="ow">and</span> <span class="n">with_becs</span><span class="p">:</span> <span class="n">ph_work</span> <span class="o">=</span> <span class="n">BecWork</span><span class="o">.</span><span class="n">from_scf_task</span><span class="p">(</span><span class="n">scf_task</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="n">ph_work</span> <span class="o">=</span> <span class="n">PhononWork</span><span class="o">.</span><span class="n">from_scf_task</span><span class="p">(</span><span class="n">scf_task</span><span class="p">,</span> <span class="n">qpoints</span><span class="o">=</span><span class="n">qpt</span><span class="p">)</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">ph_work</span><span class="p">)</span> <span class="k">if</span> <span class="n">allocate</span><span class="p">:</span> <span class="n">flow</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="k">return</span> <span class="n">flow</span> <span class="k">def</span> <span class="nf">open_final_ddb</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Open the DDB file located in the output directory of the flow.</span> <span class="sd"> Return:</span> <span class="sd"> :class:`DdbFile` object, None if file could not be found or file is not readable.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">ddb_path</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">has_abiext</span><span class="p">(</span><span class="s2">&quot;DDB&quot;</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">ddb_path</span><span class="p">:</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">status</span> <span class="o">==</span> <span class="bp">self</span><span class="o">.</span><span class="n">S_OK</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">critical</span><span class="p">(</span><span class="s2">&quot;</span><span class="si">%s</span><span class="s2"> reached S_OK but didn&#39;t produce a GSR file in </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="p">))</span> <span class="k">return</span> <span class="kc">None</span> <span class="kn">from</span> <span class="nn">abipy.dfpt.ddb</span> <span class="k">import</span> <span class="n">DdbFile</span> <span class="k">try</span><span class="p">:</span> <span class="k">return</span> <span class="n">DdbFile</span><span class="p">(</span><span class="n">ddb_path</span><span class="p">)</span> <span class="k">except</span> <span class="ne">Exception</span> <span class="k">as</span> <span class="n">exc</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">critical</span><span class="p">(</span><span class="s2">&quot;Exception while reading DDB file at </span><span class="si">%s</span><span class="s2">:</span><span class="se">\n</span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">ddb_path</span><span class="p">,</span> <span class="nb">str</span><span class="p">(</span><span class="n">exc</span><span class="p">)))</span> <span class="k">return</span> <span class="kc">None</span> <span class="k">def</span> <span class="nf">finalize</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;This method is called when the flow is completed.&quot;&quot;&quot;</span> <span class="c1"># Merge all the out_DDB files found in work.outdir.</span> <span class="n">ddb_files</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="nb">filter</span><span class="p">(</span><span class="kc">None</span><span class="p">,</span> <span class="p">[</span><span class="n">work</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">has_abiext</span><span class="p">(</span><span class="s2">&quot;DDB&quot;</span><span class="p">)</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">]))</span> <span class="c1"># Final DDB file will be produced in the outdir of the work.</span> <span class="n">out_ddb</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">path_in</span><span class="p">(</span><span class="s2">&quot;out_DDB&quot;</span><span class="p">)</span> <span class="n">desc</span> <span class="o">=</span> <span class="s2">&quot;DDB file merged by </span><span class="si">%s</span><span class="s2"> on </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="vm">__name__</span><span class="p">,</span> <span class="n">time</span><span class="o">.</span><span class="n">asctime</span><span class="p">())</span> <span class="n">mrgddb</span> <span class="o">=</span> <span class="n">wrappers</span><span class="o">.</span><span class="n">Mrgddb</span><span class="p">(</span><span class="n">manager</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="p">,</span> <span class="n">verbose</span><span class="o">=</span><span class="mi">0</span><span class="p">)</span> <span class="n">mrgddb</span><span class="o">.</span><span class="n">merge</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">path</span><span class="p">,</span> <span class="n">ddb_files</span><span class="p">,</span> <span class="n">out_ddb</span><span class="o">=</span><span class="n">out_ddb</span><span class="p">,</span> <span class="n">description</span><span class="o">=</span><span class="n">desc</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Final DDB file available at </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">out_ddb</span><span class="p">)</span> <span class="c1"># Call the method of the super class.</span> <span class="n">retcode</span> <span class="o">=</span> <span class="nb">super</span><span class="p">(</span><span class="n">PhononFlow</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="n">finalize</span><span class="p">()</span> <span class="c1">#print(&quot;retcode&quot;, retcode)</span> <span class="c1">#if retcode != 0: return retcode</span> <span class="k">return</span> <span class="n">retcode</span> <span class="k">class</span> <span class="nc">NonLinearCoeffFlow</span><span class="p">(</span><span class="n">Flow</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> 1) One workflow for the GS run.</span> <span class="sd"> 2) nqpt works for electric field calculations. Each work contains</span> <span class="sd"> nirred tasks where nirred is the number of irreducible perturbations</span> <span class="sd"> for that particular q-point.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">from_scf_input</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">workdir</span><span class="p">,</span> <span class="n">scf_input</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">allocate</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Create a `NonlinearFlow` for second order susceptibility calculations from an `AbinitInput` defining a ground-state run.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: Working directory of the flow.</span> <span class="sd"> scf_input: :class:`AbinitInput` object with the parameters for the GS-SCF run.</span> <span class="sd"> manager: :class:`TaskManager` object. Read from `manager.yml` if None.</span> <span class="sd"> allocate: True if the flow should be allocated before returning.</span> <span class="sd"> Return:</span> <span class="sd"> :class:`NonlinearFlow` object.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">flow</span> <span class="o">=</span> <span class="bp">cls</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_scf_task</span><span class="p">(</span><span class="n">scf_input</span><span class="p">)</span> <span class="n">scf_task</span> <span class="o">=</span> <span class="n">flow</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="mi">0</span><span class="p">]</span> <span class="n">nl_work</span> <span class="o">=</span> <span class="n">DteWork</span><span class="o">.</span><span class="n">from_scf_task</span><span class="p">(</span><span class="n">scf_task</span><span class="p">)</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">nl_work</span><span class="p">)</span> <span class="k">if</span> <span class="n">allocate</span><span class="p">:</span> <span class="n">flow</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="k">return</span> <span class="n">flow</span> <span class="k">def</span> <span class="nf">open_final_ddb</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Open the DDB file located in the output directory of the flow.</span> <span class="sd"> Return:</span> <span class="sd"> :class:`DdbFile` object, None if file could not be found or file is not readable.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">ddb_path</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">has_abiext</span><span class="p">(</span><span class="s2">&quot;DDB&quot;</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">ddb_path</span><span class="p">:</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">status</span> <span class="o">==</span> <span class="bp">self</span><span class="o">.</span><span class="n">S_OK</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">critical</span><span class="p">(</span><span class="s2">&quot;</span><span class="si">%s</span><span class="s2"> reached S_OK but didn&#39;t produce a GSR file in </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="p">))</span> <span class="k">return</span> <span class="kc">None</span> <span class="kn">from</span> <span class="nn">abipy.dfpt.ddb</span> <span class="k">import</span> <span class="n">DdbFile</span> <span class="k">try</span><span class="p">:</span> <span class="k">return</span> <span class="n">DdbFile</span><span class="p">(</span><span class="n">ddb_path</span><span class="p">)</span> <span class="k">except</span> <span class="ne">Exception</span> <span class="k">as</span> <span class="n">exc</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">critical</span><span class="p">(</span><span class="s2">&quot;Exception while reading DDB file at </span><span class="si">%s</span><span class="s2">:</span><span class="se">\n</span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="n">ddb_path</span><span class="p">,</span> <span class="nb">str</span><span class="p">(</span><span class="n">exc</span><span class="p">)))</span> <span class="k">return</span> <span class="kc">None</span> <span class="k">def</span> <span class="nf">finalize</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;This method is called when the flow is completed.&quot;&quot;&quot;</span> <span class="c1"># Merge all the out_DDB files found in work.outdir.</span> <span class="n">ddb_files</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="nb">filter</span><span class="p">(</span><span class="kc">None</span><span class="p">,</span> <span class="p">[</span><span class="n">work</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">has_abiext</span><span class="p">(</span><span class="s2">&quot;DDB&quot;</span><span class="p">)</span> <span class="k">for</span> <span class="n">work</span> <span class="ow">in</span> <span class="bp">self</span><span class="p">]))</span> <span class="c1"># Final DDB file will be produced in the outdir of the work.</span> <span class="n">out_ddb</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">path_in</span><span class="p">(</span><span class="s2">&quot;out_DDB&quot;</span><span class="p">)</span> <span class="n">desc</span> <span class="o">=</span> <span class="s2">&quot;DDB file merged by </span><span class="si">%s</span><span class="s2"> on </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="vm">__name__</span><span class="p">,</span> <span class="n">time</span><span class="o">.</span><span class="n">asctime</span><span class="p">())</span> <span class="n">mrgddb</span> <span class="o">=</span> <span class="n">wrappers</span><span class="o">.</span><span class="n">Mrgddb</span><span class="p">(</span><span class="n">manager</span><span class="o">=</span><span class="bp">self</span><span class="o">.</span><span class="n">manager</span><span class="p">,</span> <span class="n">verbose</span><span class="o">=</span><span class="mi">0</span><span class="p">)</span> <span class="n">mrgddb</span><span class="o">.</span><span class="n">merge</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">outdir</span><span class="o">.</span><span class="n">path</span><span class="p">,</span> <span class="n">ddb_files</span><span class="p">,</span> <span class="n">out_ddb</span><span class="o">=</span><span class="n">out_ddb</span><span class="p">,</span> <span class="n">description</span><span class="o">=</span><span class="n">desc</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Final DDB file available at </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">out_ddb</span><span class="p">)</span> <span class="c1"># Call the method of the super class.</span> <span class="n">retcode</span> <span class="o">=</span> <span class="nb">super</span><span class="p">(</span><span class="n">NonLinearCoeffFlow</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="n">finalize</span><span class="p">()</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;retcode&quot;</span><span class="p">,</span> <span class="n">retcode</span><span class="p">)</span> <span class="c1">#if retcode != 0: return retcode</span> <span class="k">return</span> <span class="n">retcode</span> <span class="c1"># Alias for compatibility reasons. For the time being, DO NOT REMOVE</span> <span class="n">nonlinear_coeff_flow</span> <span class="o">=</span> <span class="n">NonLinearCoeffFlow</span> <div class="viewcode-block" id="phonon_flow"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.flows.html#pymatgen.io.abinit.flows.phonon_flow">[docs]</a><span class="k">def</span> <span class="nf">phonon_flow</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">scf_input</span><span class="p">,</span> <span class="n">ph_inputs</span><span class="p">,</span> <span class="n">with_nscf</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="n">with_ddk</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="n">with_dde</span><span class="o">=</span><span class="kc">False</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">flow_class</span><span class="o">=</span><span class="n">PhononFlow</span><span class="p">,</span> <span class="n">allocate</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Build a :class:`PhononFlow` for phonon calculations.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: Working directory.</span> <span class="sd"> scf_input: Input for the GS SCF run.</span> <span class="sd"> ph_inputs: List of Inputs for the phonon runs.</span> <span class="sd"> with_nscf: add an nscf task in front of al phonon tasks to make sure the q point is covered</span> <span class="sd"> with_ddk: add the ddk step</span> <span class="sd"> with_dde: add the dde step it the dde is set ddk is switched on automatically</span> <span class="sd"> manager: :class:`TaskManager` used to submit the jobs</span> <span class="sd"> Initialized from manager.yml if manager is None.</span> <span class="sd"> flow_class: Flow class</span> <span class="sd"> Returns:</span> <span class="sd"> :class:`Flow` object</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">logger</span><span class="o">.</span><span class="n">critical</span><span class="p">(</span><span class="s2">&quot;phonon_flow is deprecated and could give wrong results&quot;</span><span class="p">)</span> <span class="k">if</span> <span class="n">with_dde</span><span class="p">:</span> <span class="n">with_ddk</span> <span class="o">=</span> <span class="kc">True</span> <span class="n">natom</span> <span class="o">=</span> <span class="nb">len</span><span class="p">(</span><span class="n">scf_input</span><span class="o">.</span><span class="n">structure</span><span class="p">)</span> <span class="c1"># Create the container that will manage the different works.</span> <span class="n">flow</span> <span class="o">=</span> <span class="n">flow_class</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="c1"># Register the first work (GS calculation)</span> <span class="c1"># register_task creates a work for the task, registers it to the flow and returns the work</span> <span class="c1"># the 0the element of the work is the task</span> <span class="n">scf_task</span> <span class="o">=</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_task</span><span class="p">(</span><span class="n">scf_input</span><span class="p">,</span> <span class="n">task_class</span><span class="o">=</span><span class="n">ScfTask</span><span class="p">)[</span><span class="mi">0</span><span class="p">]</span> <span class="c1"># Build a temporary work with a shell manager just to run</span> <span class="c1"># ABINIT to get the list of irreducible pertubations for this q-point.</span> <span class="n">shell_manager</span> <span class="o">=</span> <span class="n">flow</span><span class="o">.</span><span class="n">manager</span><span class="o">.</span><span class="n">to_shell_manager</span><span class="p">(</span><span class="n">mpi_procs</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span> <span class="k">if</span> <span class="n">with_ddk</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s1">&#39;add ddk&#39;</span><span class="p">)</span> <span class="c1"># TODO</span> <span class="c1"># MG Warning: be careful here because one should use tolde or tolwfr (tolvrs shall not be used!)</span> <span class="n">ddk_input</span> <span class="o">=</span> <span class="n">ph_inputs</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">deepcopy</span><span class="p">()</span> <span class="n">ddk_input</span><span class="o">.</span><span class="n">set_vars</span><span class="p">(</span><span class="n">qpt</span><span class="o">=</span><span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">0</span><span class="p">],</span> <span class="n">rfddk</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="n">rfelfd</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span> <span class="n">rfdir</span><span class="o">=</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="mi">1</span><span class="p">])</span> <span class="n">ddk_task</span> <span class="o">=</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_task</span><span class="p">(</span><span class="n">ddk_input</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="p">{</span><span class="n">scf_task</span><span class="p">:</span> <span class="s1">&#39;WFK&#39;</span><span class="p">},</span> <span class="n">task_class</span><span class="o">=</span><span class="n">DdkTask</span><span class="p">)[</span><span class="mi">0</span><span class="p">]</span> <span class="k">if</span> <span class="n">with_dde</span><span class="p">:</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s1">&#39;add dde&#39;</span><span class="p">)</span> <span class="n">dde_input</span> <span class="o">=</span> <span class="n">ph_inputs</span><span class="p">[</span><span class="mi">0</span><span class="p">]</span><span class="o">.</span><span class="n">deepcopy</span><span class="p">()</span> <span class="n">dde_input</span><span class="o">.</span><span class="n">set_vars</span><span class="p">(</span><span class="n">qpt</span><span class="o">=</span><span class="p">[</span><span class="mi">0</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">0</span><span class="p">],</span> <span class="n">rfddk</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="n">rfelfd</span><span class="o">=</span><span class="mi">2</span><span class="p">)</span> <span class="n">dde_input_idir</span> <span class="o">=</span> <span class="n">dde_input</span><span class="o">.</span><span class="n">deepcopy</span><span class="p">()</span> <span class="n">dde_input_idir</span><span class="o">.</span><span class="n">set_vars</span><span class="p">(</span><span class="n">rfdir</span><span class="o">=</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="mi">1</span><span class="p">])</span> <span class="n">dde_task</span> <span class="o">=</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_task</span><span class="p">(</span><span class="n">dde_input</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="p">{</span><span class="n">scf_task</span><span class="p">:</span> <span class="s1">&#39;WFK&#39;</span><span class="p">,</span> <span class="n">ddk_task</span><span class="p">:</span> <span class="s1">&#39;DDK&#39;</span><span class="p">},</span> <span class="n">task_class</span><span class="o">=</span><span class="n">DdeTask</span><span class="p">)[</span><span class="mi">0</span><span class="p">]</span> <span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">ph_inputs</span><span class="p">,</span> <span class="p">(</span><span class="nb">list</span><span class="p">,</span> <span class="nb">tuple</span><span class="p">)):</span> <span class="n">ph_inputs</span> <span class="o">=</span> <span class="p">[</span><span class="n">ph_inputs</span><span class="p">]</span> <span class="k">for</span> <span class="n">i</span><span class="p">,</span> <span class="n">ph_input</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">ph_inputs</span><span class="p">):</span> <span class="n">fake_input</span> <span class="o">=</span> <span class="n">ph_input</span><span class="o">.</span><span class="n">deepcopy</span><span class="p">()</span> <span class="c1"># Run abinit on the front-end to get the list of irreducible pertubations.</span> <span class="n">tmp_dir</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="s2">&quot;__ph_run&quot;</span> <span class="o">+</span> <span class="nb">str</span><span class="p">(</span><span class="n">i</span><span class="p">)</span> <span class="o">+</span> <span class="s2">&quot;__&quot;</span><span class="p">)</span> <span class="n">w</span> <span class="o">=</span> <span class="n">PhononWork</span><span class="p">(</span><span class="n">workdir</span><span class="o">=</span><span class="n">tmp_dir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">shell_manager</span><span class="p">)</span> <span class="n">fake_task</span> <span class="o">=</span> <span class="n">w</span><span class="o">.</span><span class="n">register</span><span class="p">(</span><span class="n">fake_input</span><span class="p">)</span> <span class="c1"># Use the magic value paral_rf = -1 to get the list of irreducible perturbations for this q-point.</span> <span class="n">abivars</span> <span class="o">=</span> <span class="nb">dict</span><span class="p">(</span> <span class="n">paral_rf</span><span class="o">=-</span><span class="mi">1</span><span class="p">,</span> <span class="n">rfatpol</span><span class="o">=</span><span class="p">[</span><span class="mi">1</span><span class="p">,</span> <span class="n">natom</span><span class="p">],</span> <span class="c1"># Set of atoms to displace.</span> <span class="n">rfdir</span><span class="o">=</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="mi">1</span><span class="p">],</span> <span class="c1"># Along this set of reduced coordinate axis.</span> <span class="p">)</span> <span class="n">fake_task</span><span class="o">.</span><span class="n">set_vars</span><span class="p">(</span><span class="n">abivars</span><span class="p">)</span> <span class="n">w</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="n">w</span><span class="o">.</span><span class="n">start</span><span class="p">(</span><span class="n">wait</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span> <span class="c1"># Parse the file to get the perturbations.</span> <span class="k">try</span><span class="p">:</span> <span class="n">irred_perts</span> <span class="o">=</span> <span class="n">yaml_read_irred_perts</span><span class="p">(</span><span class="n">fake_task</span><span class="o">.</span><span class="n">log_file</span><span class="o">.</span><span class="n">path</span><span class="p">)</span> <span class="k">except</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s2">&quot;Error in </span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">fake_task</span><span class="o">.</span><span class="n">log_file</span><span class="o">.</span><span class="n">path</span><span class="p">)</span> <span class="k">raise</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="n">irred_perts</span><span class="p">)</span> <span class="n">w</span><span class="o">.</span><span class="n">rmtree</span><span class="p">()</span> <span class="c1"># Now we can build the final list of works:</span> <span class="c1"># One work per q-point, each work computes all</span> <span class="c1"># the irreducible perturbations for a singe q-point.</span> <span class="n">work_qpt</span> <span class="o">=</span> <span class="n">PhononWork</span><span class="p">()</span> <span class="k">if</span> <span class="n">with_nscf</span><span class="p">:</span> <span class="c1"># MG: Warning this code assume 0 is Gamma!</span> <span class="n">nscf_input</span> <span class="o">=</span> <span class="n">copy</span><span class="o">.</span><span class="n">deepcopy</span><span class="p">(</span><span class="n">scf_input</span><span class="p">)</span> <span class="n">nscf_input</span><span class="o">.</span><span class="n">set_vars</span><span class="p">(</span><span class="n">kptopt</span><span class="o">=</span><span class="mi">3</span><span class="p">,</span> <span class="n">iscf</span><span class="o">=-</span><span class="mi">3</span><span class="p">,</span> <span class="n">qpt</span><span class="o">=</span><span class="n">irred_perts</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="s1">&#39;qpt&#39;</span><span class="p">],</span> <span class="n">nqpt</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span> <span class="n">nscf_task</span> <span class="o">=</span> <span class="n">work_qpt</span><span class="o">.</span><span class="n">register_nscf_task</span><span class="p">(</span><span class="n">nscf_input</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="p">{</span><span class="n">scf_task</span><span class="p">:</span> <span class="s2">&quot;DEN&quot;</span><span class="p">})</span> <span class="n">deps</span> <span class="o">=</span> <span class="p">{</span><span class="n">nscf_task</span><span class="p">:</span> <span class="s2">&quot;WFQ&quot;</span><span class="p">,</span> <span class="n">scf_task</span><span class="p">:</span> <span class="s2">&quot;WFK&quot;</span><span class="p">}</span> <span class="k">else</span><span class="p">:</span> <span class="n">deps</span> <span class="o">=</span> <span class="p">{</span><span class="n">scf_task</span><span class="p">:</span> <span class="s2">&quot;WFK&quot;</span><span class="p">}</span> <span class="k">if</span> <span class="n">with_ddk</span><span class="p">:</span> <span class="n">deps</span><span class="p">[</span><span class="n">ddk_task</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;DDK&#39;</span> <span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="n">irred_perts</span><span class="p">[</span><span class="mi">0</span><span class="p">][</span><span class="s1">&#39;qpt&#39;</span><span class="p">])</span> <span class="k">for</span> <span class="n">irred_pert</span> <span class="ow">in</span> <span class="n">irred_perts</span><span class="p">:</span> <span class="c1">#print(irred_pert)</span> <span class="n">new_input</span> <span class="o">=</span> <span class="n">ph_input</span><span class="o">.</span><span class="n">deepcopy</span><span class="p">()</span> <span class="c1">#rfatpol 1 1 # Only the first atom is displaced</span> <span class="c1">#rfdir 1 0 0 # Along the first reduced coordinate axis</span> <span class="n">qpt</span> <span class="o">=</span> <span class="n">irred_pert</span><span class="p">[</span><span class="s2">&quot;qpt&quot;</span><span class="p">]</span> <span class="n">idir</span> <span class="o">=</span> <span class="n">irred_pert</span><span class="p">[</span><span class="s2">&quot;idir&quot;</span><span class="p">]</span> <span class="n">ipert</span> <span class="o">=</span> <span class="n">irred_pert</span><span class="p">[</span><span class="s2">&quot;ipert&quot;</span><span class="p">]</span> <span class="c1"># TODO this will work for phonons, but not for the other types of perturbations.</span> <span class="n">rfdir</span> <span class="o">=</span> <span class="mi">3</span> <span class="o">*</span> <span class="p">[</span><span class="mi">0</span><span class="p">]</span> <span class="n">rfdir</span><span class="p">[</span><span class="n">idir</span> <span class="o">-</span><span class="mi">1</span><span class="p">]</span> <span class="o">=</span> <span class="mi">1</span> <span class="n">rfatpol</span> <span class="o">=</span> <span class="p">[</span><span class="n">ipert</span><span class="p">,</span> <span class="n">ipert</span><span class="p">]</span> <span class="n">new_input</span><span class="o">.</span><span class="n">set_vars</span><span class="p">(</span> <span class="c1">#rfpert=1,</span> <span class="n">qpt</span><span class="o">=</span><span class="n">qpt</span><span class="p">,</span> <span class="n">rfdir</span><span class="o">=</span><span class="n">rfdir</span><span class="p">,</span> <span class="n">rfatpol</span><span class="o">=</span><span class="n">rfatpol</span><span class="p">,</span> <span class="p">)</span> <span class="k">if</span> <span class="n">with_ddk</span><span class="p">:</span> <span class="n">new_input</span><span class="o">.</span><span class="n">set_vars</span><span class="p">(</span><span class="n">rfelfd</span><span class="o">=</span><span class="mi">3</span><span class="p">)</span> <span class="n">work_qpt</span><span class="o">.</span><span class="n">register_phonon_task</span><span class="p">(</span><span class="n">new_input</span><span class="p">,</span> <span class="n">deps</span><span class="o">=</span><span class="n">deps</span><span class="p">)</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">work_qpt</span><span class="p">)</span> <span class="k">if</span> <span class="n">allocate</span><span class="p">:</span> <span class="n">flow</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="k">return</span> <span class="n">flow</span></div> <span class="k">def</span> <span class="nf">phonon_conv_flow</span><span class="p">(</span><span class="n">workdir</span><span class="p">,</span> <span class="n">scf_input</span><span class="p">,</span> <span class="n">qpoints</span><span class="p">,</span> <span class="n">params</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">allocate</span><span class="o">=</span><span class="kc">True</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Create a :class:`Flow` to perform convergence studies for phonon calculations.</span> <span class="sd"> Args:</span> <span class="sd"> workdir: Working directory of the flow.</span> <span class="sd"> scf_input: :class:`AbinitInput` object defining a GS-SCF calculation.</span> <span class="sd"> qpoints: List of list of lists with the reduced coordinates of the q-point(s).</span> <span class="sd"> params:</span> <span class="sd"> To perform a converge study wrt ecut: params=[&quot;ecut&quot;, [2, 4, 6]]</span> <span class="sd"> manager: :class:`TaskManager` object responsible for the submission of the jobs.</span> <span class="sd"> If manager is None, the object is initialized from the yaml file</span> <span class="sd"> located either in the working directory or in the user configuration dir.</span> <span class="sd"> allocate: True if the flow should be allocated before returning.</span> <span class="sd"> Return:</span> <span class="sd"> :class:`Flow` object.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">qpoints</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">reshape</span><span class="p">(</span><span class="n">qpoints</span><span class="p">,</span> <span class="p">(</span><span class="o">-</span><span class="mi">1</span><span class="p">,</span> <span class="mi">3</span><span class="p">))</span> <span class="n">flow</span> <span class="o">=</span> <span class="n">Flow</span><span class="p">(</span><span class="n">workdir</span><span class="o">=</span><span class="n">workdir</span><span class="p">,</span> <span class="n">manager</span><span class="o">=</span><span class="n">manager</span><span class="p">)</span> <span class="k">for</span> <span class="n">qpt</span> <span class="ow">in</span> <span class="n">qpoints</span><span class="p">:</span> <span class="k">for</span> <span class="n">gs_inp</span> <span class="ow">in</span> <span class="n">scf_input</span><span class="o">.</span><span class="n">product</span><span class="p">(</span><span class="o">*</span><span class="n">params</span><span class="p">):</span> <span class="c1"># Register the SCF task</span> <span class="n">work</span> <span class="o">=</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_scf_task</span><span class="p">(</span><span class="n">gs_inp</span><span class="p">)</span> <span class="c1"># Add the PhononWork connected to this scf_task.</span> <span class="n">flow</span><span class="o">.</span><span class="n">register_work</span><span class="p">(</span><span class="n">PhononWork</span><span class="o">.</span><span class="n">from_scf_task</span><span class="p">(</span><span class="n">work</span><span class="p">[</span><span class="mi">0</span><span class="p">],</span> <span class="n">qpoints</span><span class="o">=</span><span class="n">qpt</span><span class="p">))</span> <span class="k">if</span> <span class="n">allocate</span><span class="p">:</span> <span class="n">flow</span><span class="o">.</span><span class="n">allocate</span><span class="p">()</span> <span class="k">return</span> <span class="n">flow</span> </pre></div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../../../../search.html" method="get"> <div><input type="text" name="q" /></div> <div><input type="submit" value="Go" /></div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../../../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="../../../../index.html">pymatgen 2017.11.6 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../../../index.html" >Module code</a> &#187;</li> <li class="nav-item nav-item-2"><a href="../../../pymatgen.html" >pymatgen</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2011, Pymatgen Development Team. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. </div> <div class="footer">This page uses <a href="http://analytics.google.com/"> Google Analytics</a> to collect statistics. You can disable it by blocking the JavaScript coming from www.google-analytics.com. <script type="text/javascript"> (function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.setAttribute('async', 'true'); document.documentElement.firstChild.appendChild(ga); })(); </script> </div> </body> </html>
Bismarrck/pymatgen
docs/_modules/pymatgen/io/abinit/flows.html
HTML
mit
393,670